Bump up to release 0.29.3 94/324694/1 accepted/tools_devbase_tools_legacy devel-py2 accepted/tools/devbase/tools/legacy/20250527.042525
authorwanchao.xu <wanchao.xu@samsung.com>
Fri, 23 May 2025 03:18:48 +0000 (11:18 +0800)
committerwanchao.xu <wanchao.xu@samsung.com>
Fri, 23 May 2025 03:18:48 +0000 (11:18 +0800)
Change-Id: I1967ab937f517488efbacbd8a4e93645a34373de
Signed-off-by: wanchao.xu <wanchao.xu@samsung.com>
ChangeLog
debian/changelog
doc/RELEASE_NOTES
mic/__init__.py
packaging/mic.changes
packaging/mic.spec

index f4c55f2038d630ea716210eac47769500cf2da9e..ef4513c658218f96a7fb4a5e5538ee319ac0c6fb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Release 0.29.3 -  Fri May. 23 2025 - Wanchao Xu <wanchao.xu@samsung.com>
+=====================================================================
+  * Fix the image failed to create by mic python2 version.
+
 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
index 772ae794ac7f3b0fcd1c0db7443899b934fda1ff..0a8ba2c57e6d1cd349f5284010192e3c797da80c 100644 (file)
@@ -1,3 +1,8 @@
+mic (0.29.3) unstable; urgency=low
+  * Fix the image failed to create by mic python2 version.
+
+ -- Wanchao Xu <wanchao.xu@samsung.com>  Fri, 23 May 2025 12:00:00 +0800
+
 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
index 581a9a277af5714ed1145d43873b23c44464ac59..aa062446281ee8a0ccb7bff0dc928759643c1e25 100644 (file)
@@ -1,3 +1,14 @@
+MIC Image Creator 0.29.3 Release Notes
+======================================
+Released May 23 2025
+
+This release note documents the changes included in the new release. And
+the release contains new features.
+
+new features
+--------------------------
+  * Fix the image failed to create by mic python2 version.
+
 MIC Image Creator 0.29.2 Release Notes
 ======================================
 Released Feb 26 2025
index 10ae5108ab1bf30450bc463b7797d9e458a95e9f..31a8f8a9dd3f6654f2d9e8f9961397bab17e5a47 100755 (executable)
@@ -16,7 +16,7 @@
 
 import os, sys
 
-__version__ = "0.29.2"
+__version__ = "0.29.3"
 
 cur_path = os.path.dirname(__file__) or '.'
 sys.path.insert(0, cur_path + '/3rdparty')
index 4b0f22d34c24c3338513d96f1cdf58285e2cb367..eed7137e56288ab92c8eea763c8204120b680611 100644 (file)
@@ -1,3 +1,6 @@
+* Fri May 23 2025 Wanchao Xu <wanchao.xu@samsung.com> - 0.29.3
+  * Fix the image failed to create by mic python2 version.
+
 * 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
index 20d07d1ea9f1889c6d4f6409d58ef42c8184065f..5c30793ed843a616799d65f537614917322515bc 100755 (executable)
@@ -9,7 +9,7 @@
 
 Name:       mic
 Summary:    Image Creator for Linux Distributions
-Version:    0.29.2
+Version:    0.29.3
 Release:    %{?release_prefix}%{?opensuse_bs:<CI_CNT>.<B_CNT>}%{!?opensuse_bs:0}
 Group:      Development/Tools
 License:    GPLv2