Bump up to release 2.0.4 12/320312/1 devel master
authorSaulin Tuhin <s.tuhin@samsung.com>
Wed, 26 Feb 2025 10:48:14 +0000 (16:48 +0600)
committerSaulin Tuhin <s.tuhin@samsung.com>
Wed, 26 Feb 2025 10:48:14 +0000 (16:48 +0600)
Change-Id: Icbdea28c87e1ec1b3c7210db0e6b7c7530961147
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 06bb16d03cc6f147b86e8c6112df43b17f5e1667..c2b30945350969872753310a63151e897d7f144b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+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
index bb4fff77a32f65fda8df0c5c791a7b86192d6695..3345bc0a062f22ab286fd6e47d48ca2cbae875ea 100644 (file)
@@ -1,3 +1,11 @@
+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
index 1dc66e182bf86b1e655a8fd44eec57d4a1665280..ae68522a9b6eb79764f7f44796a4bb4f90609062 100644 (file)
@@ -1,3 +1,17 @@
+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
index 1c5dbc98b3734eefb3050bae135f96af8d7beb5c..ec0b1d39a8aba148704cee13a0407d81ac39dd45 100755 (executable)
@@ -16,7 +16,7 @@
 
 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')
index 1a42d2f9a893b7adc840f63162acee8761bc47a8..44accc4745cb3135fcdbda3292ba5a00604287be 100644 (file)
@@ -1,3 +1,9 @@
+* 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
index e6073c15918dadfeb9b4e34e426584c81bdcbd5a..f3479e17ebf24d3992d51a3c9ddec952723771e4 100755 (executable)
@@ -6,7 +6,7 @@
 
 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