]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add release note for GL #3327
authorMichał Kępień <michal@isc.org>
Thu, 2 Jun 2022 18:57:12 +0000 (20:57 +0200)
committerMichał Kępień <michal@isc.org>
Thu, 2 Jun 2022 18:57:12 +0000 (20:57 +0200)
doc/notes/notes-9.16.30.rst

index ac54a90d6c176e67cd9460413ddf1b0212d87e51..37c79fe2ab194e708ca4699b91ca81b62f139107 100644 (file)
@@ -15,6 +15,12 @@ Notes for BIND 9.16.30
 Bug Fixes
 ~~~~~~~~~
 
+- The ``fetches-per-server`` quota is designed to adjust itself downward
+  automatically when an authoritative server times out too frequently.
+  Due to a coding error, that adjustment was applied incorrectly, so
+  that the quota for a congested server was always set to 1. This has
+  been fixed. :gl:`#3327`
+
 - DNSSEC-signed catalog zones were not being processed correctly. This
   has been fixed. :gl:`#3380`