Rev 5627: Open 2.3.2 for bugfixes in http://bazaar.launchpad.net/~vila/bzr/2.3-integration/
Vincent Ladeuil
v.ladeuil+lp at free.fr
Thu Mar 10 13:06:15 UTC 2011
At http://bazaar.launchpad.net/~vila/bzr/2.3-integration/
------------------------------------------------------------
revno: 5627
revision-id: v.ladeuil+lp at free.fr-20110310130614-r0vwooj65k6w7crk
parent: pqm at pqm.ubuntu.com-20110310123016-iesvv8qe79vlxjap
committer: Vincent Ladeuil <v.ladeuil+lp at free.fr>
branch nick: 2.3.2-dev
timestamp: Thu 2011-03-10 14:06:14 +0100
message:
Open 2.3.2 for bugfixes
-------------- next part --------------
=== modified file 'bzr'
--- a/bzr 2011-02-09 06:35:00 +0000
+++ b/bzr 2011-03-10 13:06:14 +0000
@@ -23,7 +23,7 @@
import warnings
# update this on each release
-_script_version = (2, 3, 1)
+_script_version = (2, 3, 2)
try:
version_info = sys.version_info
=== modified file 'bzrlib/__init__.py'
--- a/bzrlib/__init__.py 2011-03-10 11:39:25 +0000
+++ b/bzrlib/__init__.py 2011-03-10 13:06:14 +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, 1, 'final', 0)
+version_info = (2, 3, 2, 'dev', 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-03-10 11:39:25 +0000
+++ b/doc/en/release-notes/bzr-2.3.txt 2011-03-10 13:06:14 +0000
@@ -5,6 +5,58 @@
.. toctree::
:maxdepth: 1
+bzr 2.3.2
+#########
+
+:2.3.2: NOT RELEASED YET
+
+External Compatibility Breaks
+*****************************
+
+.. These may require users to change the way they use Bazaar.
+
+New Features
+************
+
+.. New commands, options, etc that users may wish to try out.
+
+Improvements
+************
+
+.. Improvements to existing commands, especially improved performance
+ or memory usage, or better results.
+
+Bug Fixes
+*********
+
+.. Fixes for situations where bzr would previously crash or give incorrect
+ or undesirable results.
+
+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.
+
+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.
+
+
bzr 2.3.1
#########
More information about the bazaar-commits
mailing list