release 1.0.2 v1.0.2
authorRich Felker <dalias@aerifal.cx>
Tue, 20 May 2014 21:58:42 +0000 (17:58 -0400)
committerRich Felker <dalias@aerifal.cx>
Tue, 20 May 2014 21:58:42 +0000 (17:58 -0400)
VERSION
WHATSNEW

diff --git a/VERSION b/VERSION
index 7dea76edb3dc51b6e5e8223e9f941a35c1e364d6..6d7de6e6abef13b18021a3591debc53ac00616d4 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.0.1
+1.0.2
index f4f23b49b0a4d62b17211fc47176ba6d9dffb885..89ab5c09e8d5d194e05f84fe5c68bcf0e26fc52c 100644 (file)
--- a/WHATSNEW
+++ b/WHATSNEW
@@ -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