From: Gui Chen Date: Thu, 22 Aug 2013 08:07:08 +0000 (-0400) Subject: bump up to version 0.21-0.rc1 X-Git-Tag: 0.21~11 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d00873b9b1d245ff59dbe8757873ad92a001a025;p=tools%2Fmic.git bump up to version 0.21-0.rc1 Signed-off-by: Gui Chen --- diff --git a/AUTHORS b/AUTHORS index 7d64e12..50ade97 100644 --- a/AUTHORS +++ b/AUTHORS @@ -19,4 +19,5 @@ ADDITIONAL CONTRIBUTORS include: * Shuangquan Zhou * jobol * yanqingx.li + * Yeongil Jang diff --git a/ChangeLog b/ChangeLog index 8af66fd..4a47803 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +Release 0.21 - Mon Aug 26 2013 - Gui Chen +===================================================================== + * 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 ===================================================================== * new distribution support: CentOS 6 diff --git a/VERSION b/VERSION index 9f4eca2..5320adc 100644 --- a/VERSION +++ b/VERSION @@ -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 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 - 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 - 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 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.. Group: System/Base License: GPLv2 BuildArch: noarch