[BZ #209]
authorRoland McGrath <roland@gnu.org>
Mon, 7 Jun 2004 21:53:43 +0000 (21:53 +0000)
committerRoland McGrath <roland@gnu.org>
Mon, 7 Jun 2004 21:53:43 +0000 (21:53 +0000)
2004-06-07  Roland McGrath  <roland@frob.com>
* NEWS: Update bug reporting instructions.  Fix some typos.
This is not really associated with [BZ #209], but is a test.

NEWS

diff --git a/NEWS b/NEWS
index 16d0b96..4e7885e 100644 (file)
--- 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.
 \f
 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.