Rev 5642: Release 2.3.2 in http://bazaar.launchpad.net/~vila/bzr/2.3-integration/
Vincent Ladeuil
v.ladeuil+lp at free.fr
Thu May 12 17:05:52 UTC 2011
At http://bazaar.launchpad.net/~vila/bzr/2.3-integration/
------------------------------------------------------------
revno: 5642
revision-id: v.ladeuil+lp at free.fr-20110512170552-o8bvtyqkugu02j1t
parent: pqm at pqm.ubuntu.com-20110420125422-wrx3wdv6b9t4s6l6
committer: Vincent Ladeuil <v.ladeuil+lp at free.fr>
branch nick: 2.3.2-dev
timestamp: Thu 2011-05-12 19:05:52 +0200
message:
Release 2.3.2
-------------- next part --------------
=== modified file 'bzrlib/__init__.py'
--- a/bzrlib/__init__.py 2011-03-10 13:06:14 +0000
+++ b/bzrlib/__init__.py 2011-05-12 17:05:52 +0000
@@ -52,7 +52,7 @@
# Python version 2.0 is (2, 0, 0, 'final', 0)." Additionally we use a
# releaselevel of 'dev' for unreleased under-development code.
-version_info = (2, 3, 2, 'dev', 0)
+version_info = (2, 3, 2, 'final', 0)
# API compatibility version
api_minimum_version = (2, 3, 0)
=== modified file 'doc/en/release-notes/bzr-2.3.txt'
--- a/doc/en/release-notes/bzr-2.3.txt 2011-04-20 09:48:54 +0000
+++ b/doc/en/release-notes/bzr-2.3.txt 2011-05-12 17:05:52 +0000
@@ -8,24 +8,24 @@
bzr 2.3.2
#########
-:2.3.2: NOT RELEASED YET
+:2.3.2: 2011-05-12
+
+This is a bugfix release. Upgrading is recommended for all users of earlier
+2.3 releases.
External Compatibility Breaks
*****************************
-.. These may require users to change the way they use Bazaar.
+None
New Features
************
-.. New commands, options, etc that users may wish to try out.
+None
Improvements
************
-.. Improvements to existing commands, especially improved performance
- or memory usage, or better results.
-
* Getting all entries from ``CHKInventory.iter_entries_by_dir()`` has been
sped up dramatically for large trees. Iterating by dir is not the best
way to load data from a CHK inventory, so it preloads all the items in
@@ -36,9 +36,6 @@
Bug Fixes
*********
-.. Fixes for situations where bzr would previously crash or give incorrect
- or undesirable results.
-
* Bazaar now infers the default user email address on Unix from the local
account name plus the contents of ``/etc/mailname`` if that file exists.
In particular, this means that committing as root through etckeeper will
@@ -71,30 +68,14 @@
this might be required for "installing" extra dependencies for some plugins.
(Alexander Belchenko, #743256)
-Documentation
-*************
-
-.. Improved or updated documentation.
-
API Changes
***********
-.. Changes that may require updates in plugins or other code that uses
- bzrlib.
-
-Internals
-*********
-
-.. Major internal changes, unlikely to be visible to users or plugin
- developers, but interesting for bzr developers.
+None.
Testing
*******
-.. Fixes and changes that are only relevant to bzr's test framework and
- suite. This can include new facilities for writing tests, fixes to
- spurious test failures and changes to the way things should be tested.
-
* FreeBSD8 has switched to python-2.7 which revealed a re-occurrence of a test
failure in the launchpad plugin. ``xmlrpclib.py`` on natty carries a patch
that is not in python-2.7 upstream and masked the issue. An additional fix
=== modified file 'doc/en/whats-new/whats-new-in-2.3.txt'
--- a/doc/en/whats-new/whats-new-in-2.3.txt 2011-03-10 11:39:25 +0000
+++ b/doc/en/whats-new/whats-new-in-2.3.txt 2011-05-12 17:05:52 +0000
@@ -20,6 +20,8 @@
Bazaar 2.3.1 includes all the fixes in the un-released 2.0.7, 2.1.4 and 2.2.5
versions that weren't included in 2.3.0 and fixes some bugs on its own.
+Bazaar 2.3.2 is a bugfix release.
+
See the :doc:`../release-notes/index` for details.
Bazaar 2.3 is fully compatible both locally and on the network with 2.0, 2.1,
More information about the bazaar-commits
mailing list