summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRich Felker <dalias@aerifal.cx>2011-09-14 19:11:15 -0400
committerRich Felker <dalias@aerifal.cx>2011-09-14 19:11:15 -0400
commitd1d141c5f128d2ea6efa0e5aad25c3f8af41cadc (patch)
treed56ea7e76115615eba191af718f0cadba422e343
parenta94925740447b509c3639c9f8c6ca2d75bbb07ab (diff)
downloadmusl-d1d141c5f128d2ea6efa0e5aad25c3f8af41cadc.tar.gz
0.8.1 release notesv0.8.1
-rw-r--r--WHATSNEW9
1 files changed, 9 insertions, 0 deletions
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