diff options
author | Gui Chen <gui.chen@intel.com> | 2013-03-31 10:47:43 +0800 |
---|---|---|
committer | Gui Chen <gui.chen@intel.com> | 2013-03-31 10:56:06 +0800 |
commit | 84598ecd0d988ee1435dbf12a373a0fe40d6d821 (patch) | |
tree | 164774b97e2735012322c65c762126aad424747b | |
parent | 70f363725b922b5f6268f3a84424434107a819d4 (diff) | |
download | mic-84598ecd0d988ee1435dbf12a373a0fe40d6d821.tar.gz mic-84598ecd0d988ee1435dbf12a373a0fe40d6d821.tar.bz2 mic-84598ecd0d988ee1435dbf12a373a0fe40d6d821.zip |
bump up to version 0.18-rc0
Change-Id: Id94de376e152927ac4df1d0b2587129df5df64dd
Signed-off-by: Gui Chen <gui.chen@intel.com>
-rw-r--r-- | ChangeLog | 17 | ||||
-rw-r--r-- | VERSION | 2 | ||||
-rw-r--r-- | debian/changelog | 19 | ||||
-rw-r--r-- | packaging/mic.changes | 16 | ||||
-rw-r--r-- | packaging/mic.spec | 4 |
5 files changed, 55 insertions, 3 deletions
@@ -1,3 +1,20 @@ +Release 0.18 - Mon Apr 01 2013 +=========================================================== + * put build_id before image name for release option + * mount build directory as tmpfs to speed up + * upgrade qemu (mic's depends) to 1.4.0 + * bug fix: + - fix debuginfo rpm swig attribute lost + - fix release option failure with slash + - fix man page lost in some distros + - fix bmap file packed to tarball + * code cleanup: + - unify import statements to absolute import + - clean up many undefined in partitionfs.py/loop.py/livecd.py + - clean up some useless try and raise blocks + - clean up some bad indentations + - improve some error messages + Release 0.17 - Tue Feb 28 2013 =========================================================== * support new distribution Fedora 18 @@ -1 +1 @@ -0.17 +0.18-rc0 diff --git a/debian/changelog b/debian/changelog index 1a7f58a..b560e2c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,22 @@ +mic (0.18-0.rc0) unstable; urgency=low + + * put build_id before image name for release option + * mount build directory as tmpfs to speed up + * upgrade qemu (mic's depends) to 1.4.0 + * bug fix: + - fix debuginfo rpm swig attribute lost + - fix release option failure with slash + - fix man page lost in some distros + - fix bmap file packed to tarball + * code cleanup: + - unify import statements to absolute import + - clean up many undefined in partitionfs.py/loop.py/livecd.py + - clean up some useless try and raise blocks + - clean up some bad indentations + - improve some error messages + + -- Gui Chen <gui.chen@intel.com> Mon, 01 Apr 2013 17:25:35 +0800 + mic (0.17-1) unstable; urgency=low * support new distribution Fedora 18 diff --git a/packaging/mic.changes b/packaging/mic.changes index 8bf2c33..b70927b 100644 --- a/packaging/mic.changes +++ b/packaging/mic.changes @@ -1,3 +1,19 @@ +* Mon Apr 01 2013 Gui Chen <gui.chen@intel.com> - 0.18 + - put build_id before image name for release option + - mount build directory as tmpfs to speed up + - upgrade qemu (mic's depends) to 1.4.0 + - bug fix: + - fix debuginfo rpm swig attribute lost + - fix release option failure with slash + - fix man page lost in some distros + - fix bmap file packed to tarball + - code cleanup: + - unify import statements to absolute import + - clean up many undefined in partitionfs.py/loop.py/livecd.py + - clean up some useless try and raise blocks + - clean up some bad indentations + - improve some error messages + * Tue Feb 28 2013 Gui Chen <gui.chen@intel.com> - 0.17 - support new distribution Fedora 18 - enable to handle more than 3 partitions diff --git a/packaging/mic.spec b/packaging/mic.spec index d31b6f1..ef5f6dd 100644 --- a/packaging/mic.spec +++ b/packaging/mic.spec @@ -2,8 +2,8 @@ Name: mic Summary: Image Creator for Linux Distributions -Version: 0.17 -Release: 1 +Version: 0.18 +Release: 0.rc0.<CI_CNT>.<B_CNT> Group: System/Base License: GPLv2 BuildArch: noarch |