From: Pádraig Brady Date: Wed, 4 Sep 2019 01:39:04 +0000 (+0100) Subject: maint: use consistent header ordering and spacing in NEWS X-Git-Tag: v8.32~53 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=49b1010cc0d743098784368c28b066ed947d3b8d;p=thirdparty%2Fcoreutils.git maint: use consistent header ordering and spacing in NEWS * NEWS: Move "Changes in behavior" before "New features", and ensure there is only a single blank line between sections. --- diff --git a/NEWS b/NEWS index 6719e504da..19c097f308 100644 --- a/NEWS +++ b/NEWS @@ -38,17 +38,6 @@ GNU coreutils NEWS -*- outline -*- 'seq -f "%g " 1000000 1000000'). [bug introduced in coreutils-6.10] -** New Features - - od --skip-bytes now can use lseek even if the input is not a regular - file, greatly improving performance in some cases. - - stat(1) now uses the statx() system call where available, which can - operate more efficiently by only retrieving requested attributes. - stat(1) also supports a new --cached= option to control cache - coherency of file system attributes, useful on network file systems. - - ** Changes in behavior date now parses military time zones in accordance with common usage: @@ -61,6 +50,16 @@ GNU coreutils NEWS -*- outline -*- [The old behavior was introduced in sh-utils 2.0.15 ca. 1999, predating coreutils package.] +** New Features + + od --skip-bytes now can use lseek even if the input is not a regular + file, greatly improving performance in some cases. + + stat(1) now uses the statx() system call where available, which can + operate more efficiently by only retrieving requested attributes. + stat(1) also supports a new --cached= option to control cache + coherency of file system attributes, useful on network file systems. + * Noteworthy changes in release 8.31 (2019-03-10) [stable]