document some additional important changes
authorRich Felker <dalias@aerifal.cx>
Fri, 11 Mar 2011 19:51:36 +0000 (14:51 -0500)
committerRich Felker <dalias@aerifal.cx>
Fri, 11 Mar 2011 19:51:36 +0000 (14:51 -0500)
WHATSNEW

index 6d4966e..519b778 100644 (file)
--- a/WHATSNEW
+++ b/WHATSNEW
@@ -60,7 +60,8 @@ added syscall wrappers for the linux inotify interface.
 
 malloc(0) now returns a non-null pointer.
 
-fixed printf %n specifier (again).
+fixed printf %n specifier (again), pthread_once (it was always
+hanging), and non-default-type mutex behavior.
 
 added ucontext/sigcontext support in headers to facilitate building
 libgcc with dwarf2 unwind support, and possibly other low-level tools.