diff options
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/NEWS b/NEWS index c47a9772c6..eff3b48a31 100644 --- a/NEWS +++ b/NEWS @@ -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. |