diff options
author | Gui Chen <gui.chen@intel.com> | 2013-10-21 04:30:30 -0400 |
---|---|---|
committer | Gui Chen <gui.chen@intel.com> | 2013-10-21 04:30:30 -0400 |
commit | 950120c9ffe36acf8ab5fb0d8eb264867f8b3c1d (patch) | |
tree | 5d232e62f1598c432e59d933fef320305d25ac30 /packaging | |
parent | 9f5f5cfc38e735b7abcf9e11e0969fc4554ebcdc (diff) | |
download | mic-950120c9ffe36acf8ab5fb0d8eb264867f8b3c1d.tar.gz mic-950120c9ffe36acf8ab5fb0d8eb264867f8b3c1d.tar.bz2 mic-950120c9ffe36acf8ab5fb0d8eb264867f8b3c1d.zip |
bump up version to 0.22-0.rc1
Change-Id: Iaa4ac83dc7299aef66065f7091646e2da66ca28a
Signed-off-by: Gui Chen <gui.chen@intel.com>
Diffstat (limited to 'packaging')
-rw-r--r-- | packaging/mic.changes | 18 | ||||
-rw-r--r-- | packaging/mic.dsc | 2 | ||||
-rw-r--r-- | packaging/mic.spec | 4 |
3 files changed, 21 insertions, 3 deletions
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 <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 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 <jian-feng.ding@intel.com> 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.<CI_CNT>.<B_CNT> Group: System/Base License: GPLv2 BuildArch: noarch |