]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
2.12.90-8
authorAndreas Schwab <schwab@redhat.com>
Mon, 23 Aug 2010 10:25:24 +0000 (12:25 +0200)
committerAndreas Schwab <schwab@redhat.com>
Mon, 23 Aug 2010 10:25:24 +0000 (12:25 +0200)
fedora/glibc.spec.in

index 1085f920380feb0afef7f10394cb122dbf035b2d..97ca0860cae5b4ae420ddf6ee5dc7f79c7b826e3 100644 (file)
@@ -20,7 +20,7 @@
 Summary: The GNU libc libraries
 Name: glibc
 Version: %{glibcversion}
-Release: 7
+Release: 8
 # 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
@@ -1036,6 +1036,22 @@ rm -f *.filelist*
 %endif
 
 %changelog
+* Mon Aug 23 2010 Andreas Schwab <schwab@redhat.com> - 2.12.90-8
+- Update from master
+  - Fix static strspn on x86 (#624852)
+  - Various POWER7 optimized string functions
+  - Fix x86 pthread_cond_signal() FUTEX_WAKE_OP fallback
+  - Add optimized strncasecmp versions for x86-64
+  - PowerPC64 ABI fixes
+  - Properly quote output of locale (BZ#11904)
+  - f_flags in statfs implementation
+  - Add support for fanotify_init and fanotify_mask syscalls
+  - Add support for prlimit and prlimit64
+  - Fix IPTOS_CLASS definition (BZ#11903)
+  - Avoid too much stack use in fnmatch (BZ#11883)
+  - x86: Add support for frame pointer less mcount
+- Disable asynchronous-unwind-tables during configure run
+
 * Mon Aug  2 2010 Andreas Schwab <schwab@redhat.com> - 2.12.90-7
 - Update from master
   - Add optimized x86-64 implementation of strnlen and strcaecmp