summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@redhat.com>2010-02-22 16:44:00 +0100
committerAndreas Schwab <schwab@redhat.com>2010-02-22 16:44:00 +0100
commit8404561b1998d867d6631643780c72ba03e48390 (patch)
tree2c7c562460b6d5e0d0f5f789518538fbbde752bd
parent2b6e16c5e2fa8ad12b02a218ba32d63a4dffda18 (diff)
-rw-r--r--fedora/glibc.spec.in12
1 files changed, 11 insertions, 1 deletions
diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in
index 5ac2cff9da..d2a9cdcf5d 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: 12
+Release: 13
# 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
@@ -1027,6 +1027,16 @@ rm -f *.filelist*
%endif
%changelog
+* Mon Feb 22 2010 Andreas Schwab <schwab@redhat.com> - 2.11.90-13
+- Update from master
+ - Use CPUID_OFFSET instead of FEATURE_OFFSET
+ - Add 32bit memcmp/strcmp/strncmp optimized for SSSE3/SSS4.2
+ - Fix file descriotor leak in nftw with FTW_CHDIR (BZ#11271)
+ - Add Sparc STT_GNU_IFUNC support
+ - Add power7-optimized classification functions
+- Reapply "Optimize 32bit memset/memcpy with SSE2/SSSE3."
+- Use unsigned comparison in sse memcpy/memset
+
* Mon Feb 8 2010 Andreas Schwab <schwab@redhat.com> - 2.11.90-12
- Update from master
- Update constants in <sys/mount.h> for current kernels (#11235)