diff options
author | Gui Chen <gui.chen@intel.com> | 2013-08-22 04:07:08 -0400 |
---|---|---|
committer | Gui Chen <gui.chen@intel.com> | 2013-08-22 04:18:45 -0400 |
commit | d00873b9b1d245ff59dbe8757873ad92a001a025 (patch) | |
tree | e08dd60f756be0fb7858297b719cfc98b5a2dcd0 | |
parent | 5c315fac5e40e4a8a7d6bdbccce876b08c0ca12a (diff) | |
download | mic-d00873b9b1d245ff59dbe8757873ad92a001a025.tar.gz mic-d00873b9b1d245ff59dbe8757873ad92a001a025.tar.bz2 mic-d00873b9b1d245ff59dbe8757873ad92a001a025.zip |
bump up to version 0.21-0.rc1
Signed-off-by: Gui Chen <gui.chen@intel.com>
-rw-r--r-- | AUTHORS | 1 | ||||
-rw-r--r-- | ChangeLog | 15 | ||||
-rw-r--r-- | VERSION | 2 | ||||
-rw-r--r-- | debian/changelog | 16 | ||||
-rw-r--r-- | doc/RELEASE_NOTES | 16 | ||||
-rw-r--r-- | packaging/mic.changes | 14 | ||||
-rw-r--r-- | packaging/mic.dsc | 2 | ||||
-rw-r--r-- | packaging/mic.spec | 4 |
8 files changed, 61 insertions, 9 deletions
@@ -19,4 +19,5 @@ ADDITIONAL CONTRIBUTORS include: * Shuangquan Zhou <shuangquan.zhou@intel.com> * jobol <jobol@nonadev.net> * yanqingx.li <yanqingx.li@intel.com> + * Yeongil Jang <yg0577.jang@samsung.com> @@ -1,3 +1,18 @@ +Release 0.21 - Mon Aug 26 2013 - Gui Chen <gui.chen@intel.com> +===================================================================== + * new distribution support: Fedora 19 + * refactor chroot module to correct the logic + * add an alias for installerfw - installerfw_plugins + * remove fuser dependency to avoid some unmount issue + * enable proxy setting with authentication + * don't get proxy info from /etc/sysconfig/proxy ever + * kill processes inside chroot after post script running + * bug fix: + - fix bootloader options omitted + - raise when incorrectly set partition flags 'legacy_boot' + - fix wrong file descriptor issue + - fix some requires + Release 0.20 - Mon Jul 01 2013 - Gui Chen <gui.chen@intel.com> ===================================================================== * new distribution support: CentOS 6 @@ -1 +1 @@ -0.20 +0.21 diff --git a/debian/changelog b/debian/changelog index 4fe4ac8..0ab29eb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,19 @@ +mic (0.21-0.rc1) unstable; urgency=low + * new distribution support: Fedora 19 + * refactor chroot module to correct the logic + * add an alias for installerfw - installerfw_plugins + * remove fuser dependency to avoid some unmount issue + * enable proxy setting with authentication + * don't get proxy info from /etc/sysconfig/proxy ever + * kill processes inside chroot after post script running + * bug fix: + - fix bootloader options omitted + - raise when incorrectly set partition flags 'legacy_boot' + - fix wrong file descriptor issue + - fix some requires + + -- Gui Chen <gui.chen@intel.com> Mon, 01 Jul 2013 17:25:35 +0800 + mic (0.20-1) unstable; urgency=low * new distribution support: CentOS 6 * drop image creation if checked packages not present in image diff --git a/doc/RELEASE_NOTES b/doc/RELEASE_NOTES index f3eb6f7..fb5d042 100644 --- a/doc/RELEASE_NOTES +++ b/doc/RELEASE_NOTES @@ -7,14 +7,20 @@ the release contains new features, enhancements and bug fixes. New Features & Ehancements -------------------------- - * new distribution support: CentOS 6 - * drop image creation if checked packages not present in image - * introduce 'installerfw' command in kickstart to customize configuration - * improve output message of post scripts + * new distribution support: Fedora 19 + * refactor chroot module to correct the logic + * add an alias for installerfw - installerfw_plugins + * remove fuser dependency to avoid some unmount issue + * enable proxy setting with authentication + * don't get proxy info from /etc/sysconfig/proxy ever + * kill processes inside chroot after post script running Bug Fixes --------- - * fix rpm not support 'VCS' tag traceback + * fix bootloader options omitted + * raise when incorrectly set partition flags 'legacy_boot' + * fix wrong file descriptor issue + * fix some requires Resource -------- diff --git a/packaging/mic.changes b/packaging/mic.changes index 76c02a8..732172b 100644 --- a/packaging/mic.changes +++ b/packaging/mic.changes @@ -1,3 +1,17 @@ +* Mon Aug 26 2013 Gui Chen <gui.chen@intel.com> - 0.21 + * new distribution support: Fedora 19 + * refactor chroot module to correct the logic + * add an alias for installerfw - installerfw_plugins + * remove fuser dependency to avoid some unmount issue + * enable proxy setting with authentication + * don't get proxy info from /etc/sysconfig/proxy ever + * kill processes inside chroot after post script running + * bug fix: + - fix bootloader options omitted + - raise when incorrectly set partition flags 'legacy_boot' + - fix wrong file descriptor issue + - fix some requires + * Mon Jul 01 2013 Gui Chen <gui.chen@intel.com> - 0.20 * new distribution support: CentOS 6 * drop image creation if checked packages not present in image diff --git a/packaging/mic.dsc b/packaging/mic.dsc index b98aa3f..19016ab 100644 --- a/packaging/mic.dsc +++ b/packaging/mic.dsc @@ -2,7 +2,7 @@ Format: 1.0 Source: mic Binary: mic Architecture: all -Version: 0.20 +Version: 0.21 Maintainer: Jian-feng Ding <jian-feng.ding@intel.com> Homepage: http://www.tizen.org Standards-Version: 3.8.0 diff --git a/packaging/mic.spec b/packaging/mic.spec index 43cc801..183c1fa 100644 --- a/packaging/mic.spec +++ b/packaging/mic.spec @@ -2,8 +2,8 @@ Name: mic Summary: Image Creator for Linux Distributions -Version: 0.20 -Release: 1 +Version: 0.21 +Release: 0.rc1.<CI_CNT>.<B_CNT> Group: System/Base License: GPLv2 BuildArch: noarch |