From: Paul Eggert Date: Mon, 21 Feb 2005 08:07:28 +0000 (+0000) Subject: dd now uses a real-time clock if available, for transfer statistics. X-Git-Tag: CPPI-1_12~1443 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2df160349ebf9ad63378b3d8090f1f4bbf841b5e;p=thirdparty%2Fcoreutils.git dd now uses a real-time clock if available, for transfer statistics. --- diff --git a/NEWS b/NEWS index 04f8bbc88f..88cc1aa286 100644 --- a/NEWS +++ b/NEWS @@ -20,6 +20,10 @@ GNU coreutils NEWS -*- outline -*- ** Bug fixes + dd now computes statistics using a realtime clock (if available) + rather than the time-of-day clock, to avoid glitches if the + time-of-day is changed while dd is running. + expr now detects integer overflow when evaluating large integers, rather than silently wrapping around.