]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
NEWS: note that a cp -p bug fixed in 6.7 affected releases before 6.0.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 20 Aug 2007 15:27:53 +0000 (17:27 +0200)
committerJim Meyering <jim@meyering.net>
Mon, 20 Aug 2007 15:29:27 +0000 (17:29 +0200)
Problem reported by Soren Spies in
<http://lists.gnu.org/archive/html/bug-coreutils/2007-08/msg00106.html>.
To be conservative, just say the bug was in all versions through 6.6.

ChangeLog
NEWS

index 6462d9e0c3b378d47a16d5679aa4da7b55e8d533..5f188d75df6fc89476ef3e876ed7f91d2e036c02 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2007-08-20  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * NEWS: The old cp -p bug affected coreutils releases before 6.0.
+       Problem reported by Soren Spies in
+       <http://lists.gnu.org/archive/html/bug-coreutils/2007-08/msg00106.html>.
+       To be conservative, just say the bug was in all versions through 6.6.
+
 2007-08-19  Eric Blake  <ebb9@byu.net>
 
        Avoid consuming too much seekable input when yesno is used.
diff --git a/NEWS b/NEWS
index edbf3b49daba5d5aa0403e8a2eae0d85a72a62ba..225697dc59638020d9f62d912188f8ade1150d4b 100644 (file)
--- 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