]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add CHANGES entry
authorMichał Kępień <michal@isc.org>
Tue, 13 Nov 2018 13:31:18 +0000 (14:31 +0100)
committerMichał Kępień <michal@isc.org>
Tue, 13 Nov 2018 13:31:18 +0000 (14:31 +0100)
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

diff --git a/CHANGES b/CHANGES
index aba9093b7b8ff3816b19f170b5d0c332269ca113..2c8a9b59f4a673d49ad1bbd636aeac84325d1d11 100644 (file)
--- 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]