Rev 5727: Release 2.4b1 in http://bazaar.launchpad.net/~vila/bzr/integration/

Vincent Ladeuil v.ladeuil+lp at free.fr
Thu Mar 17 15:36:19 UTC 2011


At http://bazaar.launchpad.net/~vila/bzr/integration/

------------------------------------------------------------
revno: 5727
revision-id: v.ladeuil+lp at free.fr-20110317153619-suoecf84t5yp55g3
parent: pqm at pqm.ubuntu.com-20110316073305-1r89t4gis3nawye3
committer: Vincent Ladeuil <v.ladeuil+lp at free.fr>
branch nick: trunk
timestamp: Thu 2011-03-17 16:36:19 +0100
message:
  Release 2.4b1
-------------- next part --------------
=== modified file 'bzrlib/__init__.py'
--- a/bzrlib/__init__.py	2011-03-11 10:58:18 +0000
+++ b/bzrlib/__init__.py	2011-03-17 15:36:19 +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, 4, 0, 'dev', 1)
+version_info = (2, 4, 0, 'beta', 1)
 
 # API compatibility version
 api_minimum_version = (2, 4, 0)

=== modified file 'doc/en/release-notes/bzr-2.4.txt'
--- a/doc/en/release-notes/bzr-2.4.txt	2011-03-15 08:07:04 +0000
+++ b/doc/en/release-notes/bzr-2.4.txt	2011-03-17 15:36:19 +0000
@@ -8,18 +8,21 @@
 bzr 2.4b1
 #########
 
-:2.4b1: NOT RELEASED YET
+:2.4b1: 2011-04-17
+
+This is the first beta of the 2.4 series, leading up to a 2.4.0
+release in August 2011.  Beta releases are suitable for everyday use
+but may cause some incompatibilities with plugins.  Some plugins may need
+small updates to work with 2.4b1.
 
 External Compatibility Breaks
 *****************************
 
-.. These may require users to change the way they use Bazaar.
+(none)
 
 New Features
 ************
 
-.. New commands, options, etc that users may wish to try out.
-
 * Added ``changelog_merge`` plugin for merging changes to ``Changelog`` files
   in GNU format.  See ``bzr help changelog_merge`` for details.
   (Andrew Bennetts)
@@ -41,9 +44,6 @@
 Improvements
 ************
 
-.. Improvements to existing commands, especially improved performance 
-   or memory usage, or better results.
-
 * A new hidden command ``bzr repair-workingtree``. This is a way to force
   the dirstate file to be rebuilt, rather than using a ``bzr checkout``
   workaround. (John Arbash Meinel)
@@ -74,9 +74,6 @@
 Bug Fixes
 *********
 
-.. Fixes for situations where bzr would previously crash or give incorrect
-   or undesirable results.
-
 * A MemoryError thrown on the server during a remote operation will now be
   usefully reported, and other unexpected errors will include the class name.
   (Martin [gz], #722416)
@@ -147,17 +144,9 @@
 * On Python 2.6 and higher, use multiprocessing.cpu_count() to retrieve the
   number of available processors. (Jelmer Vernooij, #693140)
 
-Documentation
-*************
-
-.. Improved or updated documentation.
-
 API Changes
 ***********
 
-.. Changes that may require updates in plugins or other code that uses
-   bzrlib.
-
 * Added ``Branch.heads_to_fetch`` method.  Implementions of the Branch API
   must now inherit or implement this method.  (Andrew Bennetts, #721328)
   
@@ -199,9 +188,9 @@
   now deprecated in favour of the ``BzrProber.formats`` format registry.
   (Jelmer Vernooij)
 
-* ``ControlDir`` implementations no longer have to provide the ``get_branch_transport``,
-  ``get_workingtree_transport`` and ``get_repository_transport`` methods.
-  (Jelmer Vernooij, #730325)
+* ``ControlDir`` implementations no longer have to provide the
+  ``get_branch_transport``, ``get_workingtree_transport`` and
+  ``get_repository_transport`` methods.  (Jelmer Vernooij, #730325)
 
 * ``Converter`` has been moved from ``bzrlib.bzrdir`` to
   ``bzrlib.controldir``. (Jelmer Vernooij)
@@ -237,9 +226,6 @@
 Internals
 *********
 
-.. Major internal changes, unlikely to be visible to users or plugin 
-   developers, but interesting for bzr developers.
-
 * ``CatchingExceptionThread`` (formerly ThreadWithException) has been moved
   out of the ``bzrlib.tests`` hierarchy to make it clearer that it can be used
   outside of tests. This class makes it easier to track exceptions in threads
@@ -252,10 +238,6 @@
 Testing
 *******
 
-.. Fixes and changes that are only relevant to bzr's test framework and 
-   suite.  This can include new facilities for writing tests, fixes to 
-   spurious test failures and changes to the way things should be tested.
-
 * The Range parsing for HTTP requests will correctly parse incomplete ranges.
   (Vincent Ladeuil, #731240)
 



More information about the bazaar-commits mailing list