At http://people.samba.org/bzr/jelmer/bzr-svn/0.5
------------------------------------------------------------ revno: 2260 revision-id: [email protected] parent: [email protected] committer: Jelmer Vernooij <[email protected]> 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): -- bazaar-commits mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/bazaar-commits
