+Release 2.0.4 - 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
+ * load filesystem kernel module on host pc
+ * Support zstd compression in mic to pack image
+
Release 2.0.3 - Mon Jul. 22 2024 - Huayong Xu <huayong.xu@samsung.com>
=====================================================================
* Fix build errors on Ubuntu 24.04
+mic (2.0.4) 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
+ * load filesystem kernel module on host pc
+ * Support zstd compression in mic to pack image
+
+ -- Saulin Tuhin <s.tuhin@samsung.com> Wed, 26 Feb 2025 15:00:00 +0800
+
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
+MIC Image Creator 2.0.4 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
+ * load filesystem kernel module on host pc
+ * Support zstd compression in mic to pack image
+
MIC Image Creator 2.0.3 Release Notes
======================================
Released Jul 22 2024
import os, sys
-__version__ = "2.0.3"
+__version__ = "2.0.4"
cur_path = os.path.dirname(__file__) or '.'
sys.path.insert(0, cur_path + '/3rdparty')
+* Wed Feb 26 2025 Saulin Tuhin <s.tuhin@samsung.com> - 2.0.4
+ * 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
+ * load filesystem kernel module on host pc
+ * Support zstd compression in mic to pack image
+
* 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
Name: mic
Summary: Image Creator for Linux Distributions
-Version: 2.0.3
+Version: 2.0.4
Release: %{?release_prefix}%{?opensuse_bs:<CI_CNT>.<B_CNT>}%{!?opensuse_bs:0}
Group: Development/Tools
License: GPLv2