From: Michał Kępień Date: Wed, 23 Feb 2022 13:39:11 +0000 (+0100) Subject: Add release note for GL #3147 X-Git-Tag: v9.19.0~101^2~1 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=1c462a63ec81eda14ebb3aed11b3a97ebedf366e;p=thirdparty%2Fbind9.git Add release note for GL #3147 --- diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index be82bdff9c4..864101ae26a 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -94,3 +94,9 @@ Bug Fixes not implemented when the BIND 9 networking stack was refactored in 9.16. The missing functionality has been re-implemented and outgoing zone transfers now time out properly when not progressing. :gl:`#1897` + +- The statistics counter representing the current number of clients + awaiting recursive resolution results (``RecursClients``) could be + miscalculated in certain resolution scenarios, potentially causing the + value of the counter to drop below zero. This has been fixed. + :gl:`#3147`