Rev 2324: (Robert Collins) Release bzr 0.15 RC 1 in http://people.ubuntu.com/~robertc/baz2.0/0.15
Robert Collins
robertc at robertcollins.net
Wed Mar 7 11:34:53 GMT 2007
At http://people.ubuntu.com/~robertc/baz2.0/0.15
------------------------------------------------------------
revno: 2324
revision-id: robertc at robertcollins.net-20070307113448-75xm18n66vrs31s3
parent: pqm at pqm.ubuntu.com-20070307110538-3026a526f5178b00
committer: Robert Collins <robertc at robertcollins.net>
branch nick: 0.15
timestamp: Wed 2007-03-07 22:34:48 +1100
message:
(Robert Collins) Release bzr 0.15 RC 1
modified:
NEWS NEWS-20050323055033-4e00b5db738777ff
README README-20050309040720-8f368abf9f346b9d
bzrlib/__init__.py __init__.py-20050309040759-33e65acf91bbcd5d
=== modified file 'NEWS'
--- a/NEWS 2007-03-07 05:41:58 +0000
+++ b/NEWS 2007-03-07 11:34:48 +0000
@@ -1,4 +1,4 @@
-IN DEVELOPMENT
+bzr 0.15rc1 2007-03-07
SURPRISES:
=== modified file 'README'
--- a/README 2007-01-24 19:42:26 +0000
+++ b/README 2007-03-07 11:34:48 +0000
@@ -1,6 +1,6 @@
-=====================================
-README for Bazaar DEVELOPMENT VERSION
-=====================================
+==========================================
+README for Bazaar 0.15 Release Candidate 1
+==========================================
Bazaar is a decentralized revision control system, designed to be easy
for developers and end users alike.
=== modified file 'bzrlib/__init__.py'
--- a/bzrlib/__init__.py 2007-02-02 16:17:55 +0000
+++ b/bzrlib/__init__.py 2007-03-07 11:34:48 +0000
@@ -35,7 +35,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 = (0, 15, 0, 'dev', 0)
+version_info = (0, 15, 0, 'candidate', 0)
if version_info[3] == 'final':
version_string = '%d.%d.%d' % version_info[:3]
More information about the bazaar-commits
mailing list