From: Jim Meyering Date: Fri, 19 May 2006 12:36:36 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v6.0~383 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e9a2a14296e6467d0dc238c4741b70be431c954;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 45fd904184..d17647aede 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,13 @@ -2006-05-15 Jim Meyering +2006-05-19 Jim Meyering * Version 6.0-cvs. + * src/du.c (main): Don't let -D, -L, or -P turn off the internal + FTS_TIGHT_CYCLE_CHECK directory traversal option. + Reported by Justin Pryzby in http://bugs.debian.org/367691 + +2006-05-15 Jim Meyering + * src/cp.c (usage): Correct description of -a: s/-dpR/-dpPR/. From Tomas Pospisek.