]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
2.11.90-13 fedora/glibc-2.11.90-13
authorAndreas Schwab <schwab@redhat.com>
Mon, 22 Feb 2010 15:44:00 +0000 (16:44 +0100)
committerAndreas Schwab <schwab@redhat.com>
Mon, 22 Feb 2010 15:44:00 +0000 (16:44 +0100)
fedora/glibc.spec.in

index 5ac2cff9da7e2c8b6ea3983213c12e0433fc91cc..d2a9cdcf5d82cbaa35d2e638710e5ff8e841a73a 100644 (file)
@@ -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)