From: biao716.wang Date: Tue, 23 Mar 2021 05:45:15 +0000 (+0900) Subject: bump up to release 0.28.13 X-Git-Tag: submit/trunk/20210335.125031^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=41f348800e5219244fe6ab9c81a0fe9ba68d9eb8;p=tools%2Fmic.git bump up to release 0.28.13 Change-Id: Id1d33157a3780c752c9bc3e9bdb164185fbcbdd3 Signed-off-by: biao716.wang --- diff --git a/ChangeLog b/ChangeLog index dd4a4d4..dcf9c3c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Release 0.28.13 - Tue Mar. 23 2021 - Biao Wang +===================================================================== + * Add new option for squashfs file system to support M1 feature. + Release 0.28.12 - Feb Jan. 05 2021 - Biao Wang ===================================================================== * Support to create image with f2fs file system. diff --git a/debian/changelog b/debian/changelog index 20bc696..dc41d57 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,8 @@ +mic (0.28.12) unstable; urgency=low + * Add new option for squashfs file system to support M1 feature. + + -- Biao Wang Tue, 23 Mar 2021 15:00:00 +0800 + mic (0.28.12) unstable; urgency=low * Support to create image with f2fs file system. * Fix the bug that no print last installed package. diff --git a/doc/RELEASE_NOTES b/doc/RELEASE_NOTES index 7c17a35..4134ff6 100644 --- a/doc/RELEASE_NOTES +++ b/doc/RELEASE_NOTES @@ -1,3 +1,14 @@ +MIC Image Creator 0.28.13 Release Notes +====================================== +Released Mar 23 2021 + +This release note documents the changes included in the new release. And +the release contains new features. + +new features +-------------------------- + * Add new option for squashfs to support M1 feature. + MIC Image Creator 0.28.12 Release Notes ====================================== Released Feb 05 2021 diff --git a/mic/__init__.py b/mic/__init__.py index fcac42b..6dc08a7 100755 --- a/mic/__init__.py +++ b/mic/__init__.py @@ -16,7 +16,7 @@ import os, sys -__version__ = "0.28.12" +__version__ = "0.28.13" 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 344a13c..5288f4d 100644 --- a/packaging/mic.changes +++ b/packaging/mic.changes @@ -1,4 +1,7 @@ -* Fri Feb 05 2021 Biao Wang - 0.28.11 +* Tue Mar 23 2021 Biao Wang - 0.28.13 + * Add new squashfs option for squashfs file system. + +* Fri Feb 05 2021 Biao Wang - 0.28.12 * Support to create image with f2fs file system. * Fix the bug that no print last installed package. * Remove urlgrabber directory from mic. diff --git a/packaging/mic.spec b/packaging/mic.spec index 503c6fb..db1a514 100755 --- a/packaging/mic.spec +++ b/packaging/mic.spec @@ -9,7 +9,7 @@ Name: mic Summary: Image Creator for Linux Distributions -Version: 0.28.12 +Version: 0.28.13 Release: %{?release_prefix}%{?opensuse_bs:.}%{!?opensuse_bs:0} Group: Development/Tools License: GPLv2