Rev 5112: (vila) Open 2.2.3 for bug fixes (Vincent Ladeuil) in file:///home/pqm/archives/thelove/bzr/2.2/

Canonical.com Patch Queue Manager pqm at pqm.ubuntu.com
Fri Nov 26 17:05:48 GMT 2010


At file:///home/pqm/archives/thelove/bzr/2.2/

------------------------------------------------------------
revno: 5112 [merge]
revision-id: pqm at pqm.ubuntu.com-20101126170541-mb5tiic1mxom8hxc
parent: pqm at pqm.ubuntu.com-20101125171604-cdf3nkm0ps1zn790
parent: v.ladeuil+lp at free.fr-20101126155016-taubgr8uaeft3m10
committer: Canonical.com Patch Queue Manager <pqm at pqm.ubuntu.com>
branch nick: 2.2
timestamp: Fri 2010-11-26 17:05:41 +0000
message:
  (vila) Open 2.2.3 for bug fixes (Vincent Ladeuil)
modified:
  NEWS                           NEWS-20050323055033-4e00b5db738777ff
  bzr                            bzr.py-20050313053754-5485f144c7006fa6
  bzrlib/__init__.py             __init__.py-20050309040759-33e65acf91bbcd5d
=== modified file 'NEWS'
--- a/NEWS	2010-11-25 15:56:20 +0000
+++ b/NEWS	2010-11-26 15:50:16 +0000
@@ -5,6 +5,36 @@
 .. contents:: List of Releases
    :depth: 1
 
+bzr 2.2.3
+#########
+
+:2.2.3: NOT RELEASED YET
+
+Compatibility Breaks
+********************
+
+New Features
+************
+
+Bug Fixes
+*********
+
+Improvements
+************
+
+Documentation
+*************
+
+API Changes
+***********
+
+Internals
+*********
+
+Testing
+*******
+
+
 bzr 2.2.2
 #########
 
@@ -13,9 +43,6 @@
 This is a bugfix release. None of these bugfixes are critical, but upgrading
 is recommended for all users on earlier 2.2 releases.
 
-Compatibility Breaks
-********************
-
 Bug Fixes
 *********
 

=== modified file 'bzr'
--- a/bzr	2010-10-08 10:09:37 +0000
+++ b/bzr	2010-11-26 15:50:16 +0000
@@ -23,7 +23,7 @@
 import warnings
 
 # update this on each release
-_script_version = (2, 2, 2)
+_script_version = (2, 2, 3)
 
 try:
     version_info = sys.version_info

=== modified file 'bzrlib/__init__.py'
--- a/bzrlib/__init__.py	2010-11-25 15:56:20 +0000
+++ b/bzrlib/__init__.py	2010-11-26 15:50:16 +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, 2, 2, 'final', 0)
+version_info = (2, 2, 3, 'dev', 0)
 
 # API compatibility version
 api_minimum_version = (2, 2, 0)




More information about the bazaar-commits mailing list