From 1b8a1eca9c9158594f63089f5ef9a440571732e7 Mon Sep 17 00:00:00 2001 From: "biao716.wang" Date: Thu, 5 Nov 2020 16:38:53 +0900 Subject: [PATCH] bump up to release 0.28.11 Change-Id: I36c56ef4091ccacc73f0bc99a201b917ce3191b6 Signed-off-by: biao716.wang --- ChangeLog | 7 +++++++ debian/changelog | 8 ++++++++ doc/RELEASE_NOTES | 14 ++++++++++++++ mic/__init__.py | 2 +- packaging/mic.changes | 6 ++++++ packaging/mic.spec | 2 +- 6 files changed, 37 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index cfa4c85..60c0b47 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Release 0.28.11 - Thu Nov. 05 2020 - Biao Wang +===================================================================== + * add dependece for yum directly. + * fix run error issue for parser repomd.xml when here is group type. + * Refine code, remove duplicated code + * Separate qcow plugin scripts + Release 0.28.10 - Tue Jul. 21 2020 - Biao Wang ===================================================================== * Create btrfs images with the metadata single option. diff --git a/debian/changelog b/debian/changelog index 7a9aa82..c14d0d7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +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. + * Refine code, remove duplicated code + * Separate qcow plugin scripts + + -- Biao Wang Thu, 05 Nov 2020 15:00:00 +0800 + mic (0.28.10) unstable; urgency=low * Create btrfs images with the metadata single option. * Refine code with SAM tools check. diff --git a/doc/RELEASE_NOTES b/doc/RELEASE_NOTES index 668f764..354c9f0 100644 --- a/doc/RELEASE_NOTES +++ b/doc/RELEASE_NOTES @@ -1,3 +1,17 @@ +MIC Image Creator 0.28.11 Release Notes +====================================== +Released Nov 05 2020 + +This release note documents the changes included in the new release. And +the release contains new features. + +new features +-------------------------- + * add dependece for yum directly. + * fix run error issue for parser repomd.xml when here is group type. + * Refine code, remove duplicated code + * Separate qcow plugin scripts + MIC Image Creator 0.28.10 Release Notes ====================================== Released Jul 21 2020 diff --git a/mic/__init__.py b/mic/__init__.py index 2e30316..fa7f22f 100755 --- a/mic/__init__.py +++ b/mic/__init__.py @@ -16,7 +16,7 @@ import os, sys -__version__ = "0.28.10" +__version__ = "0.28.11" 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 32c851b..cc64abb 100644 --- a/packaging/mic.changes +++ b/packaging/mic.changes @@ -1,3 +1,9 @@ +* 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. + * Refine code, remove duplicated code + * Separate qcow plugin scripts + * Tue Jul 21 2020 Biao Wang - 0.28.10 * Create btrfs images with the metadata single option. * Refine code with SAM tools check. diff --git a/packaging/mic.spec b/packaging/mic.spec index 97e630b..77fdf9a 100755 --- a/packaging/mic.spec +++ b/packaging/mic.spec @@ -9,7 +9,7 @@ Name: mic Summary: Image Creator for Linux Distributions -Version: 0.28.10 +Version: 0.28.11 Release: %{?release_prefix}%{?opensuse_bs:.}%{!?opensuse_bs:0} Group: Development/Tools License: GPLv2 -- 2.7.4