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
%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)