diff options
author | Gui Chen <gui.chen@intel.com> | 2014-06-09 01:49:54 -0400 |
---|---|---|
committer | Gui Chen <gui.chen@intel.com> | 2014-06-09 22:46:19 -0400 |
commit | 5dc422a830fb232cf274d69bf92c04488b8f2668 (patch) | |
tree | 4f6714178afa611ede3768520e3351d54f79f0cc | |
parent | 58d7731403e551e9c5fb7660f73ef40ee81319db (diff) | |
download | mic-5dc422a830fb232cf274d69bf92c04488b8f2668.tar.gz mic-5dc422a830fb232cf274d69bf92c04488b8f2668.tar.bz2 mic-5dc422a830fb232cf274d69bf92c04488b8f2668.zip |
bump up to version 0.24.1-rc1
Change-Id: I78a690ba421c65a2bd548e50b87a46b8a09f9dde
Signed-off-by: Gui Chen <gui.chen@intel.com>
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | doc/RELEASE_NOTES | 22 | ||||
-rw-r--r-- | mic/__init__.py | 2 | ||||
-rw-r--r-- | packaging/mic.changes | 4 | ||||
-rw-r--r-- | packaging/mic.spec | 4 |
5 files changed, 17 insertions, 21 deletions
diff --git a/debian/changelog b/debian/changelog index 05b6277..798941a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 diff --git a/doc/RELEASE_NOTES b/doc/RELEASE_NOTES index 2640441..f6cedd3 100644 --- a/doc/RELEASE_NOTES +++ b/doc/RELEASE_NOTES @@ -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 -------- diff --git a/mic/__init__.py b/mic/__init__.py index ba4da88..e2f6543 100644 --- a/mic/__init__.py +++ b/mic/__init__.py @@ -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') diff --git a/packaging/mic.changes b/packaging/mic.changes index 4325f94..d24a659 100644 --- a/packaging/mic.changes +++ b/packaging/mic.changes @@ -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 diff --git a/packaging/mic.spec b/packaging/mic.spec index 9902d7f..aa9dca6 100644 --- a/packaging/mic.spec +++ b/packaging/mic.spec @@ -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 |