summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-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.