summaryrefslogtreecommitdiff
path: root/devel/bzr
diff options
context:
space:
mode:
authorepg <epg>2009-01-19 21:41:48 +0000
committerepg <epg>2009-01-19 21:41:48 +0000
commit76e8208eb7cb05923dc44dbc9fcef73bf62eee40 (patch)
treeb69d288f516f186f438f7c697ce92deee693da41 /devel/bzr
parentc144ae8c6946e72683521a7d6d01538b8e3b9f71 (diff)
downloadpkgsrc-76e8208eb7cb05923dc44dbc9fcef73bf62eee40.tar.gz
bzr 1.11 "Eyes up!" 2009-01-19
------------------------------ This first monthly release of Bazaar for 2009 improves Bazaar's operation in Windows, Mac OS X, and other situations where file names are matched without regard to capitalization: Bazaar tries to match the case of an existing file. This release of Bazaar also improves the efficiency of Tortoise Windows Shell integration and lets it work on 64-bit platforms. The UI through which Bazaar supports historic formats has been improved, so 'bzr help formats' now gives a simpler and shorter list, with clear advice. This release also fixes a number of bugs, particularly a glitch that can occur when there are concurrent writes to a pack repository. BUG FIXES: * Fix failing test when CompiledChunksToLines is not available. (Vincent Ladeuil) * Stacked branches don't repeatedly open their transport connection. (John Arbash Meinel) bzr 1.11rc1 "Eyes up!" 2009-01-09 --------------------------------- CHANGES: * Formats using Knit-based repository formats are now explicitly marked as deprecated. (Ian Clatworthy) NEW FEATURES: * Add support for `bzr tags -r 1..2`, that is we now support showing tags applicable for a specified revision range. (Marius Kruger) * ``authentication.conf`` now accepts pluggable read-only credential stores. Such a plugin (``netrc_credential_store``) is now included, handles the ``$HOME/.netrc`` file and can server as an example to implement other plugins. (Vincent Ladeuil) * ``shelve --list`` can now be used to list shelved changes. (Aaron Bentley) IMPROVEMENTS: * Add trailing slash to directories in all output of ``bzr ls``, except ``bzr ls --null``. (Gordon P. Hemsley, #306424) * ``bzr revision-info`` now supports a -d option to specify an alternative branch. (Michael Hudson) * Add connection to a C++ implementation of the Windows Shell Extension which is able to fully replace the current Python implemented one. Advantages include 64bit support and reduction in overhead for processes which drag in shell extensions. (Mark Hammond) * Support the Claws mail client directly, rather than via xdg-email. This prevents the display of an unnecessary modal dialog in Claws, informing the user that a file has been attached to the message, and works around bug #291847 in xdg-utils which corrupts the destination address. * When working on a case-insensitive case-preserving file-system, as commonly found with Windows, bzr will often ignore the case of the arguments specified by the user in preference to the case of an existing item on the file-system or in the inventory to help prevent counter-intuitive behaviour on Windows. (Mark Hammond) BUG FIXES: * Allow BzrDir implementation to implement backing up of control directory. (#139691) * ``bzr push`` creating a new stacked branch will now only open a single connection to the target machine. (John Arbash Meinel) * Don't call iteritems on transport_list_registry, because it may change during iteration. (Martin Pool, #277048) * Don't make a broken branch when pushing an unstackable-format branch that's in a stackable shared repository to a location with default stack-on location. (Andrew Bennetts, #291046) * Don't require embedding user in HTTP(S) URLs do use authentication.conf. (Ben Jansen, Vincent Ladeuil, #300347) * Fix a problem with CIFS client/server lag on windows colliding with an invariant-per-process algorithm for generating AtomicFile names (Adrian Wilkins, #304023) * Fix bogus setUp signature in UnavailableFTPServer. (Gary van der Merwe, #313498) * Fix compilation error in ``_dirstate_helpers_c`` on SunOS/Solaris. (Jari Aalto) * Fix SystemError in ``_patiencediff_c`` module by calling PyErr_NoMemory() before returning NULL in PatienceSequenceMatcher_new. (Andrew Bennetts, #303206) * Give proper error message for diff with non-existent dotted revno. (Marius Kruger, #301969) * Handle EACCES (permission denied) errors when launching a message editor, and emit warnings when a configured editor cannot be started. (Andrew Bennetts) * ``$HOME/.netrc`` file is now recognized as a read-only credential store if configured in ``authentication.conf`` with 'password_encoding=netrc' in the appropriate sections. (Vincent Ladeuil, #103029) * Opening a stacked branch now properly shares the connection, rather than opening a new connection for the stacked-on branch. (John Arbash meinel) * Preserve transport decorators while following redirections. (Vincent Ladeuil, #245964, #270863) * Provides a finer and more robust filter for accepted redirections. (Vincent Ladeuil, #303959, #265070) * ``shelve`` paths are now interpreted relative to the current working tree. (Aaron Bentley) * ``Transport.readv()`` defaults to not reading more than 100MB in a single array. Further ``RemoteTransport.readv`` sets this to 5MB to work better with how it splits its requests. (John Arbash Meinel, #303538) * Pack repositories are now able to reload the pack listing and retry the current operation if another action causes the data to be repacked. (John Arbash Meinel, #153786) * ``pull -v`` now respects the log_format configuration variable. (Aaron Bentley) * ``push -v`` now works on non-initial pushes. (Aaron Bentley) * Use the short status format when the short format is used for log. (Vincent Ladeuil, #87179) * Allow files to be renamed or moved via remove + add-by-id. (Charles Duffy, #314251) DOCUMENTATION: * Improved the formats help topic to explain why multiple formats exist and to provide guidelines in selecting one. Introduced two new supporting help topics: current-formats and other-formats. (Ian Clatworthy) API CHANGES: * ``LRUCache(after_cleanup_size)`` was renamed to ``after_cleanup_count`` and the old name deprecated. The new name is used for clarity, and to avoid confusion with ``LRUSizeCache(after_cleanup_size)``. (John Arbash Meinel) * New ``ForeignRepository`` base class, to help with foreign branch support (e.g. svn). (Jelmer Vernooij) * ``node_distances`` and ``select_farthest`` can no longer be imported from ``bzrlib.graph``. They can still be imported from ``bzrlib.deprecated_graph``, which has been the preferred way to import them since before 1.0. (Andrew Bennetts) * The logic in commit now delegates inventory basis calculations to the ``CommitBuilder`` object; this requires that the commit builder in use has been updated to support the new ``recording_deletes`` and ``record_delete`` methods. (Robert Collins) TESTING: * An HTTPS server is now available (it requires python-2.6). Future bzr versions will allow the use of the python-2.6 ssl module that can be installed for 2.5 and 2.4. * ``bzr selftest`` now fails if new trailing white space is added to the bazaar sources. It only checks changes not committed yet. This means that PQM will now reject changes that introduce new trailing whitespace. (Marius Kruger) * Introduced new experimental formats called ``1.12-preview`` and ``1.12-preview-rich-root`` to enable testing of related pending features, namely content filtering and filtered views. (Ian Clatworthy) INTERNALS: * Added an ``InventoryEntry`` cache when deserializing inventories. Can cut the time to iterate over multiple RevisionsTrees in half. (John Arbash Meinel) * Added ``bzrlib.fifo_cache.FIFOCache`` which is designed to have minimal overhead versus using a plain dict for cache hits, at the cost of not preserving the 'active' set as well as an ``LRUCache``. (John Arbash Meinel) * ``bzrlib.patience_diff.unified_diff`` now properly uses a tab character to separate the filename from the date stamp, and doesn't add trailing whitespace when a date stamp is not supplied. (Adeodato Simó, John Arbash Meinel) * ``DirStateWorkingTree`` and ``DirStateWorkingTreeFormat`` added as base classes of ``WorkingTree4`` and ``WorkingTreeFormat4`` respectively. (Ian Clatworthy) * ``KnitVersionedFiles._check_should_delta()`` now uses the ``get_build_details`` api to avoid multiple hits to the index, and to properly follow the ``compression_parent`` rather than assuming it is the left-hand parent. (John Arbash Meinel) * ``KnitVersionedFiles.get_record_stream()`` will now chose a more optimal ordering when the keys are requested 'unordered'. Previously the order was fully random, now the records should be returned from each pack in turn, in forward I/O order. (John Arbash Meinel) * ``mutter()`` will now flush the ``~/.bzr.log`` if it has been more than 2s since the last time it flushed. (John Arbash Meinel) * New method ``bzrlib.repository.Repository.add_inventory_by_delta`` allows adding an inventory via an inventory delta, which can be more efficient for some repository types. (Robert Collins) * Repository ``CommitBuilder`` objects can now accumulate an inventory delta. To enable this functionality call ``builder.recording_deletes`` and additionally call ``builder.record_delete`` when a delete against the basis occurs. (Robert Collins) * The default http handler has been changed from pycurl to urllib. The default is still pycurl for https connections. (The only advantage of pycurl is that it checks ssl certificates.) (John Arbash Meinel) * ``VersionedFiles.get_record_stream()`` can now return objects with a storage_kind of ``chunked``. This is a collection (list/tuple) of strings. You can use ``osutils.chunks_to_lines()`` to turn them into guaranteed 'lines' or you can use ``''.join(chunks)`` to turn it into a fulltext. This allows for some very good memory savings when asking for many texts that share ancestry, as the individual chunks can be shared between versions of the file. (John Arbash Meinel) * ``pull -v`` and ``push -v`` use new function ``bzrlib.log.show_branch_change`` (Aaron Bentley)
Diffstat (limited to 'devel/bzr')
-rw-r--r--devel/bzr/MESSAGE5
-rw-r--r--devel/bzr/Makefile6
-rw-r--r--devel/bzr/PLIST45
-rw-r--r--devel/bzr/distinfo8
4 files changed, 54 insertions, 10 deletions
diff --git a/devel/bzr/MESSAGE b/devel/bzr/MESSAGE
index 04d4ce2b3fc..dedda376eb4 100644
--- a/devel/bzr/MESSAGE
+++ b/devel/bzr/MESSAGE
@@ -1,6 +1,7 @@
===========================================================================
-$NetBSD: MESSAGE,v 1.2 2008/11/08 02:56:14 epg Exp $
+$NetBSD: MESSAGE,v 1.3 2009/01/19 21:41:48 epg Exp $
-bzr requires security/py-paramiko in order to push branches over sftp.
+bzr requires security/py-paramiko in order to push branches over sftp
+and www/py-curl to verify https certificates.
===========================================================================
diff --git a/devel/bzr/Makefile b/devel/bzr/Makefile
index d4727b4b8cf..03669681d34 100644
--- a/devel/bzr/Makefile
+++ b/devel/bzr/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.31 2008/12/07 02:32:20 epg Exp $
+# $NetBSD: Makefile,v 1.32 2009/01/19 21:41:48 epg Exp $
DISTNAME= bzr-${VER}
CATEGORIES= devel scm
-MASTER_SITES= http://launchpad.net/bzr/1.10/${VER}/+download/
-VER= 1.10
+MASTER_SITES= http://launchpad.net/bzr/${VER}/${VER}/+download/
+VER= 1.11
MAINTAINER= epg@NetBSD.org
HOMEPAGE= http://bazaar-vcs.org/
diff --git a/devel/bzr/PLIST b/devel/bzr/PLIST
index 793a9bfff67..6be5c542792 100644
--- a/devel/bzr/PLIST
+++ b/devel/bzr/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.21 2008/12/07 02:32:20 epg Exp $
+@comment $NetBSD: PLIST,v 1.22 2009/01/19 21:41:48 epg Exp $
bin/bzr
${PYSITELIB}/bzrlib/__init__.py
${PYSITELIB}/bzrlib/__init__.pyc
@@ -7,6 +7,10 @@ ${PYSITELIB}/bzrlib/_btree_serializer_c.so
${PYSITELIB}/bzrlib/_btree_serializer_py.py
${PYSITELIB}/bzrlib/_btree_serializer_py.pyc
${PYSITELIB}/bzrlib/_btree_serializer_py.pyo
+${PYSITELIB}/bzrlib/_chunks_to_lines_py.py
+${PYSITELIB}/bzrlib/_chunks_to_lines_py.pyc
+${PYSITELIB}/bzrlib/_chunks_to_lines_py.pyo
+${PYSITELIB}/bzrlib/_chunks_to_lines_pyx.so
${PYSITELIB}/bzrlib/_dirstate_helpers_c.so
${PYSITELIB}/bzrlib/_dirstate_helpers_py.py
${PYSITELIB}/bzrlib/_dirstate_helpers_py.pyc
@@ -241,6 +245,9 @@ ${PYSITELIB}/bzrlib/externalcommand.pyo
${PYSITELIB}/bzrlib/fetch.py
${PYSITELIB}/bzrlib/fetch.pyc
${PYSITELIB}/bzrlib/fetch.pyo
+${PYSITELIB}/bzrlib/fifo_cache.py
+${PYSITELIB}/bzrlib/fifo_cache.pyc
+${PYSITELIB}/bzrlib/fifo_cache.pyo
${PYSITELIB}/bzrlib/foreign.py
${PYSITELIB}/bzrlib/foreign.pyc
${PYSITELIB}/bzrlib/foreign.pyo
@@ -403,6 +410,15 @@ ${PYSITELIB}/bzrlib/plugins/launchpad/test_lp_service.pyo
${PYSITELIB}/bzrlib/plugins/launchpad/test_register.py
${PYSITELIB}/bzrlib/plugins/launchpad/test_register.pyc
${PYSITELIB}/bzrlib/plugins/launchpad/test_register.pyo
+${PYSITELIB}/bzrlib/plugins/netrc_credential_store/__init__.py
+${PYSITELIB}/bzrlib/plugins/netrc_credential_store/__init__.pyc
+${PYSITELIB}/bzrlib/plugins/netrc_credential_store/__init__.pyo
+${PYSITELIB}/bzrlib/plugins/netrc_credential_store/tests/__init__.py
+${PYSITELIB}/bzrlib/plugins/netrc_credential_store/tests/__init__.pyc
+${PYSITELIB}/bzrlib/plugins/netrc_credential_store/tests/__init__.pyo
+${PYSITELIB}/bzrlib/plugins/netrc_credential_store/tests/test_netrc.py
+${PYSITELIB}/bzrlib/plugins/netrc_credential_store/tests/test_netrc.pyc
+${PYSITELIB}/bzrlib/plugins/netrc_credential_store/tests/test_netrc.pyo
${PYSITELIB}/bzrlib/progress.py
${PYSITELIB}/bzrlib/progress.pyc
${PYSITELIB}/bzrlib/progress.pyo
@@ -610,6 +626,9 @@ ${PYSITELIB}/bzrlib/tests/blackbox/test_exceptions.pyo
${PYSITELIB}/bzrlib/tests/blackbox/test_export.py
${PYSITELIB}/bzrlib/tests/blackbox/test_export.pyc
${PYSITELIB}/bzrlib/tests/blackbox/test_export.pyo
+${PYSITELIB}/bzrlib/tests/blackbox/test_filesystem_cicp.py
+${PYSITELIB}/bzrlib/tests/blackbox/test_filesystem_cicp.pyc
+${PYSITELIB}/bzrlib/tests/blackbox/test_filesystem_cicp.pyo
${PYSITELIB}/bzrlib/tests/blackbox/test_find_merge_base.py
${PYSITELIB}/bzrlib/tests/blackbox/test_find_merge_base.pyc
${PYSITELIB}/bzrlib/tests/blackbox/test_find_merge_base.pyo
@@ -727,6 +746,9 @@ ${PYSITELIB}/bzrlib/tests/blackbox/test_serve.pyo
${PYSITELIB}/bzrlib/tests/blackbox/test_shared_repository.py
${PYSITELIB}/bzrlib/tests/blackbox/test_shared_repository.pyc
${PYSITELIB}/bzrlib/tests/blackbox/test_shared_repository.pyo
+${PYSITELIB}/bzrlib/tests/blackbox/test_shelve.py
+${PYSITELIB}/bzrlib/tests/blackbox/test_shelve.pyc
+${PYSITELIB}/bzrlib/tests/blackbox/test_shelve.pyo
${PYSITELIB}/bzrlib/tests/blackbox/test_sign_my_commits.py
${PYSITELIB}/bzrlib/tests/blackbox/test_sign_my_commits.pyc
${PYSITELIB}/bzrlib/tests/blackbox/test_sign_my_commits.pyo
@@ -901,6 +923,9 @@ ${PYSITELIB}/bzrlib/tests/http_server.pyo
${PYSITELIB}/bzrlib/tests/http_utils.py
${PYSITELIB}/bzrlib/tests/http_utils.pyc
${PYSITELIB}/bzrlib/tests/http_utils.pyo
+${PYSITELIB}/bzrlib/tests/https_server.py
+${PYSITELIB}/bzrlib/tests/https_server.pyc
+${PYSITELIB}/bzrlib/tests/https_server.pyo
${PYSITELIB}/bzrlib/tests/interrepository_implementations/__init__.py
${PYSITELIB}/bzrlib/tests/interrepository_implementations/__init__.pyc
${PYSITELIB}/bzrlib/tests/interrepository_implementations/__init__.pyo
@@ -946,6 +971,9 @@ ${PYSITELIB}/bzrlib/tests/per_repository/test__generate_text_key_index.pyo
${PYSITELIB}/bzrlib/tests/per_repository/test_add_fallback_repository.py
${PYSITELIB}/bzrlib/tests/per_repository/test_add_fallback_repository.pyc
${PYSITELIB}/bzrlib/tests/per_repository/test_add_fallback_repository.pyo
+${PYSITELIB}/bzrlib/tests/per_repository/test_add_inventory_by_delta.py
+${PYSITELIB}/bzrlib/tests/per_repository/test_add_inventory_by_delta.pyc
+${PYSITELIB}/bzrlib/tests/per_repository/test_add_inventory_by_delta.pyo
${PYSITELIB}/bzrlib/tests/per_repository/test_break_lock.py
${PYSITELIB}/bzrlib/tests/per_repository/test_break_lock.pyc
${PYSITELIB}/bzrlib/tests/per_repository/test_break_lock.pyo
@@ -1021,9 +1049,18 @@ ${PYSITELIB}/bzrlib/tests/per_repository_reference/test_break_lock.pyo
${PYSITELIB}/bzrlib/tests/per_repository_reference/test_check.py
${PYSITELIB}/bzrlib/tests/per_repository_reference/test_check.pyc
${PYSITELIB}/bzrlib/tests/per_repository_reference/test_check.pyo
+${PYSITELIB}/bzrlib/tests/ssl_certs/__init__.py
+${PYSITELIB}/bzrlib/tests/ssl_certs/__init__.pyc
+${PYSITELIB}/bzrlib/tests/ssl_certs/__init__.pyo
+${PYSITELIB}/bzrlib/tests/ssl_certs/create_ssls.py
+${PYSITELIB}/bzrlib/tests/ssl_certs/create_ssls.pyc
+${PYSITELIB}/bzrlib/tests/ssl_certs/create_ssls.pyo
${PYSITELIB}/bzrlib/tests/stub_sftp.py
${PYSITELIB}/bzrlib/tests/stub_sftp.pyc
${PYSITELIB}/bzrlib/tests/stub_sftp.pyo
+${PYSITELIB}/bzrlib/tests/test__chunks_to_lines.py
+${PYSITELIB}/bzrlib/tests/test__chunks_to_lines.pyc
+${PYSITELIB}/bzrlib/tests/test__chunks_to_lines.pyo
${PYSITELIB}/bzrlib/tests/test__dirstate_helpers.py
${PYSITELIB}/bzrlib/tests/test__dirstate_helpers.pyc
${PYSITELIB}/bzrlib/tests/test__dirstate_helpers.pyo
@@ -1120,6 +1157,9 @@ ${PYSITELIB}/bzrlib/tests/test_extract.pyo
${PYSITELIB}/bzrlib/tests/test_fetch.py
${PYSITELIB}/bzrlib/tests/test_fetch.pyc
${PYSITELIB}/bzrlib/tests/test_fetch.pyo
+${PYSITELIB}/bzrlib/tests/test_fifo_cache.py
+${PYSITELIB}/bzrlib/tests/test_fifo_cache.pyc
+${PYSITELIB}/bzrlib/tests/test_fifo_cache.pyo
${PYSITELIB}/bzrlib/tests/test_foreign.py
${PYSITELIB}/bzrlib/tests/test_foreign.pyc
${PYSITELIB}/bzrlib/tests/test_foreign.pyo
@@ -1854,6 +1894,7 @@ man/man1/bzr.1
@dirrm ${PYSITELIB}/bzrlib/tests/workingtree_implementations
@dirrm ${PYSITELIB}/bzrlib/tests/tree_implementations
@dirrm ${PYSITELIB}/bzrlib/tests/test_patches_data
+@dirrm ${PYSITELIB}/bzrlib/tests/ssl_certs
@dirrm ${PYSITELIB}/bzrlib/tests/per_repository_reference
@dirrm ${PYSITELIB}/bzrlib/tests/per_repository
@dirrm ${PYSITELIB}/bzrlib/tests/per_lock
@@ -1869,6 +1910,8 @@ man/man1/bzr.1
@dirrm ${PYSITELIB}/bzrlib/store
@dirrm ${PYSITELIB}/bzrlib/smart
@dirrm ${PYSITELIB}/bzrlib/repofmt
+@dirrm ${PYSITELIB}/bzrlib/plugins/netrc_credential_store/tests
+@dirrm ${PYSITELIB}/bzrlib/plugins/netrc_credential_store
@dirrm ${PYSITELIB}/bzrlib/plugins/launchpad
@dirrm ${PYSITELIB}/bzrlib/plugins
@dirrm ${PYSITELIB}/bzrlib/help_topics/en
diff --git a/devel/bzr/distinfo b/devel/bzr/distinfo
index 891a6c8424c..2476b9c5f85 100644
--- a/devel/bzr/distinfo
+++ b/devel/bzr/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.25 2008/12/07 02:32:20 epg Exp $
+$NetBSD: distinfo,v 1.26 2009/01/19 21:41:48 epg Exp $
-SHA1 (bzr-1.10.tar.gz) = 27bc0ceabe6271f960e5a93eb058640004078152
-RMD160 (bzr-1.10.tar.gz) = ed62ad7203b2e8f5a9d438533509f91872a455ca
-Size (bzr-1.10.tar.gz) = 3900618 bytes
+SHA1 (bzr-1.11.tar.gz) = 074ecf3f7a7867edf994acc182087effb1fbd92a
+RMD160 (bzr-1.11.tar.gz) = 85f55eb30f24200810c431af049ea1894172aa46
+Size (bzr-1.11.tar.gz) = 3962105 bytes
SHA1 (patch-aa) = 8eda90885b3127525330cd3432538fb2b4df98c1
SHA1 (patch-ab) = 2213a002f9bc0f5baba0554b6b375becf4d98d9c