From: Diego Fronza Date: Mon, 13 Jul 2020 14:43:36 +0000 (-0300) Subject: Add CHANGES and release note for #1719 X-Git-Tag: v9.17.4~54^2 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=a22e61d554b16dd19f3cb8bc76be61296263e2b0;p=thirdparty%2Fbind9.git Add CHANGES and release note for #1719 --- diff --git a/CHANGES b/CHANGES index 10f2d0fcc80..f8df942d7dd 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +5466. [bug] Addressed an error in recursive clients stats reporting. + [GL #1719] + 5465. [func] Fallback to built in trust-anchors, managed-keys, or trusted-keys if the bindkeys-file (bind.keys) cannot be parsed. [GL #1235] diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index b5bf70b0399..8aab4540398 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -49,6 +49,14 @@ Feature Changes Bug Fixes ~~~~~~~~~ +- Addressed an error in recursive clients stats reporting. + There were occasions when an incoming query could trigger a prefetch for + some eligible rrset, and if the prefetch code were executed before recursion, + no increment in recursive clients stats would take place. Conversely, + when processing the answers, if the recursion code were executed before the + prefetch, the same counter would be decremented without a matching increment. + [GL #1719] + - The DS set returned by ``dns_keynode_dsset()`` was not thread-safe. This could result in an INSIST being triggered. [GL #1926]