diff --git a/ChangeLog b/ChangeLog index 9cf81500412e978b99b07a0df67788c402230b87..3035ad2d69271fa7e9461e7f81ee761dd30904ed 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 88fdb4fb9de44bbceecb19bdbeeba71168ae0f69..948005c9c5d979bb79c041b2167aa6edd887a5fc 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 bd2e49185f7dba32e52f386dc92b67093398f648..aec258df73d39d2122706793921981f4a0f672f8 100644 --- a/version +++ b/version @@ -1 +1 @@ -0.8rc1 +0.8