document changes for 0.7.1
authorRich Felker <dalias@aerifal.cx>
Fri, 18 Mar 2011 13:59:20 +0000 (09:59 -0400)
committerRich Felker <dalias@aerifal.cx>
Fri, 18 Mar 2011 13:59:20 +0000 (09:59 -0400)
WHATSNEW

index 519b778..d4b4a0f 100644 (file)
--- a/WHATSNEW
+++ b/WHATSNEW
@@ -70,3 +70,12 @@ improved musl-gcc compiler wrapper.
 
 implemented many small missing functions here and there, minor header
 fixes, etc.
+
+
+
+0.7.1 - improvements to completeness, bug fixes
+
+implemented flockfile, wprintf, and robust mutex functions.
+
+fixed stack corruption bug in times(), minor header bugs, and some
+error return value bugs in thread interfaces.