bump up to version 0.23-0.rc1
authorGui Chen <gui.chen@intel.com>
Fri, 13 Dec 2013 07:50:52 +0000 (02:50 -0500)
committerGui Chen <gui.chen@intel.com>
Fri, 13 Dec 2013 09:38:33 +0000 (04:38 -0500)
Change-Id: I2010025d7711c198c7169617badf1b857f84fc84
Signed-off-by: Gui Chen <gui.chen@intel.com>
AUTHORS
ChangeLog
debian/changelog
doc/RELEASE_NOTES
mic/__init__.py
packaging/mic.changes
packaging/mic.dsc
packaging/mic.spec

diff --git a/AUTHORS b/AUTHORS
index d05b5f1..4f16646 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -9,10 +9,12 @@
   * Huanhuan Li <huanhuanx.li@intel.com>
   * Huaxu Wan <huaxu.wan@intel.com>
   * Huang Hao <hao.h.huang@intel.com>
+  * Lukasz Stelmach <l.stelmach@samsung.com>
   * Marko Saukko <marko.saukko@cybercom.com>
   * Markus Lehtonen <markus.lehtonen@linux.intel.com>
   * Patrick McCarty <patrick.mccarty@linux.intel.com>
   * Shuangquan Zhou <shuangquan.zhou@intel.com>
+  * Sun Lihong <lihongx.sun@intel.com>
   * jobol <jobol@nonadev.net>
   * yanqingx.li <yanqingx.li@intel.com>
   * Yeongil Jang <yg0577.jang@samsung.com>
index 9c7c33f..aaff633 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+Release 0.23 - Fri Dec 12 2013 - Gui Chen <gui.chen@intel.com>
+=====================================================================
+  * new distribution support: Ubuntu 13.10 and OpenSUSE 13.1
+  * split requirements to subpackage 'mic-native' to reduce mic's dependencies
+  * support arm64 architecture image creation in native mode
+  * new option '--interactive'/'--non-interactive' to enable/disable interaction 
+  * new option '--uuid' for 'part' in ks file to set filesystem uuid
+  * export more variables related to installer framework for loop format
+  * bug fix:
+    - fix bootstrap handling if bootstrap package failed
+    - fix 'mapper_device' key error
+    - fix detailed error messages missing in mounting
+    - fix version comparing issue of urlgrabber in Fedora
+
 Release 0.22 - Thu Oct 24 2013 - Gui Chen <gui.chen@intel.com>
 =====================================================================
   * use __version__ variable instead of VERSION file
index 9bc7927..d7ef87c 100644 (file)
@@ -1,3 +1,18 @@
+mic (0.23-0.rc1) unstable; urgency=low
+   * new distribution support: Ubuntu 13.10 and OpenSUSE 13.1
+   * split requirements to subpackage 'mic-native' to reduce mic's dependencies
+   * support arm64 architecture image creation in native mode
+   * new option '--interactive'/'--non-interactive' to enable/disable interaction 
+   * new option '--uuid' for 'part' in ks file to set filesystem uuid
+   * export more variables related to installer framework for loop format
+   * bug fix:
+     - fix bootstrap handling if bootstrap package failed
+     - fix 'mapper_device' key error
+     - fix detailed error messages missing in mounting
+     - fix version comparing issue of urlgrabber in Fedora
+
+ -- Gui Chen <gui.chen@intel.com>  Thu, 24 Oct 2013 17:25:35 +0800
+
 mic (0.22-1) unstable; urgency=low
    * use __version__ variable instead of VERSION file
    * refactor msger module to ulitize logging module
index f9d849a..7d2f90a 100644 (file)
@@ -7,23 +7,21 @@ the release contains new features, enhancements and bug fixes.
 
 New Features & Ehancements
 --------------------------
- * 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
+ * new distribution support: Ubuntu 13.10 and OpenSUSE 13.1
+ * split requirements to subpackage 'mic-native' to reduce mic's dependencies
+ * support arm64 architecture image creation in native mode
+   (to know more about arm64 support, check doc/KNOWN_ISSUES)
+ * new option '--interactive'/'--non-interactive' to enable/disable interaction 
+ * new option '--uuid' for 'part' in ks file to set filesystem uuid
+ * export more variables related to installer framework for loop format
 
 Bug Fixes
 ---------
- - 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
+ * fix bootstrap handling if bootstrap package failed
+ * fix 'mapper_device' key error
+ * fix detailed error messages missing in mounting
+ * fix version comparing issue of urlgrabber in Fedora
+
 
 Resource
 --------
index 32c3382..b65e32d 100644 (file)
@@ -16,7 +16,7 @@
 
 import os, sys
 
-__version__ = "0.22"
+__version__ = "0.23"
 
 cur_path = os.path.dirname(__file__) or '.'
 sys.path.insert(0, cur_path + '/3rdparty')
index da99bae..aefb875 100644 (file)
@@ -1,3 +1,16 @@
+* Fri Dec 12 2013 Gui Chen <gui.chen@intel.com> - 0.23
+  * new distribution support: Ubuntu 13.10 and OpenSUSE 13.1
+  * split requirements to subpackage 'mic-native' to reduce mic's dependencies
+  * support arm64 architecture image creation in native mode
+  * new option '--interactive'/'--non-interactive' to enable/disable interaction 
+  * new option '--uuid' for 'part' in ks file to set filesystem uuid
+  * export more variables related to installer framework for loop format
+  * bug fix:
+    - fix bootstrap handling if bootstrap package failed
+    - fix 'mapper_device' key error
+    - fix detailed error messages missing in mounting
+    - fix version comparing issue of urlgrabber in Fedora
+
 * 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
index 7d8fe70..881b8b2 100644 (file)
@@ -2,10 +2,10 @@ Format: 1.0
 Source: mic
 Binary: mic, mic-native
 Architecture: all
-Version: 0.22
+Version: 0.23
 Maintainer: Gui Chen <gui.chen@intel.com>
 Homepage: https://review.tizen.org/gerrit/tools/mic
 Standards-Version: 3.8.0
 Build-Depends: debhelper (>= 7.0.15), dpatch, cdbs, python-dev, python-support, python-docutils
 Files:
- 1f266944838a142e657aa0244e7f15e5 1684957 mic_0.15.tar.gz
+ 1f266944838a142e657aa0244e7f15e5 1684957 mic_0.23.tar.gz
index 30783fb..e28ba75 100644 (file)
@@ -2,8 +2,8 @@
 
 Name:       mic
 Summary:    Image Creator for Linux Distributions
-Version:    0.22
-Release:    1
+Version:    0.23
+Release:    0.rc1.<CI_CNT>.<B_CNT>
 Group:      Development/Tools
 License:    GPLv2
 BuildArch:  noarch