summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2007-01-24 00:22:45 +0100
committerJim Meyering <jim@meyering.net>2007-01-24 00:22:45 +0100
commit1f7d56fda5db9c5bd62eb9cc3ae543c00499a68f (patch)
treeeaee8422c1cc22183f13697f5b488ab8797a7142 /NEWS
parentf33168da952e13e4ee99e1531ac41643b78addd4 (diff)
downloadcoreutils-1f7d56fda5db9c5bd62eb9cc3ae543c00499a68f.tar.xz
* NEWS: sort temp file compression: tweak wording.
* src/sort.c (struct sortfile) [name]: Declare member to be const.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 3 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 29b1c4533..389cca930 100644
--- a/NEWS
+++ b/NEWS
@@ -31,8 +31,9 @@ GNU coreutils NEWS -*- outline -*-
** New features
- sort can now compresses temporary files to improve performance of
- very large sorts.
+ By default, sort usually compresses each temporary file it writes.
+ When sorting very large inputs, this can result in sort using far
+ less temporary disk space and in improved performance.
* Noteworthy changes in release 6.7 (2006-12-08) [stable]