From 89fe679d959eadfcec4d2525be2c908293842ea1 Mon Sep 17 00:00:00 2001 From: Dolpher Du Date: Mon, 24 Nov 2014 10:38:03 +0200 Subject: [PATCH] Removed qcow change for 0.24.3, so need to rewrite the changelog Revert "bump up to 0.24.3" This reverts commit 6051f2a0c5d0bf39c4d70d724b557e802232b32d. Change-Id: If0dc2eafed41605a2bd4007915702d7dcaeeb3c0 --- ChangeLog | 7 ------- debian/changelog | 8 -------- doc/RELEASE_NOTES | 13 +++++++------ mic/__init__.py | 2 +- packaging/mic.changes | 6 ------ packaging/mic.spec | 2 +- 6 files changed, 9 insertions(+), 29 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5c44652..1698964 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,10 +1,3 @@ -Release 0.24.3 - Mon Nov 17 2014 - Yongfeng Du -===================================================================== - * add qcow2 image format support - * bug fix: - - fix qemu arm and arm64 issues - - remove --preserve-order option in taring fs image - Release 0.24 - Tue Mar 11 2014 - Gui Chen ===================================================================== * enhance to handle password with special characters diff --git a/debian/changelog b/debian/changelog index 3d4cf40..338944c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,11 +1,3 @@ -mic (0.24.3) unstable; urgency=low - * add qcow2 image format support - * bug fix: - - fix qemu arm and arm64 issues - - remove --preserve-order option in taring fs image - - -- Yongfeng Du Mon, 17 Nov 2014 17:25:35 +0800 - mic (0.24.2) unstable; urgency=low * enable ssl_verify in config file * fix logfile incompleted issue diff --git a/doc/RELEASE_NOTES b/doc/RELEASE_NOTES index 5e33fc4..16711a4 100644 --- a/doc/RELEASE_NOTES +++ b/doc/RELEASE_NOTES @@ -1,18 +1,19 @@ -MIC Image Creator 0.24.3 Release Notes -====================================== -Released Nov 17 2014 +MIC Image Creator 0.24.2 Release Notes +==================================== +Released June 09 2014 This release note documents the changes included in the new release. And the release contains new features, enhancements and bug fixes. New Features & Ehancements -------------------------- - * add qcow2 image format support + * enable ssl_verify in config file Bug Fixes --------- - * fix qemu arm and arm64 issues - * remove --preserve-order option in taring fs image + * fix logfile incompleted issue + * fix md5sum to be compatible with utility md5sum + * fix locale issue in systemd service Resource -------- diff --git a/mic/__init__.py b/mic/__init__.py index 9c2bb23..ef2f027 100644 --- a/mic/__init__.py +++ b/mic/__init__.py @@ -16,7 +16,7 @@ import os, sys -__version__ = "0.24.3" +__version__ = "0.24.2" cur_path = os.path.dirname(__file__) or '.' sys.path.insert(0, cur_path + '/3rdparty') diff --git a/packaging/mic.changes b/packaging/mic.changes index e70d08e..dfcc171 100644 --- a/packaging/mic.changes +++ b/packaging/mic.changes @@ -1,9 +1,3 @@ -* Mon Nov 17 2014 Yongfeng Du - 0.24.3 - * add qcow2 image format support - * bug fix: - - fix qemu arm and arm64 issues - - remove --preserve-order option in taring fs image - * Wed Jul 09 2014 Gui Chen - 0.24.2 * enable ssl_verify in config file * fix logfile incompleted issue diff --git a/packaging/mic.spec b/packaging/mic.spec index d8e0025..cbb0bca 100644 --- a/packaging/mic.spec +++ b/packaging/mic.spec @@ -8,7 +8,7 @@ Name: mic Summary: Image Creator for Linux Distributions -Version: 0.24.3 +Version: 0.24.2 Release: %{?release_prefix}%{?opensuse_bs:.}%{!?opensuse_bs:0} Group: Development/Tools License: GPLv2 -- 2.7.4