summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2004-09-24 23:32:52 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2004-09-24 23:32:52 +0000
commit498719e7c6b4f76c4817314cba73fd7fd6645b18 (patch)
tree1b2625b9223c5e88931a7b7654279e590f3316db /ChangeLog
parent6b05d8254b7cadbe2c333284de258d2a91fc84ec (diff)
downloadcoreutils-498719e7c6b4f76c4817314cba73fd7fd6645b18.tar.xz
chmod -r -w x fixes.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index a50079e81..fe6b00432 100644
--- 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.