mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
Add CHANGES and release notes for [GL #3461]
(cherry picked from commit 0d64f55f5dee7ffee76ddc1e4df15514ab7882c9)
This commit is contained in:
parent
47e4ef0696
commit
0179459d83
2 changed files with 9 additions and 0 deletions
5
CHANGES
5
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]
|
||||
|
|
|
|||
|
|
@ -42,6 +42,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
|
||||
~~~~~~~~~
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue