From: biao716.wang Date: Fri, 5 Feb 2021 05:54:46 +0000 (+0900) Subject: bump up to release 0.28.12 X-Git-Tag: submit/trunk/20210205.144531^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8978f5864d342fa975574b012ec6e875757e41e1;p=tools%2Fmic.git bump up to release 0.28.12 Change-Id: I2ea0cb503d68c34cb7234ad93a00f2c0f724b4f0 Signed-off-by: biao716.wang --- diff --git a/ChangeLog b/ChangeLog index 60c0b47..dd4a4d4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Release 0.28.12 - Feb Jan. 05 2021 - Biao Wang +===================================================================== + * Support to create image with f2fs file system. + * Fix the bug that no print last installed package. + * Remove urlgrabber directory from mic. + Release 0.28.11 - Thu Nov. 05 2020 - Biao Wang ===================================================================== * add dependece for yum directly. diff --git a/debian/changelog b/debian/changelog index c14d0d7..20bc696 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +mic (0.28.12) unstable; urgency=low + * Support to create image with f2fs file system. + * Fix the bug that no print last installed package. + * Remove urlgrabber directory from mic. + + -- Biao Wang Fri, 05 Feb 2021 15:00:00 +0800 + mic (0.28.11) unstable; urgency=low * add dependece for yum directly. * fix run error issue for parser repomd.xml when here is group type. diff --git a/doc/RELEASE_NOTES b/doc/RELEASE_NOTES index 354c9f0..7c17a35 100644 --- a/doc/RELEASE_NOTES +++ b/doc/RELEASE_NOTES @@ -1,3 +1,16 @@ +MIC Image Creator 0.28.12 Release Notes +====================================== +Released Feb 05 2021 + +This release note documents the changes included in the new release. And +the release contains new features. + +new features +-------------------------- + * Support to create image with f2fs file system. + * Fix the bug that no print last installed package. + * Remove urlgrabber directory from mic. + MIC Image Creator 0.28.11 Release Notes ====================================== Released Nov 05 2020 diff --git a/mic/__init__.py b/mic/__init__.py index fa7f22f..fcac42b 100755 --- a/mic/__init__.py +++ b/mic/__init__.py @@ -16,7 +16,7 @@ import os, sys -__version__ = "0.28.11" +__version__ = "0.28.12" 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 cc64abb..344a13c 100644 --- a/packaging/mic.changes +++ b/packaging/mic.changes @@ -1,3 +1,8 @@ +* Fri Feb 05 2021 Biao Wang - 0.28.11 + * Support to create image with f2fs file system. + * Fix the bug that no print last installed package. + * Remove urlgrabber directory from mic. + * Thu Nov 05 2020 Biao Wang - 0.28.11 * add dependece for yum directly. * fix run error issue for parser repomd.xml when here is group type. diff --git a/packaging/mic.spec b/packaging/mic.spec index 77fdf9a..503c6fb 100755 --- a/packaging/mic.spec +++ b/packaging/mic.spec @@ -9,7 +9,7 @@ Name: mic Summary: Image Creator for Linux Distributions -Version: 0.28.11 +Version: 0.28.12 Release: %{?release_prefix}%{?opensuse_bs:.}%{!?opensuse_bs:0} Group: Development/Tools License: GPLv2