From: Aram Sargsyan Date: Tue, 19 Jul 2022 14:34:33 +0000 (+0000) Subject: Add CHANGES and release notes for [GL #3461] X-Git-Tag: v9.19.4~5^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=50d57a75511dc50240c1a99385d38aa97136afd0;p=thirdparty%2Fbind9.git Add CHANGES and release notes for [GL #3461] --- diff --git a/CHANGES b/CHANGES index deecead614f..08ac2bdf030 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,8 @@ +5934. [func] Improve fetches-per-zone fetch limit logging to log + the final allowed and spilled values of the fetch + counters before the counter object gets destroyed. + [GL #3461] + 5933. [port] Automatically disable RSASHA1 and NSEC3RSASHA1 in named on Fedorda 33, Oracle Linux 9 and RHEL9 when they are disabled by the security policy. [GL #3469] diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index a41370d4964..5509cdcf82e 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -48,6 +48,10 @@ Feature Changes to different DNSSEC algorithms is not possible when RSASHA1 is disallowed by the OS. :gl:`#3469` +- Fetch limit log messages have been improved to provide more complete + information. Specifically, the final values of allowed and spilled fetches + will now be logged before the counter object gets destroyed. :gl:`#3461` + Bug Fixes ~~~~~~~~~