summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorNeil Brown <neilb@suse.de>2005-06-08 01:46:24 +0000
committerNeil Brown <neilb@suse.de>2005-06-08 01:46:24 +0000
commitd78d4a97b78ed1b732d84eac5acea907a63952fd (patch)
tree3f052bd403c49ca9592c53c3d5fc4c46ae6969f4 /ChangeLog
parent9f2e8ab77259bf50071d3c03ed78c6a4301fa0b1 (diff)
downloadmdadm-d78d4a97b78ed1b732d84eac5acea907a63952fd.tar.gz
mdadm-d78d4a97b78ed1b732d84eac5acea907a63952fd.tar.xz
mdadm-d78d4a97b78ed1b732d84eac5acea907a63952fd.zip
Fix silly example
Signed-off-by: Neil Brown <neilb@cse.unsw.edu.au>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2e7ba8f..e85b583 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,5 @@
Changes Prior to 1.12.0 release
+ Several of these are backported from the Debian package
- Don't use 'lstat' to check for blockdevices, use stat.
- Get size calculation right when in Create when BLKGESIZE64 not available
- Document --size=max option for --grow
@@ -13,6 +14,7 @@ Changes Prior to 1.12.0 release
- 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
Changes Prior to 1.11.0 release
- Fix embarassing bug which causes --add to always fail.