bump up to release 0.28.4
authorXiao Jin <jin.xiao@samsung.com>
Wed, 26 Sep 2018 01:41:05 +0000 (09:41 +0800)
committerXiao Jin <jin.xiao@samsung.com>
Wed, 26 Sep 2018 02:32:21 +0000 (10:32 +0800)
Change-Id: I9e4e5d7275a20a1663ac8eef29d1a33f7b6feb5a

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

index f7784d6..23f05ea 100755 (executable)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Release 0.28.4 - Fri Sep. 28 2018 - Jin Xiao <jin.xiao@samsung.com>
+=====================================================================
+  * add new option --fslabel in part section.
+
 Release 0.28.3 - Fri Sep. 14 2018 - Jin Xiao <jin.xiao@samsung.com>
 =====================================================================
   * Revert "ext4 images are created with inode size 256 bytes".
index b9563b1..db3e09b 100755 (executable)
@@ -1,3 +1,8 @@
+mic (0.28.4) unstable; urgency=low
+  * add new option --fslabel in part section.
+
+ -- Jin Xiao <jin.xiao@samsung.com>  Fri, 28 Sep 2018 15:00:00 +0800
+
 mic (0.28.3) unstable; urgency=low
   * Revert "ext4 images are created with inode size 256 bytes".
 
index c92cf52..9f16280 100755 (executable)
@@ -1,3 +1,14 @@
+MIC Image Creator 0.28.4 Release Notes
+======================================
+Released Sep 28 2018
+
+This release note documents the changes included in the new release. And
+the release contains new features, enhancements and bug fixes.
+
+new features
+--------------------------
+  * add new option --fslabel in part section.
+
 MIC Image Creator 0.28.3 Release Notes
 ======================================
 Released Sep 14 2018
index f14792d..c9a5258 100755 (executable)
@@ -16,7 +16,7 @@
 
 import os, sys
 
-__version__ = "0.28.3"
+__version__ = "0.28.4"
 
 cur_path = os.path.dirname(__file__) or '.'
 sys.path.insert(0, cur_path + '/3rdparty')
index 029f371..7b09d72 100755 (executable)
@@ -1,3 +1,6 @@
+* Fri Sep 28 2018 Jin Xiao <jin.xiao@samsung.com> - 0.28.4
+  * add new option --fslabel in part section.
+
 * Fri Sep 14 2018 Jin Xiao <jin.xiao@samsung.com> - 0.28.3
   * Revert "ext4 images are created with inode size 256 bytes".
 
index a14f0a9..37ecc58 100755 (executable)
@@ -9,7 +9,7 @@
 
 Name:       mic
 Summary:    Image Creator for Linux Distributions
-Version:    0.28.3
+Version:    0.28.4
 Release:    %{?release_prefix}%{?opensuse_bs:<CI_CNT>.<B_CNT>}%{!?opensuse_bs:0}
 Group:      Development/Tools
 License:    GPLv2