From: Andreas Schwab Date: Tue, 21 Jun 2011 09:12:44 +0000 (+0200) Subject: 2.14-3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=18e76460b67080f19576f358a62d0f1d8a7a0d1f;p=thirdparty%2Fglibc.git 2.14-3 --- diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in index f137cee5b28..6cc321aa0bc 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: 2 +Release: 3 # 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 @@ -1047,6 +1047,18 @@ rm -f *.filelist* %endif %changelog +* Mon Jun 21 2011 Andreas Schwab - 2.14-3 +- Update from 2.14 branch + - Fix typo in recent resolver change which causes segvs (#710279) + - Fix memory leak in getaddrinfo (#712178) + - Fix for C++ (BZ#12841) + - Assume Intel Core i3/i5/i7 processor if AVX is available +- Filter results from gethostbyname4_r according to request flags + (#711827) +- Repair GB18030 charmap (#712901) +- Revert "Use .machine to prevent AS from complaining about z9-109 + instructions in iconv modules" (#711330) + * Fri Jun 3 2011 Andreas Schwab - 2.14-2 - Revert "Handle DNS server failures in case of AF_UNSPEC lookups correctly" (#710279)