From abe9bb18b525fe59264fac8eac3106975d192ca5 Mon Sep 17 00:00:00 2001 From: Antoine Millet Date: Wed, 22 Dec 2010 16:50:43 +0100 Subject: [PATCH] Released version 3 --- bin/cc-node | 2 +- debian/changelog | 15 +++++++++++++++ setup.py | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/bin/cc-node b/bin/cc-node index 39c49ca..d8e43a7 100755 --- a/bin/cc-node +++ b/bin/cc-node @@ -19,7 +19,7 @@ try: except ImportError: DAEMONIZE = False -__VERSION__ = 1 +__VERSION__ = 3 DEFAULT_CONFIG_FILE = '/etc/cc-node.conf' DEFAULT_PID_FILE = '/var/run/cc-node.pid' diff --git a/debian/changelog b/debian/changelog index bffe0fc..f0ce7c8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,18 @@ +cc-node (3-1) unstable; urgency=low + + * Added $HOSTNAME variable on login field of config file. + * Fixed bugs + + -- Antoine Millet Wed, 22 Dec 2010 16:47:14 +0100 + +cc-node (2-1) unstable; urgency=low + + * New configuration in configuration file + * Changed name cc-hypervisor to cc-node + * Tags handled in list_vm + + -- Antoine Millet Fri, 17 Dec 2010 11:43:42 +0100 + cc-node (1-1) unstable; urgency=low * Initial release. diff --git a/setup.py b/setup.py index fad346b..ca3c76a 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ ldesc = open(os.path.join(os.path.dirname(__file__), 'README')).read() setup( name='cc-node', - version='1', + version='3', description='Cloud Control Node', long_description=ldesc, author='Chakib Benziane', -- GitLab