mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-09 01:02:05 -04:00
Add CHANGES and release note for [GL #3190]
This commit is contained in:
parent
f106d0ed2b
commit
23a4559b34
2 changed files with 8 additions and 0 deletions
3
CHANGES
3
CHANGES
|
|
@ -1,3 +1,6 @@
|
|||
5850. [func] Run the RPZ update process on the offload threads.
|
||||
[GL #3190]
|
||||
|
||||
5849. [cleanup] Remove use of exclusive mode in ns_interfacemgr in
|
||||
favor of rwlocked access to localhost and localnets
|
||||
members of dns_aclenv_t structure. [GL #3229]
|
||||
|
|
|
|||
|
|
@ -64,6 +64,11 @@ New Features
|
|||
and ``dig``, making it possible to implement Strict and Mutual TLS
|
||||
authentication, as described in RFC 9103, Section 9.3. :gl:`#3163`
|
||||
|
||||
- Run RPZ updates on the specialized "offload" threads to reduce the amount
|
||||
of time they block query processing on the main networking threads. This
|
||||
should increase the responsiveness of ``named`` when RPZ updates are being
|
||||
applied after an RPZ zone has been successfully transfered. :gl:`#3190`
|
||||
|
||||
Removed Features
|
||||
~~~~~~~~~~~~~~~~
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue