bump up to version 0.24.1-rc1
authorGui Chen <gui.chen@intel.com>
Mon, 9 Jun 2014 05:49:54 +0000 (01:49 -0400)
committerGui Chen <gui.chen@intel.com>
Tue, 10 Jun 2014 02:46:19 +0000 (22:46 -0400)
Change-Id: I78a690ba421c65a2bd548e50b87a46b8a09f9dde
Signed-off-by: Gui Chen <gui.chen@intel.com>
debian/changelog
doc/RELEASE_NOTES
mic/__init__.py
packaging/mic.changes
packaging/mic.spec

index 05b6277..798941a 100644 (file)
@@ -1,3 +1,9 @@
+mic (0.24.1~rc1) unstable; urgency=low
+   * fix logfile incompleted issue
+   * fix md5sum to be compatible with utility md5sum
+
+ -- Gui Chen <gui.chen@intel.com>  Mon, 09 Jun 2014 17:25:35 +0800
+
 mic (0.24) unstable; urgency=low
    * enhance to handle password with special characters
    * change python-zypp require to python-zypp-tizen
index 2640441..f6cedd3 100644 (file)
@@ -1,31 +1,17 @@
-MIC Image Creator 0.24 Release Notes
+MIC Image Creator 0.24.1 Release Notes
 ====================================
-Released March 11 2014
+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
 --------------------------
-  * enhance to handle password with special characters
-  * change python-zypp require to python-zypp-tizen
-  * add --repo comand option for local build
-  * add --user and --password option for %repo directive of ks file
-  * clean up some codes relevant to EULA agreement
-  * add hostname showing in log
 
 Bug Fixes
 ---------
-  * fix chroot failed by space in image not enough
-  * fix obsolete packages incorrect handling
-  * fix yum backend failed to cache packages
-  * fix bare ip in no_proxy not working
-  * fix repeated log showing with yum backend
-  * fix loop device latency timing
-  * fix zypp failed to download by changing 'cachedir'
-  * fix 'mkfs' not working caused by mic-bootstrap install failed
-
-
+ * fix logfile incompleted issue
+ * fix md5sum to be compatible with utility md5sum
 
 Resource
 --------
index ba4da88..e2f6543 100644 (file)
@@ -16,7 +16,7 @@
 
 import os, sys
 
-__version__ = "0.24"
+__version__ = "0.24.1"
 
 cur_path = os.path.dirname(__file__) or '.'
 sys.path.insert(0, cur_path + '/3rdparty')
index 4325f94..d24a659 100644 (file)
@@ -1,3 +1,7 @@
+* Mon Jun 09 2014 Gui Chen <gui.chen@intel.com> - 0.24.1
+  * fix logfile incompleted issue
+  * fix md5sum to be compatible with utility md5sum
+
 * Tue Mar 11 2014 Gui Chen <gui.chen@intel.com> - 0.24
   * enhance to handle password with special characters
   * change python-zypp require to python-zypp-tizen
index 9902d7f..aa9dca6 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
+Version:    0.24.1
 Release:    %{?release_prefix}%{?opensuse_bs:<CI_CNT>.<B_CNT>}%{!?opensuse_bs:0}
 Group:      Development/Tools
 License:    GPLv2