bump up to release 0.28.0 06/175906/1
authorXiao Jin <jin.xiao@samsung.com>
Thu, 12 Apr 2018 11:11:58 +0000 (19:11 +0800)
committerXiao Jin <jin.xiao@samsung.com>
Fri, 13 Apr 2018 16:27:53 +0000 (00:27 +0800)
Change-Id: I331fd138b92656698bdca6f8d8265f4193f3b9b3

ChangeLog
debian/changelog
doc/RELEASE_NOTES
mic/__init__.py
packaging/mic.changes
packaging/mic.spec

index f83792410e565bc58d6042bab5cdccc89612f025..c83058d09d58fedde5f18ab96a74090b6cfbd877 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Release 0.28 - Fri April. 13 2018 - Jin Xiao <jin.xiao@samsung.com>
+=====================================================================
+  * 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 <xiaojuan.mao@samsung.com>
 =====================================================================
   * Added ATTACHMENT_PATHS env and IMG_DIR_PATH env
index 5783f3292844f1b4bf22f53e7641c22b329ea022..9a6078294c155a26193e0d6822bbe6ebf1247112 100644 (file)
@@ -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 <jin.xiao@samsung.com>  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"
index a53cb10025533d1749e267d65a8d48966be3c797..5a95ac1455e5472e146f1e85ab311a1e70885388 100644 (file)
@@ -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
index 7f33d9e84b7d05fb5d7a1dc08803c6fcaef87363..9a1aa9dee5f9457d9a947538f8842d1dbb07cae6 100755 (executable)
@@ -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')
index 5c1b2ed4727307b3a905d7995ec575126687eaa8..62975efc38d270012e484c7526e363fab7d874ec 100644 (file)
@@ -1,3 +1,8 @@
+* Fri April 13 2018 Jin Xiao <jin.xiao@samsung.com> - 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 <xiaojuan.mao@samsung.com> - 0.27.9
   * Added ATTACHMENT_PATHS env and IMG_DIR_PATH env
   * Revert "call copy_attachment() after configure() and move attachment files"
index 128e7b5d58a8ab7ec8625101a8395f93cc4a760f..256d0ad1596bc557399198f09d657bcd046d83cb 100755 (executable)
@@ -9,7 +9,7 @@
 
 Name:       mic
 Summary:    Image Creator for Linux Distributions
-Version:    0.27.9
+Version:    0.28
 Release:    %{?release_prefix}%{?opensuse_bs:<CI_CNT>.<B_CNT>}%{!?opensuse_bs:0}
 Group:      Development/Tools
 License:    GPLv2