summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-08-10 01:18:30 +0000
committerUlrich Drepper <drepper@redhat.com>2000-08-10 01:18:30 +0000
commitd3436b3cc3d96539a9cc4208c1fb21d854f46c64 (patch)
tree5c55b4339db336fd06ee2f8645c618ac64518ec0 /NEWS
parent36f7b1df970558417a074f15843ef1e29c762805 (diff)
Update resolver news.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS8
1 files changed, 6 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index d648c45a63..95cddc7e7e 100644
--- a/NEWS
+++ b/NEWS
@@ -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).