]> git.ipfire.org Git - thirdparty/mdadm.git/blobdiff - ChangeLog
more ddf stuff
[thirdparty/mdadm.git] / ChangeLog
index fdf720d24cacf2d8b057314c596184c4c2b715e6..e22e4c8b6de9ef50b98942bbe3871e7c39cb21e5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,20 @@
-Changes Prior to this release
+Changes Prior to 2.6.5 release
     -   Avoid segfault when parsing /proc/mdstat with auto-read-only
        arrays.
+    -   Fix problem with failing to add devices to v.large (>4TB) arrays,
+       cause by problems with device-size overflow.
+    -   For v0.90 superblocks, print the 'Events' count as a real count,
+       not 2 numbers separated by a dot.
+    -   Updates some URLs in the man page.
+    -   Allow creation of a RAID6 with exactly one missing device.
+    -   Use LOG_PID for syslog, so you get the pid of mdadm in the log
+       files.
+    -   --export now works with --examine too (not just --detail)
+    -   Improve auto-creation of device special file when using
+        --incremental
+    -   Simple locking for --incremental so mdadm doesn't get confused
+       when run concurrently with itself.
+    -   Make --incremental cope better with arrays that are being reshaped.
 
 Changes Prior to 2.6.4 release
     -   Make "--create --auto=mdp" work for non-standard device names.