From: Jim Meyering Date: Thu, 20 Oct 2005 14:29:41 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.92~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=971b478896f36a85bac563920c73e93e916ea3b1;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 3403a467d6..3a30a119ce 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,14 @@ -2005-10-18 Paul Eggert +2005-10-20 Jim Meyering * 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 + * src/dircolors.c (append_quoted): Quote ' correctly. Problem reported by Eric Blake.