summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2005-10-20 14:29:41 +0000
committerJim Meyering <jim@meyering.net>2005-10-20 14:29:41 +0000
commit971b478896f36a85bac563920c73e93e916ea3b1 (patch)
tree18fbb0db8cdc916384d6d1af7c57c73840c50523
parent23d83ccba19d14b559cf56b74806e29ebfa90f17 (diff)
downloadcoreutils-971b478896f36a85bac563920c73e93e916ea3b1.tar.xz
*** empty log message ***
-rw-r--r--ChangeLog9
1 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 3403a467d..3a30a119c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,14 @@
-2005-10-18 Paul Eggert <eggert@cs.ucla.edu>
+2005-10-20 Jim Meyering <jim@meyering.net>
* Version 5.92-cvs.
+ * tests/chmod/octal: New file, to exercise today's
+ lib/modechange.c fix.
+ * tests/chmod/Makefile.am (TESTS): Add octal.
+ * NEWS: Mention this chmod fix as well as the dircolors one.
+
+2005-10-18 Paul Eggert <eggert@cs.ucla.edu>
+
* src/dircolors.c (append_quoted): Quote ' correctly.
Problem reported by Eric Blake.