From f79a6de486766a88d97b781132becb45450eac6b Mon Sep 17 00:00:00 2001 From: Gui Chen Date: Fri, 13 Dec 2013 02:50:52 -0500 Subject: [PATCH] bump up to version 0.23-0.rc1 Change-Id: I2010025d7711c198c7169617badf1b857f84fc84 Signed-off-by: Gui Chen --- AUTHORS | 2 ++ ChangeLog | 14 ++++++++++++++ debian/changelog | 15 +++++++++++++++ doc/RELEASE_NOTES | 26 ++++++++++++-------------- mic/__init__.py | 2 +- packaging/mic.changes | 13 +++++++++++++ packaging/mic.dsc | 4 ++-- packaging/mic.spec | 4 ++-- 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 * Huaxu Wan * Huang Hao + * Lukasz Stelmach * Marko Saukko * Markus Lehtonen * Patrick McCarty * Shuangquan Zhou + * Sun Lihong * jobol * yanqingx.li * Yeongil Jang 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 +===================================================================== + * 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 ===================================================================== * 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 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 - 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 - 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 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.. Group: Development/Tools License: GPLv2 BuildArch: noarch -- 2.7.4