about summary refs log tree commit diff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS8
1 files changed, 4 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 16d0b96b04..4e7885eb71 100644
--- a/NEWS
+++ b/NEWS
@@ -1,9 +1,9 @@
 GNU C Library NEWS -- history of user-visible changes.  2003-11-17
-Copyright (C) 1992-2002,2003 Free Software Foundation, Inc.
+Copyright (C) 1992-2002,2003,2004 Free Software Foundation, Inc.
 See the end for copying conditions.
 
-Please send GNU C library bug reports using the `glibcbug' script to
-<bugs@gnu.org>.  Please send questions and suggestions to <bug-glibc@gnu.org>.
+Please send GNU C library bug reports via <http://sources.redhat.com/bugzilla/>
+using `glibc' in the "product" field.
 
 Version 2.3.3
 
@@ -13,7 +13,7 @@ Version 2.3.3
 * ELF thread-local storage support (TLS) now works on PowerPC and PowerPC64;
   implemented by Paul Mackerras, Steven Munroe, and Roland McGrath.
 
-* getifaddrs new uses on Linux the netlink interface to get the information.
+* getifaddrs now uses the netlink interface on Linux to get its information.
   Implemented by Thorsten Kukuk.
 
 * getaddrinfo now implements AI_V4MAPPED, AI_ALL, and AI_ADDRCONF.