summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--AUTHORS2
-rw-r--r--ChangeLog14
-rw-r--r--debian/changelog15
-rw-r--r--doc/RELEASE_NOTES26
-rw-r--r--mic/__init__.py2
-rw-r--r--packaging/mic.changes13
-rw-r--r--packaging/mic.dsc4
-rw-r--r--packaging/mic.spec4
8 files changed, 61 insertions, 19 deletions
diff --git a/AUTHORS b/AUTHORS
index d05b5f1..4f16646 100644
--- 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>
diff --git a/ChangeLog b/ChangeLog
index 9c7c33f..aaff633 100644
--- 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
diff --git a/debian/changelog b/debian/changelog
index 9bc7927..d7ef87c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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
diff --git a/doc/RELEASE_NOTES b/doc/RELEASE_NOTES
index f9d849a..7d2f90a 100644
--- a/doc/RELEASE_NOTES
+++ b/doc/RELEASE_NOTES
@@ -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
--------
diff --git a/mic/__init__.py b/mic/__init__.py
index 32c3382..b65e32d 100644
--- a/mic/__init__.py
+++ b/mic/__init__.py
@@ -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')
diff --git a/packaging/mic.changes b/packaging/mic.changes
index da99bae..aefb875 100644
--- a/packaging/mic.changes
+++ b/packaging/mic.changes
@@ -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
diff --git a/packaging/mic.dsc b/packaging/mic.dsc
index 7d8fe70..881b8b2 100644
--- a/packaging/mic.dsc
+++ b/packaging/mic.dsc
@@ -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
diff --git a/packaging/mic.spec b/packaging/mic.spec
index 30783fb..e28ba75 100644
--- a/packaging/mic.spec
+++ b/packaging/mic.spec
@@ -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