From c020843a31f212cf181a7f834da6c724cfa89a3c Mon Sep 17 00:00:00 2001 From: Nikos Skalkotos <skalkoto@grnet.gr> Date: Mon, 6 Oct 2014 17:59:21 +0300 Subject: [PATCH] Update version files and ChangeLog for 0.7.1 --- ChangeLog | 7 +++++++ image_creator/version.py | 8 ++++---- version | 2 +- 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index a762660..4262510 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2014-10-06, v0.7.1 + * Fix a bug in host bundling operation where the file system UUIDs and + Labels where not preserved + * Fix a few bugs in the Windows deployment code + * Successfully detect Lubuntu and Xubuntu systems + * Update the documentation + 2014-09-26, v0.7 * Support all QEMU supported disk image formats as input media * Detect if a Windows input media is sysprepped diff --git a/image_creator/version.py b/image_creator/version.py index 936075f..2076692 100644 --- a/image_creator/version.py +++ b/image_creator/version.py @@ -1,8 +1,8 @@ -__version__ = "0.7" +__version__ = "0.7.1" __version_vcs_info__ = { - 'branch': 'master', - 'revid': 'ab4d13b', - 'revno': 571} + 'branch': 'hotfix-0.7.1', + 'revid': '080bf9c', + 'revno': 578} __version_user_email__ = "skalkoto@grnet.gr" __version_user_name__ = "Nikos Skalkotos" diff --git a/version b/version index eb49d7c..39e898a 100644 --- a/version +++ b/version @@ -1 +1 @@ -0.7 +0.7.1 -- GitLab