Rev 2234: Release 0.5.0~rc1. in http://people.samba.org/bzr/jelmer/bzr-svn/0.5
Jelmer Vernooij
jelmer at samba.org
Mon Dec 8 03:00:23 GMT 2008
At http://people.samba.org/bzr/jelmer/bzr-svn/0.5
------------------------------------------------------------
revno: 2234
revision-id: jelmer at samba.org-20081208030020-p7h6xn1myp6ivtbc
parent: jelmer at samba.org-20081208025509-1ih111d5bj9feq1f
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: 0.5
timestamp: Mon 2008-12-08 04:00:20 +0100
message:
Release 0.5.0~rc1.
modified:
NEWS news-20061231030336-h9fhq245ie0de8bs-1
__init__.py __init__.py-20051008155114-eae558e6cf149e1d
setup.py setup.py-20081002195455-nascfq8sx5o40xap-1
=== modified file 'NEWS'
--- a/NEWS 2008-12-04 17:21:26 +0000
+++ b/NEWS 2008-12-08 03:00:20 +0000
@@ -1,4 +1,4 @@
-bzr-svn 0.5.0 UNRELEASED
+bzr-svn 0.5.0~rc1 2008-12-08
CHANGES
@@ -18,6 +18,8 @@
FEATURES
+ * Performance has been improved *significantly*.
+
* Add bzr:skip revision property to allow skipping
more detailed analysis of revisions not created by bzr.
=== modified file '__init__.py'
--- a/__init__.py 2008-12-07 18:05:41 +0000
+++ b/__init__.py 2008-12-08 03:00:20 +0000
@@ -48,7 +48,7 @@
# versions ending in 'exp' mean experimental mappings
# versions ending in 'dev' mean development version
# versions ending in 'final' mean release (well tested, etc)
-version_info = (0, 5, 0, 'dev', 0)
+version_info = (0, 5, 0, 'rc', 1)
if version_info[3] == 'final':
version_string = '%d.%d.%d' % version_info[:3]
=== modified file 'setup.py'
--- a/setup.py 2008-12-04 15:24:31 +0000
+++ b/setup.py 2008-12-08 03:00:20 +0000
@@ -10,7 +10,7 @@
setup(name='bzr-svn',
description='Support for Subversion branches in Bazaar',
keywords='plugin bzr svn',
- version='0.5.0',
+ version='0.5.0rc1',
url='http://bazaar-vcs.org/BzrForeignBranches/Subversion',
download_url='http://bazaar-vcs.org/BzrSvn',
license='GPL',
More information about the bazaar-commits
mailing list