]> git.ipfire.org Git - thirdparty/mdadm.git/blobdiff - ChangeLog
Fix typo in --grow --help - don't claim '-F'
[thirdparty/mdadm.git] / ChangeLog
index 29cfc3a9d0097ec8177ba262588e0f5d0583ec79..ba7f91b2806d85a90b69694e7a703edb3ef0a34b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+Changes Prior to this release
+    -   Don't use 'lstat' to check for blockdevices, use stat.
+    -   Document --size=max option for --grow
+    -   Document SparesMissing event and DeviceDisappeared/WrongLevel
+    -   --stop --scan repeatly cycles until no more progress can be made
+       so that stack devices are stopped properly
+    -   Minor type rationalisation for ident->uuid - now always 'int[]'
+    -   Fix type in online help for --grow (was -F, now -G)
+       
 Changes Prior to 1.11.0 release
     -   Fix embarassing bug which causes --add to always fail.