Add CHANGES and release note for [GL #3190]

This commit is contained in:
Ondřej Surý 2022-03-08 18:36:08 +01:00
parent f106d0ed2b
commit 23a4559b34
2 changed files with 8 additions and 0 deletions

View file

@ -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]

View file

@ -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
~~~~~~~~~~~~~~~~