Commit 75a9fd8c authored by Antoine Millet's avatar Antoine Millet
Browse files

Released version 5.

parent 87641067
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@ try:
except ImportError:
    DAEMONIZE = False

__VERSION__ = 4
__VERSION__ = 5

DEFAULT_CONFIG_FILE = '/etc/cc-server.conf'
DEFAULT_PID_FILE = '/var/run/cc-server.pid'
+7 −0
Original line number Diff line number Diff line
cc-server (5) unstable; urgency=low

  * Fixed initscripts.
  * Fixed bug in VM actions.

 -- Antoine Millet <antoine.millet@smartjog.com>  Mon, 27 Dec 2010 17:51:50 +0100

cc-server (4-1) unstable; urgency=low

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

setup(
    name='cc-server',
    version='4',
    version='5',
    description='CloudControl server',
    long_description=ldesc,
    author='Antoine Millet',