cp: fix bug with fine-grained src to nearby coarse-grained dest
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 3 Dec 2010 17:55:48 +0000 (09:55 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 3 Dec 2010 17:56:32 +0000 (09:56 -0800)
The actual fix is in gnulib's lib/utimecmp.c.
* NEWS: Document fix.

NEWS

diff --git a/NEWS b/NEWS
index 79484c1..c3110a3 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,9 @@ GNU coreutils NEWS                                    -*- outline -*-
 
 ** Bug fixes
 
+  cp -u no longer does unnecessary copying merely because the source
+  has finer-grained time stamps than the destination.
+
   od now prints floating-point numbers without losing information, and
   it no longer omits spaces between floating-point columns in some cases.