diff options
author | Ulrich Drepper <drepper@redhat.com> | 2006-04-16 21:34:32 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2006-04-16 21:34:32 +0000 |
commit | 3af48b5b3106e1bb1de4efcabb86cd1fafdff8af (patch) | |
tree | 680c8164581df5834d65b31796392173461d9325 /NEWS | |
parent | a238728234a94cb8e8024e4718356ff808487a88 (diff) | |
download | glibc-3af48b5b3106e1bb1de4efcabb86cd1fafdff8af.tar glibc-3af48b5b3106e1bb1de4efcabb86cd1fafdff8af.tar.gz glibc-3af48b5b3106e1bb1de4efcabb86cd1fafdff8af.tar.bz2 glibc-3af48b5b3106e1bb1de4efcabb86cd1fafdff8af.zip |
* include/ifaddrs.h: Define struct in6addrinfo.
Add two more parameters to __check_pf.
* sysdeps/unix/sysv/linux/check_pf.c: When using the netlink
interface, determine whether IPv6 addresses are deprecated or
temporary. Create array of those addresses.
* inet/check_pf.c: Always tell caller there are no depracated
and temporary addresses.
* sysdeps/posix/getaddrinfo.c: Pretty printing.
(struct sort_result): Add source_addr_flags field.
(rfc3484_sort): Implement rule 3 and 7.
(in6aicmp): New function.
(getaddrinfo): Call __check_pf also when we need info about IPv6
source addresses. When creating array for sorting addresses,
look up deprecated and temporary addresses returned by __check_pf
and add flag if necessary.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -1,10 +1,18 @@ -GNU C Library NEWS -- history of user-visible changes. 2006-03-01 +GNU C Library NEWS -- history of user-visible changes. 2006-04-16 Copyright (C) 1992-2002,2003,2004,2005,2006 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.5 + +* For Linux, the sorting of addresses returned by getaddrinfo now also + handles rules 3 and 7 from RFC 3484. Implemented by Ulrich Drepper. + +* New Linux interfaces: splice, tee, sync_file_range. + + Version 2.4 * More overflow detection functions. |