From: Andreas Schwab Date: Fri, 5 Aug 2011 11:40:11 +0000 (+0200) Subject: 2.14-5 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6ab60dd658b65ff9ea73601771a2dc50f80a87be;p=thirdparty%2Fglibc.git 2.14-5 --- diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in index e4562ce6177..57a5aab6e9e 100644 --- a/fedora/glibc.spec.in +++ b/fedora/glibc.spec.in @@ -23,7 +23,7 @@ Summary: The GNU libc libraries Name: glibc Version: %{glibcversion} -Release: 4 +Release: 5 # GPLv2+ is used in a bunch of programs, LGPLv2+ is used for libraries. # Things that are linked directly into dynamically linked programs # and shared libraries (e.g. crt files, lib*_nonshared.a) have an additional @@ -1045,6 +1045,24 @@ rm -f *.filelist* %endif %changelog +* Fri Aug 5 2011 Andreas Schwab - 2.14-5 +- Update from 2.14 branch + - Properly tokenize nameserver line for servers with IPv6 address + - Fix encoding name for IDN in getaddrinfo (#725755) + - Fix inline strncat/strncmp on x86 + - Fix check for AVX enablement (BZ#13007) + - Check for overflows in expressions (BZ#12852) + - Force La_x86_64_ymm to be 16-byte aligned + - Fix alloca accounting in strxfm + - Avoid possible crashes in anormal nscd exits + - Handle Lustre filesystem (BZ#12868) + - Handle W; without long options in getopt (BZ#12922) + - Change error code for underflows in strtod (BZ#9696) + - Fix robust mutex handling after fork + - Make sure RES_USE_INET6 is always restored + - Fix quoting in some installed shell scripts (#726483) +- Use eabi for arm + * Tue Jun 28 2011 Andreas Schwab - 2.14-4 - Update from 2.14 branch - Fix crash in GB18030 encoder (#712901)