Rev 4812: Prepare 2.1.0 final in http://bazaar.launchpad.net/~jameinel/bzr/2.1.0-dev

John Arbash Meinel john at arbash-meinel.com
Thu Feb 11 23:07:35 GMT 2010


At http://bazaar.launchpad.net/~jameinel/bzr/2.1.0-dev

------------------------------------------------------------
revno: 4812
revision-id: john at arbash-meinel.com-20100211230709-yy2ttvhrslqo1i5j
parent: pqm at pqm.ubuntu.com-20100211024734-aiture0rgvqnl1dc
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: 2.1.0-dev
timestamp: Thu 2010-02-11 17:07:09 -0600
message:
  Prepare 2.1.0 final
-------------- next part --------------
=== modified file 'NEWS'
--- a/NEWS	2010-02-11 02:47:34 +0000
+++ b/NEWS	2010-02-11 23:07:09 +0000
@@ -5,11 +5,24 @@
 .. contents:: List of Releases
    :depth: 1
 
-bzr 2.1.0 (not released yet)
-############################
-
-:Codename: 
-:2.1.0: 
+bzr 2.1.0
+#########
+
+:Codename: Strasbourg
+:2.1.0: 2010-02-11
+
+This release marks our second long-term-stable series. The Bazaar team
+has decided that we will continue to make bugfix-only 2.0.x and 2.1.x
+releases, along with 2.2 development releases. 
+
+This is a fairly incremental update, focusing on polish and bugfixing.
+There are no changes for supported disk formats. Key updates include
+reduced memory consumption for many operations, a new per-file merge
+hook, ignore patterns can now include '!' to exclude files, globbing
+support for all commands on Windows, and support for addressing home
+directories via ``bzr+ssh://host/~/`` syntax.
+
+Users are encouraged to upgrade from the 2.0 stable series.
 
 Bug Fixes
 *********

=== modified file 'bzrlib/__init__.py'
--- a/bzrlib/__init__.py	2010-01-29 08:56:26 +0000
+++ b/bzrlib/__init__.py	2010-02-11 23:07:09 +0000
@@ -44,7 +44,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, 1, 0, 'candidate', 2)
+version_info = (2, 1, 0, 'final', 0)
 
 # API compatibility version: bzrlib is currently API compatible with 1.15.
 api_minimum_version = (2, 1, 0)



More information about the bazaar-commits mailing list