release 1.1.3 v1.1.3
authorRich Felker <dalias@aerifal.cx>
Wed, 25 Jun 2014 20:18:05 +0000 (16:18 -0400)
committerRich Felker <dalias@aerifal.cx>
Wed, 25 Jun 2014 20:18:05 +0000 (16:18 -0400)
VERSION
WHATSNEW

diff --git a/VERSION b/VERSION
index 45a1b3f44523206e2b1e6a7ca0e279026c3a2b55..781dcb07cd802a4e98079e3f56fc38f7b092c7a0 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.1.2
+1.1.3
index e42be6887735f68fae783c2d683d9d20515a3b45..3232fd79bba1fcb0f849f06536de6b7a89962aa3 100644 (file)
--- a/WHATSNEW
+++ b/WHATSNEW
@@ -1269,3 +1269,29 @@ bugs fixed:
 arch-specific bugs fixed:
 - broken kernel side RLIM_INFINITY on mips
 - incorrect syscall argument 6/7 types for pselect on x32
+
+
+
+1.1.3 release notes
+
+new features:
+- address sorting in getaddrinfo, etc. modeled on rfc 3484/6724
+- default timezone taken from /etc/localtime when $TZ is unset
+- getopt double-colon extension for optional arguments
+- support for TLSDESC-based (gnu2) TLS dialect on i386 and x86_64
+- sendmmsg/recvmmsg (linux-specific)
+- fmtmsg (last mandatory XSI function that was missing)
+
+compatibility:
+- treat dns rcode=2 as temporary failure, not negative result
+- working thread-pointer for pre-2.6 kernels on i386
+- further ABI-compat symbols: __xmknod[at], __sysv_signal
+
+bugs fixed:
+- memmem false positives/false negatives/crashes from invalid logic
+- gethostby*_r not setting result pointer to null on failure
+- aliasing violations in syscall.h SYSLOG_NAMES feature
+- fanotify_mark syscall arguments wrong
+
+arch-specific bugs fixed:
+- various subtle relocation bugs in powerpc and sh dynamic linker