diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-08-10 01:18:30 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-08-10 01:18:30 +0000 |
commit | d3436b3cc3d96539a9cc4208c1fb21d854f46c64 (patch) | |
tree | 5c55b4339db336fd06ee2f8645c618ac64518ec0 /NEWS | |
parent | 36f7b1df970558417a074f15843ef1e29c762805 (diff) | |
download | glibc-d3436b3cc3d96539a9cc4208c1fb21d854f46c64.tar glibc-d3436b3cc3d96539a9cc4208c1fb21d854f46c64.tar.gz glibc-d3436b3cc3d96539a9cc4208c1fb21d854f46c64.tar.bz2 glibc-d3436b3cc3d96539a9cc4208c1fb21d854f46c64.zip |
Update resolver news.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -26,13 +26,17 @@ Version 2.2 * ldconfig program added by Andreas Jaeger and Jakub Jelinek. -* The resolver code has been updated from bind 8.2.2-5 which supports - threads. The integration was done by Andreas Jaeger and Adam D. Bradley. +* The resolver code has been updated from bind 8.2.3-T5B which supports + threads. The integration was done by Andreas Jaeger, Adam D. Bradley, + and Mark Kettenis. This change could in some situations effect backward compatibility. Since now `_res' is a thread-local instead of a global variable, modifying it in one thread does not have any effect in other threads. + The reoslver library was also extended to allow IPv6 as the transport + protocol for the requests. This work was done by Stig Venaas. + * Compatibility code for K&R C compilers has been removed from the header files. A ISO C compiler is needed to use the library (conforming to either C89 or C99 standard). |