]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
2.12.90-19
authorAndreas Schwab <schwab@redhat.com>
Fri, 12 Nov 2010 11:04:13 +0000 (12:04 +0100)
committerAndreas Schwab <schwab@redhat.com>
Fri, 12 Nov 2010 12:27:16 +0000 (13:27 +0100)
fedora/glibc.spec.in

index 2ef87ef8265096c3e0614994e1d67d2b691c62f3..fd06b2acd69103b6af78fba8ab681c203829a926 100644 (file)
@@ -20,7 +20,7 @@
 Summary: The GNU libc libraries
 Name: glibc
 Version: %{glibcversion}
-Release: 18
+Release: 19
 # 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
@@ -1040,6 +1040,26 @@ rm -f *.filelist*
 %endif
 
 %changelog
+* Fri Nov 12 2010 Andreas Schwab <schwab@redhat.com> - 2.12.90-19
+- Update from master
+  - Fix memory leak in fnmatch
+  - Support Intel processor model 6 and model 0x2
+  - Fix comparison in sqrtl for IBM long double
+  - Fix one exit path in x86-64 SSE4.2 str{,n}casecmp (BZ#12205, #651638)
+  - Fix warnings in __bswap_16 (BZ#12194)
+  - Use IFUNC on x86-64 memset
+  - Power7-optimized mempcpy
+  - Handle uneven cache size in 32bit SSE2 memset (BZ#12191)
+  - Verify in ttyname that the symlink is valid (BZ#12167)
+  - Update Danish translations
+  - Fix concurrency problem between dl_open and dl_iterate_phdr
+  - Fix x86-64 strchr propagation of search byte into all bytes of SSE
+    register (BZ#12159)
+  - Fix perturbing in malloc on free (BZ#12140)
+  - PPC/A2 optimized memcpy function
+  - Add C99 FP_FAST_FMA{,F,L} macros to <math.h>
+- Check that the running kernel is new enough (#649589)
+
 * Fri Oct 22 2010 Andreas Schwab <schwab@redhat.com> - 2.12.90-18
 - Require suid bit on audit objects in privileged programs (CVE-2010-3856)