From: Michał Kępień Date: Tue, 13 Nov 2018 13:31:18 +0000 (+0100) Subject: Add CHANGES entry X-Git-Tag: v9.13.4~32^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=867bc3399bc4ecf9d7717b4ffd09b9ef7992161a;p=thirdparty%2Fbind9.git Add CHANGES entry 5089. [bug] Restore localhost fallback in dig and host which is used when no nameserver addresses present in /etc/resolv.conf are usable due to the requested address family restrictions. [GL #433] --- diff --git a/CHANGES b/CHANGES index aba9093b7b8..2c8a9b59f4a 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,8 @@ +5089. [bug] Restore localhost fallback in dig and host which is + used when no nameserver addresses present in + /etc/resolv.conf are usable due to the requested + address family restrictions. [GL #433] + 5088. [bug] dig/host/nslookup could crash when interrupted close to a query timeout. [GL #599]