diff options
author | Rich Felker <dalias@aerifal.cx> | 2015-10-19 19:12:57 -0400 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2015-10-19 19:12:57 -0400 |
commit | 615629bd6fcd6ddb69ad762e679f088c7bd878e2 (patch) | |
tree | dacda782d964178946efda7ba33b3b2959dd93df /WHATSNEW | |
parent | 7557a8462e3c973466ce082211520182f243dc2a (diff) | |
download | musl-615629bd6fcd6ddb69ad762e679f088c7bd878e2.tar.gz musl-615629bd6fcd6ddb69ad762e679f088c7bd878e2.tar.xz musl-615629bd6fcd6ddb69ad762e679f088c7bd878e2.zip |
release 1.1.12 v1.1.12
Diffstat (limited to 'WHATSNEW')
-rw-r--r-- | WHATSNEW | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/WHATSNEW b/WHATSNEW index 07554c5e..911a16d9 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -1583,3 +1583,38 @@ arch-specific bugs fixed: - mismatched ABI for local-dynamic model TLS on mips and powerpc - incorrect value of some SO_* constants on mips - broken 64-bit syscall argument passing on aarch64 + + + +1.1.12 release notes + +new features: +- fdpic abi on sh2 for shareable text segment without mmu +- general fdpic elf support in dynamic linker +- CFI generation for x86_64 asm source files +- protection against silently building a libc.so with missing symbols + +compatibility: +- nl_langinfo(CODESET) now returns "ASCII" in byte-based C locale +- fixed build regression due to buggy .SECONDARY in some GNU make versions +- additional arm eabi functions needed by llvm arm backend +- added format argument attributes to gettext function prototypes +- static PIE no longer requires linking with -E/-rdynamic +- eliminated spurious protected-data warnings linking against libc.so +- avoided spurious fpu asm errors with some armhf toolchains + +bugs fixed: +- fclose of stdin/stdout caused deadlock at exit +- missing memory barrier in pthread_join +- open_[w]memstream produced no buffer when no writes took place +- uninitialized scopeid in address lookups from hosts file and ip literals +- ip literals for mismatching family (v4 vs v6) were queried as hostnames +- possible crash on OOM in regcomp +- incorrect contents in localeconv structure (-1 instead of CHAR_MAX) +- strftime mishandling of out-of-range struct tm members +- wrongful attribute((const)) on pthread_self and errno location function + +arch-specific bugs fixed: +- arm crt1 entry point failed to align stack pointer in some cases +- mips fesetround failed to actually set rounding mode +- i386 asm source CFI generation had multiple bugs |