]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
dd now uses a real-time clock if available, for transfer statistics.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 21 Feb 2005 08:07:28 +0000 (08:07 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 21 Feb 2005 08:07:28 +0000 (08:07 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 04f8bbc88fb7d8a0c143b0bf336b9a43a3fdd12c..88cc1aa286ad092861bd4bc4ab3c616cb1aa047b 100644 (file)
--- 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.