Bump up to release 2.0.3 63/314863/1
authorxuhy <huayong.xu@samsung.com>
Mon, 22 Jul 2024 07:40:53 +0000 (15:40 +0800)
committerxuhy <huayong.xu@samsung.com>
Mon, 22 Jul 2024 07:40:53 +0000 (15:40 +0800)
Change-Id: I7c07b4f29d6c6b01c3c52b6e50d64495aea9a82c
Signed-off-by: xuhy <huayong.xu@samsung.com>
ChangeLog
debian/changelog
doc/RELEASE_NOTES
mic/__init__.py
packaging/mic.changes
packaging/mic.spec

index ddc65489edbefe2fd75444523f814e2b4263a7de..06bb16d03cc6f147b86e8c6112df43b17f5e1667 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+Release 2.0.3 -  Mon Jul. 22 2024 - Huayong Xu <huayong.xu@samsung.com>
+=====================================================================
+  * Fix build errors on Ubuntu 24.04
+  * Add new section 'runscript_out_bootstrap' for kickstart to run script
+    on host pc after image created.
+  * Replace SafeConfigParser with ConfigParser which is dropped in
+    python3.12
+  * Replace setup module from distuils.core to setuptools
+  * Ignore the pylint warning of raising-bad-type and
+    unbalanced-tuple-unpacking in connection and grabber script
+  * Fix mic create image error: Rpmdb checksum is invalid:
+    dCDPT(pkg checksums)
+
 Release 2.0.2 -  Fri Apr. 19 2024 - Huayong Xu <huayong.xu@samsung.com>
 =====================================================================
   * Fix the issue that mic lost dependency file in docker
index 26b72844ab1925488bb4a27b119892171814717f..bb4fff77a32f65fda8df0c5c791a7b86192d6695 100644 (file)
@@ -1,3 +1,17 @@
+mic (2.0.3) unstable; urgency=low
+  * Fix build errors on Ubuntu 24.04
+  * Add new section 'runscript_out_bootstrap' for kickstart to run script
+    on host pc after image created.
+  * Replace SafeConfigParser with ConfigParser which is dropped in
+    python3.12
+  * Replace setup module from distuils.core to setuptools
+  * Ignore the pylint warning of raising-bad-type and
+    unbalanced-tuple-unpacking in connection and grabber script
+  * Fix mic create image error: Rpmdb checksum is invalid:
+    dCDPT(pkg checksums)
+
+ -- Xu Huayong <huayong.xu@samsung.com>  Mon, 22 Jul 2024 15:00:00 +0800
+
 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
@@ -5,6 +19,8 @@ mic (2.0.2) unstable; urgency=low
   * Add the error message while no qemu for mic chroot
   * Adjust the format of Notification
 
+ -- Xu Huayong <huayong.xu@samsung.com>  Fri, 19 Apr 2024 15:00:00 +0800
+
 mic (2.0.1) unstable; urgency=low
   * Support ubuntu 22.04 distro
   * Port code from python2.x to python3.x
index 949299a4a087dd4a1a7d18237e44a0a9b809af6f..1dc66e182bf86b1e655a8fd44eec57d4a1665280 100644 (file)
@@ -1,3 +1,23 @@
+MIC Image Creator 2.0.3 Release Notes
+======================================
+Released Jul 22 2024
+
+This release note documents the changes included in the new release. And
+the release contains new features.
+
+new features
+--------------------------
+  * Fix build errors on Ubuntu 24.04
+  * Add new section 'runscript_out_bootstrap' for kickstart to run script
+    on host pc after image created.
+  * Replace SafeConfigParser with ConfigParser which is dropped in
+    python3.12
+  * Replace setup module from distuils.core to setuptools
+  * Ignore the pylint warning of raising-bad-type and
+    unbalanced-tuple-unpacking in connection and grabber script
+  * Fix mic create image error: Rpmdb checksum is invalid:
+    dCDPT(pkg checksums)
+
 MIC Image Creator 2.0.2 Release Notes
 ======================================
 Released Apr 19 2024
index 79d83160ee618f309404d5100474477bdfac1828..1c5dbc98b3734eefb3050bae135f96af8d7beb5c 100755 (executable)
@@ -16,7 +16,7 @@
 
 import os, sys
 
-__version__ = "2.0.2"
+__version__ = "2.0.3"
 
 cur_path = os.path.dirname(__file__) or '.'
 sys.path.insert(0, cur_path + '/3rdparty')
index a9494792113ea54c02a033dccf42dc42f575ab85..1a42d2f9a893b7adc840f63162acee8761bc47a8 100644 (file)
@@ -1,3 +1,15 @@
+* Mon Jul 22 2024 Huayong Xu <huayong.xu@samsung.com> - 2.0.3
+  * Fix build errors on Ubuntu 24.04
+  * Add new section 'runscript_out_bootstrap' for kickstart to run script
+    on host pc after image created.
+  * Replace SafeConfigParser with ConfigParser which is dropped in
+    python3.12
+  * Replace setup module from distuils.core to setuptools
+  * Ignore the pylint warning of raising-bad-type and
+    unbalanced-tuple-unpacking in connection and grabber script
+  * Fix mic create image error: Rpmdb checksum is invalid:
+    dCDPT(pkg checksums)
+
 * 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
index 0162088ddccad4bb0260cb68fa09097ed9bbac44..e6073c15918dadfeb9b4e34e426584c81bdcbd5a 100755 (executable)
@@ -6,7 +6,7 @@
 
 Name:       mic
 Summary:    Image Creator for Linux Distributions
-Version:    2.0.2
+Version:    2.0.3
 Release:    %{?release_prefix}%{?opensuse_bs:<CI_CNT>.<B_CNT>}%{!?opensuse_bs:0}
 Group:      Development/Tools
 License:    GPLv2