mirror of git://sourceware.org/git/glibc.git
Add 2.11 news items.
This commit is contained in:
parent
ae612b04cc
commit
0122f28eb9
23
NEWS
23
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.
|
Copyright (C) 1992-2008, 2009 Free Software Foundation, Inc.
|
||||||
See the end for copying conditions.
|
See the end for copying conditions.
|
||||||
|
|
||||||
|
|
@ -16,6 +16,27 @@ Version 2.11
|
||||||
* STT_GNU_IFUNC is now supported in static executables.
|
* STT_GNU_IFUNC is now supported in static executables.
|
||||||
Implemented by H.J. Lu.
|
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
|
Version 2.10
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue