bump up to release 0.28.5 66/192066/1
authorXiao Jin <jin.xiao@samsung.com>
Thu, 25 Oct 2018 06:00:17 +0000 (14:00 +0800)
committerjinxiao <jin.xiao@samsung.com>
Tue, 30 Oct 2018 01:02:01 +0000 (09:02 +0800)
Change-Id: I0919283e5f717d58e64afa708207bd2d767787eb

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

index 23f05eaced3940d29d93fb3a89833c08d24ca888..9409e28ac77901fed869ae680972ba4d258c8c17 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Release 0.28.5 - Wed 0ct. 31 2018 - Jin Xiao <jin.xiao@samsung.com>
+=====================================================================
+  * Add %env section support.
+
 Release 0.28.4 - Fri Sep. 28 2018 - Jin Xiao <jin.xiao@samsung.com>
 =====================================================================
   * add new option --fslabel in part section.
index db3e09bc4b8af40ef24fcba97d02efab3015c2a9..284f4547edde9f37d63fb830b0dd5387adc94fc2 100644 (file)
@@ -1,3 +1,8 @@
+mic (0.28.5) unstable; urgency=low
+  * Add %env section support.
+
+ -- Jin Xiao <jin.xiao@samsung.com>  Wed, 31 Oct 2018 15:00:00 +0800
+
 mic (0.28.4) unstable; urgency=low
   * add new option --fslabel in part section.
 
index f5419f6852e531bf3a4f180a7b0c0dc5dacce70d..ccdfb7649bce79743bc1a343cf21ca36abaa5632 100644 (file)
@@ -1,3 +1,14 @@
+MIC Image Creator 0.28.5 Release Notes
+======================================
+Released Oct 31 2018
+
+This release note documents the changes included in the new release. And
+the release contains new features.
+
+new features
+--------------------------
+  * Add %env section support.
+
 MIC Image Creator 0.28.4 Release Notes
 ======================================
 Released Sep 28 2018
index c9a5258da79603c5b5fef978758b41205287ebcc..9fa2633df88ebe3d9c955ebb490959943edd1295 100755 (executable)
@@ -16,7 +16,7 @@
 
 import os, sys
 
-__version__ = "0.28.4"
+__version__ = "0.28.5"
 
 cur_path = os.path.dirname(__file__) or '.'
 sys.path.insert(0, cur_path + '/3rdparty')
index 7b09d72a5f0c9bb878af7c62ec9beeb9e3a3ef45..d4c375b1e442626ae1e6e78e820289ab4aa6ded8 100644 (file)
@@ -1,3 +1,6 @@
+* Wed Oct 31 2018 Jin Xiao <jin.xiao@samsung.com> - 0.28.5
+  * Add %env section support.
+
 * Fri Sep 28 2018 Jin Xiao <jin.xiao@samsung.com> - 0.28.4
   * add new option --fslabel in part section.
 
index 37ecc582f599c5a64d76ec918e7a72fa9dbfb889..e421d0864cec7284411c6e4750188f485cd6534b 100755 (executable)
@@ -9,7 +9,7 @@
 
 Name:       mic
 Summary:    Image Creator for Linux Distributions
-Version:    0.28.4
+Version:    0.28.5
 Release:    %{?release_prefix}%{?opensuse_bs:<CI_CNT>.<B_CNT>}%{!?opensuse_bs:0}
 Group:      Development/Tools
 License:    GPLv2