Add CHANGES and release note for [GL #3190]

(cherry picked from commit 23a4559b34)
This commit is contained in:
Ondřej Surý 2022-03-08 18:36:08 +01:00 committed by Aram Sargsyan
parent 6873cc1c79
commit c9028b4976
2 changed files with 8 additions and 0 deletions

View file

@ -56,6 +56,9 @@
not negotiate "dot" ALPN token could crash BIND
on shutdown. That has been fixed. [GL #3767]
5850. [func] Run the RPZ update process on the offload threads.
[GL #3190]
--- 9.18.11 released ---
6067. [security] Fix serve-stale crash when recursive clients soft quota

View file

@ -22,6 +22,11 @@ New Features
- None.
- 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
~~~~~~~~~~~~~~~~