From 0122f28eb99351c1b1690d5e2613988452d04583 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 21 Jul 2009 08:32:54 -0700 Subject: Add 2.11 news items. --- NEWS | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 6990dcc264..6061d42eb2 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 -- cgit v1.2.3