summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-03-02 03:41:50 +0000
committerJim Meyering <jim@meyering.net>2001-03-02 03:41:50 +0000
commite3093d28d903b6f5447522b38f592225e05a9dcb (patch)
tree7bed93a512739f20aed387ab38b00d885dfb02ba /old
parente0689425b8530d89116fdd008021ef9737df94c5 (diff)
downloadcoreutils-e3093d28d903b6f5447522b38f592225e05a9dcb.tar.xz
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r--old/textutils/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/old/textutils/NEWS b/old/textutils/NEWS
index bc3d598ec..c10f82035 100644
--- a/old/textutils/NEWS
+++ b/old/textutils/NEWS
@@ -1,4 +1,10 @@
Changes in release 2.1
+[2.0.12]
+* sort has improved memory management
+* sort is no longer susceptible to certain denial of service attacks
+* sort no longer suffers from a race condition whereby an interrupt received
+ during cleanup could cause it to fail to remove temporary files.
+ This problem could arise only on hosts without sigaction.
[2.0.11]
* sort accepts new -S SIZE option, to specify main-memory usage.
[2.0.10]