From: xuhy Date: Fri, 19 Apr 2024 01:20:36 +0000 (+0800) Subject: Bump up to release 2.0.2 X-Git-Tag: accepted/tools/devbase/tools/20250527.103804~12 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F82%2F309982%2F1;p=tools%2Fmic.git Bump up to release 2.0.2 Change-Id: Ida4d6c0c2651c4281d3fd36f80269ada65f1570f --- diff --git a/ChangeLog b/ChangeLog index 3a069e3..ddc6548 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Release 2.0.2 - Fri Apr. 19 2024 - Huayong Xu +===================================================================== + * Fix the issue that mic lost dependency file in docker + * Fix the mic can't create image into specified folder which defined + in default mic config + * Add the error message while no qemu for mic chroot + * Adjust the format of Notification + Release 2.0.1 - Mon Jan. 29 2024 - Biao Wang ===================================================================== * Support opensuse15.x distro diff --git a/debian/changelog b/debian/changelog index 4ae908b..26b7284 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +mic (2.0.2) unstable; urgency=low + * Fix the issue that mic lost dependency file in docker + * Fix the mic can't create image into specified folder which defined + in default mic config + * Add the error message while no qemu for mic chroot + * Adjust the format of Notification + mic (2.0.1) unstable; urgency=low * Support ubuntu 22.04 distro * Port code from python2.x to python3.x diff --git a/doc/RELEASE_NOTES b/doc/RELEASE_NOTES index 60b1a7f..949299a 100644 --- a/doc/RELEASE_NOTES +++ b/doc/RELEASE_NOTES @@ -1,3 +1,18 @@ +MIC Image Creator 2.0.2 Release Notes +====================================== +Released Apr 19 2024 + +This release note documents the changes included in the new release. And +the release contains new features. + +new features +-------------------------- + * Fix the issue that mic lost dependency file in docker + * Fix the mic can't create image into specified folder which defined + in default mic config + * Add the error message while no qemu for mic chroot + * Adjust the format of Notification + MIC Image Creator 2.0.1 Release Notes ====================================== Released Jan 29 2024 diff --git a/mic/__init__.py b/mic/__init__.py index 66cbb38..79d8316 100755 --- a/mic/__init__.py +++ b/mic/__init__.py @@ -16,7 +16,7 @@ import os, sys -__version__ = "2.0.1" +__version__ = "2.0.2" 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 e99879b..a949479 100644 --- a/packaging/mic.changes +++ b/packaging/mic.changes @@ -1,3 +1,10 @@ +* Fri Apr 19 2024 Huayong Xu - 2.0.2 + * Fix the issue that mic lost dependency file in docker + * Fix the mic can't create image into specified folder which defined + in default mic config + * Add the error message while no qemu for mic chroot + * Adjust the format of Notification + * Mon Jan 29 2024 Biao Wang - 2.0.1 * Support opensuse15.x distro * Port code from python2.x to python3.x diff --git a/packaging/mic.spec b/packaging/mic.spec index d1ceb27..37a402f 100755 --- a/packaging/mic.spec +++ b/packaging/mic.spec @@ -6,7 +6,7 @@ Name: mic Summary: Image Creator for Linux Distributions -Version: 2.0.1 +Version: 2.0.2 Release: %{?release_prefix}%{?opensuse_bs:.}%{!?opensuse_bs:0} Group: Development/Tools License: GPLv2