From 24bda93ddee134018bed95be0ddae868eeb0f344 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Sur=C3=BD?= Date: Tue, 8 Nov 2022 12:54:03 +0100 Subject: [PATCH] Add CHANGES and release note for [GL #3664] --- CHANGES | 3 +++ doc/notes/notes-current.rst | 5 +++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index 4d73a73b37..a330afad00 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +6018. [cleanup] Remove the --with-tuning configure option. + [GL #3664] + 6017. [bug] The view's zone table was not locked when it should have been leading to race conditions when external extensions that manipulate the zone table where in diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index d4c9bb2ad6..8af2593e3e 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -30,8 +30,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` Bug Fixes ~~~~~~~~~