From 989394e879f7ae57d32eb59074747106ad8a2afb Mon Sep 17 00:00:00 2001 From: Saulin Tuhin Date: Wed, 26 Feb 2025 16:48:14 +0600 Subject: [PATCH] Bump up to release 2.0.4 Change-Id: Icbdea28c87e1ec1b3c7210db0e6b7c7530961147 Signed-off-by: Saulin Tuhin --- ChangeLog | 7 +++++++ debian/changelog | 8 ++++++++ doc/RELEASE_NOTES | 14 ++++++++++++++ mic/__init__.py | 2 +- packaging/mic.changes | 6 ++++++ packaging/mic.spec | 2 +- 6 files changed, 37 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 06bb16d..c2b3094 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Release 2.0.4 - Wed Feb. 26 2025 - Saulin Tuhin +===================================================================== + * 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 ===================================================================== * Fix build errors on Ubuntu 24.04 diff --git a/debian/changelog b/debian/changelog index bb4fff7..3345bc0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 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 diff --git a/doc/RELEASE_NOTES b/doc/RELEASE_NOTES index 1dc66e1..ae68522 100644 --- a/doc/RELEASE_NOTES +++ b/doc/RELEASE_NOTES @@ -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 diff --git a/mic/__init__.py b/mic/__init__.py index 1c5dbc9..ec0b1d3 100755 --- a/mic/__init__.py +++ b/mic/__init__.py @@ -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') diff --git a/packaging/mic.changes b/packaging/mic.changes index 1a42d2f..44accc4 100644 --- a/packaging/mic.changes +++ b/packaging/mic.changes @@ -1,3 +1,9 @@ +* Wed Feb 26 2025 Saulin Tuhin - 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 - 2.0.3 * Fix build errors on Ubuntu 24.04 * Add new section 'runscript_out_bootstrap' for kickstart to run script diff --git a/packaging/mic.spec b/packaging/mic.spec index e6073c1..f3479e1 100755 --- a/packaging/mic.spec +++ b/packaging/mic.spec @@ -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:.}%{!?opensuse_bs:0} Group: Development/Tools License: GPLv2 -- 2.34.1