Update symbol versioning as part of the release cycle

John Arbash Meinel john at arbash-meinel.com
Mon Aug 28 18:06:33 BST 2006


I went ahead and updated http://bazaar-vcs.org/ReleaseChecklist
And submitted a patch to bzr.dev.

But I also wanted to make a comment here. One more thing that needs to
be done as part of creating a new release is to create a deprecation
symbol in symbol_versioning.py

The diff is pretty small.

John
=:->

=== modified file 'bzrlib/symbol_versioning.py'
--- bzrlib/symbol_versioning.py 2006-07-26 07:41:21 +0000
+++ bzrlib/symbol_versioning.py 2006-08-28 17:04:25 +0000
@@ -29,6 +29,7 @@
            'zero_eight',
            'zero_nine',
            'zero_ten',
+           'zero_eleven',
            ]

 from warnings import warn
@@ -39,6 +40,7 @@
 zero_eight = "%s was deprecated in version 0.8."
 zero_nine = "%s was deprecated in version 0.9."
 zero_ten = "%s was deprecated in version 0.10."
+zero_eleven = "%s was deprecated in version 0.11."


 def set_warning_method(method):

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 254 bytes
Desc: OpenPGP digital signature
Url : https://lists.ubuntu.com/archives/bazaar/attachments/20060828/9bd7f220/attachment.pgp 


More information about the bazaar mailing list