summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorNeil Brown <neilb@suse.de>2002-04-04 01:58:32 +0000
committerNeil Brown <neilb@suse.de>2002-04-04 01:58:32 +0000
commite0d1903663dac9307a37646c26abf7991b0a9593 (patch)
tree882780adec3f7fa11826a34156426414db22d982 /ChangeLog
parent11a3e71da434939895cc504e20e735eb656b1c74 (diff)
downloadmdadm-0.8.tar.gz
mdadm-0.8.tar.xz
mdadm-0.8.zip
mdadm-0.8mdadm-0.8
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog22
1 files changed, 22 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ac83732..ac134ad 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,26 @@
Changes Prior to this release
+ - Fix another bug in Assemble.c due to confusing 'i' with 'j'
+ - Minimal, untested, support for multipath
+ - re-write of argument parsing to have more coherent modes,
+ - add --query,-Q option
+ - Update mdadm.8 to reflect arg processing change and --query
+ - Change "long" to "unsigned long" for device sizes
+ - Handle "mailaddr" and "program" lines in config file for follow/scan mode.
+ - --follow --scan will exit if no program or mail found
+ - Add MAILADDR and PROGRAM to mdadm.conf-example
+ - Spell check man pages
+ - consistently use "component devices" instead of "subdevices"
+ - Make -Wall -Werror really work and fix lots of errors.
+ - --detail and --stop can have --scan which chooses devices from /proc/mdstat
+ - --monitor detects 20% changes in resync, failed spares,
+ disappearing arrays,
+ - --monitor --scan will automatically add any devices found in /proc/mdstat
+ - --monitor will move spares between arrays with same spare-group if necessary
+ - Documentation for Monitor Mode
+ - --query notes if the array containing the given device is active or not
+ - Finished md.4 man page.
+
+Changes Prior to 0.7.2 release
- mdadm.spec updates and ifdef BLKGETSIZE64 from Luca Berra -- bluca@comedia.it
- more mdadm.spec updates from Gregory Leblanc <gleblanc@linuxweasel.com>
- make directory for mdadm.conf configurable in Makefile