From: Jim Meyering Date: Thu, 12 May 2005 08:24:03 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: CPPI-1_12~824 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=83ef1d691124994112cdd306235e08f69998897b;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index bc08f3de92..907dab1451 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,19 @@ -2005-05-10 Jim Meyering +2005-05-12 Jim Meyering * Version 5.3.1. + * src/date.c: Assume `free (NULL)' works. + * src/dd.c: Likewise. + * src/df.c:Likewise. + * src/dircolors.c:Likewise. + * src/head.c: Likewise. + * src/ls.c: Likewise. + * src/md5sum.c: Likewise. + * src/pr.c: Likewise. + * src/sort.c: Likewise. + +2005-05-10 Jim Meyering + * tests/touch/not-owner: Skip this test if the user running it owns `/' or has write access to it.