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