From: Paul Eggert Date: Wed, 7 Dec 2005 21:10:33 +0000 (+0000) Subject: Mention dd's new noatime flag. X-Git-Tag: v6.0~1193 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d17f5073fcbbda9244b15a2fc07f582b456119bf;p=thirdparty%2Fcoreutils.git Mention dd's new noatime flag. --- diff --git a/NEWS b/NEWS index ea81b25521..0af2d2b1b2 100644 --- a/NEWS +++ b/NEWS @@ -42,6 +42,12 @@ GNU coreutils NEWS -*- outline -*- sha384sum: print or check a SHA384 (384-bit) checksum sha512sum: print or check a SHA512 (512-bit) checksum +** New features + + dd's new iflag=noatime option causes it to read a file without + updating its access time, on hosts that support this (currently only + Linux kernels, version 2.6.8 and later). + ** Bug fixes rm (on systems with openat) can no longer exit before processing