Rev 3627: Release bzr 1.6.1 in http://bzr.arbash-meinel.com/branches/bzr/jam-integration

John Arbash Meinel john at arbash-meinel.com
Fri Sep 5 20:23:34 BST 2008


At http://bzr.arbash-meinel.com/branches/bzr/jam-integration

------------------------------------------------------------
revno: 3627
revision-id: john at arbash-meinel.com-20080905192332-4j7a025l28ba26xk
parent: pqm at pqm.ubuntu.com-20080903164846-k1lc4d87315m26uh
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: jam-integration
timestamp: Fri 2008-09-05 14:23:32 -0500
message:
  Release bzr 1.6.1
-------------- next part --------------
=== modified file 'NEWS'
--- a/NEWS	2008-09-03 16:17:37 +0000
+++ b/NEWS	2008-09-05 19:23:32 +0000
@@ -4,6 +4,14 @@
 
 .. contents::
 
+bzr 1.6.1 2008-09-05
+--------------------
+
+A couple regressions were found in the 1.6 release. There was a
+performance issue when using ``bzr+ssh`` to branch large repositories,
+and some problems with stacking and ``rich-root`` capable repositories.
+
+
 bzr 1.6.1rc2 2008-09-03
 -----------------------
 

=== modified file 'bzrlib/__init__.py'
--- a/bzrlib/__init__.py	2008-09-03 16:17:37 +0000
+++ b/bzrlib/__init__.py	2008-09-05 19:23:32 +0000
@@ -41,7 +41,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 = (1, 6, 1, 'candidate', 2)
+version_info = (1, 6, 1, 'final', 0)
 
 
 # API compatibility version: bzrlib is currently API compatible with 1.6.



More information about the bazaar-commits mailing list