Commit d38069c8 authored by Antoine Millet's avatar Antoine Millet
Browse files

Released version 12.

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

__version__ = 11
__version__ = 12
+13 −0
Original line number Diff line number Diff line
cc-server (12) unstable; urgency=low

  * remove_right can now take None as index to remove all rules.
  * Set async wait timeout from 10 to 4 seconds.
  * Set TTL server delta to 1 second.
  * Added jobs system.
  * [bug#3935] Fixed sorting of integer values.
  * [bug#3937] Tags are now casted as string while export process.
  * [bug#3939] Fixed bug with authentication with a bad password
  * Added auto-kill to close and delaccount handlers.

 -- Antoine Millet <antoine.millet@smartjog.com>  Thu, 10 Feb 2011 17:48:26 +0100

cc-server (11) unstable; urgency=low

  * Added python-daemon to the dependency list.