diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-08-06 05:04:49 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-08-06 05:04:49 +0000 |
commit | a55bda85baca5feee69b7bc01b9c76f89a6347dd (patch) | |
tree | 4da0eac648ccbfca3b35c2fb80abbddd9e12634f | |
parent | 489aa29d623782c2c4045065ef1a22a07af921af (diff) | |
download | glibc-a55bda85baca5feee69b7bc01b9c76f89a6347dd.tar.gz |
[BZ #211]
Update.
* sysdeps/unix/sysv/linux/getsourcefilter.c: New file. [BZ #211]
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | NEWS | 7 |
2 files changed, 7 insertions, 2 deletions
@@ -6,7 +6,7 @@ * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: New file. * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: New file. * sysdeps/unix/sysv/linux/setsourcefilter.c: New file. - * sysdeps/unix/sysv/linux/getsourcefilter.c: New file. + * sysdeps/unix/sysv/linux/getsourcefilter.c: New file. [BZ #211] * po/ko.po: Update from translation team. @@ -1,10 +1,15 @@ -GNU C Library NEWS -- history of user-visible changes. 2004-6-18 +GNU C Library NEWS -- history of user-visible changes. 2004-8-5 Copyright (C) 1992-2002,2003,2004 Free Software Foundation, Inc. See the end for copying conditions. Please send GNU C library bug reports via <http://sources.redhat.com/bugzilla/> using `glibc' in the "product" field. +Version 2.3.4 + +* Support for RFC 3678. Real implementations exist only for Linux so far. + Implemented by Ulrich Drepper. + Version 2.3.3 * New functions `dladdr1' and `dlinfo' in <dlfcn.h> provide more ways to |