summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-09-15 22:51:06 +0000
committerJim Meyering <jim@meyering.net>2001-09-15 22:51:06 +0000
commitfc98e3b53bc40fc98075fd62751eedd6a0833799 (patch)
tree3d25944d51234a1b5e36c48e3761741ab733a271 /old
parent6d87de19d307136b387e95be744a8d09d32e2cdd (diff)
downloadcoreutils-fc98e3b53bc40fc98075fd62751eedd6a0833799.tar.xz
.
Diffstat (limited to 'old')
-rw-r--r--old/fileutils/ChangeLog8
1 files changed, 6 insertions, 2 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index 119d48961..93e4294a9 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -1,3 +1,9 @@
+2001-09-16 Jim Meyering <meyering@lucent.com>
+
+ * Version 4.1.1.
+
+ * man/Makefile.am (dist_man_MANS): Use dist_man_MANS, not man_MANS.
+
2001-09-15 Jim Meyering <meyering@lucent.com>
Convert to a more conventional (e.g., like autoconf) Makefile.am.
@@ -33,8 +39,6 @@
* src/copy.h (enum Interactive): Remove members, I_OFF and I_ON.
Instead, add I_ALWAYS_YES, I_ALWAYS_NO, and I_ASK_USER.
- * Version 4.1.1.
-
* tests/mv/i-2: Clean up: use priv-check rather than open-coding it.
2001-05-11 Paul Eggert <eggert@twinsun.com>