From: Rich Felker Date: Wed, 14 Sep 2011 23:11:15 +0000 (-0400) Subject: 0.8.1 release notes X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=commitdiff_plain;h=d1d141c5f128d2ea6efa0e5aad25c3f8af41cadc 0.8.1 release notes --- diff --git a/WHATSNEW b/WHATSNEW index 12743d5b..395b8d19 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -325,3 +325,12 @@ general bug fixes: - dynamic linker weak symbol resolution issues - fdopendir failure to set errno - various minor header fixes + + + +0.8.1 release notes + +bug fixes: +- mismatching prototypes caused build failure on 64-bit +- other minor prototype errors in the headers have been fixed +- various other small omissions fixed