diff options
author | Gui Chen <gui.chen@intel.com> | 2013-04-02 17:23:23 +0800 |
---|---|---|
committer | Gui Chen <gui.chen@intel.com> | 2013-04-02 17:52:57 +0800 |
commit | 1d075fb2ecd4318e4e2561b041dd19c04d7b0ab2 (patch) | |
tree | 83f49ee7a62c09209db8d18950e6d1d231745cb4 /doc | |
parent | d8b647e05c8b8f1ebf4484776cee4742d79eb471 (diff) | |
download | mic-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>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/RELEASE_NOTES | 29 |
1 files changed, 16 insertions, 13 deletions
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 -------- |