From: Andreas Schwab Date: Mon, 23 Aug 2010 10:25:24 +0000 (+0200) Subject: 2.12.90-8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e72b4e0ee4265050e9d0776eb0f3af595720c881;p=thirdparty%2Fglibc.git 2.12.90-8 --- diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in index 1085f920380..97ca0860cae 100644 --- a/fedora/glibc.spec.in +++ b/fedora/glibc.spec.in @@ -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 - 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 - 2.12.90-7 - Update from master - Add optimized x86-64 implementation of strnlen and strcaecmp