From e012953aeaa342e3f8d8d98cb7fdba744906a666 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20K=C4=99pie=C5=84?= Date: Thu, 2 Jun 2022 20:57:12 +0200 Subject: [PATCH] Add release note for GL #3327 --- doc/notes/notes-9.16.30.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/notes/notes-9.16.30.rst b/doc/notes/notes-9.16.30.rst index ac54a90d6c..37c79fe2ab 100644 --- a/doc/notes/notes-9.16.30.rst +++ b/doc/notes/notes-9.16.30.rst @@ -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`