]> git.ipfire.org Git - thirdparty/mdadm.git/blobdiff - ChangeLog
Replace sprintf calls with snprintf
[thirdparty/mdadm.git] / ChangeLog
index 485de69146d5b13ea364b2566dfe2e90bcc9d6f3..f2f1c1183b6af5d9f72627026c6fd57ddcd5e97d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,26 @@
 Changes Prior to this release
+  Several of these are backported from the Debian package
     -   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)
+    -   Allow --auto command line option to set default auto=
+       value when running "--assemble --scan".  Previously
+       --auto was ignored if --scan was given
+    -   Fix a few type casts
+    -   Fix parsing of /dev/md/N in is_standard
+    -   Fix rounding errors in human_size()
+    -   Fix silly example in mdadm.conf-examples
+    -   When finding a /dev name for a device, prefer shorter names
+    -   Suppress listing of devices= in --brief output of -D or -E,
+       unless -v is given (-vv gives the old behaviour with -Dsv).
+       This is because the device list can change and so is not a
+       stable aspect of the array
+    -   Allow --force with --grow so '-Gfn1' works (on raid1)
+    -   Replace sprintf calls with snprintf (to quiet diet-libc)
        
 Changes Prior to 1.11.0 release
     -   Fix embarassing bug which causes --add to always fail.