]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
* NEWS: Mention the chmod bug fix.
authorJim Meyering <jim@meyering.net>
Wed, 20 Sep 2006 13:30:55 +0000 (13:30 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 20 Sep 2006 13:30:55 +0000 (13:30 +0000)
ChangeLog
NEWS

index e6b263d8db18ca3a0458fdbce7d28fc4f78eb1bc..f31c1e76bbabbd7aa78aaeb4252c2529ec69d2dd 100644 (file)
--- 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 1a583f5486db3c8faa8c5e7d7bca63461c4d30e7..21dcc4cf6aa1a04adfb134e53331294d5f5c5ee3 100644 (file)
--- 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]