]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
CHANGES [GL #2785]
authorPetr Menšík <pemensik@redhat.com>
Tue, 20 Jul 2021 17:45:16 +0000 (19:45 +0200)
committerEvan Hunt <each@isc.org>
Thu, 12 Aug 2021 16:53:35 +0000 (09:53 -0700)
CHANGES

diff --git a/CHANGES b/CHANGES
index 0a9afeef7e5d8cf18e7071d3534a338b8f35ebf7..02e21e6513c91364b61b4fabacf1492a6e457ac8 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,10 @@
+5693.  [func]          Restore support for reading 'timeout' and 'attempts'
+                       options from /etc/resolv.conf, and use their values
+                       in dig, host and nslookup. (Previously this was
+                       supported by liblwres, and was still mentioned
+                       in man pages, but had stopped working after liblwres
+                       was deprecated in favor of libirs.) [GL #2785]
+
 5692.  [bug]           Fix a rare crash in the DoH code caused by
                        detaching from an HTTP/2 session handle too early when
                        sending data. [GL #2851]