From d68e4b66b1075e556b480f8bfb607aeba5da46f6 Mon Sep 17 00:00:00 2001 From: Andreas Gustafsson Date: Wed, 28 Jun 2000 21:42:15 +0000 Subject: [PATCH] added missing CHANGES entry: 292. [bug] Due to problems with the way some operating systems handle simultaneous listening on IPv4 and IPv6 addresses, the server no longer listens on IPv6 addresses by default. To revert to the previous behavior, specify "listen-on-v6 { any; };" in the config file. --- CHANGES | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGES b/CHANGES index c74406e339..ff9ae4e37a 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,10 @@ + 292. [bug] Due to problems with the way some operating systems + handle simultaneous listening on IPv4 and IPv6 + addresses, the server no longer listens on IPv6 + addresses by default. To revert to the previous + behavior, specify "listen-on-v6 { any; };" in + the config file. + 291. [func] Caching servers no longer send outgoing queries over TCP just because the incoming recursive query was a TCP one.