summaryrefslogtreecommitdiff
path: root/old/textutils
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-12-01 17:54:34 +0000
committerJim Meyering <jim@meyering.net>2001-12-01 17:54:34 +0000
commitb3fca9f7f679373b1f799232b823426366e0884d (patch)
treed776425dd87643bc499f4f3e050d537c5cef280f /old/textutils
parent3a0a028c8c549e1aa38b7c39d371c696dc3d6a07 (diff)
downloadcoreutils-b3fca9f7f679373b1f799232b823426366e0884d.tar.xz
*** empty log message ***
Diffstat (limited to 'old/textutils')
-rw-r--r--old/textutils/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/old/textutils/NEWS b/old/textutils/NEWS
index 9ebe11e7d..c545534c8 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