From 93da5188a3f52482851ff944e96386e6c47787aa Mon Sep 17 00:00:00 2001 From: Xiao Jin Date: Thu, 12 Apr 2018 19:11:58 +0800 Subject: [PATCH] bump up to release 0.28.0 Change-Id: I331fd138b92656698bdca6f8d8265f4193f3b9b3 --- ChangeLog | 6 ++++++ debian/changelog | 7 +++++++ doc/RELEASE_NOTES | 16 ++++++++++++++++ mic/__init__.py | 2 +- packaging/mic.changes | 5 +++++ packaging/mic.spec | 2 +- 6 files changed, 36 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index f837924..c83058d 100755 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Release 0.28 - Fri April. 13 2018 - Jin Xiao +===================================================================== + * Apply btrfs mount options "--fsoptions=compress" + * In Tizen, losetup command support '-f' option, change '--find' to '-f' + * Fix issue, set blocksize by parsing "-b [BLOCKSIZE]" from extoptions in ks file + Release 0.27.9 - Fri Mar. 23 2018 - Xiaojuan Mao ===================================================================== * Added ATTACHMENT_PATHS env and IMG_DIR_PATH env diff --git a/debian/changelog b/debian/changelog index 5783f32..9a60782 100755 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +mic (0.28) unstable; urgency=low + * Apply btrfs mount options "--fsoptions=compress" + * In Tizen, losetup command support '-f' option, change '--find' to '-f' + * Fix issue, set blocksize by parsing "-b [BLOCKSIZE]" from extoptions in ks file + + -- Jin Xiao Fri, 13 April 2018 15:00:00 +0800 + mic (0.27.9) unstable; urgency=low * Added ATTACHMENT_PATHS env and IMG_DIR_PATH env * Revert "call copy_attachment() after configure() and move attachment files" diff --git a/doc/RELEASE_NOTES b/doc/RELEASE_NOTES index a53cb10..5a95ac1 100755 --- a/doc/RELEASE_NOTES +++ b/doc/RELEASE_NOTES @@ -1,3 +1,19 @@ +MIC Image Creator 0.28 Release Notes +====================================== +Released April 13 2018 + +This release note documents the changes included in the new release. And +the release contains new features, enhancements and bug fixes. + +New Features & Enhancements +-------------------------- + * Apply btrfs mount options "--fsoptions=compress" + +Bug Fixes +--------- + * In Tizen, losetup command support '-f' option, change '--find' to '-f' + * Fix issue, set blocksize by parsing "-b [BLOCKSIZE]" from extoptions in ks file + MIC Image Creator 0.27.9 Release Notes ====================================== Released Mar 23 2018 diff --git a/mic/__init__.py b/mic/__init__.py index 7f33d9e..9a1aa9d 100755 --- a/mic/__init__.py +++ b/mic/__init__.py @@ -16,7 +16,7 @@ import os, sys -__version__ = "0.27.9" +__version__ = "0.28" cur_path = os.path.dirname(__file__) or '.' sys.path.insert(0, cur_path + '/3rdparty') diff --git a/packaging/mic.changes b/packaging/mic.changes index 5c1b2ed..62975ef 100755 --- a/packaging/mic.changes +++ b/packaging/mic.changes @@ -1,3 +1,8 @@ +* Fri April 13 2018 Jin Xiao - 0.28 + * Apply btrfs mount options "--fsoptions=compress" + * In Tizen, losetup command support '-f' option, change '--find' to '-f' + * Fix issue, set blocksize by parsing "-b [BLOCKSIZE]" from extoptions in ks file + * Fri Mar 23 2018 Xiaojuan Mao - 0.27.9 * Added ATTACHMENT_PATHS env and IMG_DIR_PATH env * Revert "call copy_attachment() after configure() and move attachment files" diff --git a/packaging/mic.spec b/packaging/mic.spec index 128e7b5..256d0ad 100755 --- a/packaging/mic.spec +++ b/packaging/mic.spec @@ -9,7 +9,7 @@ Name: mic Summary: Image Creator for Linux Distributions -Version: 0.27.9 +Version: 0.28 Release: %{?release_prefix}%{?opensuse_bs:.}%{!?opensuse_bs:0} Group: Development/Tools License: GPLv2 -- 2.7.4