From: Paul Eggert Date: Fri, 24 Sep 2004 23:32:52 +0000 (+0000) Subject: chmod -r -w x fixes. X-Git-Tag: v5.3.0~595 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=498719e7c6b4f76c4817314cba73fd7fd6645b18;p=thirdparty%2Fcoreutils.git chmod -r -w x fixes. --- diff --git a/ChangeLog b/ChangeLog index a50079e814..fe6b00432d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,14 @@ -2004-09-24 Jim Meyering +2004-09-24 Paul Eggert * Version 5.3.0. + * NEWS: Mention that "chmod -r -w x" now works as expected. + * src/chmod.c (main): Revamp option processing to support this. + * tests/chmod/Makefile.am (TESTS): Add 'usage'. + * tests/chmod/usage: New set of tests for usage like that. + +2004-09-24 Jim Meyering + * Makefile.maint (CVS_LIST): Use --types=AFGM option so that it lists only cvs-controlled regular files.