diff options
-rw-r--r-- | old/fileutils/ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 6794b4b20..f1b741095 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,7 +1,13 @@ -2000-11-23 Jim Meyering <meyering@lucent.com> +2000-11-24 Jim Meyering <meyering@lucent.com> * Version 4.0.33. + * src/dd.c (main): Use ftruncate only on regular files. + Based on a patch from Michael Stone. + Reported by andras@kolumbus.fi at http://bugs.debian.org/77174. + +2000-11-23 Jim Meyering <meyering@lucent.com> + * src/df.c (show_point): Before accepting an entry as a match, make sure that the mount directory exists and has the required device number. Before, e.g., `df /floppy' would mistakenly report on the root |