Loading ccserver/__init__.py +1 −1 Original line number Diff line number Diff line Loading @@ -5,4 +5,4 @@ CloudControl server libraries. ''' __version__ = 12 __version__ = 13 debian/changelog +13 −0 Original line number Diff line number Diff line cc-server (13) unstable; urgency=low * Changes in report output. * Added a cli-handler to copy an account. * Added cc-addaccount, binary used to create accounts on the server. * [bug#3965] Changed list method to return list of list instead of dict. * [bug#3962] Fixed success report in password handler. * Fixed rules to avoid problem with cdbs initscript autostart. * kill_oldcli is now an hidden job. * Fixed bug with user defined tags not updated by objectdb. -- Antoine Millet <antoine.millet@smartjog.com> Thu, 17 Feb 2011 13:05:23 +0100 cc-server (12) unstable; urgency=low * remove_right can now take None as index to remove all rules. Loading Loading
ccserver/__init__.py +1 −1 Original line number Diff line number Diff line Loading @@ -5,4 +5,4 @@ CloudControl server libraries. ''' __version__ = 12 __version__ = 13
debian/changelog +13 −0 Original line number Diff line number Diff line cc-server (13) unstable; urgency=low * Changes in report output. * Added a cli-handler to copy an account. * Added cc-addaccount, binary used to create accounts on the server. * [bug#3965] Changed list method to return list of list instead of dict. * [bug#3962] Fixed success report in password handler. * Fixed rules to avoid problem with cdbs initscript autostart. * kill_oldcli is now an hidden job. * Fixed bug with user defined tags not updated by objectdb. -- Antoine Millet <antoine.millet@smartjog.com> Thu, 17 Feb 2011 13:05:23 +0100 cc-server (12) unstable; urgency=low * remove_right can now take None as index to remove all rules. Loading