summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 745a2c71b..df0b965e9 100644
--- a/NEWS
+++ b/NEWS
@@ -23,6 +23,10 @@ GNU coreutils NEWS -*- outline -*-
instead of filenames passed on the command-line to avoid problems with
maximum command-line (argv) length.
+ sort accepts a new option --batch-size=NMERGE, where NMERGE
+ represents the maximum number of inputs that will be merged at once.
+ When processing more than NMERGE inputs, sort uses temporary files.
+
** Bug fixes
chcon --verbose now prints a newline after each message