From: Pádraig Brady Date: Sun, 7 Apr 2024 12:50:13 +0000 (+0100) Subject: doc: NEWS: mention sort being more efficient with /proc files X-Git-Tag: v9.6~255 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=be3a216ab447d2f82daa3ff5851111856467e093;p=thirdparty%2Fcoreutils.git doc: NEWS: mention sort being more efficient with /proc files * NEWS: Mention the improvement in commit v9.5-6-g8ff390328 --- diff --git a/NEWS b/NEWS index 0a51303317..21ed3435b3 100644 --- a/NEWS +++ b/NEWS @@ -12,6 +12,11 @@ GNU coreutils NEWS -*- outline -*- have exited with a "Function not implemented" error. [bug introduced in coreutils-8.28] +** Improvements + + sort operates more efficiently when used on pseudo files with + an apparent size of 0, like those in /proc. + * Noteworthy changes in release 9.5 (2024-03-28) [stable]