From: Andreas Schwab Date: Wed, 17 Mar 2010 15:08:49 +0000 (+0100) Subject: 2.11.1-4 X-Git-Tag: fedora/glibc-2.11.1-4^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=97ab0760a67915fdf1008bb18d733f74fd0de349;p=thirdparty%2Fglibc.git 2.11.1-4 --- diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in index ba150427ead..3030919ef79 100644 --- a/fedora/glibc.spec.in +++ b/fedora/glibc.spec.in @@ -25,7 +25,7 @@ Summary: The GNU libc libraries Name: glibc Version: %{glibcversion} -Release: 1 +Release: 4 # 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 @@ -1034,6 +1034,19 @@ rm -f *.filelist* %endif %changelog +* Wed Mar 17 2010 Andreas Schwab - 2.11.1-4 +- Update from 2.11 branch + - regcomp.c: do not ignore memory allocation failure (BZ#11127) + - Fix typo in feature selection macro use + - Avoid ELF lookup race + - Fix a few error cases in *name4_r lookup handling (#573904, BZ#11000) + +* Thu Mar 09 2010 Dennis Gilmore - 2.11.1-3 +- add patch to fix sparc TLS reloc (BZ#571551). + +* Wed Feb 10 2010 Dennis Gilmore - 2.11.1-2 +- add sparc locale patch commited upstream to the fedora branch + * Mon Dec 14 2009 Andreas Schwab - 2.11.1-1 - Update to 2.11.1 release. - Locale updates.