Rev 132: mark as compatible with bzr 1.13. in file:///home/jelmer/bzr-rebase/trunk/

Jelmer Vernooij jelmer at samba.org
Fri Feb 27 01:22:47 GMT 2009


At file:///home/jelmer/bzr-rebase/trunk/

------------------------------------------------------------
revno: 132
revision-id: jelmer at samba.org-20090227012247-bye57tqi53p150he
parent: jelmer at samba.org-20090221020158-ldy9xifjp8yffr1d
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: trunk
timestamp: Fri 2009-02-27 02:22:47 +0100
message:
  mark as compatible with bzr 1.13.
=== modified file 'NEWS'
--- a/NEWS	2009-02-15 00:53:11 +0000
+++ b/NEWS	2009-02-27 01:22:47 +0000
@@ -1,5 +1,9 @@
 0.4.4	UNRELEASED
 
+ BUG FIXES
+
+  * Mark as compatible with bzr 1.13.
+
 0.4.3	2009-02-15
 
  BUG FIXES

=== modified file '__init__.py'
--- a/__init__.py	2009-02-21 02:01:58 +0000
+++ b/__init__.py	2009-02-27 01:22:47 +0000
@@ -34,7 +34,7 @@
 __author__ = 'Jelmer Vernooij <jelmer at samba.org>'
 
 COMPATIBLE_BZR_VERSIONS = [(1, 6, 0), (1, 7, 0), (1, 8, 0), (1, 9, 0),
-                           (1, 10, 0), (1, 11, 0), (1, 12, 0)]
+                           (1, 10, 0), (1, 11, 0), (1, 12, 0), (1, 13, 0)]
 
 bzrlib.api.require_any_api(bzrlib, COMPATIBLE_BZR_VERSIONS)
 




More information about the bazaar-commits mailing list