From: Andreas Schwab Date: Mon, 4 Oct 2010 09:29:56 +0000 (+0200) Subject: 2.12.90-15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c766e3a7e702e90226a715c03e717365898978d1;p=thirdparty%2Fglibc.git 2.12.90-15 --- diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in index 7ff19702c05..7303e343d1f 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: 14 +Release: 15 # 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 @@ -1022,6 +1022,15 @@ rm -f *.filelist* %endif %changelog +* Mon Oct 4 2010 Andreas Schwab - 2.12.90-15 +- Update from master + - Handle large requests in debugging hooks for malloc (BZ#12005) + - Fix handling of remaining bytes in buffer for strncmp and + strncasecmp (BZ#12077) + - Handle cgroup and btrfs filesystems in statvfs + - S/390: Fix highgprs check in startup code (BZ#12067) + - Properly convert f_fsid in statvfs (BZ#11611) + * Tue Sep 28 2010 Andreas Schwab - 2.12.90-14 - Don't try to write to _rtld_global_ro after performing relro protection (#638091)