]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add CHANGES and release note for [GL #3190]
authorOndřej Surý <ondrej@isc.org>
Tue, 8 Mar 2022 17:36:08 +0000 (18:36 +0100)
committerOndřej Surý <ondrej@isc.org>
Mon, 4 Apr 2022 19:20:05 +0000 (21:20 +0200)
CHANGES
doc/notes/notes-current.rst

diff --git a/CHANGES b/CHANGES
index f1ab391f3779a195412728a50699b12d255bbee3..b2e5ff060577a19b180424d9abb8da22d516cd65 100644 (file)
--- a/CHANGES
+++ b/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]
index ca90a971b9bafda2bd4ad43c3dddf90b2f3886b3..7cf1b8ebe44371b494d80cff09d1e3bba03f39df 100644 (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
 ~~~~~~~~~~~~~~~~