Rev 4845: Release 2.1.2. in http://bazaar.launchpad.net/~lifeless/bzr/2.1

Robert Collins robertc at robertcollins.net
Thu May 27 17:23:13 BST 2010


At http://bazaar.launchpad.net/~lifeless/bzr/2.1

------------------------------------------------------------
revno: 4845
revision-id: robertc at robertcollins.net-20100527162312-df6rcq52rspnc1wz
parent: pqm at pqm.ubuntu.com-20100527075411-m4cm3or5cnu98mwu
committer: Robert Collins <robertc at robertcollins.net>
branch nick: 2.1
timestamp: Fri 2010-05-28 04:23:12 +1200
message:
  Release 2.1.2.
=== modified file 'NEWS'
--- a/NEWS	2010-05-26 02:19:33 +0000
+++ b/NEWS	2010-05-27 16:23:12 +0000
@@ -8,7 +8,11 @@
 bzr 2.1.2
 #########
 
-:2.1.2: NOT RELEASED YET
+:2.1.2: 2010-05-28
+
+This release fixes two critical networking issues with older servers and
+with interrupted system call errors when pushing or pulling.  We recommend
+upgrading to anyone running a 2.1.x version of bzr.
 
 Bug Fixes
 *********

=== modified file 'bzr'
--- a/bzr	2010-04-15 08:50:40 +0000
+++ b/bzr	2010-05-27 16:23:12 +0000
@@ -23,7 +23,7 @@
 import warnings
 
 # update this on each release
-_script_version = (2, 1, 1)
+_script_version = (2, 1, 2)
 
 if __doc__ is None:
     print "bzr does not support python -OO."

=== modified file 'bzrlib/__init__.py'
--- a/bzrlib/__init__.py	2010-04-15 08:50:40 +0000
+++ b/bzrlib/__init__.py	2010-05-27 16:23:12 +0000
@@ -44,7 +44,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, 1, 1, 'final', 0)
+version_info = (2, 1, 2, 'final', 0)
 
 # API compatibility version: bzrlib is currently API compatible with 1.15.
 api_minimum_version = (2, 1, 0)




More information about the bazaar-commits mailing list