Bump up to 0.24.3-rc1
authorYongfeng Du <dolpher.du@intel.com>
Mon, 24 Nov 2014 09:34:36 +0000 (17:34 +0800)
committerYongfeng Du <dolpher.du@intel.com>
Mon, 24 Nov 2014 09:41:17 +0000 (17:41 +0800)
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..b2b45d4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Release 0.24.3 - Mon Nov 24 2014 - Yongfeng Du <dolpher.du@intel.com>
+=====================================================================
+   * 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..0661315 100644 (file)
@@ -1,3 +1,10 @@
+mic (0.24.3~rc1) unstable; urgency=low
+   * bug fix:
+     - fix qemu arm and arm64 issues
+     - remove --preserve-order option in taring fs image
+
+ -- Yongfeng Du <dolpher.du@intel.com> Mon, 24 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..e072a64 100644 (file)
@@ -1,19 +1,14 @@
-MIC Image Creator 0.24.2 Release Notes
-====================================
-Released June 09 2014
+MIC Image Creator 0.24.3 Release Notes
+======================================
+Released Nov 24 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
-
 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..b14eff7 100644 (file)
@@ -1,3 +1,8 @@
+* Mon Nov 24 2014 Yongfeng Du <dolpher.du@intel.com> - 0.24.3
+  * 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..9146012 100644 (file)
@@ -1,6 +1,6 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
-%define rc_version 0
+%define rc_version 1
 
 %if 0%{?rc_version}
 %define release_prefix 0.rc%{rc_version}.
@@ -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