From af285107b70bbd4a3f13d1ef1fc1c750a3c92f81 Mon Sep 17 00:00:00 2001 From: Gui Chen Date: Tue, 22 Jan 2013 17:42:30 +0800 Subject: [PATCH] update release notes Change-Id: I44f98af914e3b82117ed227ab2fc46fe07cf9894 Signed-off-by: Gui Chen --- doc/RELEASE_NOTES | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) diff --git a/doc/RELEASE_NOTES b/doc/RELEASE_NOTES index b966eb5..9592f1b 100644 --- a/doc/RELEASE_NOTES +++ b/doc/RELEASE_NOTES @@ -1,3 +1,49 @@ +Release 0.16 - Mon Jan 28 2013 +=========================================================== + * add GPT support for UEFI format + - add --ptable=gpt option in kickstart to enable GPT + - 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 + * introduce a new option '--install-pkgs' in mic + - valid values imagined: source, debuginfo, debugsource + - enable 'debuginfo' to install '-debuginfo' rpm in the meantime + * switch to the BmapCreate module to generate bmap file + * 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 + - revert back to use device name + +Release 0.15.3 - Wed Jan 23 2013 +=========================================================== + * urgent bug fix: + - fix loop device not cleaned issue + - fix bootstrap dirs not unmounted issue + - fix mic failed in kvmic issue + - fix binfmt register in bootstrap incorrect + - fix rpm path incorrect when local repo and sslverify used + * other bug fix: + - fix x86_64 image conflicts installing x86_64 and x86 rpm + - verify if logfile is a file + - fix type error when calling mknod + - fix the failure if ks under / dir + - clean up the mess 'directory not empty' + - fix type error when calling mknod + Release 0.15 - Tue Dec 13 2012 =========================================================== * adapt new mechanism for bootstrap mode -- 2.7.4