diff options
author | Jakub Jelinek <jakub@redhat.com> | 2006-05-05 06:11:55 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2006-05-05 06:11:55 +0000 |
commit | 3f898a85fc15daad530ca7db852e7d724e3914b5 (patch) | |
tree | aea4ca88f192663618dacf8b3fb9e7f5f1fe527b /NEWS | |
parent | baba5d9461d4e8a581ac26fe4412ad783ffc73e7 (diff) | |
download | glibc-3f898a85fc15daad530ca7db852e7d724e3914b5.tar glibc-3f898a85fc15daad530ca7db852e7d724e3914b5.tar.gz glibc-3f898a85fc15daad530ca7db852e7d724e3914b5.tar.bz2 glibc-3f898a85fc15daad530ca7db852e7d724e3914b5.zip |
Updated to fedora-glibc-20060505T0554cvs/fedora-glibc-2_4_90-5
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -1,4 +1,4 @@ -GNU C Library NEWS -- history of user-visible changes. 2006-04-16 +GNU C Library NEWS -- history of user-visible changes. 2006-05-01 Copyright (C) 1992-2002,2003,2004,2005,2006 Free Software Foundation, Inc. See the end for copying conditions. @@ -10,7 +10,9 @@ 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. +* New Linux interfaces: splice, tee, sync_file_range, vmsplace. + +* New iconv module for MIK. Contributed by Alexander Shopov. Version 2.4 |