From: Michał Kępień Date: Thu, 2 Jun 2022 16:27:40 +0000 (+0200) Subject: Add release note for GL #3327 X-Git-Tag: v9.19.2~2^2 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=cd736a334efdc9aba1a20fb80aae9e9525817bf7;p=thirdparty%2Fbind9.git Add release note for GL #3327 --- diff --git a/doc/notes/notes-9.19.2.rst b/doc/notes/notes-9.19.2.rst index 7d0d891dbb4..bc2b367cf26 100644 --- a/doc/notes/notes-9.19.2.rst +++ b/doc/notes/notes-9.19.2.rst @@ -22,6 +22,12 @@ Feature Changes 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`