summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorNeil Brown <neilb@suse.de>2005-06-14 06:33:30 +0000
committerNeil Brown <neilb@suse.de>2005-06-14 06:33:30 +0000
commitd5d3721ef4044de851d2272c6ac1cc0188fdc124 (patch)
tree7302acc414f47f4b68e3bad1e655dc12bfc01e99 /ChangeLog
parent5a6d1148cccc50532ae6a96e04226522b7996850 (diff)
downloadmdadm-d5d3721ef4044de851d2272c6ac1cc0188fdc124.tar.gz
mdadm-d5d3721ef4044de851d2272c6ac1cc0188fdc124.tar.xz
mdadm-d5d3721ef4044de851d2272c6ac1cc0188fdc124.zip
Fix some rounding errors in human_size and generally clean up the code
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 d045ec0..e52c40d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -11,6 +11,7 @@ Changes Prior to this release
--auto was ignored if --scan was given
- Fix a few type casts
- Fix parsing of /dev/md/N in is_standard
+ - Fix rounding errors in human_size()
Changes Prior to 1.11.0 release
- Fix embarassing bug which causes --add to always fail.