bump up to 0.24.2 0.24.2
authorGui Chen <gui.chen@intel.com>
Mon, 14 Jul 2014 08:53:53 +0000 (04:53 -0400)
committerGui Chen <gui.chen@intel.com>
Tue, 15 Jul 2014 01:43:06 +0000 (21:43 -0400)
Change-Id: I7d09dfa3d1fb1f3793449d55e1853fd275f2e988
Signed-off-by: Gui Chen <gui.chen@intel.com>
debian/changelog
doc/RELEASE_NOTES
mic/__init__.py
packaging/mic.changes
packaging/mic.spec

index 597861b..338944c 100644 (file)
@@ -1,8 +1,10 @@
-mic (0.24.1) unstable; urgency=low
+mic (0.24.2) unstable; urgency=low
+   * enable ssl_verify in config file
    * fix logfile incompleted issue
    * fix md5sum to be compatible with utility md5sum
+   * fix locale issue in systemd service
 
- -- Gui Chen <gui.chen@intel.com>  Mon, 09 Jun 2014 17:25:35 +0800
+ -- Gui Chen <gui.chen@intel.com>  Wed, 09 Jul 2014 17:25:35 +0800
 
 mic (0.24) unstable; urgency=low
    * enhance to handle password with special characters
index f6cedd3..16711a4 100644 (file)
@@ -1,4 +1,4 @@
-MIC Image Creator 0.24.1 Release Notes
+MIC Image Creator 0.24.2 Release Notes
 ====================================
 Released June 09 2014
 
@@ -7,11 +7,13 @@ 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
 
 Resource
 --------
index e2f6543..ef2f027 100644 (file)
@@ -16,7 +16,7 @@
 
 import os, sys
 
-__version__ = "0.24.1"
+__version__ = "0.24.2"
 
 cur_path = os.path.dirname(__file__) or '.'
 sys.path.insert(0, cur_path + '/3rdparty')
index d24a659..dfcc171 100644 (file)
@@ -1,6 +1,8 @@
-* Mon Jun 09 2014 Gui Chen <gui.chen@intel.com> - 0.24.1
+* Wed Jul 09 2014 Gui Chen <gui.chen@intel.com> - 0.24.2
+  * enable ssl_verify in config file
   * fix logfile incompleted issue
   * fix md5sum to be compatible with utility md5sum
+  * fix locale issue in systemd service
 
 * Tue Mar 11 2014 Gui Chen <gui.chen@intel.com> - 0.24
   * enhance to handle password with special characters
index 31b3496..cbb0bca 100644 (file)
@@ -8,7 +8,7 @@
 
 Name:       mic
 Summary:    Image Creator for Linux Distributions
-Version:    0.24.1
+Version:    0.24.2
 Release:    %{?release_prefix}%{?opensuse_bs:<CI_CNT>.<B_CNT>}%{!?opensuse_bs:0}
 Group:      Development/Tools
 License:    GPLv2