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.