Bump up to release 0.29.2 13/320313/1
authorSaulin Tuhin <s.tuhin@samsung.com>
Wed, 26 Feb 2025 11:05:07 +0000 (17:05 +0600)
committerSaulin Tuhin <s.tuhin@samsung.com>
Wed, 26 Feb 2025 11:05:07 +0000 (17:05 +0600)
Change-Id: Iaffc39f35632398ebc8c557f349c82595f4c712f
Signed-off-by: Saulin Tuhin <s.tuhin@samsung.com>
ChangeLog
debian/changelog
doc/RELEASE_NOTES
mic/__init__.py
packaging/mic.changes
packaging/mic.spec

index 57084b9989a86ac85830a7947f1b0b334fa272d6..f4c55f2038d630ea716210eac47769500cf2da9e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+Release 0.29.2 -  Wed Feb. 26 2025 - Saulin Tuhin <s.tuhin@samsung.com>
+=====================================================================
+  * Enable mixed mode for formatting on Btrfs filesystems to support small devices
+  * If arch is riscv64, pass the QEMU_RESERVED_VA environment variable to install_root
+  * Add new section 'runscript_out_bootstrap' for kickstart to run script on host pc after image created.
+  * fix mic create image error: Rpmdb checksum is invalid: dCDPT(pkg checksums)
+    rebuild rpmdb before run intall package transaction.
+
 Release 0.29.1 -  Thu Apr. 18 2024 - Huayong Xu <huayong.xug@samsung.com>
 =====================================================================
   * Fix the issue that mic lost dependency file in docker
index 562669d29cdbad14c3c6168806e83dcc4e9cf4cb..772ae794ac7f3b0fcd1c0db7443899b934fda1ff 100644 (file)
@@ -1,3 +1,12 @@
+mic (0.29.2) unstable; urgency=low
+  * Enable mixed mode for formatting on Btrfs filesystems to support small devices
+  * If arch is riscv64, pass the QEMU_RESERVED_VA environment variable to install_root
+  * Add new section 'runscript_out_bootstrap' for kickstart to run script on host pc after image created.
+  * fix mic create image error: Rpmdb checksum is invalid: dCDPT(pkg checksums)
+    rebuild rpmdb before run intall package transaction.
+
+ -- Saulin Tuhin <s.tuhin@samsung.com>  Wed, 26 Feb 2025 17:00:00 +0600
+
 mic (0.29.1) unstable; urgency=low
   * Fix the issue that mic lost dependency file in docker.
   * enable global arguament '-d' '-i' '-v' to mic create subcommands
index b1ea518f1abe18ab46e675753ee0e6cedab97a9e..581a9a277af5714ed1145d43873b23c44464ac59 100644 (file)
@@ -1,3 +1,18 @@
+MIC Image Creator 0.29.2 Release Notes
+======================================
+Released Feb 26 2025
+
+This release note documents the changes included in the new release. And
+the release contains new features.
+
+new features
+--------------------------
+  * Enable mixed mode for formatting on Btrfs filesystems to support small devices
+  * If arch is riscv64, pass the QEMU_RESERVED_VA environment variable to install_root
+  * Add new section 'runscript_out_bootstrap' for kickstart to run script on host pc after image created.
+  * fix mic create image error: Rpmdb checksum is invalid: dCDPT(pkg checksums)
+    rebuild rpmdb before run intall package transaction.
+
 MIC Image Creator 0.29.1 Release Notes
 ======================================
 Released Apr 18 2024
index 2c4a11d28875ad90ed0708350366552e63c861df..10ae5108ab1bf30450bc463b7797d9e458a95e9f 100755 (executable)
@@ -16,7 +16,7 @@
 
 import os, sys
 
-__version__ = "0.29.1"
+__version__ = "0.29.2"
 
 cur_path = os.path.dirname(__file__) or '.'
 sys.path.insert(0, cur_path + '/3rdparty')
index 9bb6d4cbee029f31aef09794753986c1e049d2d6..4b0f22d34c24c3338513d96f1cdf58285e2cb367 100644 (file)
@@ -1,3 +1,10 @@
+* Wed Feb 26 2025 Saulin Tuhin <s.tuhin@samsung.com> - 0.29.2
+  * Enable mixed mode for formatting on Btrfs filesystems to support small devices
+  * If arch is riscv64, pass the QEMU_RESERVED_VA environment variable to install_root
+  * Add new section 'runscript_out_bootstrap' for kickstart to run script on host pc after image created.
+  * fix mic create image error: Rpmdb checksum is invalid: dCDPT(pkg checksums)
+    rebuild rpmdb before run intall package transaction.
+
 * Thu Apr 18 2024 Huayong Xu <huayong.xu@samsung.com> - 0.29.1
   * Fix the issue that mic lost dependency file in docker
   * enable global arguament '-d' '-i' '-v' to mic create subcommands
index 68f3473dbb021373ab17eb126e3f5d81e20d72f2..20d07d1ea9f1889c6d4f6409d58ef42c8184065f 100755 (executable)
@@ -9,7 +9,7 @@
 
 Name:       mic
 Summary:    Image Creator for Linux Distributions
-Version:    0.29.1
+Version:    0.29.2
 Release:    %{?release_prefix}%{?opensuse_bs:<CI_CNT>.<B_CNT>}%{!?opensuse_bs:0}
 Group:      Development/Tools
 License:    GPLv2