From: Jim Meyering Date: Sat, 1 Dec 2001 17:54:34 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: TEXTUTILS-2_0_18~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b3fca9f7f679373b1f799232b823426366e0884d;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/textutils/NEWS b/old/textutils/NEWS index 9ebe11e7d0..c545534c8c 100644 --- a/old/textutils/NEWS +++ b/old/textutils/NEWS @@ -1,5 +1,8 @@ Changes in release 2.1 [2.0.18] +* sort could segfault on systems without a working mkstemp function and + with a gettimeofday function that clobbers the static buffer that + localtime uses for it's return value -- introduced in 2.0.17 [2.0.17] * csplit no longer gets a failed assertion for this: printf 'a\n\n'|csplit - '/^$/' 2