Rev 4735: NEWS and version strings for bzr 2.1.0b1 in http://bazaar.launchpad.net/~jameinel/bzr/2.1.0b1

John Arbash Meinel john at arbash-meinel.com
Wed Oct 14 20:47:37 BST 2009


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

------------------------------------------------------------
revno: 4735
revision-id: john at arbash-meinel.com-20091014194729-uuh38fhb61p7w2aq
parent: pqm at pqm.ubuntu.com-20091008234440-e0thgiawplpcqomd
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: 2.1.0b1
timestamp: Wed 2009-10-14 14:47:29 -0500
message:
  NEWS and version strings for bzr 2.1.0b1
-------------- next part --------------
=== modified file 'NEWS'
--- a/NEWS	2009-10-08 23:44:40 +0000
+++ b/NEWS	2009-10-14 19:47:29 +0000
@@ -6,8 +6,25 @@
    :depth: 1
 
 
-2.1.0 series (not released yet)
-###############################
+bzr 2.1.0b1
+###########
+
+:Codename: While the cat is away
+:2.1.0b1: 2009-10-14
+
+This is the first development release in the new split "stable" and
+"development" series. As such, the release is a snapshot of bzr.dev
+without creating a release candidate first. This release includes a
+fair amount of internal changes, with deprecated code being removed,
+and several new feature developments. People looking for a stable code
+base with only bugfixes should focus on the 2.0.1 release.
+
+Highlights include support for ``bzr+ssh://host/~/homedir`` style urls,
+finer control over the plugin search path via extended BZR_PLUGIN_PATH
+syntax, visible warnings when extension modules fail to load, improved
+error handling during unlocking and 'on-the-fly' compression when fetching
+new content from a repository.
+
 
 Compatibility Breaks
 ********************

=== modified file 'bzrlib/__init__.py'
--- a/bzrlib/__init__.py	2009-09-25 21:24:21 +0000
+++ b/bzrlib/__init__.py	2009-10-14 19:47:29 +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, 'dev', 0)
+version_info = (2, 1, 0, 'beta', 1)
 
 # 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