From 950120c9ffe36acf8ab5fb0d8eb264867f8b3c1d Mon Sep 17 00:00:00 2001 From: Gui Chen Date: Mon, 21 Oct 2013 04:30:30 -0400 Subject: [PATCH] bump up version to 0.22-0.rc1 Change-Id: Iaa4ac83dc7299aef66065f7091646e2da66ca28a Signed-off-by: Gui Chen --- ChangeLog | 19 +++++++++++++++++++ debian/changelog | 22 +++++++++++++++++++++- doc/RELEASE_NOTES | 26 ++++++++++++++------------ mic/__init__.py | 2 +- packaging/mic.changes | 18 ++++++++++++++++++ packaging/mic.dsc | 2 +- packaging/mic.spec | 4 ++-- 7 files changed, 76 insertions(+), 17 deletions(-) diff --git a/ChangeLog b/ChangeLog index ab89921..9c7c33f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,22 @@ +Release 0.22 - Thu Oct 24 2013 - Gui Chen +===================================================================== + * 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 ===================================================================== * new distribution support: Fedora 19 diff --git a/debian/changelog b/debian/changelog index 8107132..c215afb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 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 Mon, 01 Jul 2013 17:25:35 +0800 + -- Gui Chen Mon, 26 Aug 2013 17:25:35 +0800 mic (0.20-1) unstable; urgency=low * new distribution support: CentOS 6 diff --git a/doc/RELEASE_NOTES b/doc/RELEASE_NOTES index c0df0c9..14b4b5f 100644 --- a/doc/RELEASE_NOTES +++ b/doc/RELEASE_NOTES @@ -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 -------- diff --git a/mic/__init__.py b/mic/__init__.py index 6232cc4..32c3382 100644 --- a/mic/__init__.py +++ b/mic/__init__.py @@ -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') diff --git a/packaging/mic.changes b/packaging/mic.changes index 732172b..da99bae 100644 --- a/packaging/mic.changes +++ b/packaging/mic.changes @@ -1,3 +1,21 @@ +* Thu Oct 24 2013 Gui Chen - 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 - 0.21 * new distribution support: Fedora 19 * refactor chroot module to correct the logic diff --git a/packaging/mic.dsc b/packaging/mic.dsc index 19016ab..ff4bf8e 100644 --- a/packaging/mic.dsc +++ b/packaging/mic.dsc @@ -2,7 +2,7 @@ Format: 1.0 Source: mic Binary: mic Architecture: all -Version: 0.21 +Version: 0.22 Maintainer: Jian-feng Ding Homepage: http://www.tizen.org Standards-Version: 3.8.0 diff --git a/packaging/mic.spec b/packaging/mic.spec index f756262..a3e1979 100644 --- a/packaging/mic.spec +++ b/packaging/mic.spec @@ -2,8 +2,8 @@ Name: mic Summary: Image Creator for Linux Distributions -Version: 0.21 -Release: 1 +Version: 0.22 +Release: 0.rc1.. Group: System/Base License: GPLv2 BuildArch: noarch -- 2.7.4