]> git.ipfire.org Git - thirdparty/mdadm.git/commitdiff
Release mdadm-4.4 mdadm-4.4
authorMariusz Tkaczyk <mtkaczyk@kernel.org>
Thu, 7 Nov 2024 08:30:19 +0000 (09:30 +0100)
committerMariusz Tkaczyk <mtkaczyk@kernel.org>
Fri, 13 Dec 2024 09:54:53 +0000 (10:54 +0100)
Signed-off-by: Mariusz Tkaczyk <mtkaczyk@kernel.org>
CHANGELOG.md
ReadMe.c
mdadm.8.in
mdmon.8

index c1997ba759b82469c6f68f9bb664857eda5fac22..a373baa6efeb6a92d3396de5df69ac9ce1bdf24b 100644 (file)
@@ -1,3 +1,38 @@
+# Release [mdadm-4.4](https://git.kernel.org/pub/scm/utils/mdadm/mdadm.git/log/?h=mdadm-4.4)
+
+Features:
+- Remobe custom bitmap file support from Yu Kuai.
+- Custom device policies implementation from Mariusz Tkaczyk.
+- Self encrypted drives (**SED**) support for IMSM metadata from Blazej Kucman.
+- Support more than 4 disks for **IMSM** RAID10 from Mateusz Kusiak.
+- Read **IMSM** license information from ACPI tables from Blazej Kucman.
+- Support devnode in **--Incremental --remove** from Mariusz Tkaczyk.
+- Printing **IMSM** license type in **--detail-platform** from Blazej Kucman.
+- README.md from Mariusz Tkaczyk and Anna Sztukowska.
+
+Fixes:
+- Tests improvements from Xiao Ni and Kinga Stefaniuk.
+- Mdmon's Checkpointing improvements from Mateusz Kusiak.
+- Pass mdadm environment flags to systemd-env to enable tests from Mateusz Kusiak.
+- Superblock 1.0 uuid printing fixes from Mariusz Tkaczyk.
+- Find VMD bus manually if link is not available from Mariusz Tkaczyk.
+- Unconditional devices count printing in --detail from Anna Sztukowska.
+- Improve SIGTERM handling during reshape, from Mateusz Kusiak.
+- **Monitor.c** renamed to **Mdmonitor.c** from Kinga Stefaniuk.
+- Mdmonitor service documentation update from Mariusz Tkaczyk.
+- Rework around writing to sysfs files from Mariusz Tkaczyk.
+- Drop of HOT_REMOVE_DISK ioctl in Manage in favour of sysfs from Mariusz Tkaczyk.
+- Delegate disk removal to managemon from Mariusz Tkaczyk.
+- Some clean-ups of legacy code and functionalities like **--auto=md** from Mariusz Tkaczyk.
+- Manual clean-up, references to old kernels removed from Mariusz Tkaczyk.
+- Various static code analysis fixes.
+
+In this release we created github repository and allowed participation through
+Github. It allowed us to use Github actions adn create CI. Currently, we have:
+- Compilation tests with various gcc.
+- **mdadm** tests.
+- Checkpatch test.
+
 # Release [mdadm-4.3](https://git.kernel.org/pub/scm/utils/mdadm/mdadm.git/log/?h=mdadm-4.3)
 
 Features:
index 6cc5547dc4ff33c090c4606a2d169d2336301705..9c29723fa857846a7f6aaf72eeaf5e9141b7aef8 100644 (file)
--- a/ReadMe.c
+++ b/ReadMe.c
 #include "mdadm.h"
 
 #ifndef VERSION
-#define VERSION "4.3"
+#define VERSION "4.4"
 #endif
 #ifndef VERS_DATE
-#define VERS_DATE "2024-02-15"
+#define VERS_DATE "2024-11-07"
 #endif
 #ifndef EXTRAVERSION
 #define EXTRAVERSION ""
index eb213a7a0d80fdb4aa46cc81e6020b228c5012ec..2b6f3e50069e00fea1f1573d3b48a9307e0a4776 100644 (file)
@@ -5,7 +5,7 @@
 .\"   the Free Software Foundation; either version 2 of the License, or
 .\"   (at your option) any later version.
 .\" See file COPYING in distribution for details.
-.TH MDADM 8 "" v4.3
+.TH MDADM 8 "" v4.4
 .SH NAME
 mdadm \- manage MD devices
 .I aka
diff --git a/mdmon.8 b/mdmon.8
index 907c4a0bf07f87f89a69d94aa59a9aabd73ad81a..24b367f2fe498f9e587471033402bb160334b10f 100644 (file)
--- a/mdmon.8
+++ b/mdmon.8
@@ -1,5 +1,5 @@
 .\" See file COPYING in distribution for details.
-.TH MDMON 8 "" v4.3
+.TH MDMON 8 "" v4.4
 .SH NAME
 mdmon \- monitor MD external metadata arrays