From b5a25a996da0ed80025e6ed94ca7fe4347704864 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Fri, 3 Dec 2010 09:55:48 -0800 Subject: cp: fix bug with fine-grained src to nearby coarse-grained dest The actual fix is in gnulib's lib/utimecmp.c. * NEWS: Document fix. --- NEWS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NEWS b/NEWS index 79484c18b..c3110a37f 100644 --- 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. -- cgit v1.2.3-54-g00ecf