bump up to release 0.28.6 sandbox/release-0.28.6
authorjin.xiao <jin.xiao@samsung.com>
Tue, 26 Feb 2019 09:47:40 +0000 (17:47 +0800)
committerjin.xiao <jin.xiao@samsung.com>
Tue, 26 Feb 2019 09:47:40 +0000 (17:47 +0800)
Change-Id: Ib5038a0f9bbf09b4f6daa20cb5782337a36e54ca

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

index 9409e28..7e587d7 100755 (executable)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Release 0.28.6 - Fri Feb. 15 2019 - Jin Xiao <jin.xiao@samsung.com>
+=====================================================================
+  * new distribution support: Ubuntu 18.04.
+
 Release 0.28.5 - Wed 0ct. 31 2018 - Jin Xiao <jin.xiao@samsung.com>
 =====================================================================
   * Add %env section support.
index 284f454..a10a43a 100755 (executable)
@@ -1,3 +1,8 @@
+mic (0.28.6) unstable; urgency=low
+  * new distribution support: Ubuntu 18.04.
+
+ -- Jin Xiao <jin.xiao@samsung.com>  Fri, 15 Feb 2019 15:00:00 +0800
+
 mic (0.28.5) unstable; urgency=low
   * Add %env section support.
 
index 1809b3e..290ba61 100755 (executable)
@@ -1,3 +1,14 @@
+MIC Image Creator 0.28.6 Release Notes
+======================================
+Released Feb 15 2019
+
+This release note documents the changes included in the new release. And
+the release contains new features.
+
+new features
+--------------------------
+  * new distribution support: Ubuntu 18.04.
+
 MIC Image Creator 0.28.5 Release Notes
 ======================================
 Released Oct 31 2018
index 9fa2633..ab5cb7a 100755 (executable)
@@ -16,7 +16,7 @@
 
 import os, sys
 
-__version__ = "0.28.5"
+__version__ = "0.28.6"
 
 cur_path = os.path.dirname(__file__) or '.'
 sys.path.insert(0, cur_path + '/3rdparty')
index d4c375b..a2de735 100755 (executable)
@@ -1,3 +1,6 @@
+* Fri Feb 15 2019 Jin Xiao <jin.xiao@samsung.com> - 0.28.6
+  * new distribution support: Ubuntu 18.04.
+
 * Wed Oct 31 2018 Jin Xiao <jin.xiao@samsung.com> - 0.28.5
   * Add %env section support.
 
index e421d08..18d29f6 100755 (executable)
@@ -9,7 +9,7 @@
 
 Name:       mic
 Summary:    Image Creator for Linux Distributions
-Version:    0.28.5
+Version:    0.28.6
 Release:    %{?release_prefix}%{?opensuse_bs:<CI_CNT>.<B_CNT>}%{!?opensuse_bs:0}
 Group:      Development/Tools
 License:    GPLv2