release 1.0.1 v1.0.1
authorRich Felker <dalias@aerifal.cx>
Wed, 16 Apr 2014 08:23:31 +0000 (04:23 -0400)
committerRich Felker <dalias@aerifal.cx>
Wed, 16 Apr 2014 08:23:31 +0000 (04:23 -0400)
VERSION
WHATSNEW

diff --git a/VERSION b/VERSION
index 3eefcb9dd5b38e2c1dc061052455dd97bcd51e6c..7dea76edb3dc51b6e5e8223e9f941a35c1e364d6 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.0.0
+1.0.1
index 5f3c26d36c5a8d94a653268e86eb409dbd1a7761..f4f23b49b0a4d62b17211fc47176ba6d9dffb885 100644 (file)
--- a/WHATSNEW
+++ b/WHATSNEW
@@ -1184,3 +1184,21 @@ arch-specific bugs fixed:
 - sysv ipc was broken on powerpc and mips
 - statfs/statvfs were broken on mips
 - sigaltstack was broken on mips
+
+
+
+1.0.1 release notes
+
+bugs fixed:
+- floating point printf output corruption from carry into uninitialized slot
+- possible runaway carry overflow in printf floating point
+- printf %g failure to strip trailing zeros in some cases
+- search past end of haystack in memmem
+- off-by-one error in confstr return value
+- deadlock race in pthread_once
+- non-working clock_gettime fallback for old kernels
+
+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