]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add release note for GL #2073
authorMichał Kępień <michal@isc.org>
Thu, 4 Feb 2021 11:07:40 +0000 (12:07 +0100)
committerMichał Kępień <michal@isc.org>
Wed, 17 Feb 2021 21:36:08 +0000 (22:36 +0100)
doc/notes/notes-current.rst

index 78761b04fb24d6d8024a7e0ced3f7494a9351644..6af56d33af43581a52d4e67dda7b8969bccf8c42 100644 (file)
@@ -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.