From: Gui Chen Date: Sun, 31 Mar 2013 02:47:43 +0000 (+0800) Subject: bump up to version 0.18-rc0 X-Git-Tag: 0.18~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=84598ecd0d988ee1435dbf12a373a0fe40d6d821;p=tools%2Fmic.git bump up to version 0.18-rc0 Change-Id: Id94de376e152927ac4df1d0b2587129df5df64dd Signed-off-by: Gui Chen --- diff --git a/ChangeLog b/ChangeLog index e6b1e28..9f118b4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 diff --git a/VERSION b/VERSION index 50653ad..511240a 100644 --- a/VERSION +++ b/VERSION @@ -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 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 - 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 - 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.. Group: System/Base License: GPLv2 BuildArch: noarch