From 4f756eadbebe71161235f86b8431df143346d9ca Mon Sep 17 00:00:00 2001 From: Gui Chen Date: Tue, 29 Jan 2013 16:22:38 +0800 Subject: bump up to release 0.16 Change-Id: I4b62e11db18c027d6cd6afe63932fc4d8eaecf7a Signed-off-by: Gui Chen --- VERSION | 2 +- debian/changelog | 37 ++++++++++++++++++++++++++++++++----- packaging/mic.changes | 30 ++++++++++++++++++++++++++++++ packaging/mic.spec | 2 +- 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 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 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 - 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 - 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 -- cgit v1.2.3