Rev 3490: (mbp) Bump version to 1.6b3 in file:///home/pqm/archives/thelove/bzr/%2Btrunk/

Canonical.com Patch Queue Manager pqm at pqm.ubuntu.com
Tue Jun 10 09:15:27 BST 2008


At file:///home/pqm/archives/thelove/bzr/%2Btrunk/

------------------------------------------------------------
revno: 3490
revision-id:pqm at pqm.ubuntu.com-20080610081519-95unlj6ayptlh2uv
parent: pqm at pqm.ubuntu.com-20080609211646-amc2rr2zi50omr8m
parent: mbp at sourcefrog.net-20080610075109-yaiedag5r7iuq1dk
committer: Canonical.com Patch Queue Manager <pqm at pqm.ubuntu.com>
branch nick: +trunk
timestamp: Tue 2008-06-10 09:15:19 +0100
message:
  (mbp) Bump version to 1.6b3
modified:
  NEWS                           NEWS-20050323055033-4e00b5db738777ff
  bzrlib/__init__.py             __init__.py-20050309040759-33e65acf91bbcd5d
    ------------------------------------------------------------
    revno: 3489.1.2
    revision-id:mbp at sourcefrog.net-20080610075109-yaiedag5r7iuq1dk
    parent: mbp at sourcefrog.net-20080610072935-0om286mxvc3kab6o
    committer: Martin Pool <mbp at sourcefrog.net>
    branch nick: integration
    timestamp: Tue 2008-06-10 17:51:09 +1000
    message:
      Bump version to 1.6b3
    modified:
      NEWS                           NEWS-20050323055033-4e00b5db738777ff
      bzrlib/__init__.py             __init__.py-20050309040759-33e65acf91bbcd5d
    ------------------------------------------------------------
    revno: 3489.1.1
    revision-id:mbp at sourcefrog.net-20080610072935-0om286mxvc3kab6o
    parent: pqm at pqm.ubuntu.com-20080609211646-amc2rr2zi50omr8m
    committer: Martin Pool <mbp at sourcefrog.net>
    branch nick: prepare-1.6
    timestamp: Tue 2008-06-10 17:29:35 +1000
    message:
      Prepare 1.6b2
    modified:
      NEWS                           NEWS-20050323055033-4e00b5db738777ff
=== modified file 'NEWS'
--- a/NEWS	2008-06-09 21:16:46 +0000
+++ b/NEWS	2008-06-10 07:51:09 +0000
@@ -10,6 +10,29 @@
 
   BUG FIXES:
 
+  IMPROVEMENTS:
+
+  BUGFIXES:
+
+  DOCUMENTATION:
+
+  TESTING:
+
+  API CHANGES:
+
+  INTERNALS:
+
+
+bzr 1.6beta2 2008-06-10
+-----------------------
+
+This release contains further progress towards our 1.6 goals of shallow
+repositories, and contains a fix for some user-affecting bugs in the
+repository layer.  Building working trees during checkout and branch is
+now faster.
+
+  BUG FIXES:
+
     * Avoid KnitCorrupt error extracting inventories from some repositories.
       (The data is not corrupt; an internal check is detecting a problem
       reading from the repository.)

=== modified file 'bzrlib/__init__.py'
--- a/bzrlib/__init__.py	2008-06-03 06:55:59 +0000
+++ b/bzrlib/__init__.py	2008-06-10 07:51:09 +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, 0, 'beta', 2)
+version_info = (1, 6, 0, 'beta', 3)
 
 
 # API compatibility version: bzrlib is currently API compatible with 0.18.




More information about the bazaar-commits mailing list