summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGui Chen <gui.chen@intel.com>2013-01-29 16:22:38 +0800
committerGui Chen <gui.chen@intel.com>2013-01-29 16:22:38 +0800
commit4f756eadbebe71161235f86b8431df143346d9ca (patch)
treec509d123c36ee306ee27735f46885796e7286f9a
parent0ac09073a43e61d1eceee727f4a4ecbfcb725d8e (diff)
downloadmic-4f756eadbebe71161235f86b8431df143346d9ca.tar.gz
mic-4f756eadbebe71161235f86b8431df143346d9ca.tar.bz2
mic-4f756eadbebe71161235f86b8431df143346d9ca.zip
bump up to release 0.160.16
Change-Id: I4b62e11db18c027d6cd6afe63932fc4d8eaecf7a Signed-off-by: Gui Chen <gui.chen@intel.com>
-rw-r--r--VERSION2
-rw-r--r--debian/changelog37
-rw-r--r--packaging/mic.changes30
-rw-r--r--packaging/mic.spec2
4 files changed, 64 insertions, 7 deletions
diff --git a/VERSION b/VERSION
index c30d1cb..8eac30c 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.16-rc4
+0.16
diff --git a/debian/changelog b/debian/changelog
index 208b379..0c41621 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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
diff --git a/packaging/mic.changes b/packaging/mic.changes
index 81442ad..c4a63d0 100644
--- a/packaging/mic.changes
+++ b/packaging/mic.changes
@@ -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
diff --git a/packaging/mic.spec b/packaging/mic.spec
index eed6e85..40d25d6 100644
--- a/packaging/mic.spec
+++ b/packaging/mic.spec
@@ -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