summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRich Felker <dalias@aerifal.cx>2011-04-01 23:15:29 -0400
committerRich Felker <dalias@aerifal.cx>2011-04-01 23:15:29 -0400
commitd1c24ac4ec721ea49c15b277eaebed30f8df1e4c (patch)
tree8abaedff2b5d1cfdbbe2925c82dfed40cc51b5f5
parentbf8785825ac57371c268f54866923d6f89231639 (diff)
downloadmusl-d1c24ac4ec721ea49c15b277eaebed30f8df1e4c.tar.gz
update release notesv0.7.5
-rw-r--r--WHATSNEW3
1 files changed, 2 insertions, 1 deletions
diff --git a/WHATSNEW b/WHATSNEW
index 2358d929..55817aa9 100644
--- a/WHATSNEW
+++ b/WHATSNEW
@@ -88,7 +88,8 @@ implemented POSIX timers.
optimized and simplified many thread-related functions.
-eliminated resource leak races in thread cancellation.
+eliminated resource leak races in thread cancellation. (almost all
+existing implementations, including glibc, have these leaks.)
overhauled stdio implementation to take advantage of readv/writev for
reduced syscall load, and improved stdio's handling of error status.