update changelog and release notes
authorGui Chen <gui.chen@intel.com>
Wed, 28 Aug 2013 07:14:09 +0000 (03:14 -0400)
committerGui Chen <gui.chen@intel.com>
Wed, 28 Aug 2013 07:14:09 +0000 (03:14 -0400)
Signed-off-by: Gui Chen <gui.chen@intel.com>
ChangeLog
doc/RELEASE_NOTES

index 4a47803..ab89921 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
 
index fb5d042..c0df0c9 100644 (file)
@@ -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