]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
2.12.90-15
authorAndreas Schwab <schwab@redhat.com>
Mon, 4 Oct 2010 09:29:56 +0000 (11:29 +0200)
committerAndreas Schwab <schwab@redhat.com>
Mon, 4 Oct 2010 09:29:56 +0000 (11:29 +0200)
fedora/glibc.spec.in

index 7ff19702c05f6b3bc1b3dbdefce4d1580bb65124..7303e343d1f73a590739326393b9bf2a4b16674c 100644 (file)
@@ -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 <schwab@redhat.com> - 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 <schwab@redhat.com> - 2.12.90-14
 - Don't try to write to _rtld_global_ro after performing relro
   protection (#638091)