From: Jim Meyering Date: Wed, 22 Jun 2005 15:25:29 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: CPPI-1_12~536 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=dac2329d5e33d8e45516a8bda04f7378b2851529;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 8e9e6df575..33989abbb4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,12 @@ -2005-06-22 Paul Eggert +2005-06-22 Jim Meyering * Version 5.3.1. + * src/rmdir.c: Include "quotearg.h", not "quote.h". + (remove_parents, main): Use quotearg_colon, not quote. + +2005-06-22 Paul Eggert + * tests/cp/cp-parents: Use chmod to work around some hosts with ACL problems. Problem reported by Kevin Mudrick.