diff options
author | Rich Felker <dalias@aerifal.cx> | 2014-06-25 16:18:05 -0400 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2014-06-25 16:18:05 -0400 |
commit | de337c9314e4dede7b26e03f29cf768e7b0615b5 (patch) | |
tree | 55d0cb7328f6b9a9f54ecf7775e66af9c96c0bb3 | |
parent | f80710718026d8ad4767ed36651da7b5b5d63530 (diff) | |
download | musl-de337c9314e4dede7b26e03f29cf768e7b0615b5.tar.gz musl-de337c9314e4dede7b26e03f29cf768e7b0615b5.tar.xz musl-de337c9314e4dede7b26e03f29cf768e7b0615b5.zip |
release 1.1.3 v1.1.3
-rw-r--r-- | VERSION | 2 | ||||
-rw-r--r-- | WHATSNEW | 26 |
2 files changed, 27 insertions, 1 deletions
diff --git a/VERSION b/VERSION index 45a1b3f4..781dcb07 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.1.2 +1.1.3 diff --git a/WHATSNEW b/WHATSNEW index e42be688..3232fd79 100644 --- 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 |