diff options
author | Rich Felker <dalias@aerifal.cx> | 2011-03-18 09:59:20 -0400 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2011-03-18 09:59:20 -0400 |
commit | fc27b96c7d9b2c82679508a57ac998d773f14f08 (patch) | |
tree | 83ff4bf026c08a017799e92408ad6fdd1ca163ae | |
parent | e18b56382154fe1c5803f6b9ee36e2991174c037 (diff) | |
download | musl-fc27b96c7d9b2c82679508a57ac998d773f14f08.tar.gz musl-fc27b96c7d9b2c82679508a57ac998d773f14f08.tar.xz musl-fc27b96c7d9b2c82679508a57ac998d773f14f08.zip |
document changes for 0.7.1 v0.7.1
-rw-r--r-- | WHATSNEW | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/WHATSNEW b/WHATSNEW index 519b7787..d4b4a0f2 100644 --- 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. |