From 867bc3399bc4ecf9d7717b4ffd09b9ef7992161a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20K=C4=99pie=C5=84?= Date: Tue, 13 Nov 2018 14:31:18 +0100 Subject: [PATCH] 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] --- CHANGES | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGES b/CHANGES index aba9093b7b..2c8a9b59f4 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]