diff options
author | Ulrich Drepper <drepper@redhat.com> | 2008-05-14 17:55:57 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2008-05-14 17:55:57 +0000 |
commit | 18a74157a6048c4ff7156b9f45ca9e19c114dc4f (patch) | |
tree | 156ae1d1027e585cef0b1d2902cd42acbda7fb46 /NEWS | |
parent | 372bfcac7303b226cfb376ff6a4bdda0eab09419 (diff) |
* sysdeps/posix/getaddrinfo.c: Implement handling of DCCP, UDPlite,
and SCTP.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,4 +1,4 @@ -GNU C Library NEWS -- history of user-visible changes. 2008-5-12 +GNU C Library NEWS -- history of user-visible changes. 2008-5-14 Copyright (C) 1992-2007, 2008 Free Software Foundation, Inc. See the end for copying conditions. @@ -12,6 +12,9 @@ Version 2.9 * TLS descriptors for LD and GD on x86 and x86-64. Implemented by Alexandre Oliva. + +* getaddrinfo now handles DCCP and UDPlite. + Implemented by Ulrich Drepper. Version 2.8 |