[ANN] bzr 2.2.3 released !

vila v.ladeuil+lp at free.fr
Thu Jan 27 17:59:30 UTC 2011


The Bazaar team is happy to announce availability of a new
release of the bzr adaptive version control system.
Bazaar is part of the GNU system <http://gnu.org/>.

This is a bugfix release. Upgrading is recommended for all users on
earlier 2.2 releases.

Thanks to everyone who contributed patches, suggestions, and
feedback.

Bazaar is now available for download from
https://launchpad.net/bzr/2.2/2.2.3/ as a source tarball; packages for
various systems are already available (or will soon be), OSX and windows
installers are already available from the url above.

bzr 2.2.3
#########

:2.2.3: 2011-01-20

This is a bugfix release. Upgrading is recommended for all users
on earlier 2.2 releases.

Compatibility Breaks
********************

* Launchpad has announced that the ``edge.launchpad.net`` instance is
  deprecated and may be shut down in the future
  <http://blog.launchpad.net/general/edge-is-deprecated>.  Bazaar has therefore
  been updated in this release to talk to the main (``launchpad.net``) servers,
  rather than the ``edge`` ones. (Vincent Ladeuil, #583667)

New Features
************

(none)

Bug Fixes
*********

* Avoid UnicodeDecodeError in ``bzr add`` with multiple files under a non-ascii
  path on windows from symlink support addition. (Martin [gz], #686611)

* Correctly resolve content (and path) conflicts for files in subdirs.
  (Vincent Ladeuil, #660935)

* Don't probe for a repository from within ``NotBranchError.__repr__``,
  because this can cause knock-on errors at awkward times.
  (Andrew Bennetts, #687653)

* Fix a crash during ``RepositoryPackCollection.pack`` caused by a
  concurrent repository pack operation.  This was particularly affecting
  ``bzr-svn`` users.  (Andrew Bennetts, #701940)

* ``https`` access works again with recent versions of python2.7.
  (Vincent Ladeuil, #693880)

* RevisionTree.is_executable no longer returns None for directories and
  symlinks.  Instead, it returns False, like other Trees and methods.
  (Aaron Bentley, #681885)



More information about the bazaar mailing list