Removed qcow change for 0.24.3, so need to rewrite the changelog
authorDolpher Du <dolpher.du@intel.com>
Mon, 24 Nov 2014 08:38:03 +0000 (10:38 +0200)
committerDolpher Du <dolpher.du@intel.com>
Mon, 24 Nov 2014 08:38:03 +0000 (10:38 +0200)
Revert "bump up to 0.24.3"

This reverts commit 6051f2a0c5d0bf39c4d70d724b557e802232b32d.

Change-Id: If0dc2eafed41605a2bd4007915702d7dcaeeb3c0

ChangeLog
debian/changelog
doc/RELEASE_NOTES
mic/__init__.py
packaging/mic.changes
packaging/mic.spec

index 5c44652..1698964 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,3 @@
-Release 0.24.3 - Mon Nov 17 2014 - Yongfeng Du <dolpher.du@intel.com>
-=====================================================================
-   * 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 <gui.chen@intel.com>
 =====================================================================
   * enhance to handle password with special characters
index 3d4cf40..338944c 100644 (file)
@@ -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 <dolpher.du@intel.com> 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
index 5e33fc4..16711a4 100644 (file)
@@ -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
 --------
index 9c2bb23..ef2f027 100644 (file)
@@ -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')
index e70d08e..dfcc171 100644 (file)
@@ -1,9 +1,3 @@
-* Mon Nov 17 2014 Yongfeng Du <dolpher.du@intel.com> - 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 <gui.chen@intel.com> - 0.24.2
   * enable ssl_verify in config file
   * fix logfile incompleted issue
index d8e0025..cbb0bca 100644 (file)
@@ -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:<CI_CNT>.<B_CNT>}%{!?opensuse_bs:0}
 Group:      Development/Tools
 License:    GPLv2