diff options
author | Andreas Schwab <schwab@redhat.com> | 2010-03-17 16:08:49 +0100 |
---|---|---|
committer | Andreas Schwab <schwab@redhat.com> | 2010-03-18 17:11:45 +0100 |
commit | 97ab0760a67915fdf1008bb18d733f74fd0de349 (patch) | |
tree | 21daa20befe4fda0a4ca31b01f70883459149d8c | |
parent | 46cbe832467cb6efdc56f871b0409e2c67de2e49 (diff) |
2.11.1-4fedora/glibc-2.11.1-4
-rw-r--r-- | fedora/glibc.spec.in | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in index ba150427ea..3030919ef7 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 <schwab@redhat.com> - 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 <dennis@ausil.us> - 2.11.1-3 +- add patch to fix sparc TLS reloc (BZ#571551). + +* Wed Feb 10 2010 Dennis Gilmore <dennis@ausil.us> - 2.11.1-2 +- add sparc locale patch commited upstream to the fedora branch + * Mon Dec 14 2009 Andreas Schwab <schwab@redhat.com> - 2.11.1-1 - Update to 2.11.1 release. - Locale updates. |