From: Jim Meyering Date: Tue, 29 Sep 1998 03:54:30 +0000 (+0000) Subject: . X-Git-Tag: FILEUTILS-4_0-pre1^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a7dea23c83b0bf673c59ecd02b67d4e36bf6c293;p=thirdparty%2Fcoreutils.git . --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index e4df981907..d80513a2ea 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.