diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-09-19 22:12:22 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-09-19 22:12:22 +0000 |
commit | e1db0493fdc908aae2a597c82dcd9fbaff14e9dc (patch) | |
tree | 50be4774a038514edb5b3d678f96417191c3289e /NEWS | |
parent | c3266dc0d85ed519ff40d1738aadf7b1280af3ba (diff) | |
download | glibc-e1db0493fdc908aae2a597c82dcd9fbaff14e9dc.tar.gz glibc-e1db0493fdc908aae2a597c82dcd9fbaff14e9dc.tar.xz glibc-e1db0493fdc908aae2a597c82dcd9fbaff14e9dc.zip |
* sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid unnecessary
open/close when determining source addresses.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 32 |
1 files changed, 31 insertions, 1 deletions
diff --git a/NEWS b/NEWS index e8168363b5..0c5080025c 100644 --- a/NEWS +++ b/NEWS @@ -1,10 +1,40 @@ -GNU C Library NEWS -- history of user-visible changes. 2007-4-25 +GNU C Library NEWS -- history of user-visible changes. 2007-9-19 Copyright (C) 1992-2006, 2007 Free Software Foundation, Inc. See the end for copying conditions. Please send GNU C library bug reports via <http://sources.redhat.com/bugzilla/> using `glibc' in the "product" field. +Version 2.7 + +* More checking functions: fread, fread_unlocked, open*, mq_open. + Implemented by Jakub Jelinek and Ulrich Drepper. + +* Extend fortification to C++. Implemented by Jakub Jelinek. + +* Implement 'm' modifier for scanf. Add stricter C99/SUS compliance + by not recognizing 'a' as a modifier when those specs are requested. + Implemented by Jakub Jelinek. + +* PPC optimizations to math and string functions. + Implemented by Steven Munroe. + +* New interfaces: mkostemp, mkostemp64. Like mkstemp* but allow additonal + options to be passed. Implemented by Ulrich Drepper. + +* More CPU set manipulation functions. Implemented by Ulrich Drepper. + +* Handle private futexes in the NPTL implementation. + Implemented by Jakub Jelinek and Ulrich Drepper. + +* Add support for O_CLOEXEC. Implement in Hurd. Use throughout libc. + Implemented by Roland McGrath and Ulrich Drepper. + +* Linux/x86-64 vDSO support. Implemented by Ulrich Drepper. + +* SHA-256 and SHA-512 based password encryption. + Implemented by Ulrich Drepper. + Version 2.6 * New Linux interfaces: epoll_pwait, sched_getcpu. |