Loading debian/changelog +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 Loading setup.py +1 −1 Original line number Diff line number Diff line Loading @@ -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', Loading Loading
debian/changelog +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 Loading
setup.py +1 −1 Original line number Diff line number Diff line Loading @@ -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', Loading