summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXiao Jin <jin.xiao@samsung.com>2018-10-25 14:00:17 +0800
committerXiao Jin <jin.xiao@samsung.com>2018-10-25 14:25:18 +0800
commit52a8acd3fb9a3e208f0bbfd1d235b709d8f1a99f (patch)
treeda80842e6514e5b6316040de068b74c8c9c88955
parentaa0aaadc4759d137cdf4d4a6ca6fe055ecd300f5 (diff)
downloadmic-52a8acd3fb9a3e208f0bbfd1d235b709d8f1a99f.tar.gz
mic-52a8acd3fb9a3e208f0bbfd1d235b709d8f1a99f.tar.bz2
mic-52a8acd3fb9a3e208f0bbfd1d235b709d8f1a99f.zip
bump up to release 0.28.5
Change-Id: I0919283e5f717d58e64afa708207bd2d767787eb
-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 23f05ea..9409e28 100755
--- 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.
diff --git a/debian/changelog b/debian/changelog
index db3e09b..284f454 100755
--- a/debian/changelog
+++ b/debian/changelog
@@ -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.
diff --git a/doc/RELEASE_NOTES b/doc/RELEASE_NOTES
index 9f16280..1809b3e 100755
--- a/doc/RELEASE_NOTES
+++ b/doc/RELEASE_NOTES
@@ -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
diff --git a/mic/__init__.py b/mic/__init__.py
index c9a5258..9fa2633 100755
--- a/mic/__init__.py
+++ b/mic/__init__.py
@@ -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')
diff --git a/packaging/mic.changes b/packaging/mic.changes
index 7b09d72..d4c375b 100755
--- a/packaging/mic.changes
+++ b/packaging/mic.changes
@@ -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.
diff --git a/packaging/mic.spec b/packaging/mic.spec
index 37ecc58..e421d08 100755
--- a/packaging/mic.spec
+++ b/packaging/mic.spec
@@ -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