Commit 6db255de authored by Antoine Millet's avatar Antoine Millet
Browse files

Released version 13.

parent a9cda115
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5,4 +5,4 @@
CloudControl server libraries.
'''

__version__ = 12
__version__ = 13
+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.