diff options
Diffstat (limited to 'old')
-rw-r--r-- | old/fileutils/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index e4df98190..d80513a2e 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -2,6 +2,8 @@ * Version 4.0-pre1. + * Use automake-1.3b. See notes in README. + * src/copy.c (copy_internal): Do honor `n' reply in move-mode. Otherwise, `touch a b; echo n|mv -i a b' would remove b. From Bernd Leibing. |