Rev 3997: Release 1.12rc1 in http://bzr.arbash-meinel.com/branches/bzr/1.12/1.12-rc1-release

John Arbash Meinel john at arbash-meinel.com
Tue Feb 10 16:43:38 GMT 2009


At http://bzr.arbash-meinel.com/branches/bzr/1.12/1.12-rc1-release

------------------------------------------------------------
revno: 3997
revision-id: john at arbash-meinel.com-20090210164322-7qsn8ou1z9cxgfx5
parent: pqm at pqm.ubuntu.com-20090210100738-sf13wwla8iwa02bb
author: Martin Pool <mbp at sourcefrog.net>
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: 1.12-rc1-release
timestamp: Tue 2009-02-10 10:43:22 -0600
message:
  Release 1.12rc1
-------------- next part --------------
=== modified file 'NEWS'
--- a/NEWS	2009-02-10 06:35:37 +0000
+++ b/NEWS	2009-02-10 16:43:22 +0000
@@ -4,8 +4,14 @@
 
 .. contents::
 
-IN DEVELOPMENT
---------------
+bzr 1.12rc1 "1234567890" 2009-02-10
+-----------------------------------
+
+This release of Bazaar contains many improvements to the speed and
+functionality of ``bzr log`` and the display of logged revisions by ``bzr
+status``.  bzr now also gives a better indication of progress, both in the
+way operations are drawn onto a text terminal, and by showing the rate of
+network IO.
 
   COMPATIBILITY BREAKS:
 
@@ -31,9 +37,9 @@
 
   NEW FEATURES:
 
-    * Add support for filtering `bzr missing` on revisions.  Remote revisions
-      can be filtered using `bzr missing -r -20..-10` and local revisions can
-      be filtered using `bzr missing --my-revision -20..-10`.
+    * Add support for filtering ``bzr missing`` on revisions.  Remote revisions
+      can be filtered using ``bzr missing -r -20..-10`` and local revisions can
+      be filtered using ``bzr missing --my-revision -20..-10``.
       (Marius Kruger)
 
     * ``bzr log -p`` displays the patch diff for each revision.
@@ -168,8 +174,6 @@
       same but code that provides a new UI or progress bar class may
       need to be updated.  (Martin Pool)
 
-  TESTING:
-
   INTERNALS:
 
     * Default User Interface (UI) is CLIUIFactory when bzr runs in a dumb

=== modified file 'bzrlib/__init__.py'
--- a/bzrlib/__init__.py	2009-01-26 17:04:21 +0000
+++ b/bzrlib/__init__.py	2009-02-10 16:43:22 +0000
@@ -50,7 +50,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, 12, 0, 'dev', 0)
+version_info = (1, 12, 0, 'candidate', 1)
 
 
 # API compatibility version: bzrlib is currently API compatible with 1.11.



More information about the bazaar-commits mailing list