summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2006-09-20 13:30:55 +0000
committerJim Meyering <jim@meyering.net>2006-09-20 13:30:55 +0000
commitfae30e1af9aec9486b0a278c1c5e7b8c6abba498 (patch)
tree0ecd0520e8b5dab42b988dfd79589de1d817d306
parent2c83d42320d34d90127cb1b4c9e023b695d12160 (diff)
downloadcoreutils-fae30e1af9aec9486b0a278c1c5e7b8c6abba498.tar.xz
* NEWS: Mention the chmod bug fix.
-rw-r--r--ChangeLog2
-rw-r--r--NEWS9
2 files changed, 10 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e6b263d8d..f31c1e76b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2006-09-20 Jim Meyering <jim@meyering.net>
+ * NEWS: Mention the chmod bug fix.
+
* tests/chmod/inaccessible: New test, specifically for this bug.
Based on a test case from Paul Eggert.
* tests/chmod/Makefile.am (TESTS): Add inaccessible.
diff --git a/NEWS b/NEWS
index 1a583f548..21dcc4cf6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,13 @@
GNU coreutils NEWS -*- outline -*-
-* Major changes in release 6.3 (2006-??-??) [stable]
+* Major changes in release 6.3-cvs (2006-??-??) [stable]
+
+** Bug fixes
+
+ chmod would fail unnecessarily in an unusual case: when an initially-
+ inaccessible argument is rendered accessible by chmod's action on a
+ preceding command line argument. This bug also affects chgrp, but
+ it is harder to demonstrate. It does not affect chown.
* Major changes in release 6.2 (2006-09-18) [stable candidate]