bump up to release 0.28.17 57/279457/1 accepted/tizen/devbase/tools/20220921.101900 submit/trunk/20220920.063039 submit/trunk/20220920.151030 submit/trunk/20220920.202030 submit/trunk/20220921.085030
authorbiao716.wang <biao716.wang@samsung.com>
Wed, 10 Aug 2022 03:14:20 +0000 (12:14 +0900)
committerbiao716.wang <biao716.wang@samsung.com>
Wed, 10 Aug 2022 03:14:20 +0000 (12:14 +0900)
Change-Id: I3e39b60aa94077ae13418ec1b17f18199fce9783
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 78eda06..d837a46 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Release 0.28.17 -  Wed Aug. 10 2022 - Biao Wang <biao716.wang@samsung.com>
+=====================================================================
+  * Add --block-recommends option to allow not install recommended packages
+
 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
index 22dc9da..e803282 100644 (file)
@@ -1,3 +1,8 @@
+mic (0.28.17) unstable; urgency=low
+  * Add --block-recommends option to allow not install recommended packages
+
+ -- Biao Wang <biao716.wang@samsung.com>  Wed, 10 Aug 2022 15:00:00 +0800
+
 mic (0.28.16) unstable; urgency=low
   * Add postscripts-maxruntime option to set the max run time for post scripts.
 
index 332c935..c207ac3 100644 (file)
@@ -1,3 +1,14 @@
+MIC Image Creator 0.28.17 Release Notes
+======================================
+Released Aug 10 2022
+
+This release note documents the changes included in the new release. And
+the release contains new features.
+
+new features
+--------------------------
+  * Add --block-recommends option to block install recommends packages.
+
 MIC Image Creator 0.28.16 Release Notes
 ======================================
 Released Feb 10 2022
index 5a0eb1c..723746b 100755 (executable)
@@ -16,7 +16,7 @@
 
 import os, sys
 
-__version__ = "0.28.16"
+__version__ = "0.28.17"
 
 cur_path = os.path.dirname(__file__) or '.'
 sys.path.insert(0, cur_path + '/3rdparty')
index f1c8c2b..10ecdd2 100644 (file)
@@ -1,3 +1,6 @@
+* Thu Aug 10 2022 Biao Wang <biao716.wang@samsung.com> - 0.28.17
+  * Add block-recommends option to block install recommends packages.
+
 * 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.
 
index b713b40..28bc1a2 100755 (executable)
@@ -9,7 +9,7 @@
 
 Name:       mic
 Summary:    Image Creator for Linux Distributions
-Version:    0.28.16
+Version:    0.28.17
 Release:    %{?release_prefix}%{?opensuse_bs:<CI_CNT>.<B_CNT>}%{!?opensuse_bs:0}
 Group:      Development/Tools
 License:    GPLv2