Rev 4639: Release 2.0rc1. in http://bazaar.launchpad.net/~vila/bzr/2.0-integration

Vincent Ladeuil v.ladeuil+lp at free.fr
Wed Aug 26 11:27:00 BST 2009


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

------------------------------------------------------------
revno: 4639
revision-id: v.ladeuil+lp at free.fr-20090826102654-ndxzkvxzrf2t4ist
parent: pqm at pqm.ubuntu.com-20090826091413-auouhkp969opmtbz
committer: Vincent Ladeuil <v.ladeuil+lp at free.fr>
branch nick: 2.0-integration
timestamp: Wed 2009-08-26 12:26:54 +0200
message:
  Release 2.0rc1.
  
  * bzrlib/__init__.py: 
  (version_info): Set to rc1.
  
  * NEWS: 
  Add the bzr2.0rc1 banner
-------------- next part --------------
=== modified file 'NEWS'
--- a/NEWS	2009-08-26 09:14:13 +0000
+++ b/NEWS	2009-08-26 10:26:54 +0000
@@ -6,8 +6,21 @@
 .. contents:: List of Releases
    :depth: 1
 
-In Development
-##############
+bzr 2.0rc1
+##########
+
+
+:Codename: no worries
+:2.0rc1: 2009-08-26
+
+This release of Bazaar makes 2a 'brisbane-core' format the
+default.  Most of the work in this release now focusses on bug
+fixes and stabilization, covering both 2a and previous formats.
+
+The Bazaar team decided that 2.0 will be a long-term supported
+release, with bugfix-only releases based on it continuing for at
+least six months or until the following stable release (we said
+that previously, but that's worth repeating).
 
 Compatibility Breaks
 ********************

=== modified file 'bzrlib/__init__.py'
--- a/bzrlib/__init__.py	2009-08-26 05:38:16 +0000
+++ b/bzrlib/__init__.py	2009-08-26 10:26:54 +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 = (2, 0, 0, 'dev', 0)
+version_info = (2, 0, 0, 'candidate', 1)
 
 # API compatibility version: bzrlib is currently API compatible with 1.15.
 api_minimum_version = (1, 17, 0)



More information about the bazaar-commits mailing list