From ea04ad1a056ccfebbd99c044f6c4f590f519d33f Mon Sep 17 00:00:00 2001 From: Nikos Skalkotos <skalkoto@grnet.gr> Date: Mon, 5 Jan 2015 17:23:22 +0200 Subject: [PATCH] Update ChangeLog and version files for 0.8 --- ChangeLog | 11 ++++++----- image_creator/version.py | 8 ++++---- version | 2 +- 3 files changed, 11 insertions(+), 10 deletions(-) diff --git a/ChangeLog b/ChangeLog index 9cf8150..3035ad2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,15 +1,16 @@ -2014-12-24, v0.8rc1 - * Support locally mounting the image on the host +2015-01-05, v0.8 + * Support locally mounting the image on the host system * 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 + * Fully support OpenBSD and NetBSD images (libguestfs >= 1.29.4) * 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 + image with a synnefo deployment 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 + * Automatically detect and assign SORTORDER, GUI and KERNEL metadata * Fix bugs 2014-11-04, v0.7.4 diff --git a/image_creator/version.py b/image_creator/version.py index 88fdb4f..948005c 100644 --- a/image_creator/version.py +++ b/image_creator/version.py @@ -1,8 +1,8 @@ -__version__ = "0.8rc1" +__version__ = "0.8_653_c89703e" __version_vcs_info__ = { - 'branch': 'release-0.8', - 'revid': '4f7b34d', - 'revno': 651} + 'branch': 'master', + 'revid': 'c89703e', + 'revno': 653} __version_user_email__ = "skalkoto@grnet.gr" __version_user_name__ = "Nikos Skalkotos" diff --git a/version b/version index bd2e491..aec258d 100644 --- a/version +++ b/version @@ -1 +1 @@ -0.8rc1 +0.8 -- GitLab