diff options
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | VERSION | 2 | ||||
-rw-r--r-- | debian/changelog | 5 | ||||
-rw-r--r-- | doc/RELEASE_NOTES | 29 | ||||
-rw-r--r-- | packaging/mic.changes | 3 | ||||
-rw-r--r-- | packaging/mic.spec | 2 |
6 files changed, 25 insertions, 19 deletions
@@ -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 @@ -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 |