summaryrefslogtreecommitdiff
path: root/WHATSNEW
diff options
context:
space:
mode:
authorRich Felker <dalias@aerifal.cx>2011-04-05 10:28:08 -0400
committerRich Felker <dalias@aerifal.cx>2011-04-05 10:28:08 -0400
commit25ce7621e0cbbbc7d31f016f0840a07b12e68912 (patch)
tree9527f50bd98ece6b6e2f50b823cd96ed6d10c2ce /WHATSNEW
parent16675df793e896174230bdb6f99865c526830d3c (diff)
downloadmusl-25ce7621e0cbbbc7d31f016f0840a07b12e68912.tar.gz
release notes for next bugfix release
Diffstat (limited to 'WHATSNEW')
-rw-r--r--WHATSNEW14
1 files changed, 14 insertions, 0 deletions
diff --git a/WHATSNEW b/WHATSNEW
index 2767e981..da17d1c4 100644
--- a/WHATSNEW
+++ b/WHATSNEW
@@ -129,3 +129,17 @@ previously implemented but accidentally left unused).
various small fixes have been made to the implementations and
prototypes for nonstandard and obsolete functions
+
+
+
+next release - more bug fixes
+
+fixed floating point formatting and rounding bugs in printf.
+
+fixed broken %N$ positional argument specifiers in printf.
+
+fixed misaligned read/overread bug in strchr which could lead to
+crashes scanning tiny strings at the end of a page when the next page
+is not readable, or on archs (not yet supported) that forbid
+misaligned reads.
+