From 370095de5bb8216c541eb9a9d18a6b72e8ec5668 Mon Sep 17 00:00:00 2001 From: Thibault VINCENT Date: Mon, 10 Jan 2011 18:56:30 +0100 Subject: [PATCH] Realesed v8 --- .gitignore | 1 + ccnode/__init__.py | 2 +- debian/changelog | 8 ++++++++ 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ad01404..a263a2a 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ doc/_build/* *.log test_*.py *.test +/ccnode/geany_run_script.sh diff --git a/ccnode/__init__.py b/ccnode/__init__.py index 3dbbd74..a263d41 100644 --- a/ccnode/__init__.py +++ b/ccnode/__init__.py @@ -7,4 +7,4 @@ TODO : rewrite based on older doc """ -__version__ = '8~dev+revamp' +__version__ = '8' diff --git a/debian/changelog b/debian/changelog index 160aa54..ded367b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +cc-node (8) unstable; urgency=low + + * Huge rewrite of libvirt wrapper and server handler + * Add new hardware-related tags + * Basecode ready for Xen integration + + -- Thibault VINCENT Mon, 10 Jan 2011 18:49:28 +0100 + cc-node (7) unstable; urgency=low * New tags implemented for HV and VM -- GitLab