From 98bb01a22b0fff5e9483f1e54bf95674fff79098 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20K=C4=99pie=C5=84?= Date: Mon, 12 Dec 2022 12:11:01 +0100 Subject: [PATCH] Restore release note for GL #3570 --- doc/notes/notes-current.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index b8bf8f81de..22231e73cd 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -33,6 +33,9 @@ Removed Features Feature Changes ~~~~~~~~~~~~~~~ +- The NSEC3PARAM TTL was previously set to 0 and is now changed to be the same + value as in the SOA MINIMUM field. :gl:`#3570` + - A ``configure`` option ``--with-tuning`` has been removed. The compile-time settings that required different values based on "workload" have been either removed or a sensible default has been picked. :gl:`#3664`