Rev 5071: Release bzr 2.2 (.0) in http://bazaar.launchpad.net/~jameinel/bzr/2.2-final

John Arbash Meinel john at arbash-meinel.com
Fri Aug 6 20:16:38 BST 2010


At http://bazaar.launchpad.net/~jameinel/bzr/2.2-final

------------------------------------------------------------
revno: 5071
revision-id: john at arbash-meinel.com-20100806191616-vpb74nm9vzgzt0o9
parent: pqm at pqm.ubuntu.com-20100806081448-dd4f3e0zas1ixx1q
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: 2.2-final
timestamp: Fri 2010-08-06 14:16:16 -0500
message:
  Release bzr 2.2 (.0)
-------------- next part --------------
=== modified file 'NEWS'
--- a/NEWS	2010-08-05 08:18:06 +0000
+++ b/NEWS	2010-08-06 19:16:16 +0000
@@ -5,11 +5,29 @@
 .. contents:: List of Releases
    :depth: 1
 
-bzr 2.2.0
-#########
-
-:Codename: ???
-:2.2.0: NOT RELEASED YET
+bzr 2.2
+#######
+
+:Codename: La Hulpe
+:2.2: 2010-08-06
+
+This release marks the start of another long-term-stable series. From
+here, we will only make bugfix releases on the 2.2 series (2.2.1, etc),
+while 2.3 will become our new development series. The 2.0 and 2.1 series
+will also continue to get bugfixes. (Currently 2.0 is planned to be
+supported for another 6 months.)
+
+This is primarily a bugfix and polish release over the 2.1 series, with
+a large number of bugs fixed (>120), and some performance improvements.
+
+There are some compatibility changes in this release.  For users of bzrlib
+as a library, we now request that they call ``bzrlib.initialize`` and use
+the returned context manager appropriately. For commandline users we no
+longer guess user identity for ``bzr commit``, users must specify their
+identity using ``bzr whoami`` (you don't need to specify your identity for
+readonly operations).
+
+Users are encouraged to upgrade from the other stable series.
 
 Compatibility Breaks
 ********************
@@ -25,9 +43,6 @@
   macrobenchmark suite.
   (Martin Pool)
 
-New Features
-************
-
 Bug Fixes
 *********
 
@@ -76,9 +91,6 @@
 
 * Delete ``ProgressTask.note``, which was deprecated in 2.1.
 
-Internals
-*********
-
 Testing
 *******
 
@@ -522,9 +534,6 @@
   plugins to an all-in-one installation, ensure they are compiled and
   installed with -O1 or help may not work. (Martin [gz])
 
-Documentation
-*************
-
 API Changes
 ***********
 
@@ -580,7 +589,7 @@
 
 * No longer require zlib headers to build extensions, and remove the need
   for seperate copy of zlib library on windows.
-  (John Arbash Meinel, Martin <gzlist at googlemail.com>, #66923)
+  (John Arbash Meinel, Martin <gzlist at googlemail.com>, #566923)
 
 Testing
 *******
@@ -668,7 +677,7 @@
   (Vincent Ladeuil, #474807)
 
 * Properly handle ``param_name`` attribute for ``ListOption``.
-  (Martin von Gagern, 387117)
+  (Martin von Gagern, #387117)
 
 Improvements
 ************

=== modified file 'bzrlib/__init__.py'
--- a/bzrlib/__init__.py	2010-07-09 21:02:54 +0000
+++ b/bzrlib/__init__.py	2010-08-06 19:16: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, 0, 'beta', 4)
+version_info = (2, 2, 0, 'final', 0)
 
 # API compatibility version
 api_minimum_version = (2, 2, 0)



More information about the bazaar-commits mailing list