about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2004-06-07 21:53:43 +0000
committerRoland McGrath <roland@gnu.org>2004-06-07 21:53:43 +0000
commit69be6aaf520958fdee7c539f8dfafc16e48a7a84 (patch)
treee374966b9c4fe20725b564156607c40ec51fd198
parentf7c81e1a12b431deb0fc80e1b53ca86888e9062a (diff)
downloadglibc-69be6aaf520958fdee7c539f8dfafc16e48a7a84.tar.gz
glibc-69be6aaf520958fdee7c539f8dfafc16e48a7a84.tar.xz
glibc-69be6aaf520958fdee7c539f8dfafc16e48a7a84.zip
[BZ #209]
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.
-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.