bump up to release 0.16 0.16
authorGui Chen <gui.chen@intel.com>
Tue, 29 Jan 2013 08:22:38 +0000 (16:22 +0800)
committerGui Chen <gui.chen@intel.com>
Tue, 29 Jan 2013 08:22:38 +0000 (16:22 +0800)
Change-Id: I4b62e11db18c027d6cd6afe63932fc4d8eaecf7a
Signed-off-by: Gui Chen <gui.chen@intel.com>
VERSION
debian/changelog
packaging/mic.changes
packaging/mic.spec

diff --git a/VERSION b/VERSION
index c30d1cb..8eac30c 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.16-rc4
+0.16
index 208b379..0c41621 100644 (file)
@@ -1,8 +1,35 @@
-mic (0.16-0.rc4) unstable; urgency=low
-
-  * Release 0.16
-
- -- Gui Chen <gui.chen@intel.com>  Wed, 23 Jan 2013 17:25:35 +0800
+mic (0.16-1) unstable; urgency=low
+
+  * add GPT support for UEFI format
+    - add --ptable=gpt option in kickstart to enable GPT
+    - add simple GPT parser to parse PARTUUID
+    - use PARTUUID in syslinux.cfg if gpt required
+    - clean up the mess code and improve readability
+  * improve alignment to reduce unused space
+    - add interface add_disks for PartitionedMount
+    - clean up the mess code in partitionfs.py
+  * append timestamp suffix to image name by default
+  * add a new option --nocache in kickstart to disable caching rpm
+  * add a new value 'vcs' for --record-pkgs to save VCS info
+  * add a new option --fstab-entry for raw image to set fstab entry
+  * introduce a new option '--install-pkgs' in mic
+    - valid values imagined: source, debuginfo, debugsource
+    - enable 'debuginfo' to install '-debuginfo' rpm in the meantime
+  * improve loop device generating and cleaning mechanism
+  * code clean:
+    - update documentation
+    - rename MANIFEST to MD5SUM
+    - clean up moblin stuff in kickstart
+    - clean mic tests and keep only unittest
+    - sepreate the download related as independent module
+  * bug fix:
+    - cleanup zypp credential file to fix conflicts during installing
+    - fix the issue that outdir/cachedir is not dir
+    - recalculate package content recording
+    - refactor try except statement in baseimager
+    - fix existing loop images overwritten
+ -- Gui Chen <gui.chen@intel.com>  Wed, 30 Jan 2013 17:25:35 +0800
 
 mic (0.15) unstable; urgency=low
 
index 81442ad..c4a63d0 100644 (file)
@@ -1,3 +1,33 @@
+* Wed Jan 30 2013 Gui Chen <gui.chen@intel.com> - 0.16
+  - add GPT support for UEFI format
+    - add --ptable=gpt option in kickstart to enable GPT
+    - add simple GPT parser to parse PARTUUID
+    - use PARTUUID in syslinux.cfg if gpt required
+    - clean up the mess code and improve readability
+  - improve alignment to reduce unused space
+    - add interface add_disks for PartitionedMount
+    - clean up the mess code in partitionfs.py
+  - append timestamp suffix to image name by default
+  - add a new option --nocache in kickstart to disable caching rpm
+  - add a new value 'vcs' for --record-pkgs to save VCS info
+  - add a new option --fstab-entry for raw image to set fstab entry
+  - introduce a new option '--install-pkgs' in mic
+    - valid values imagined: source, debuginfo, debugsource
+    - enable 'debuginfo' to install '-debuginfo' rpm in the meantime
+  - improve loop device generating and cleaning mechanism
+  - code clean:
+    - update documentation
+    - rename MANIFEST to MD5SUM
+    - clean up moblin stuff in kickstart
+    - clean mic tests and keep only unittest
+    - sepreate the download related as independent module
+  - bug fix:
+    - cleanup zypp credential file to fix conflicts during installing
+    - fix the issue that outdir/cachedir is not dir
+    - recalculate package content recording
+    - refactor try except statement in baseimager
+    - fix existing loop images overwritten
 * Fri Aug 31 2012 Gui Chen <gui.chen@intel.com> - 0.15
 - Release 0.15, changes including:
   - new bootstrap implementation: use bootstrap as default
index eed6e85..40d25d6 100644 (file)
@@ -3,7 +3,7 @@
 Name:       mic
 Summary:    Image Creator for Linux Distributions
 Version:    0.16
-Release:    0.rc4
+Release:    1
 Group:      System/Base
 License:    GPLv2
 BuildArch:  noarch