summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGui Chen <gui.chen@intel.com>2013-04-02 17:23:23 +0800
committerGui Chen <gui.chen@intel.com>2013-04-02 17:52:57 +0800
commit1d075fb2ecd4318e4e2561b041dd19c04d7b0ab2 (patch)
tree83f49ee7a62c09209db8d18950e6d1d231745cb4
parentd8b647e05c8b8f1ebf4484776cee4742d79eb471 (diff)
downloadmic-1d075fb2ecd4318e4e2561b041dd19c04d7b0ab2.tar.gz
mic-1d075fb2ecd4318e4e2561b041dd19c04d7b0ab2.tar.bz2
mic-1d075fb2ecd4318e4e2561b041dd19c04d7b0ab2.zip
bump up to release 0.180.18
Change-Id: Ia71f0f26a6cbf7e413939780e3a4131307a295a6 Signed-off-by: Gui Chen <gui.chen@intel.com>
-rw-r--r--ChangeLog3
-rw-r--r--VERSION2
-rw-r--r--debian/changelog5
-rw-r--r--doc/RELEASE_NOTES29
-rw-r--r--packaging/mic.changes3
-rw-r--r--packaging/mic.spec2
6 files changed, 25 insertions, 19 deletions
diff --git a/ChangeLog b/ChangeLog
index 9f118b4..d2827ae 100644
--- 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
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.18-rc0
+0.18
diff --git a/debian/changelog b/debian/changelog
index b560e2c..85e7636 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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
diff --git a/doc/RELEASE_NOTES b/doc/RELEASE_NOTES
index a25f2f1..c1c748e 100644
--- a/doc/RELEASE_NOTES
+++ b/doc/RELEASE_NOTES
@@ -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
--------
diff --git a/packaging/mic.changes b/packaging/mic.changes
index b70927b..fe0b2d9 100644
--- a/packaging/mic.changes
+++ b/packaging/mic.changes
@@ -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
diff --git a/packaging/mic.spec b/packaging/mic.spec
index ef5f6dd..e1a6387 100644
--- a/packaging/mic.spec
+++ b/packaging/mic.spec
@@ -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