summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorNeil Brown <neilb@suse.de>2005-06-14 06:33:16 +0000
committerNeil Brown <neilb@suse.de>2005-06-14 06:33:16 +0000
commita46f4061d3b35e101651a764582186e5f89b2bea (patch)
tree8c79775dc99ef22573786c1984c8f41f8e689c78 /ChangeLog
parent1337546dc1f4b4dfd399ecb9ef05e0936492220f (diff)
downloadmdadm-a46f4061d3b35e101651a764582186e5f89b2bea.tar.gz
mdadm-a46f4061d3b35e101651a764582186e5f89b2bea.tar.xz
mdadm-a46f4061d3b35e101651a764582186e5f89b2bea.zip
Fix a few typecasts
Signed-off-by: Neil Brown <neilb@cse.unsw.edu.au>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8fdb46f..6e55e62 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,6 +9,7 @@ Changes Prior to this release
- Allow --auto command line option to set default auto=
value when running "--assemble --scan". Previously
--auto was ignored if --scan was given
+ - Fix a few type casts
Changes Prior to 1.11.0 release
- Fix embarassing bug which causes --add to always fail.