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

Released version 2

parent f8cd0966
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
cc-common (2~dev) unstable; urgency=low
cc-common (2) unstable; urgency=low

  * Development release.
  * Remove on_disconnect callback when stopping the client
  * Prevent clients from sending anything other than strings as tag values
  * Added a formatter class to handle unicode with syslog

 -- Antoine Millet <antoine.millet@smartjog.com>  Tue, 23 Oct 2012 15:57:14 +0200
 -- Antoine Millet <antoine.millet@smartjog.com>  Wed, 24 Oct 2012 17:10:13 +0200

cc-common (1) unstable; urgency=low

+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@ ldesc = open(os.path.join(os.path.dirname(__file__), 'README')).read()

setup(
    name='cc-common',
    version='2~dev',
    version='2',
    description='CloudControl common libraries',
    long_description=ldesc,
    author='Antoine Millet',