Rev 4801: Open bzr.dev back up as 2.1.0dev4 in http://bazaar.launchpad.net/~jameinel/bzr/2.1.0b4-dev

John Arbash Meinel john at arbash-meinel.com
Mon Nov 16 19:45:51 GMT 2009


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

------------------------------------------------------------
revno: 4801
revision-id: john at arbash-meinel.com-20091116194547-8fr4xtl9a0ahnd80
parent: john at arbash-meinel.com-20091116192233-xkr4ghnjil5qbah2
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: 2.1.0b4-dev
timestamp: Mon 2009-11-16 13:45:47 -0600
message:
  Open bzr.dev back up as 2.1.0dev4
  
  2.0.3 isn't released w/ 2.1.0b3, so bring it back above 2.1.0b3, copy across
  the NEWS entries that are going to be in both 2.0.3 and 2.1.0b3.
-------------- next part --------------
=== modified file 'NEWS'
--- a/NEWS	2009-11-16 19:22:33 +0000
+++ b/NEWS	2009-11-16 19:45:47 +0000
@@ -5,6 +5,72 @@
 .. contents:: List of Releases
    :depth: 1
 
+bzr 2.1.0b4 (not released yet)
+##############################
+
+:Codename: san franscisco airport
+:2.1.0b4: ???
+
+Compatibility Breaks
+********************
+
+New Features
+************
+
+Bug Fixes
+*********
+
+Improvements
+************
+
+Documentation
+*************
+
+API Changes
+***********
+
+Internals
+*********
+
+Testing
+*******
+
+
+bzr 2.0.3 (not released yet)
+############################
+
+:Codename: 
+:2.0.3: ???
+
+Compatibility Breaks
+********************
+
+New Features
+************
+
+Bug Fixes
+*********
+* Fix for shell completion and short options.  (Beno??t PIERRE)
+
+* Improve "Binary files differ" hunk handling.  (Aaron Bentley, #436325)
+
+Improvements
+************
+
+Documentation
+*************
+* Include Japanese translations for documentation (Inada Naoki)
+
+API Changes
+***********
+
+Internals
+*********
+
+Testing
+*******
+
+
 
 bzr 2.1.0b3
 ###########

=== modified file 'bzrlib/__init__.py'
--- a/bzrlib/__init__.py	2009-11-16 19:17:08 +0000
+++ b/bzrlib/__init__.py	2009-11-16 19:45:47 +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, 'beta', 3)
+version_info = (2, 1, 0, 'dev', 4)
 
 # 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