X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=WHATSNEW;h=63253343fb9aca00a2f1be960f0cb856c83bcdbe;hp=65a61c4c5b13ee7d8a432b26493706b8251b809b;hb=db9915ee97670885f3f2302d8c41ac6c61f2d77e;hpb=2d1d62ed47452126bb632207dd64b0fdaf4c13ed diff --git a/WHATSNEW b/WHATSNEW index 65a61c4c..63253343 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -157,7 +157,7 @@ proportion of busybox that works with musl. -0.7.8 (pending release) - more bug fixes +0.7.8 - more bug fixes and compatibility improvements fixed problems with ipv6 dns and address printing code that made ipv6 support practically unusable, and some other getaddrinfo bugs. @@ -172,3 +172,50 @@ after getting a blank line, due to a bug in the linux readv syscall. various improvements to the "rsyscall" system used to implement threaded setuid, setgid, etc. + +exiting/cancelling the a timer handler thread no longer kills the +timer. + +fixed incorrect trailing zeros on some %g conversions in printf. + +fixed buggy byte-swapping functions and moved them to inlines in +byteswap.h. + +many small improvements to header/application compatibility, support +for nonstandard macros, etc. + + + +0.7.9 release notes + +new pthread cancellation implementation: +- safe against resource-leak/side-effect-leak race conditions +- safe against interruption by signal handlers +- reduced bloat in all cancellable functions +- reduced bloat for blocking cancellation + +new interfaces implemented: +- realpath (limited functionality) +- wordexp (limited functionality) +- flock (nonstandard) +- forkpty (nonstandard) +- posix_fadvise +- posix_fallocate + +general bug fixes: +- syslog function failure to communicate with syslogd +- bug in siginfo_t definition if wait.h was included before signal.h +- incorrect struct definitions for most of sysv ipc +- pthread_exit/cancel on timer handler wrongly destroying the timer +- linux dup2 ebusy workaround +- obscure issues in non-threaded programs using some pthread functions +- getopt_long allowed mismatch in last char of option name +- incorrect parsing of obscure ip address forms +- initgroups not working reliably (uninitialized var) +- shadow pass treating empty expiry field as pass-expired-in-1970 +- bogus longjmp if pthread_exit was called from cancellation handlers + +x86_64-specific bug fixes: +- fcntl file locking +- thread stack alignment +- broken select timeouts due to incorrect timeval definition