about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRich Felker <dalias@aerifal.cx>2014-05-20 18:19:53 -0400
committerRich Felker <dalias@aerifal.cx>2014-05-20 18:19:53 -0400
commit0b4e0732db5e6ed0cca78d787cbd764248fcbaac (patch)
tree35136d47c9885c1daaf98ece82e3e3af7428c117
parent7c6db373a55a348b3ecc7b124dd4ea541eff63cd (diff)
downloadmusl-1.1.1.tar.gz
musl-1.1.1.tar.xz
musl-1.1.1.zip
release 1.1.1 v1.1.1
-rw-r--r--VERSION2
-rw-r--r--WHATSNEW26
2 files changed, 27 insertions, 1 deletions
diff --git a/VERSION b/VERSION
index 9084fa2f..524cb552 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.1.0
+1.1.1
diff --git a/WHATSNEW b/WHATSNEW
index 4fc50cc4..e40b1dec 100644
--- a/WHATSNEW
+++ b/WHATSNEW
@@ -1212,3 +1212,29 @@ arch-specific bugs fixed:
 - crash in all nontrivial dynamic linker use on microblaze
 - incorrect rlimit constants on mips
 - broken, possibly dangerous, use of getrlimit syscall on x32 in sysconf
+
+
+
+1.1.1 release notes
+
+new features:
+- new options --preload and --library-path to dynamic linker
+- public execvpe function (nonstandard extension)
+- iconv support for cp437 and cp850
+
+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
+- improvements to sysconf's handling of unsupported/invalid arguments
+
+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
+- build regression on armv6 and later with -mthumb