diff options
author | Rich Felker <dalias@aerifal.cx> | 2011-02-15 15:52:26 -0500 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2011-02-15 15:52:26 -0500 |
commit | 62275f7876b602ccbc8f0712ba4cf75bb8597bbe (patch) | |
tree | d8b608ec701667a576b92eb72dbb66efba95edcf | |
parent | 4e30249643271212ba76bb62e3f7eacc99f62f8c (diff) | |
download | musl-62275f7876b602ccbc8f0712ba4cf75bb8597bbe.tar.gz |
news for upcoming release
-rw-r--r-- | WHATSNEW | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -23,3 +23,11 @@ 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 + +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. |