From d1f27a336a12ff48ee148d85c968ba7e943bbc6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20K=C4=99pie=C5=84?= Date: Wed, 23 Feb 2022 14:39:11 +0100 Subject: [PATCH] Add release note for GL #3147 (cherry picked from commit 1c462a63ec81eda14ebb3aed11b3a97ebedf366e) --- doc/notes/notes-current.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index 6c1ab862e0..3cff9db120 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -88,3 +88,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`