Bump up to release 2.0.2 82/309982/1
authorxuhy <huayong.xu@samsung.com>
Fri, 19 Apr 2024 01:20:36 +0000 (09:20 +0800)
committerxuhy <huayong.xu@samsung.com>
Fri, 19 Apr 2024 01:20:36 +0000 (09:20 +0800)
Change-Id: Ida4d6c0c2651c4281d3fd36f80269ada65f1570f

ChangeLog
debian/changelog
doc/RELEASE_NOTES
mic/__init__.py
packaging/mic.changes
packaging/mic.spec

index 3a069e3..ddc6548 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+Release 2.0.2 -  Fri Apr. 19 2024 - Huayong Xu <huayong.xu@samsung.com>
+=====================================================================
+  * Fix the issue that mic lost dependency file in docker
+  * Fix the mic can't create image into specified folder which defined
+    in default mic config
+  * Add the error message while no qemu for mic chroot
+  * Adjust the format of Notification
+
 Release 2.0.1 -  Mon Jan. 29 2024 - Biao Wang <biao716.wang@samsung.com>
 =====================================================================
   * Support opensuse15.x distro
index 4ae908b..26b7284 100644 (file)
@@ -1,3 +1,10 @@
+mic (2.0.2) unstable; urgency=low
+  * Fix the issue that mic lost dependency file in docker
+  * Fix the mic can't create image into specified folder which defined
+    in default mic config
+  * Add the error message while no qemu for mic chroot
+  * Adjust the format of Notification
+
 mic (2.0.1) unstable; urgency=low
   * Support ubuntu 22.04 distro
   * Port code from python2.x to python3.x
index 60b1a7f..949299a 100644 (file)
@@ -1,3 +1,18 @@
+MIC Image Creator 2.0.2 Release Notes
+======================================
+Released Apr 19 2024
+
+This release note documents the changes included in the new release. And
+the release contains new features.
+
+new features
+--------------------------
+  * Fix the issue that mic lost dependency file in docker
+  * Fix the mic can't create image into specified folder which defined
+    in default mic config
+  * Add the error message while no qemu for mic chroot
+  * Adjust the format of Notification
+
 MIC Image Creator 2.0.1 Release Notes
 ======================================
 Released Jan 29 2024
index 66cbb38..79d8316 100755 (executable)
@@ -16,7 +16,7 @@
 
 import os, sys
 
-__version__ = "2.0.1"
+__version__ = "2.0.2"
 
 cur_path = os.path.dirname(__file__) or '.'
 sys.path.insert(0, cur_path + '/3rdparty')
index e99879b..a949479 100644 (file)
@@ -1,3 +1,10 @@
+* Fri Apr 19 2024 Huayong Xu <huayong.xu@samsung.com> - 2.0.2
+  * Fix the issue that mic lost dependency file in docker
+  * Fix the mic can't create image into specified folder which defined
+    in default mic config
+  * Add the error message while no qemu for mic chroot
+  * Adjust the format of Notification
+
 * Mon Jan 29 2024 Biao Wang <biao716.wang@samsung.com> - 2.0.1
   * Support opensuse15.x distro
   * Port code from python2.x to python3.x
index d1ceb27..37a402f 100755 (executable)
@@ -6,7 +6,7 @@
 
 Name:       mic
 Summary:    Image Creator for Linux Distributions
-Version:    2.0.1
+Version:    2.0.2
 Release:    %{?release_prefix}%{?opensuse_bs:<CI_CNT>.<B_CNT>}%{!?opensuse_bs:0}
 Group:      Development/Tools
 License:    GPLv2