From a6f4890e870644438ca060db8b313c838eb7bbc8 Mon Sep 17 00:00:00 2001 From: "biao716.wang" Date: Thu, 12 Jan 2023 18:37:30 +0900 Subject: [PATCH] bump up to release 0.28.18 Change-Id: Ia162b5055db14f0c286caa338cf9f863b1490df4 Signed-off-by: biao716.wang --- ChangeLog | 4 ++++ debian/changelog | 5 +++++ doc/RELEASE_NOTES | 11 +++++++++++ mic/__init__.py | 2 +- packaging/mic.changes | 3 +++ packaging/mic.spec | 2 +- 6 files changed, 25 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index d837a46..5d58d1f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Release 0.28.18 - Thu Jan. 12 2023 - Biao Wang +===================================================================== + * Add support for RISC-V arch. + Release 0.28.17 - Wed Aug. 10 2022 - Biao Wang ===================================================================== * Add --block-recommends option to allow not install recommended packages diff --git a/debian/changelog b/debian/changelog index e803282..d36b62e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,8 @@ +mic (0.28.18) unstable; urgency=low + * Add support for RISC-V arch. + + -- Biao Wang Thu, 12 Jan 2023 15:00:00 +0800 + mic (0.28.17) unstable; urgency=low * Add --block-recommends option to allow not install recommended packages diff --git a/doc/RELEASE_NOTES b/doc/RELEASE_NOTES index c207ac3..2a883de 100644 --- a/doc/RELEASE_NOTES +++ b/doc/RELEASE_NOTES @@ -1,3 +1,14 @@ +MIC Image Creator 0.28.18 Release Notes +====================================== +Released Jan 12 2023 + +This release note documents the changes included in the new release. And +the release contains new features. + +new features +-------------------------- + * Add support for RIS-V arch. + MIC Image Creator 0.28.17 Release Notes ====================================== Released Aug 10 2022 diff --git a/mic/__init__.py b/mic/__init__.py index 723746b..3507db0 100755 --- a/mic/__init__.py +++ b/mic/__init__.py @@ -16,7 +16,7 @@ import os, sys -__version__ = "0.28.17" +__version__ = "0.28.18" 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 10ecdd2..20f7bc2 100644 --- a/packaging/mic.changes +++ b/packaging/mic.changes @@ -1,3 +1,6 @@ +* Thu Jan 12 2023 Biao Wang - 0.28.18 + * Add support for RISC-V arch. + * Thu Aug 10 2022 Biao Wang - 0.28.17 * Add block-recommends option to block install recommends packages. diff --git a/packaging/mic.spec b/packaging/mic.spec index 28bc1a2..2d5413c 100755 --- a/packaging/mic.spec +++ b/packaging/mic.spec @@ -9,7 +9,7 @@ Name: mic Summary: Image Creator for Linux Distributions -Version: 0.28.17 +Version: 0.28.18 Release: %{?release_prefix}%{?opensuse_bs:.}%{!?opensuse_bs:0} Group: Development/Tools License: GPLv2 -- 2.34.1