From: Andreas Schwab Date: Thu, 14 Oct 2010 09:01:34 +0000 (+0200) Subject: 2.12.90-16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc153e23ba13081a78fa580c2199f0fa9d867270;p=thirdparty%2Fglibc.git 2.12.90-16 --- diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in index 04024bcf7d5..392cef6f1b0 100644 --- a/fedora/glibc.spec.in +++ b/fedora/glibc.spec.in @@ -20,7 +20,7 @@ Summary: The GNU libc libraries Name: glibc Version: %{glibcversion} -Release: 15 +Release: 16 # 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 @@ -1020,6 +1020,18 @@ rm -f *.filelist* %endif %changelog +* Thu Oct 14 2010 Andreas Schwab - 2.12.90-16 +- Update from master + - Implement accurate fma (BZ#3268, #43358) + - Fix alignment of AVX save area on x86-64 (BZ#12113) + - Fix regex memory leaks (BZ#12078) + - Improve output of psiginfo (BZ#12107, BZ#12108) + - Don't return NULL address in getifaddrs (BZ#12093) + - Fix strstr and memmem algorithm (BZ#12092, #641124) +- Don't discard result of decoding ACE if AI_CANONIDN (#636642) +- Remove /etc/gai.conf from glibc-common and mark it %%ghost in glibc +- Require exact glibc version in nscd + * Mon Oct 4 2010 Andreas Schwab - 2.12.90-15 - Update from master - Handle large requests in debugging hooks for malloc (BZ#12005)