From: Jim Meyering Date: Wed, 20 Sep 2006 13:30:55 +0000 (+0000) Subject: * NEWS: Mention the chmod bug fix. X-Git-Tag: v6.3~41 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fae30e1af9aec9486b0a278c1c5e7b8c6abba498;p=thirdparty%2Fcoreutils.git * NEWS: Mention the chmod bug fix. --- diff --git a/ChangeLog b/ChangeLog index e6b263d8db..f31c1e76bb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2006-09-20 Jim Meyering + * 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 1a583f5486..21dcc4cf6a 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]