about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--NEWS15
1 files changed, 14 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 37085aec37..824c7037ed 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-GNU C Library NEWS -- history of user-visible changes.  2001-7-27
+GNU C Library NEWS -- history of user-visible changes.  2001-10-14
 Copyright (C) 1992-2000, 2001 Free Software Foundation, Inc.
 See the end for copying conditions.
 
@@ -6,6 +6,19 @@ 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.5
+
+* Stephen Moshier implemented powl and cbrtl for the 128-bit
+  long double format.
+
+* Masahide Washizawa contributed iconv modules for IBM1160 and IBM1161
+  charsets.
+
+* Andreas Jaeger contributed a port to x86_64/Linux.
+
+* libc functions using I/O streams now can handle wide-oriented streams
+  as well.
+
 Version 2.2.4
 
 * Stephen Moshier implemented cosh, expm1, log1p, acos, sinh, tanh,