From 996c9135ca5c4e5e7a5f2dec4bbb043f14657d49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20K=C4=99pie=C5=84?= Date: Thu, 4 Feb 2021 12:07:40 +0100 Subject: [PATCH] Add release note for GL #2073 --- doc/notes/notes-current.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index 78761b04fb..6af56d33af 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -127,6 +127,10 @@ Bug Fixes relation, as described in the paper "Flexible and Robust Key Rollover" (Equation (2)). [GL #2375] +- Performance of the DNSSEC verification code (used by + ``dnssec-signzone``, ``dnssec-verify``, and mirror zones) has been + improved. [GL #2073] + - If an outgoing packet would exceed max-udp-size, it would be dropped instead of sending a proper response back. Rollback setting the IP_DONTFRAG on the UDP sockets that we enabled during the DNS Flag Day 2020 to fix this issue.