From 41fdb42e9ca0f5fcd1d53a96abdfd37f82b71aba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20K=C4=99pie=C5=84?= Date: Thu, 8 Sep 2022 12:45:56 +0200 Subject: [PATCH] Add release note for GL #3410 --- doc/notes/notes-9.19.5.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/notes/notes-9.19.5.rst b/doc/notes/notes-9.19.5.rst index 4410801ec5..b9a539b555 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.