From: biao716.wang Date: Wed, 10 Aug 2022 03:14:20 +0000 (+0900) Subject: bump up to release 0.28.17 X-Git-Tag: submit/trunk/20220920.063039^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=16df62a6ab5613e47e702f4a88c925dabe0fd0f4;p=tools%2Fmic.git bump up to release 0.28.17 Change-Id: I3e39b60aa94077ae13418ec1b17f18199fce9783 Signed-off-by: biao716.wang --- diff --git a/ChangeLog b/ChangeLog index 78eda06..d837a46 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Release 0.28.17 - Wed Aug. 10 2022 - Biao Wang +===================================================================== + * Add --block-recommends option to allow not install recommended packages + Release 0.28.16 - Thu Feb. 10 2022 - Biao Wang ===================================================================== * Add postscripts-maxruntime option to set the max run time for post scripts diff --git a/debian/changelog b/debian/changelog index 22dc9da..e803282 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,8 @@ +mic (0.28.17) unstable; urgency=low + * Add --block-recommends option to allow not install recommended packages + + -- Biao Wang 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. diff --git a/doc/RELEASE_NOTES b/doc/RELEASE_NOTES index 332c935..c207ac3 100644 --- a/doc/RELEASE_NOTES +++ b/doc/RELEASE_NOTES @@ -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 diff --git a/mic/__init__.py b/mic/__init__.py index 5a0eb1c..723746b 100755 --- a/mic/__init__.py +++ b/mic/__init__.py @@ -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') diff --git a/packaging/mic.changes b/packaging/mic.changes index f1c8c2b..10ecdd2 100644 --- a/packaging/mic.changes +++ b/packaging/mic.changes @@ -1,3 +1,6 @@ +* Thu Aug 10 2022 Biao Wang - 0.28.17 + * Add block-recommends option to block install recommends packages. + * Thu Feb 10 2022 Biao Wang - 0.28.16 * Add postscripts-maxruntime option to set the max run time for post scripts. diff --git a/packaging/mic.spec b/packaging/mic.spec index b713b40..28bc1a2 100755 --- a/packaging/mic.spec +++ b/packaging/mic.spec @@ -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:.}%{!?opensuse_bs:0} Group: Development/Tools License: GPLv2