bump up to release 0.28.10 79/238979/2 accepted/tizen/devbase/tools/20200723.121023 submit/trunk/20200723.141412 submit/trunk/20200723.152112
authorbiao716.wang <biao716.wang@samsung.com>
Tue, 21 Jul 2020 03:08:04 +0000 (12:08 +0900)
committerbiao716.wang <biao716.wang@samsung.com>
Tue, 21 Jul 2020 07:20:01 +0000 (16:20 +0900)
Change-Id: I5dd81dac4c601dbf482208712dde59eee2874c04
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 8bea1e7..cfa4c85 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Release 0.28.10 - Tue Jul. 21 2020 - Biao Wang <biao716.wang@samsung.com>
+=====================================================================
+  * Create btrfs images with the metadata single option.
+  * Refine code with SAM tools check.
+
 Release 0.28.9 - Wed Jun. 17 2020 - Yan Meng <yan11.meng@samsung.com>
 =====================================================================
   * increase max loop device number in mic.
index a236356..7a9aa82 100644 (file)
@@ -1,3 +1,9 @@
+mic (0.28.10) unstable; urgency=low
+  * Create btrfs images with the metadata single option.
+  * Refine code with SAM tools check.
+
+ -- Biao Wang <biao716.wang@samsung.com>  Tue, 21 Jul 2020 15:00:00 +0800
+
 mic (0.28.9) unstable; urgency=low
   * increase max loop device number in mic.
   * fix build error with Typeerror.
index 5dfa24b..668f764 100644 (file)
@@ -1,3 +1,15 @@
+MIC Image Creator 0.28.10 Release Notes
+======================================
+Released Jul 21 2020
+
+This release note documents the changes included in the new release. And
+the release contains new features.
+
+new features
+--------------------------
+  * Create btrfs images with the metadata single option.
+  * Refine code with SAM tools check.
+
 MIC Image Creator 0.28.9 Release Notes
 ======================================
 Released Jun 17 2020
index 5bddc77..2e30316 100755 (executable)
@@ -16,7 +16,7 @@
 
 import os, sys
 
-__version__ = "0.28.9"
+__version__ = "0.28.10"
 
 cur_path = os.path.dirname(__file__) or '.'
 sys.path.insert(0, cur_path + '/3rdparty')
index 4f39786..32c851b 100644 (file)
@@ -1,3 +1,7 @@
+* 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.
+
 * Wed Jun 17 2020 Yan Meng <yan11.meng@samsung.com> - 0.28.9
   * increase max loop device number in mic.
   * fix build error with Typeerror.
index 6b80040..5f10372 100755 (executable)
@@ -9,7 +9,7 @@
 
 Name:       mic
 Summary:    Image Creator for Linux Distributions
-Version:    0.28.9
+Version:    0.28.10
 Release:    %{?release_prefix}%{?opensuse_bs:<CI_CNT>.<B_CNT>}%{!?opensuse_bs:0}
 Group:      Development/Tools
 License:    GPLv2