]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
chmod -r -w x fixes.
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 24 Sep 2004 23:32:52 +0000 (23:32 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 24 Sep 2004 23:32:52 +0000 (23:32 +0000)
ChangeLog

index a50079e8140a1d702645066b9337d01ab9be19d1..fe6b00432d04e5fd34a2932b0261047bfc155adc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,14 @@
-2004-09-24  Jim Meyering  <jim@meyering.net>
+2004-09-24  Paul Eggert  <eggert@cs.ucla.edu>
 
        * 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  <jim@meyering.net>
+
        * Makefile.maint (CVS_LIST): Use --types=AFGM option so that
        it lists only cvs-controlled regular files.