diff --git a/bin/cc-node b/bin/cc-node index 39c49ca6a9c9a17ca6ff9585830a6b671b12d69f..d8e43a70be8775793cd635f9ac3e57e3f9c50b85 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 bffe0fce3be52cc2879632ef72f33b32eeda21d6..f0ce7c888b1e25aa9bea007519272493756e0762 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 fad346b81a1ba739b8ebed8d7afd6a1aee8bcd67..ca3c76a45631e3b23a83dfe0701a0da45992306f 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',