From: Ulrich Drepper Date: Tue, 21 Jul 2009 15:32:54 +0000 (-0700) Subject: Add 2.11 news items. X-Git-Tag: upstream/2.30~13434 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0122f28eb99351c1b1690d5e2613988452d04583;p=external%2Fglibc.git Add 2.11 news items. --- diff --git a/NEWS b/NEWS index 6990dcc..6061d42 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -GNU C Library NEWS -- history of user-visible changes. 2009-6-1 +GNU C Library NEWS -- history of user-visible changes. 2009-7-21 Copyright (C) 1992-2008, 2009 Free Software Foundation, Inc. See the end for copying conditions. @@ -16,6 +16,27 @@ Version 2.11 * STT_GNU_IFUNC is now supported in static executables. Implemented by H.J. Lu. +* New optimized string functions for x86-64: strstr, strcasestr, memcmp, + strcspn, strpbrk, strspn, strcpy, stpcpy, strncpy, strcmp, strncmp. + Contributed by H.J. Lu. + + strlen, rawmemchr. + Implemented by Ulrich Drepper. + +* AVX support in x86-64 auditing support in ld.so. + Implemented by H.J. Lu. + +* STB_GNU_UNIQUE support added. + Implemented by Ulrich Drepper. + +* Implement second fallback mode for optimized DNS lookup for even more + broken environments. If two requests from the same port are not + handled correctly close the socket and open a new one before sending + the second request. The 'single-request-reopen' option in /etc/resolv.conf + can be used to select this mode right away, instead of rediscovering the + necessity is every process again. + Implemented by Ulrich Drepper. + Version 2.10