diff options
author | Rich Felker <dalias@aerifal.cx> | 2014-05-20 17:58:42 -0400 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2014-05-20 17:58:42 -0400 |
commit | 0f8b7e0b61bc59c89f97140d263ff7fc427c1c34 (patch) | |
tree | ce926abd0323f2a3372cb4a083cf35f40cb19df4 | |
parent | 27836e228064c808c4012f1d85b3d2053e256b99 (diff) | |
download | musl-0f8b7e0b61bc59c89f97140d263ff7fc427c1c34.tar.gz musl-0f8b7e0b61bc59c89f97140d263ff7fc427c1c34.tar.bz2 musl-0f8b7e0b61bc59c89f97140d263ff7fc427c1c34.tar.xz musl-0f8b7e0b61bc59c89f97140d263ff7fc427c1c34.zip |
release 1.0.2v1.0.2
-rw-r--r-- | VERSION | 2 | ||||
-rw-r--r-- | WHATSNEW | 19 |
2 files changed, 20 insertions, 1 deletions
@@ -1 +1 @@ -1.0.1 +1.0.2 @@ -1202,3 +1202,22 @@ arch-specific bugs fixed: - crash from missing syscall asm register clobbers on real microblaze kernel - crash in all nontrivial dynamic linker use on microblaze - incorrect rlimit constants on mips + + + +1.0.2 release notes + +bugs fixed: +- false negatives with some periodic needles in strstr, wcsstr, and memmem +- crash on invalid zoneinfo files +- incorrect zero-padding of some outputs for strftime %s specifier +- misreporting of errors in configure script when $CC does not work at all +- treating not-yet-implemented strptime specifiers as errors + +compatibility: +- configure now detects serious constant-folding bug in gcc 4.9.0 +- removed __yield symbol (unused) that clashed with some compilers + +arch-specific bugs fixed: +- misdetection of superh ABI variant by configure on gcc 3.x +- missing SO_RCVBUFFORCE and SO_SNDBUFFORCE in mips socket.h |