summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRich Felker <dalias@aerifal.cx>2011-02-17 17:57:50 -0500
committerRich Felker <dalias@aerifal.cx>2011-02-17 17:57:50 -0500
commitd09d068f9b01509da0e40405081157f0fcd39324 (patch)
tree6d83d62eba11459b6fc57a2ebd8d466515e19eaa
parent127ab575fc2b200459dc5543d25f5e87d3fdb9db (diff)
downloadmusl-d09d068f9b01509da0e40405081157f0fcd39324.tar.gz
update WHATSNEW in preparation for release
-rw-r--r--WHATSNEW11
1 files changed, 9 insertions, 2 deletions
diff --git a/WHATSNEW b/WHATSNEW
index 82cb2a20..64a3e908 100644
--- a/WHATSNEW
+++ b/WHATSNEW
@@ -23,11 +23,18 @@ respectively.
many internal improvements have been made to the syscall-related code
in preparation for porting to x86_64 and other archs.
-upcoming 0.6.0 - x86_64 port, header bugfixes
+upcoming 0.6.0 - x86_64 port, various important fixes
new x86_64 (amd64) architecture port, contributed by Nicholas J. Kain,
along with PORTING guide. source tree layout and build system have
been improved to accommodate further ports.
various bugs that were introduced while making the headers respect C
-and POSIX namespace standards have been fixed.
+and POSIX namespace standards have been fixed. conformance to the
+standards has been improved.
+
+fixed an inefficiency in qsort that triggered a bug (occasionaly
+internal compiler error) in some versions of gcc.
+
+fixed a major bug in the printf %n specifier that prevented it from
+working and caused memory corruption.