X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=WHATSNEW;h=d422df421ba9ee2bdfc3b9d2a988266334c85ace;hp=e78ce1e4772bccfef2e95c402ca46224703406a0;hb=ce17ea6f2cae0c0c1c14dac5c7c7330f2503d069;hpb=2cee45762a1e69444cd711a1a8112a401540081a diff --git a/WHATSNEW b/WHATSNEW index e78ce1e4..d422df42 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -266,3 +266,19 @@ general bug fixes: - brk/sbrk legacy functions mismatching legacy semantics - wcsncpy dest buffer overflow - strncat and wcsncat possible overflows due to double-termination + + + +0.7.12 release notes + +new features: +- support for textrels in shared objects +- rpath support in dynamic linker +- stdio_ext.h functions (for better gnu software compatibility) + +bug fixes: +- some compilers miscompiling dlopen due to misuse of longjmp +- safe handling of invalid long-double bit patterns (affects printf) +- workaround for bugs in linux mprotect syscall +- thread-safety for random() functions +- various minor issues