summaryrefslogtreecommitdiff
path: root/old/fileutils/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'old/fileutils/ChangeLog')
-rw-r--r--old/fileutils/ChangeLog10
1 files changed, 9 insertions, 1 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index 2cbad2e12..cfbd87b21 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -1,7 +1,15 @@
-2002-07-03 Jim Meyering <meyering@lucent.com>
+2002-07-04 Jim Meyering <meyering@lucent.com>
* Version 4.1.10.
+ * src/remove.c (prompt): Fix test for write-protectedness to also
+ check errno == EACCES. Otherwise, `rm dangling-symlink' would
+ mistakenly prompt.
+ * tests/rm/Makefile.am (TESTS): Add dangling-symlink.
+ * tests/rm/dangling-symlink: New file/test, for the above fix.
+
+2002-07-03 Jim Meyering <meyering@lucent.com>
+
* src/stat.c (usage): Rename --link/-l to --dereference/-L.
Describe --secure.
Describe --format.