bump up to release 0.28.11 20/246920/1 accepted/tizen/devbase/tools/20201106.081435 submit/trunk/20201105.154530 submit/trunk/20201105.160530 submit/trunk/20201106.105030
authorbiao716.wang <biao716.wang@samsung.com>
Thu, 5 Nov 2020 07:38:53 +0000 (16:38 +0900)
committerbiao716.wang <biao716.wang@samsung.com>
Thu, 5 Nov 2020 07:38:53 +0000 (16:38 +0900)
Change-Id: I36c56ef4091ccacc73f0bc99a201b917ce3191b6
Signed-off-by: biao716.wang <biao716.wang@samsung.com>
ChangeLog
debian/changelog
doc/RELEASE_NOTES
mic/__init__.py
packaging/mic.changes
packaging/mic.spec

index cfa4c85a16ef9cde6c03fd1b493e0c7e525905df..60c0b472f85308d409e279535b1f5b7032ddcfc6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Release 0.28.11 - Thu Nov. 05 2020 - Biao Wang <biao716.wang@samsung.com>
+=====================================================================
+  * 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 <biao716.wang@samsung.com>
 =====================================================================
   * Create btrfs images with the metadata single option.
index 7a9aa821e0a85e642e9801373098166572cc6fa1..c14d0d7b0fefa1b5ca1f0b860ea457cfc738db0a 100644 (file)
@@ -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 <biao716.wang@samsung.com>  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.
index 668f764c4e47a3008ba3c2297035139973cbf683..354c9f0a32f945fa8add5c1f78b26b87e9743d46 100644 (file)
@@ -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
index 2e30316b99478361e154c0bdacb067668dac76f1..fa7f22f536eb6ba150138ab7065d898499d5af27 100755 (executable)
@@ -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')
index 32c851bf7cd96b4b5c99dc82dad7fa9ef7d37abe..cc64abbd1451a8a3dcf7a813fb9a0d79b0f5f723 100644 (file)
@@ -1,3 +1,9 @@
+* Thu Nov 05 2020 Biao Wang <biao716.wang@samsung.com> - 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 <biao716.wang@samsung.com> - 0.28.10
   * Create btrfs images with the metadata single option.
   * Refine code with SAM tools check.
index 97e630b0aac5b9cc9a14f36bfeb8876ed8e2f134..77fdf9abde81bad02e92444e646da28abb9887d1 100755 (executable)
@@ -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:<CI_CNT>.<B_CNT>}%{!?opensuse_bs:0}
 Group:      Development/Tools
 License:    GPLv2