Rev 1768: Release bzr-svn 0.4.17, compatible with bzr 1.11. in http://people.samba.org/bzr/jelmer/bzr-svn/trunk
Jelmer Vernooij
jelmer at samba.org
Mon Jan 12 23:20:47 GMT 2009
At http://people.samba.org/bzr/jelmer/bzr-svn/trunk
------------------------------------------------------------
revno: 1768
revision-id: jelmer at samba.org-20090112232043-o476yx46oxudnozh
parent: jelmer at samba.org-20081204150336-2f00myb4gewski80
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: 0.4
timestamp: Tue 2009-01-13 00:20:43 +0100
message:
Release bzr-svn 0.4.17, compatible with bzr 1.11.
modified:
NEWS news-20061231030336-h9fhq245ie0de8bs-1
__init__.py __init__.py-20051008155114-eae558e6cf149e1d
=== modified file 'NEWS'
--- a/NEWS 2008-12-04 15:03:36 +0000
+++ b/NEWS 2009-01-12 23:20:43 +0000
@@ -1,3 +1,9 @@
+bzr-svn 0.4.17 2008-01-13
+
+ BUG FIXES
+
+ * Mark as compatible with Bazaar 1.11.
+
bzr-svn 0.4.16 2008-12-06
BUG FIXES
=== modified file '__init__.py'
--- a/__init__.py 2008-12-04 15:03:36 +0000
+++ b/__init__.py 2009-01-12 23:20:43 +0000
@@ -54,7 +54,7 @@
version_string = '%d.%d.%d%s%d' % version_info
__version__ = version_string
-COMPATIBLE_BZR_VERSIONS = [(1, 10, 0)]
+COMPATIBLE_BZR_VERSIONS = [(1, 10, 0), (1, 11, 0)]
def check_subversion_version():
More information about the bazaar-commits
mailing list