Rev 5123: Release 2.2.4 in http://bazaar.launchpad.net/~vila/bzr/2.2-integration/

Vincent Ladeuil v.ladeuil+lp at free.fr
Fri Feb 4 10:54:32 UTC 2011


At http://bazaar.launchpad.net/~vila/bzr/2.2-integration/

------------------------------------------------------------
revno: 5123
revision-id: v.ladeuil+lp at free.fr-20110204105432-t1k0fpay73wglyf7
parent: pqm at pqm.ubuntu.com-20110202121053-3g4epxba6ai3m9ya
committer: Vincent Ladeuil <v.ladeuil+lp at free.fr>
branch nick: 2.2.4-dev
timestamp: Fri 2011-02-04 11:54:32 +0100
message:
  Release 2.2.4
-------------- next part --------------
=== modified file 'NEWS'
--- a/NEWS	2011-02-02 10:48:22 +0000
+++ b/NEWS	2011-02-04 10:54:32 +0000
@@ -8,13 +8,11 @@
 bzr 2.2.4
 #########
 
-:2.2.4: NOT RELEASED YET
-
-Compatibility Breaks
-********************
-
-New Features
-************
+:2.2.4: 2011-02-04
+
+This is a bugfix release. Only one bug has been fixed, a regression from 2.2.3
+involving only certain operations with launchpad. Upgrading is recommended for
+all users on earlier 2.2 releases.
 
 Bug Fixes
 *********
@@ -25,21 +23,6 @@
   the default instance was switched from edge to production in bzr 2.2.3.
   (Max Bowsher, #707075)
 
-Improvements
-************
-
-Documentation
-*************
-
-API Changes
-***********
-
-Internals
-*********
-
-Testing
-*******
-
 
 bzr 2.2.3
 #########

=== modified file 'bzrlib/__init__.py'
--- a/bzrlib/__init__.py	2011-01-20 21:40:17 +0000
+++ b/bzrlib/__init__.py	2011-02-04 10:54:32 +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, 4, 'dev', 0)
+version_info = (2, 2, 4, 'final', 0)
 
 # API compatibility version
 api_minimum_version = (2, 2, 0)

=== modified file 'doc/en/whats-new/whats-new-in-2.2.txt'
--- a/doc/en/whats-new/whats-new-in-2.2.txt	2011-01-20 18:42:20 +0000
+++ b/doc/en/whats-new/whats-new-in-2.2.txt	2011-02-04 10:54:32 +0000
@@ -35,6 +35,9 @@
 Bazaar 2.2.3 focused on fixes related to interactions with the launchpad
 server and python-2.7 compatibility.
 
+Bazaar 2.2.4 fixed a regression for some interactions with the launchpad
+server .
+
 See the :doc:`../release-notes/index` for details.
 
 Bazaar 2.2 is fully compatible both locally and on the network with 2.0



More information about the bazaar-commits mailing list