From 48f872329e0d962b4923c569dc2fd5b0023d556d Mon Sep 17 00:00:00 2001
From: Nikos Skalkotos <skalkoto@grnet.gr>
Date: Wed, 24 Dec 2014 16:21:43 +0200
Subject: [PATCH] Update ChangeLog and version.py for 0.8rc1

---
 ChangeLog                | 16 ++++++++++++++++
 image_creator/version.py |  8 ++++----
 2 files changed, 20 insertions(+), 4 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 22962c4..9cf8150 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,21 @@
+2014-12-24, v0.8rc1
+	* Support locally mounting the image on the host
+	* Add option for running user defined scripts in the image's root after
+	  locally mounting it, in the non-interactive version of the program
+	* Fully support OpenBSD and NetBSD images
+	* Allow the user to save the current execution log in the dialog-based
+	  version of the program
+	* Output the server answer in stdout after successfully registering an
+	  image with kamaki in the non-interactive version of the program
+	* Add a menu entry after "Register" to show the server's answer in the
+	  dialog-based version of the program after a successful registration
+	* Automatically detect and assign SORTOREDER, GUI and KERNEL metadata
+	* Fix bugs
+
 2014-11-04, v0.7.4
 	* Handle cases where qemu-nbd command is missing
+	* Create REMOTE_CONNECTION property. Can be used by cyclades to
+	  determine the way to remotely connect to a VM created by this image
 
 2014-10-21, v0.7.3
 	* Instruct kamaki to ignore the ssl certificates (kamaki >= 0.13rc5).
diff --git a/image_creator/version.py b/image_creator/version.py
index 61575fa..88fdb4f 100644
--- a/image_creator/version.py
+++ b/image_creator/version.py
@@ -1,8 +1,8 @@
 
-__version__ = "0.7.4next"
+__version__ = "0.8rc1"
 __version_vcs_info__ = {
-    'branch': 'develop',
-    'revid': '3c1fe78',
-    'revno': 596}
+    'branch': 'release-0.8',
+    'revid': '4f7b34d',
+    'revno': 651}
 __version_user_email__ = "skalkoto@grnet.gr"
 __version_user_name__ = "Nikos Skalkotos"
-- 
GitLab