]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sat, 1 Dec 2001 17:54:34 +0000 (17:54 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 1 Dec 2001 17:54:34 +0000 (17:54 +0000)
old/textutils/NEWS

index 9ebe11e7d0d92e69b2126b54a3becf7658bd6479..c545534c8cc60c09cb71e0552ffbafdc34cd722d 100644 (file)
@@ -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