diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-07-21 08:32:54 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-07-21 08:32:54 -0700 |
commit | 0122f28eb99351c1b1690d5e2613988452d04583 (patch) | |
tree | 0181c43cdd09d37479e7422d8f260ace22c0f6a9 /NEWS | |
parent | ae612b04cc0716186e0d14e342bee184ba94ac1b (diff) | |
download | glibc-0122f28eb99351c1b1690d5e2613988452d04583.tar.gz glibc-0122f28eb99351c1b1690d5e2613988452d04583.tar.xz glibc-0122f28eb99351c1b1690d5e2613988452d04583.zip |
Add 2.11 news items.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 23 |
1 files changed, 22 insertions, 1 deletions
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 |