diff options
author | Jim Meyering <jim@meyering.net> | 2005-10-20 14:29:41 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2005-10-20 14:29:41 +0000 |
commit | 971b478896f36a85bac563920c73e93e916ea3b1 (patch) | |
tree | 18fbb0db8cdc916384d6d1af7c57c73840c50523 | |
parent | 23d83ccba19d14b559cf56b74806e29ebfa90f17 (diff) | |
download | coreutils-971b478896f36a85bac563920c73e93e916ea3b1.tar.xz |
*** empty log message ***
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -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. |