diff options
author | Gui Chen <gui.chen@intel.com> | 2013-05-16 02:55:37 -0400 |
---|---|---|
committer | Gui Chen <gui.chen@intel.com> | 2013-05-16 02:55:37 -0400 |
commit | 68d725e09882c6a69efd129352c378bac41caa12 (patch) | |
tree | c74368dc7959710f04687b0d185f67cb34148360 | |
parent | f57834b9bd7d956f7466e3f6f84c57016d708846 (diff) | |
download | mic-68d725e09882c6a69efd129352c378bac41caa12.tar.gz mic-68d725e09882c6a69efd129352c378bac41caa12.tar.bz2 mic-68d725e09882c6a69efd129352c378bac41caa12.zip |
update release date
Signed-off-by: Gui Chen <gui.chen@intel.com>
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | doc/RELEASE_NOTES | 28 | ||||
-rw-r--r-- | packaging/mic.changes | 2 |
4 files changed, 12 insertions, 22 deletions
@@ -1,4 +1,4 @@ -Release 0.19 - Thu May 03 2013 - Gui Chen <gui.chen@intel.com> +Release 0.19 - Thu May 16 2013 - Gui Chen <gui.chen@intel.com> ===================================================================== - new distribution support: Ubuntu 13.04 and openSUSE 12.3 - introduce '--part-type' to handle GPT partition diff --git a/debian/changelog b/debian/changelog index f447dca..e042477 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,7 +8,7 @@ mic (0.19-0.rc) unstable; urgency=low - fix symlink bind mount left issue - fix '/var/lock' non-existent throw traceback - -- Gui Chen <gui.chen@intel.com> Mon, 03 Apr 2013 17:25:35 +0800 + -- Gui Chen <gui.chen@intel.com> Thu, 16 May 2013 17:25:35 +0800 mic (0.18-1) unstable; urgency=low diff --git a/doc/RELEASE_NOTES b/doc/RELEASE_NOTES index c1c748e..8c9c8f0 100644 --- a/doc/RELEASE_NOTES +++ b/doc/RELEASE_NOTES @@ -1,35 +1,25 @@ - MIC Image Creator 0.18 Release Notes + MIC Image Creator 0.19 Release Notes =========================================================== -Released Apr 03 2013 +Released May 16 2013 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 -------------------------- - * 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 + * new distribution support: Ubuntu 13.04 and openSUSE 12.3 + * introduce '--part-type' to handle GPT partition + * copy bmap creation from bmap-tools + * update some depends and fix depends issue Bug Fixes --------- - * 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 + * fix bug autologinuser always set + * fix symlink bind mount left issue + * fix '/var/lock' non-existent throw traceback Resource -------- - * SITE: https://www.tizen.org/ * REPO: https://download.tizen.org/tools/ * DOCS: https://source.tizen.org/documentation/reference/mic-image-creator diff --git a/packaging/mic.changes b/packaging/mic.changes index 90cf919..06768ac 100644 --- a/packaging/mic.changes +++ b/packaging/mic.changes @@ -1,4 +1,4 @@ -* Thu May 03 2013 Gui Chen <gui.chen@intel.com> - 0.19 +* Thu May 16 2013 Gui Chen <gui.chen@intel.com> - 0.19 - new distribution support: Ubuntu 13.04 and openSUSE 12.3 - introduce '--part-type' to handle GPT partition - copy bmap creation from bmap-tools |