John Sonnenschein wrote:
http://cr.opensolaris.org/~error404/516-3/

doc/client_api_versions.txt:
line 2: since all you did was add a new exception (and its a subclass of an existing one), this shouldn't be marked as incompatible with all previous releases. It should be marked as compatible clients suing version 19. Generally, the logic is that we bump the api version for every change, and if that change would cause incompatibilities for consumers, we remove the previous versions from the compatible versions set in client/api.py and mark that as such here.

client/api.py:
  line 54: bump CURRENT_API_VERSION to 20

  line 91: add version 20 to compatible_versions here

http://cr.opensolaris.org/~error404/1463-3/

Both look fine otherwise.

Cheers,
--
Shawn Walker
_______________________________________________
pkg-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/pkg-discuss

Reply via email to