From: Matthijs Mekking Date: Mon, 16 Oct 2023 09:06:06 +0000 (+0200) Subject: Add release note and CHANGES for #4349 X-Git-Tag: v9.19.18~37^2 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=a97e088ec52b5d43ee206589787ab93d2f410017;p=thirdparty%2Fbind9.git Add release note and CHANGES for #4349 --- diff --git a/CHANGES b/CHANGES index 7675e64b751..4a6a44d24f5 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +6266. [func] The zone option 'inline-signing' is ignored from now + on iff there is no 'dnssec-policy' configured for the + corresponding zone. [GL #4349] + 6265. [bug] Don't schedule resign operations on the raw version of an inline-signing zone. [GL #4350] diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index 6dc098cd471..adeaf5f1838 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -43,7 +43,10 @@ Removed Features Feature Changes ~~~~~~~~~~~~~~~ -- None. +- The zone option :any:`inline-signing` is now ignored if there is no + :any:`dnssec-policy` configured for the zone. This means that unsigned + zones will no longer create redundant signed versions of the zone. + :gl:`#4349` Bug Fixes ~~~~~~~~~