Rev 5919: Release 2.4b3 in http://bazaar.launchpad.net/~vila/bzr/integration/
Vincent Ladeuil
v.ladeuil+lp at free.fr
Thu May 26 14:03:23 UTC 2011
At http://bazaar.launchpad.net/~vila/bzr/integration/
------------------------------------------------------------
revno: 5919
revision-id: v.ladeuil+lp at free.fr-20110526140322-n04rq5p1sdyu9rph
parent: pqm at pqm.ubuntu.com-20110526094314-4zd3oevd65x49obl
committer: Vincent Ladeuil <v.ladeuil+lp at free.fr>
branch nick: trunk
timestamp: Thu 2011-05-26 16:03:22 +0200
message:
Release 2.4b3
-------------- next part --------------
=== modified file 'bzrlib/__init__.py'
--- a/bzrlib/__init__.py 2011-05-17 20:58:43 +0000
+++ b/bzrlib/__init__.py 2011-05-26 14:03:22 +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', 3)
+version_info = (2, 4, 0, 'beta', 3)
# 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-05-26 08:58:34 +0000
+++ b/doc/en/release-notes/bzr-2.4.txt 2011-05-26 14:03:22 +0000
@@ -8,7 +8,15 @@
bzr 2.4b3
#########
-:2.4b3: NOT RELEASED YET
+:2.4b3: 2011-05-26
+
+This is the third beta of the 2.4 series, leading to a 2.4.0 release in
+August 2011. Beta releases are suitable for everyday use but may cause some
+incompatibilities with plugins.
+
+This release includes all bug fixed in previous series known at the time of
+this release.
+
External Compatibility Breaks
*****************************
More information about the bazaar-commits
mailing list