document more changes
authorRich Felker <dalias@aerifal.cx>
Sat, 2 Apr 2011 00:47:54 +0000 (20:47 -0400)
committerRich Felker <dalias@aerifal.cx>
Sat, 2 Apr 2011 00:47:54 +0000 (20:47 -0400)
WHATSNEW

index 09152683739194a57a0344dc96c21a75c8d2d475..2358d929e81843205c921a4e2d424e3c928a926a 100644 (file)
--- a/WHATSNEW
+++ b/WHATSNEW
@@ -98,3 +98,9 @@ greatly simplified internal system for making syscalls.
 
 strangthened tmpnam/tempnam/tmpfile filename generation and made the
 straight C functions not depend on POSIX symbols.
+
+fixed pthread cancellation ABI on i386 to match the LSB/glibc ABI
+
+better double-free handling in malloc
+
+various minor bug fixes