bump up to release 0.28.18 57/286757/1 accepted/tizen/devbase/tools/20230113.003818 submit/trunk/20230112.173030
authorbiao716.wang <biao716.wang@samsung.com>
Thu, 12 Jan 2023 09:37:30 +0000 (18:37 +0900)
committerbiao716.wang <biao716.wang@samsung.com>
Thu, 12 Jan 2023 09:37:30 +0000 (18:37 +0900)
Change-Id: Ia162b5055db14f0c286caa338cf9f863b1490df4
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 d837a4634a835a405f0e4ff4f65b209f6d3daea7..5d58d1f8e6ff49d1667ead3840a01e1fcbcf011d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Release 0.28.18 -  Thu Jan. 12 2023 - Biao Wang <biao716.wang@samsung.com>
+=====================================================================
+  * Add support for RISC-V arch.
+
 Release 0.28.17 -  Wed Aug. 10 2022 - Biao Wang <biao716.wang@samsung.com>
 =====================================================================
   * Add --block-recommends option to allow not install recommended packages
index e803282628e9c7b58d9f7859622d8229e8f2354d..d36b62edff929928918f6d268d3a5721c792f83a 100644 (file)
@@ -1,3 +1,8 @@
+mic (0.28.18) unstable; urgency=low
+  * Add support for RISC-V arch.
+
+ -- Biao Wang <biao716.wang@samsung.com>  Thu, 12 Jan 2023 15:00:00 +0800
+
 mic (0.28.17) unstable; urgency=low
   * Add --block-recommends option to allow not install recommended packages
 
index c207ac32b5dd8f72f7d73f6a092eea70508b9801..2a883de308844296b5359d29d53222b7961c0416 100644 (file)
@@ -1,3 +1,14 @@
+MIC Image Creator 0.28.18 Release Notes
+======================================
+Released Jan 12 2023
+
+This release note documents the changes included in the new release. And
+the release contains new features.
+
+new features
+--------------------------
+  * Add support for RIS-V arch.
+
 MIC Image Creator 0.28.17 Release Notes
 ======================================
 Released Aug 10 2022
index 723746b11899980b233af74e443cb01f3a850736..3507db0f86bf68caf6881c4bc59e6dc41261a6a9 100755 (executable)
@@ -16,7 +16,7 @@
 
 import os, sys
 
-__version__ = "0.28.17"
+__version__ = "0.28.18"
 
 cur_path = os.path.dirname(__file__) or '.'
 sys.path.insert(0, cur_path + '/3rdparty')
index 10ecdd25cf4e41eb3e0bd329418202d15db81040..20f7bc216df664147c9e3766784939897b268915 100644 (file)
@@ -1,3 +1,6 @@
+* Thu Jan 12 2023 Biao Wang <biao716.wang@samsung.com> - 0.28.18
+  * Add support for RISC-V arch.
+
 * Thu Aug 10 2022 Biao Wang <biao716.wang@samsung.com> - 0.28.17
   * Add block-recommends option to block install recommends packages.
 
index 28bc1a26b9a7549ea876ffcf3cf49603ade2fda2..2d5413cd6630d8777a2247e4e1ea46377f85f851 100755 (executable)
@@ -9,7 +9,7 @@
 
 Name:       mic
 Summary:    Image Creator for Linux Distributions
-Version:    0.28.17
+Version:    0.28.18
 Release:    %{?release_prefix}%{?opensuse_bs:<CI_CNT>.<B_CNT>}%{!?opensuse_bs:0}
 Group:      Development/Tools
 License:    GPLv2