From: Paul Eggert Date: Mon, 20 Aug 2007 15:27:53 +0000 (+0200) Subject: NEWS: note that a cp -p bug fixed in 6.7 affected releases before 6.0. X-Git-Tag: v6.9.89~191 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6dfe8fc30d29658ec002c04d390b19435cdecba1;p=thirdparty%2Fcoreutils.git NEWS: note that a cp -p bug fixed in 6.7 affected releases before 6.0. Problem reported by Soren Spies in . To be conservative, just say the bug was in all versions through 6.6. --- diff --git a/ChangeLog b/ChangeLog index 6462d9e0c3..5f188d75df 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2007-08-20 Paul Eggert + + * NEWS: The old cp -p bug affected coreutils releases before 6.0. + Problem reported by Soren Spies in + . + To be conservative, just say the bug was in all versions through 6.6. + 2007-08-19 Eric Blake Avoid consuming too much seekable input when yesno is used. diff --git a/NEWS b/NEWS index edbf3b49da..225697dc59 100644 --- a/NEWS +++ b/NEWS @@ -218,7 +218,7 @@ GNU coreutils NEWS -*- outline -*- Fix similar problems with cp options like -p that imply --preserve=ownership, with install -d when combined with either -o or -g, and with mv when copying across file system boundaries. - This bug affects coreutils 6.0 through 6.6. + This bug affects all versions of coreutils through 6.6. du --one-file-system (-x) would skip subdirectories of any directory listed as second or subsequent command line argument. This bug affects