From: wangbiao Date: Wed, 1 Nov 2023 08:53:13 +0000 (+0900) Subject: bump up to release 0.29.1 X-Git-Tag: accepted/tools/devbase/tools/20250527.103804~18 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8b0294734dad36a7e64a9fd0230ea6e8ac0ec315;p=tools%2Fmic.git bump up to release 0.29.1 Change-Id: Id99f761ec019a9ea0c26c0ad03949cc4d8621e0d Signed-off-by: wangbiao --- diff --git a/ChangeLog b/ChangeLog index 5cc41d8..a196dad 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Release 0.29.1 - Wed Nov. 01 2023 - Biao Wang +===================================================================== + * Support opensuse15.x distro + * Support ubuntu 22.04 distro + * Port code from python2.x to python3.x + Release 0.28.19 - Thu Apr. 13 2023 - Biao Wang ===================================================================== * Fix mic create image error with rpm 4.14 if %prepackages section exists in ks file. diff --git a/debian/changelog b/debian/changelog index 8aab8b3..615d5cc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +mic (0.29.1) unstable; urgency=low + * Support ubuntu 22.04 distro + * Port code from python2.x to python3.x + + -- Biao Wang Wed, 01 Nov 2023 15:00:00 +0800 + mic (0.28.19) unstable; urgency=low * Fix mic create image error with rpm 4.14 if %prepackages section exists in ks file. diff --git a/doc/RELEASE_NOTES b/doc/RELEASE_NOTES index ec8744d..8657123 100644 --- a/doc/RELEASE_NOTES +++ b/doc/RELEASE_NOTES @@ -1,3 +1,16 @@ +MIC Image Creator 0.29.1 Release Notes +====================================== +Released Nov 01 2023 + +This release note documents the changes included in the new release. And +the release contains new features. + +new features +-------------------------- + * Support opensuse15.x distro + * Support ubuntu 22.04 distro + * Port code from python2.x to python3.x + MIC Image Creator 0.28.19 Release Notes ====================================== Released Apr 13 2023 diff --git a/mic/__init__.py b/mic/__init__.py index a60b9b1..2c4a11d 100755 --- a/mic/__init__.py +++ b/mic/__init__.py @@ -16,7 +16,7 @@ import os, sys -__version__ = "0.28.19" +__version__ = "0.29.1" 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 55d72de..a60559e 100644 --- a/packaging/mic.changes +++ b/packaging/mic.changes @@ -1,3 +1,7 @@ +* Wed Nov 01 2023 Biao Wang - 0.29.1 + * Support opensuse15.x distro + * Port code from python2.x to python3.x + * Thu Apr 13 2023 Biao Wang - 0.28.19 * Fix mic create image error with rpm 4.14 if %prepackages section exists in ks file. diff --git a/packaging/mic.spec b/packaging/mic.spec index 8feb100..f0d3358 100755 --- a/packaging/mic.spec +++ b/packaging/mic.spec @@ -6,7 +6,7 @@ Name: mic Summary: Image Creator for Linux Distributions -Version: 0.28.19 +Version: 0.29.1 Release: %{?release_prefix}%{?opensuse_bs:.}%{!?opensuse_bs:0} Group: Development/Tools License: GPLv2