]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
doc: NEWS: mention sort being more efficient with /proc files
authorPádraig Brady <P@draigBrady.com>
Sun, 7 Apr 2024 12:50:13 +0000 (13:50 +0100)
committerPádraig Brady <P@draigBrady.com>
Sun, 7 Apr 2024 12:51:31 +0000 (13:51 +0100)
* NEWS: Mention the improvement in commit v9.5-6-g8ff390328

NEWS

diff --git a/NEWS b/NEWS
index 0a51303317848cdafd1ecb00b9080d9a2175f4e6..21ed3435b34f8a3ada9e092c0d0fbd8d32bb02c5 100644 (file)
--- 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]