summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2007-09-07 10:37:08 +0200
committerJim Meyering <jim@meyering.net>2007-09-07 10:45:22 +0200
commit500eccdbe4d55b0cbf48cf264aa4232abd7c23df (patch)
tree5a08a351c3b6615f77d39c9946e99d7583106215 /ChangeLog
parente70487cda746cc0800a02003c93f74621640e201 (diff)
downloadcoreutils-500eccdbe4d55b0cbf48cf264aa4232abd7c23df.tar.xz
chmod: don't ignore a dangling symlink
* NEWS: Mention the bug fix. * src/chmod.c (process_file): Handle the case of FTS_SLNONE, i.e., give a diagnostic saying we cannot operate on such a file. * tests/chmod/thru-dangling: Compare new stderr output with expected.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c09128bb5..a8c606bf9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2007-09-07 Jim Meyering <jim@meyering.net>
+
+ chmod: don't ignore a dangling symlink
+ * NEWS: Mention the bug fix.
+ * src/chmod.c (process_file): Handle the case of FTS_SLNONE,
+ i.e., give a diagnostic saying we cannot operate on such a file.
+ * tests/chmod/thru-dangling: Compare new stderr output with expected.
+
2007-09-07 Bob Proulx <bob@proulx.com>
Add a test: demonstrate that chmod ignores a dangling symlink