From 49b1010cc0d743098784368c28b066ed947d3b8d Mon Sep 17 00:00:00 2001 From: =?utf8?q?P=C3=A1draig=20Brady?= Date: Wed, 4 Sep 2019 02:39:04 +0100 Subject: [PATCH] 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. --- NEWS | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) 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] -- 2.47.2