diff options
author | Jim Meyering <jim@meyering.net> | 1998-09-29 03:54:30 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1998-09-29 03:54:30 +0000 |
commit | a7dea23c83b0bf673c59ecd02b67d4e36bf6c293 (patch) | |
tree | 5edf543a7e3224754cdc81a1e85d901a5c0aa432 /old | |
parent | 453a3cbd7332de0368a53329d7ea4f340f5ce49d (diff) | |
download | coreutils-a7dea23c83b0bf673c59ecd02b67d4e36bf6c293.tar.xz |
.
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. |