2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 14:07:59 +00:00

Add CHANGES note for [GL #4416]

This commit is contained in:
Ondřej Surý 2024-04-18 16:46:38 +02:00
parent 24ae1157e8
commit cbbc0051a3
No known key found for this signature in database
GPG Key ID: 2820F37E873DEA41
2 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,6 @@
6375. [func] Allow multiple RNDC message to be processed from
a single TCP read. [GL #4416]
6374. [func] Don't count expired / future RRSIGs in verification
failure quota. [GL #4586]

View File

@ -20,8 +20,6 @@ Security Fixes
New Features
~~~~~~~~~~~~
- None.
- A new option :any:`signatures-jitter` is added to :any:`dnssec-policy` to
spread out signature expiration times over a period of time. :gl:`#4554`
@ -40,6 +38,12 @@ Feature Changes
the signature inception and expiration dates no longer count towards maximum
validation and maximum validation failures limits. :gl:`#4586`
- Multiple RNDC messages will be processed when sent in a single TCP
message.
ISC would like to thank Dominik Thalhammer for reporting the issue
and preparing the initial patch. :gl:`#4416`
Bug Fixes
~~~~~~~~~