summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjin.xiao <jin.xiao@samsung.com>2019-02-26 17:47:40 +0800
committerjin.xiao <jin.xiao@samsung.com>2019-02-26 17:47:40 +0800
commit52732d20f9940e9d7a743d2537ce0e033a5cf698 (patch)
treefbdf66ce33727697b7fdf51c22607cff19d2e143
parent52a8acd3fb9a3e208f0bbfd1d235b709d8f1a99f (diff)
downloadmic-52732d20f9940e9d7a743d2537ce0e033a5cf698.tar.gz
mic-52732d20f9940e9d7a743d2537ce0e033a5cf698.tar.bz2
mic-52732d20f9940e9d7a743d2537ce0e033a5cf698.zip
bump up to release 0.28.6sandbox/release-0.28.6
Change-Id: Ib5038a0f9bbf09b4f6daa20cb5782337a36e54ca
-rwxr-xr-xChangeLog4
-rwxr-xr-xdebian/changelog5
-rwxr-xr-xdoc/RELEASE_NOTES11
-rwxr-xr-xmic/__init__.py2
-rwxr-xr-xpackaging/mic.changes3
-rwxr-xr-xpackaging/mic.spec2
6 files changed, 25 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 9409e28..7e587d7 100755
--- 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.
diff --git a/debian/changelog b/debian/changelog
index 284f454..a10a43a 100755
--- a/debian/changelog
+++ b/debian/changelog
@@ -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.
diff --git a/doc/RELEASE_NOTES b/doc/RELEASE_NOTES
index 1809b3e..290ba61 100755
--- a/doc/RELEASE_NOTES
+++ b/doc/RELEASE_NOTES
@@ -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
diff --git a/mic/__init__.py b/mic/__init__.py
index 9fa2633..ab5cb7a 100755
--- a/mic/__init__.py
+++ b/mic/__init__.py
@@ -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')
diff --git a/packaging/mic.changes b/packaging/mic.changes
index d4c375b..a2de735 100755
--- a/packaging/mic.changes
+++ b/packaging/mic.changes
@@ -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.
diff --git a/packaging/mic.spec b/packaging/mic.spec
index e421d08..18d29f6 100755
--- a/packaging/mic.spec
+++ b/packaging/mic.spec
@@ -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