update release date
authorGui Chen <gui.chen@intel.com>
Thu, 16 May 2013 06:55:37 +0000 (02:55 -0400)
committerGui Chen <gui.chen@intel.com>
Thu, 16 May 2013 06:55:37 +0000 (02:55 -0400)
Signed-off-by: Gui Chen <gui.chen@intel.com>
ChangeLog
debian/changelog
doc/RELEASE_NOTES
packaging/mic.changes

index 3d25f0a..2bc96d2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index f447dca..e042477 100644 (file)
@@ -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
 
index c1c748e..8c9c8f0 100644 (file)
@@ -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
index 90cf919..06768ac 100644 (file)
@@ -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