diff options
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/NEWS b/NEWS index b69b94ec60..34f43c18f9 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -GNU C Library NEWS -- history of user-visible changes. 2001-2-9 +GNU C Library NEWS -- history of user-visible changes. 2001-3-3 Copyright (C) 1992-1999, 2000, 2001 Free Software Foundation, Inc. See the end for copying conditions. @@ -7,6 +7,16 @@ Please send GNU C library bug reports using the `glibcbug' script to <bugs@gnu.org>. Questions and suggestions should be send to <bug-glibc@gnu.org>. +Version 2.2.3 + +* Intel's IA-64 math library is large integrated. It provides fast and + accurate implementatations for most basic and standard math functions + in float, double, and long double format. + +* An asynchronous name lookup library was added. The interface is designed + after POSIX AIO. The proposal was circulated beforehand to get comments. + No negative ones came in. Implemented by Ulrich Drepper. + Version 2.2.2 * Lots of headers were cleaned up. Using the tool in the conform/ subdir |