]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(sort): Mention consequences of today's mkstemp-safer.c fix.
authorJim Meyering <jim@meyering.net>
Mon, 14 Nov 2005 10:54:07 +0000 (10:54 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 14 Nov 2005 10:54:07 +0000 (10:54 +0000)
NEWS

diff --git a/NEWS b/NEWS
index abfaf6b98cc7fc0236e2ed1f6db81e6bf3c8a53f..f8332710acfe2359bd8f5bcd8c56e88efd5edc85 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -30,6 +30,11 @@ GNU coreutils NEWS                                    -*- outline -*-
 
 ** Bug fixes
 
+  sort now uses the replacement mkstemp function, and hence is no longer
+  subject to limitations (of 26 or 32, on the maximum number of files
+  from a given template) on HP-UX 10.20, SunOS 4.1.4, Solaris 2.5.1
+  OSF1/Tru64 V4.0F.
+
 
 * Major changes in release 5.93 (2005-11-06) [stable]