bump up to version 0.21-0.rc1
authorGui Chen <gui.chen@intel.com>
Thu, 22 Aug 2013 08:07:08 +0000 (04:07 -0400)
committerGui Chen <gui.chen@intel.com>
Thu, 22 Aug 2013 08:18:45 +0000 (04:18 -0400)
Signed-off-by: Gui Chen <gui.chen@intel.com>
AUTHORS
ChangeLog
VERSION
debian/changelog
doc/RELEASE_NOTES
packaging/mic.changes
packaging/mic.dsc
packaging/mic.spec

diff --git a/AUTHORS b/AUTHORS
index 7d64e12..50ade97 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -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>
 
index 8af66fd..4a47803 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
diff --git a/VERSION b/VERSION
index 9f4eca2..5320adc 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.20
+0.21
index 4fe4ac8..0ab29eb 100644 (file)
@@ -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
index f3eb6f7..fb5d042 100644 (file)
@@ -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
 --------
index 76c02a8..732172b 100644 (file)
@@ -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
index b98aa3f..19016ab 100644 (file)
@@ -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
index 43cc801..183c1fa 100644 (file)
@@ -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