2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 05:57:52 +00:00

Add release note for GL #3410

This commit is contained in:
Michał Kępień 2022-09-08 12:45:56 +02:00
parent ef5e0641c3
commit 41fdb42e9c

View File

@ -46,6 +46,11 @@ Security Fixes
New Features
~~~~~~~~~~~~
- A new Response Policy Zone (RPZ) :ref:`option<rpz>`, ``ede``, was
added. It enables an :rfc:`8914` Extended DNS Error (EDE) code of
choice to be set for responses which have been modified by a given
RPZ. :gl:`#3410`
- Worker threads' event loops are now managed by a new "loop manager"
API, significantly changing the architecture of the task, timer, and
networking subsystems for improved performance and code flow.