Add release note for GL #3147

(cherry picked from commit 1c462a63ec)
This commit is contained in:
Michał Kępień
2022-02-23 14:39:11 +01:00
parent 60e82835ec
commit 2344201385

View File

@@ -53,3 +53,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`