diff options
author | Gui Chen <gui.chen@intel.com> | 2013-08-28 03:14:09 -0400 |
---|---|---|
committer | Gui Chen <gui.chen@intel.com> | 2013-08-28 03:14:09 -0400 |
commit | 8efb435f7a3c2b7b0c16c07fbf3ade2dc31963eb (patch) | |
tree | f334e783cf8ce22ac0a94730c3eaa033357b5766 | |
parent | 292000d257a43f5d02afebd9a01b34d459701c48 (diff) | |
download | mic-8efb435f7a3c2b7b0c16c07fbf3ade2dc31963eb.tar.gz mic-8efb435f7a3c2b7b0c16c07fbf3ade2dc31963eb.tar.bz2 mic-8efb435f7a3c2b7b0c16c07fbf3ade2dc31963eb.zip |
update changelog and release notes
Signed-off-by: Gui Chen <gui.chen@intel.com>
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | doc/RELEASE_NOTES | 9 |
2 files changed, 7 insertions, 5 deletions
@@ -7,9 +7,10 @@ Release 0.21 - Mon Aug 26 2013 - Gui Chen <gui.chen@intel.com> * enable proxy setting with authentication * don't get proxy info from /etc/sysconfig/proxy ever * kill processes inside chroot after post script running + * reload device mapper using 'dmsetup' utility * bug fix: - fix bootloader options omitted - - raise when incorrectly set partition flags 'legacy_boot' + - warn failed boot partition flags set - fix wrong file descriptor issue - fix some requires diff --git a/doc/RELEASE_NOTES b/doc/RELEASE_NOTES index fb5d042..c0df0c9 100644 --- a/doc/RELEASE_NOTES +++ b/doc/RELEASE_NOTES @@ -1,8 +1,8 @@ - MIC Image Creator 0.20 Release Notes + MIC Image Creator 0.21 Release Notes =========================================================== -Released Jule 08 2013 +Released August 28 2013 -This release note documents the changes included in the MIC 0.20 release. And +This release note documents the changes included in the new release. And the release contains new features, enhancements and bug fixes. New Features & Ehancements @@ -14,11 +14,12 @@ New Features & Ehancements * enable proxy setting with authentication * don't get proxy info from /etc/sysconfig/proxy ever * kill processes inside chroot after post script running + * reload device mapper using 'dmsetup' utility Bug Fixes --------- * fix bootloader options omitted - * raise when incorrectly set partition flags 'legacy_boot' + * warn failed boot partition flags set * fix wrong file descriptor issue * fix some requires |