bump up to release 0.28.16 54/270854/1 accepted/tizen/devbase/tools/20220211.011048 accepted/tizen/devbase/tools/20220211.130539 submit/trunk/20220210.150030 submit/trunk/20220210.152030 submit/trunk/20220210.153030 submit/trunk/20220210.153530 submit/trunk/20220211.173530
authorbiao716.wang <biao716.wang@samsung.com>
Thu, 10 Feb 2022 06:23:31 +0000 (15:23 +0900)
committerbiao716.wang <biao716.wang@samsung.com>
Thu, 10 Feb 2022 06:23:31 +0000 (15:23 +0900)
Change-Id: I26023eebe01ca402c8d96503b40bdb10c51dc799
Signed-off-by: biao716.wang <biao716.wang@samsung.com>
ChangeLog
debian/changelog
doc/RELEASE_NOTES
mic/__init__.py
packaging/mic.changes
packaging/mic.spec

index 7023cf5..78eda06 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Release 0.28.16 -  Thu Feb. 10 2022 - Biao Wang <biao716.wang@samsung.com>
+=====================================================================
+  * Add postscripts-maxruntime option to set the max run time for post scripts
+
 Release 0.28.15 -  Mon Jul. 05 2021 - Biao Wang <biao716.wang@samsung.com>
 =====================================================================
   * Don't install recommended packages in mic
index 9eb2d4a..22dc9da 100644 (file)
@@ -1,3 +1,8 @@
+mic (0.28.16) unstable; urgency=low
+  * Add postscripts-maxruntime option to set the max run time for post scripts.
+
+ -- Biao Wang <biao716.wang@samsung.com>  Thu, 10 Feb 2022 15:00:00 +0800
+
 mic (0.28.15) unstable; urgency=low
   * Don't install recommended packages in mic.
 
index 90f53c4..332c935 100644 (file)
@@ -1,3 +1,14 @@
+MIC Image Creator 0.28.16 Release Notes
+======================================
+Released Feb 10 2022
+
+This release note documents the changes included in the new release. And
+the release contains new features.
+
+new features
+--------------------------
+  * Add postscripts-maxruntime option to set the max run time for post scripts.
+
 MIC Image Creator 0.28.15 Release Notes
 ======================================
 Released Jul 05 2021
index 5b9bfc2..5a0eb1c 100755 (executable)
@@ -16,7 +16,7 @@
 
 import os, sys
 
-__version__ = "0.28.15"
+__version__ = "0.28.16"
 
 cur_path = os.path.dirname(__file__) or '.'
 sys.path.insert(0, cur_path + '/3rdparty')
index dff2255..f1c8c2b 100644 (file)
@@ -1,3 +1,6 @@
+* Thu Feb 10 2022 Biao Wang <biao716.wang@samsung.com> - 0.28.16
+  * Add postscripts-maxruntime option to set the max run time for post scripts.
+
 * Mon Jul 05 2021 Biao Wang <biao716.wang@samsung.com> - 0.28.15
   * Don't install recommended packages in mic.
 
index 4fe3df5..b713b40 100755 (executable)
@@ -9,7 +9,7 @@
 
 Name:       mic
 Summary:    Image Creator for Linux Distributions
-Version:    0.28.15
+Version:    0.28.16
 Release:    %{?release_prefix}%{?opensuse_bs:<CI_CNT>.<B_CNT>}%{!?opensuse_bs:0}
 Group:      Development/Tools
 License:    GPLv2