summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/ChangeLog4
-rw-r--r--old/fileutils/ChangeLog6
2 files changed, 9 insertions, 1 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog
index 3dd786474..a82107cb6 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,7 @@
+2002-07-06 Jim Meyering <meyering@lucent.com>
+
+ * coreutils.texi (stat invocation): Remove description of --secure.
+
2002-07-03 Jim Meyering <meyering@lucent.com>
* coreutils.texi (stat invocation): Rename --link/-l
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index ec88d776d..17a13eb24 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -1,7 +1,11 @@
-2002-07-04 Jim Meyering <meyering@lucent.com>
+2002-07-06 Jim Meyering <meyering@lucent.com>
* Version 4.1.10.
+ * src/stat.c: Remove everything associated with --secure option.
+
+2002-07-04 Jim Meyering <meyering@lucent.com>
+
* src/remove.c (prompt): Fix test for write-protectedness to also
check errno == EACCES. Otherwise, `rm dangling-symlink' would
mistakenly prompt. Reported by Mike Castle.