diff options
-rw-r--r-- | old/fileutils/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 52475c1f1..9e2a692d7 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -2,6 +2,14 @@ * Version 4.1.10. +2002-07-08 Paul Eggert <eggert@twinsun.com: + + * NEWS: df now rounds all quantities up, as per POSIX. + This fixes a bug where df would report Size < Used. + * doc/coreutils.texi: Likewise. + * src/df.c (df_readable): Omit last arg; we always round up now. + All callers changed. + 2002-07-07 Paul Eggert <eggert@twinsun.com> NEWS, doc/coreutils.texi: |