]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add CHANGES note for [GL #3327]
authorEvan Hunt <each@isc.org>
Thu, 5 May 2022 22:02:43 +0000 (15:02 -0700)
committerEvan Hunt <each@isc.org>
Sat, 14 May 2022 04:47:32 +0000 (21:47 -0700)
CHANGES

diff --git a/CHANGES b/CHANGES
index 400c185fdd3a1166102588a2e668cc1d2e2e6cf9..f594ec93c35fa2be40ef6d68ec652093794bff66 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,9 @@
+5890.  [bug]           When the fetches-per-server quota was adjusted
+                       because of an authoritative server timing out more
+                       or less frequently, it was incorrectly set to 1
+                       rather than the intended value.  This has been
+                       fixed. [GL #3327]
+
 5889.  [cleanup]       Refactored and simplified the shutdown processes in
                        dns_view, dns_resolver, dns_requestmgr, and dns_adb
                        by reducing interdependencies between the objects.