bump up to release 0.18 0.18
authorGui Chen <gui.chen@intel.com>
Tue, 2 Apr 2013 09:23:23 +0000 (17:23 +0800)
committerGui Chen <gui.chen@intel.com>
Tue, 2 Apr 2013 09:52:57 +0000 (17:52 +0800)
Change-Id: Ia71f0f26a6cbf7e413939780e3a4131307a295a6
Signed-off-by: Gui Chen <gui.chen@intel.com>
ChangeLog
VERSION
debian/changelog
doc/RELEASE_NOTES
packaging/mic.changes
packaging/mic.spec

index 9f118b4..d2827ae 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,8 @@
-Release 0.18 - Mon Apr 01 2013
+Release 0.18 - Mon Apr 03 2013
 ===========================================================
  * put build_id before image name for release option
  * mount build directory as tmpfs to speed up
+ * enable --priority in ks to set priority
  * upgrade qemu (mic's depends) to 1.4.0
  * bug fix:
    - fix debuginfo rpm swig attribute lost
diff --git a/VERSION b/VERSION
index 511240a..a4d2ace 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.18-rc0
+0.18
index b560e2c..85e7636 100644 (file)
@@ -1,7 +1,8 @@
-mic (0.18-0.rc0) unstable; urgency=low
+mic (0.18-1) unstable; urgency=low
 
   * put build_id before image name for release option
   * mount build directory as tmpfs to speed up
+  * enable --priority in ks to set priority
   * upgrade qemu (mic's depends) to 1.4.0
   * bug fix:
     - fix debuginfo rpm swig attribute lost
@@ -15,7 +16,7 @@ mic (0.18-0.rc0) unstable; urgency=low
     - clean up some bad indentations
     - improve some error messages
 
- -- Gui Chen <gui.chen@intel.com>  Mon, 01 Apr 2013 17:25:35 +0800
+ -- Gui Chen <gui.chen@intel.com>  Mon, 03 Apr 2013 17:25:35 +0800
 
 mic (0.17-1) unstable; urgency=low
 
index a25f2f1..c1c748e 100644 (file)
@@ -1,28 +1,31 @@
- MIC Image Creator 0.17 Release Notes
+ MIC Image Creator 0.18 Release Notes
 ===========================================================
-Released Feb 28 2013
+Released Apr 03 2013
 
-This release note documents the changes included in the MIC 0.17 release. And
+This release note documents the changes included in the MIC 0.18 release. And
 the release contains new features, enhancements and bug fixes.
 
 New Features & Ehancements
 --------------------------
- * support new distribution Fedora 18
- * enable to handle more than 3 partitions
- * support partition without mount point
- * move vcs infomation from .vcs to .packages
+ * put build_id before image name for release option
+ * mount build directory as tmpfs to speed up
+ * enable --priority in ks to set priority
+ * upgrade qemu (mic's depends) to 1.4.0
 
 Bug Fixes
 ---------
- * fix failure when symbolic link vmlinuz in single disk
- * fix incorrect alignment handling
- * fix requires squashfs in opensuse
- * fix unicode error in myurlgrab
+ * 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
 ------------
- * clean up some mess in utils/misc.py
- * clean up pylint issue in creator.py
+ * 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
 
 Resource
 --------
index b70927b..fe0b2d9 100644 (file)
@@ -1,6 +1,7 @@
-* Mon Apr 01 2013 Gui Chen <gui.chen@intel.com> - 0.18
+* Mon Apr 03 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
+ - enable --priority in ks to set priority
  - upgrade qemu (mic's depends) to 1.4.0
  - bug fix:
    - fix debuginfo rpm swig attribute lost
index ef5f6dd..e1a6387 100644 (file)
@@ -3,7 +3,7 @@
 Name:       mic
 Summary:    Image Creator for Linux Distributions
 Version:    0.18
-Release:    0.rc0.<CI_CNT>.<B_CNT>
+Release:    1
 Group:      System/Base
 License:    GPLv2
 BuildArch:  noarch