summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorNeil Brown <neilb@suse.de>2006-08-11 18:00:05 +1000
committerNeil Brown <neilb@suse.de>2006-08-11 18:00:05 +1000
commit38098016cae12b5e840b3a5a24b0c5120a83971c (patch)
tree7d284c2cfbd34c92c9d08843d42e936e857aa5f4 /ChangeLog
parent0a6e1c6743122c3fb060ced194ce5f08690b31e6 (diff)
downloadmdadm-38098016cae12b5e840b3a5a24b0c5120a83971c.tar.gz
mdadm-38098016cae12b5e840b3a5a24b0c5120a83971c.tar.xz
mdadm-38098016cae12b5e840b3a5a24b0c5120a83971c.zip
Allow symlink creation to be disabled from command line or mdadm.conf
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c1e1b7d..154c2b4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Changes Priot to this release
+ - When creating devices in /dev/md/ create matching symlinks
+ from /dev. e.g. /dev/md0 -> /dev/md/0.
+ Allow this to be disabled in mdadm.conf or on command line.
+
Changes Prior to 2.5.3 release
- Document v0.91 superblocks in md.4
- Make GPL explicit in man pages.