bump up to release 0.28.5 release-20181031 released-tools-18.01.10 released-tools-18.01.9 released-tools-19.01.01 staging-released-tools-18.01.10 staging-released-tools-18.01.9 staging-released-tools-19.01.01
authorXiao Jin <jin.xiao@samsung.com>
Thu, 25 Oct 2018 06:00:17 +0000 (14:00 +0800)
committerXiao Jin <jin.xiao@samsung.com>
Thu, 25 Oct 2018 08:14:28 +0000 (16:14 +0800)
Change-Id: I0919283e5f717d58e64afa708207bd2d767787eb

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

index 23f05ea..9409e28 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 db3e09b..284f454 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 9f16280..1809b3e 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 c9a5258..9fa2633 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 7b09d72..d4c375b 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 37ecc58..e421d08 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