bump up version to 0.22-0.rc1
authorGui Chen <gui.chen@intel.com>
Mon, 21 Oct 2013 08:30:30 +0000 (04:30 -0400)
committerGui Chen <gui.chen@intel.com>
Mon, 21 Oct 2013 08:30:30 +0000 (04:30 -0400)
Change-Id: Iaa4ac83dc7299aef66065f7091646e2da66ca28a
Signed-off-by: Gui Chen <gui.chen@intel.com>
ChangeLog
debian/changelog
doc/RELEASE_NOTES
mic/__init__.py
packaging/mic.changes
packaging/mic.dsc
packaging/mic.spec

index ab89921..9c7c33f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,22 @@
+Release 0.22 - Thu Oct 24 2013 - Gui Chen <gui.chen@intel.com>
+=====================================================================
+  * use __version__ variable instead of VERSION file
+  * refactor msger module to ulitize logging module
+  * refine error class module
+  * improve installation in virtualenv
+  * add bash completion support
+  * add zsh completion support
+  * export mapper device related to installer framework
+  * update BmapCreate to the latest version
+  * bug fix:
+    - fix customized plugin_dir not work in bootstrap
+    - fix packing process exit on Ubuntu
+    - fix loop device alloaction failed on openSUSE
+    - fix incorrect number showing during installing
+    - set owner of cacheidr/outdir to SUDO_USER
+    - correct project url in setup.py
+    - fix mic not work when mic.conf disappear
+
 Release 0.21 - Mon Aug 26 2013 - Gui Chen <gui.chen@intel.com>
 =====================================================================
   * new distribution support: Fedora 19
index 8107132..c215afb 100644 (file)
@@ -1,3 +1,23 @@
+mic (0.22-0.rc1) unstable; urgency=low
+   * use __version__ variable instead of VERSION file
+   * refactor msger module to ulitize logging module
+   * refine error class module
+   * improve installation in virtualenv
+   * add bash completion support
+   * add zsh completion support
+   * export mapper device related to installer framework
+   * update BmapCreate to the latest version
+   * bug fix:
+     - fix customized plugin_dir not work in bootstrap
+     - fix packing process exit on Ubuntu
+     - fix loop device alloaction failed on openSUSE
+     - fix incorrect number showing during installing
+     - set owner of cacheidr/outdir to SUDO_USER
+     - correct project url in setup.py
+     - fix mic not work when mic.conf disappear
+
+ -- Gui Chen <gui.chen@intel.com>  Thu, 24 Oct 2013 17:25:35 +0800
+
 mic (0.21-1) unstable; urgency=low
   * new distribution support: Fedora 19
   * refactor chroot module to correct the logic
@@ -12,7 +32,7 @@ mic (0.21-1) unstable; urgency=low
     - fix wrong file descriptor issue
     - fix some requires
 
- -- Gui Chen <gui.chen@intel.com>  Mon, 01 Jul 2013 17:25:35 +0800
+ -- Gui Chen <gui.chen@intel.com>  Mon, 26 Aug 2013 17:25:35 +0800
 
 mic (0.20-1) unstable; urgency=low
   * new distribution support: CentOS 6
index c0df0c9..14b4b5f 100644 (file)
@@ -7,21 +7,23 @@ the release contains new features, enhancements and bug fixes.
 
 New Features & Ehancements
 --------------------------
- * 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
- * reload device mapper using 'dmsetup' utility
+ * refactor msger module to ulitize logging module
+ * refine error class module
+ * improve installation in virtualenv
+ * add bash completion support
+ * add zsh completion support
+ * export mapper device related to installer framework
+ * update BmapCreate to the latest version
 
 Bug Fixes
 ---------
- * fix bootloader options omitted
- * warn failed boot partition flags set
- * fix wrong file descriptor issue
- * fix some requires
+ - fix customized plugin_dir not work in bootstrap
+ - fix packing process exit on Ubuntu
+ - fix loop device alloaction failed on openSUSE
+ - fix incorrect number showing during installing
+ - set owner of cacheidr/outdir to SUDO_USER
+ - correct project url in setup.py
+ - fix mic not work when mic.conf disappear
 
 Resource
 --------
index 6232cc4..32c3382 100644 (file)
@@ -16,7 +16,7 @@
 
 import os, sys
 
-__version__ = "0.21"
+__version__ = "0.22"
 
 cur_path = os.path.dirname(__file__) or '.'
 sys.path.insert(0, cur_path + '/3rdparty')
index 732172b..da99bae 100644 (file)
@@ -1,3 +1,21 @@
+* Thu Oct 24 2013 Gui Chen <gui.chen@intel.com> - 0.22
+  * use __version__ variable instead of VERSION file
+  * refactor msger module to ulitize logging module
+  * refine error class module
+  * improve installation in virtualenv
+  * add bash completion support
+  * add zsh completion support
+  * export mapper device related to installer framework
+  * update BmapCreate to the latest version
+  * bug fix:
+    - fix customized plugin_dir not work in bootstrap
+    - fix packing process exit on Ubuntu
+    - fix loop device alloaction failed on openSUSE
+    - fix incorrect number showing during installing
+    - set owner of cacheidr/outdir to SUDO_USER
+    - correct project url in setup.py
+    - fix mic not work when mic.conf disappear
+
 * Mon Aug 26 2013 Gui Chen <gui.chen@intel.com> - 0.21
   * new distribution support: Fedora 19
   * refactor chroot module to correct the logic
index 19016ab..ff4bf8e 100644 (file)
@@ -2,7 +2,7 @@ Format: 1.0
 Source: mic
 Binary: mic
 Architecture: all
-Version: 0.21
+Version: 0.22
 Maintainer: Jian-feng Ding <jian-feng.ding@intel.com>
 Homepage: http://www.tizen.org
 Standards-Version: 3.8.0
index f756262..a3e1979 100644 (file)
@@ -2,8 +2,8 @@
 
 Name:       mic
 Summary:    Image Creator for Linux Distributions
-Version:    0.21
-Release:    1
+Version:    0.22
+Release:    0.rc1.<CI_CNT>.<B_CNT>
 Group:      System/Base
 License:    GPLv2
 BuildArch:  noarch