mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 13:20:00 -04:00
Add CHANGES and release note for [GL #3190]
(cherry picked from commit 23a4559b34)
This commit is contained in:
parent
6873cc1c79
commit
c9028b4976
2 changed files with 8 additions and 0 deletions
3
CHANGES
3
CHANGES
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
~~~~~~~~~~~~~~~~
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue