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.
This commit is contained in:
Roland McGrath 2004-06-07 21:53:43 +00:00
parent f7c81e1a12
commit 69be6aaf52
1 changed files with 4 additions and 4 deletions

8
NEWS
View File

@ -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.