Rev 2260: mark as supporting 1.11. in http://people.samba.org/bzr/jelmer/bzr-svn/0.5
Jelmer Vernooij
jelmer at samba.org
Sat Dec 13 22:30:19 GMT 2008
At http://people.samba.org/bzr/jelmer/bzr-svn/0.5
------------------------------------------------------------
revno: 2260
revision-id: jelmer at samba.org-20081213223016-5kx3prdchs413ey0
parent: jelmer at samba.org-20081213032153-9vixla3x30fr5x3d
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: 0.5
timestamp: Sat 2008-12-13 23:30:16 +0100
message:
mark as supporting 1.11.
modified:
NEWS news-20061231030336-h9fhq245ie0de8bs-1
__init__.py __init__.py-20051008155114-eae558e6cf149e1d
=== modified file 'NEWS'
--- a/NEWS 2008-12-10 02:47:56 +0000
+++ b/NEWS 2008-12-13 22:30:16 +0000
@@ -18,6 +18,8 @@
* Fix handling of custom layouts, which used unicode internally. (#306629)
+ * Mark as compatible with Bazaar 1.11.
+
bzr-svn 0.5.0~rc1 2008-12-08
CHANGES
=== modified file '__init__.py'
--- a/__init__.py 2008-12-09 00:20:22 +0000
+++ b/__init__.py 2008-12-13 22:30:16 +0000
@@ -56,7 +56,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(subvertpy):
More information about the bazaar-commits
mailing list