summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeil Brown <neilb@suse.de>2008-05-15 15:50:57 +1000
committerNeil Brown <neilb@suse.de>2008-05-15 15:50:57 +1000
commite509e779cdba36a8b8352a51f90bed77a795ea0f (patch)
tree44ed8763d896edea7562a5c72101e6f63f7545df
parentea24acd07331283a31bf8398dfc2a7837dc0aaac (diff)
downloadmdadm-e509e779cdba36a8b8352a51f90bed77a795ea0f.tar.gz
mdadm-e509e779cdba36a8b8352a51f90bed77a795ea0f.tar.xz
mdadm-e509e779cdba36a8b8352a51f90bed77a795ea0f.zip
Get Changelog uptodate
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c4d996d..ae0c79d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,6 +7,14 @@ Changes Prior to this release
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.