diff options
author | Rich Felker <dalias@aerifal.cx> | 2016-02-22 00:07:05 -0500 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2016-02-22 00:07:05 -0500 |
commit | 074e6b3fe3f2ad89b991f3d8ab0932035b312a62 (patch) | |
tree | c6179a169db23ead313d5741c916b3bed6375ab1 /WHATSNEW | |
parent | 8b084f06d0e17a8814147c386042f19829aff961 (diff) | |
download | musl-074e6b3fe3f2ad89b991f3d8ab0932035b312a62.tar.gz musl-074e6b3fe3f2ad89b991f3d8ab0932035b312a62.tar.xz musl-074e6b3fe3f2ad89b991f3d8ab0932035b312a62.zip |
release 1.1.14 v1.1.14
Diffstat (limited to 'WHATSNEW')
-rw-r--r-- | WHATSNEW | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/WHATSNEW b/WHATSNEW index 935c0bb3..62daa1c9 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -1678,3 +1678,16 @@ arch-specific bugs fixed: - possibly misaligned pointer globals on arm (from an asm source file) - mips dynamic linker failed to provide info needed by debugger - mips cancellation asm wrongly assumed validity of $gp register value + + + +1.1.14 release notes + +regressions fixed: +- treatment of empty string argument as error by puts and fputs +- make clean and distclean failure in unconfigured trees +- sh/fdpic dynamic linker entry point hang due to wrong code +- armhf (and arm softfp model) build failure with clang + +other bugs fixed: +- wrongly clamping (rather than failing) excessive rounds in crypt-sha* |