bump up to release 0.28.6 09/200609/1
authorjin.xiao <jin.xiao@samsung.com>
Wed, 27 Feb 2019 08:52:27 +0000 (16:52 +0800)
committerjin.xiao <jin.xiao@samsung.com>
Wed, 27 Feb 2019 08:52:27 +0000 (16:52 +0800)
Change-Id: I15ec77f8d9ebe2b128a4d53849b9b4076ce09ec6

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

index 9409e28ac77901fed869ae680972ba4d258c8c17..7e587d7182ef753ada09022197a160f417ec1d1e 100644 (file)
--- 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 284f4547edde9f37d63fb830b0dd5387adc94fc2..a10a43a57e7d3dee4a49f4ab863dec55a401fd96 100644 (file)
@@ -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 ccdfb7649bce79743bc1a343cf21ca36abaa5632..c6947851aff1f76438be8ddf72725ca9dca05925 100644 (file)
@@ -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 9fa2633df88ebe3d9c955ebb490959943edd1295..ab5cb7a3cd6591af42ddced4d1126ae944aad13a 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 d4c375b1e442626ae1e6e78e820289ab4aa6ded8..a2de73549229b7e72c157dc7d23f88942814ccd4 100644 (file)
@@ -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 e421d0864cec7284411c6e4750188f485cd6534b..18d29f6619c69c26f664ee78071406d76d346f84 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