bump up to version 0.18-rc0
authorGui Chen <gui.chen@intel.com>
Sun, 31 Mar 2013 02:47:43 +0000 (10:47 +0800)
committerGui Chen <gui.chen@intel.com>
Sun, 31 Mar 2013 02:56:06 +0000 (10:56 +0800)
Change-Id: Id94de376e152927ac4df1d0b2587129df5df64dd
Signed-off-by: Gui Chen <gui.chen@intel.com>
ChangeLog
VERSION
debian/changelog
packaging/mic.changes
packaging/mic.spec

index e6b1e28..9f118b4 100644 (file)
--- 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 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.17
+0.18-rc0
index 1a7f58a..b560e2c 100644 (file)
@@ -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
index 8bf2c33..b70927b 100644 (file)
@@ -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
index d31b6f1..ef5f6dd 100644 (file)
@@ -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