From: Andreas Schwab Date: Mon, 8 Feb 2010 14:04:55 +0000 (+0100) Subject: 2.11.90-12 X-Git-Tag: fedora/glibc-2.11.90-12^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6d46d0aae2359e03d1af2d707e08c2a18156fdcf;p=thirdparty%2Fglibc.git 2.11.90-12 --- diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in index 8a363c9672d..8c19ac30edf 100644 --- a/fedora/glibc.spec.in +++ b/fedora/glibc.spec.in @@ -21,7 +21,7 @@ Summary: The GNU libc libraries Name: glibc Version: %{glibcversion} -Release: 11 +Release: 12 # 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 @@ -1030,6 +1030,17 @@ rm -f *.filelist* %endif %changelog +* Mon Feb 8 2010 Andreas Schwab - 2.11.90-12 +- Update from master + - Update constants in for current kernels (#11235) + - Fix endless loop with invalid /etc/shells file (#11242) + - Fix sorting of malayalam letter 'na' (#10414) + - Add kok_IN locale + - Use common collation data in as_IN locale + - Avoid alloca in setenv for long strings +- Use shared mapping to reserve memory when creating locale archive (#10855) +- Fix fstat on Linux/sparc64 (#11155) + * Mon Feb 1 2010 Andreas Schwab - 2.11.90-11 - Update from master - Fix error checking in iconv (#558053)