summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorNeil Brown <neilb@suse.de>2004-08-11 02:16:01 +0000
committerNeil Brown <neilb@suse.de>2004-08-11 02:16:01 +0000
commite5329c3747a4e9eb7addbfaa59b8d5e8688ce2a1 (patch)
tree889e38efabcc146f7ee4c59f39c79aae7c783d8d /ChangeLog
parentdd0781e50555c32ff2f808ec46f4b03a5693ea47 (diff)
downloadmdadm-e5329c3747a4e9eb7addbfaa59b8d5e8688ce2a1.tar.gz
mdadm-e5329c3747a4e9eb7addbfaa59b8d5e8688ce2a1.tar.xz
mdadm-e5329c3747a4e9eb7addbfaa59b8d5e8688ce2a1.zip
mdadm-1.7.0mdadm-1.7.0
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a505a74..df5b25b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+Changes Prior to this release
+ - Support "--grow --add" to add a device to a linear array, if the
+ kernel supports it. Not documented yet.
+ - Restore support for uclibc which was broken recently.
+ - Several improvements to the output of --detail, including
+ reporting "resyncing" or "recovering" in the state.
+ - Close filedescriptor at end of --detail (exit would have closed it
+ anyway, so this isn't abig deal).
+ - Report "Sync checkpoint" in --examine output if appropriate.
+ - Add --update=resync for --assemble mode to for a resync when the
+ array is assembled.
+ - Add support for "raid10", which is under development in 2.6.
+ Not documented yet.
+ - --monitor now reads spare-group and spares info from config file
+ even when names of arrays to scan are given on the command line
+
Changes Prior to 1.6.0 release
- Device name given in -Eb is determined by examining /dev rather
than assuming /dev/md%d