From: Michał Kępień Date: Thu, 8 Sep 2022 10:45:56 +0000 (+0200) Subject: Add release note for GL #3410 X-Git-Tag: v9.19.5~2^2 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=41fdb42e9ca0f5fcd1d53a96abdfd37f82b71aba;p=thirdparty%2Fbind9.git Add release note for GL #3410 --- diff --git a/doc/notes/notes-9.19.5.rst b/doc/notes/notes-9.19.5.rst index 4410801ec5b..b9a539b555a 100644 --- a/doc/notes/notes-9.19.5.rst +++ b/doc/notes/notes-9.19.5.rst @@ -46,6 +46,11 @@ Security Fixes New Features ~~~~~~~~~~~~ +- A new Response Policy Zone (RPZ) :ref:`option`, ``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.