bump up to 0.24.3
authorYongfeng Du <dolpher.du@intel.com>
Mon, 17 Nov 2014 06:26:07 +0000 (14:26 +0800)
committerYongfeng Du <dolpher.du@intel.com>
Mon, 17 Nov 2014 07:27:44 +0000 (15:27 +0800)
Change-Id: I5fd1b62d7a46d2a68c8fd54387b66c45762c4775
Signed-off-by: Yongfeng Du <dolpher.du@intel.com>
ChangeLog
debian/changelog
doc/RELEASE_NOTES
mic/__init__.py
packaging/mic.changes
packaging/mic.spec

index 1698964..5c44652 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+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 338944c..3d4cf40 100644 (file)
@@ -1,3 +1,11 @@
+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 16711a4..5e33fc4 100644 (file)
@@ -1,19 +1,18 @@
-MIC Image Creator 0.24.2 Release Notes
-====================================
-Released June 09 2014
+MIC Image Creator 0.24.3 Release Notes
+======================================
+Released Nov 17 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
 --------------------------
- * enable ssl_verify in config file
+ * add qcow2 image format support
 
 Bug Fixes
 ---------
- * fix logfile incompleted issue
- * fix md5sum to be compatible with utility md5sum
- * fix locale issue in systemd service
+ * fix qemu arm and arm64 issues
+ * remove --preserve-order option in taring fs image
 
 Resource
 --------
index ef2f027..9c2bb23 100644 (file)
@@ -16,7 +16,7 @@
 
 import os, sys
 
-__version__ = "0.24.2"
+__version__ = "0.24.3"
 
 cur_path = os.path.dirname(__file__) or '.'
 sys.path.insert(0, cur_path + '/3rdparty')
index dfcc171..e70d08e 100644 (file)
@@ -1,3 +1,9 @@
+* 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 cbb0bca..d8e0025 100644 (file)
@@ -8,7 +8,7 @@
 
 Name:       mic
 Summary:    Image Creator for Linux Distributions
-Version:    0.24.2
+Version:    0.24.3
 Release:    %{?release_prefix}%{?opensuse_bs:<CI_CNT>.<B_CNT>}%{!?opensuse_bs:0}
 Group:      Development/Tools
 License:    GPLv2