From 03978a7881fe2eecf0bfeadb57d5ca048fac9927 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Fri, 26 Feb 2021 10:10:04 +1100 Subject: [PATCH] Add Release note for [GL #2536] --- doc/notes/notes-current.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index 423ecede42..b9b48a46c4 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -54,6 +54,12 @@ Feature Changes ``dnssec-policy`` to ``insecure`` will cause CDS and CDNSKEY DELETE records to be published. :gl:`#2645` +- ``inline-signing`` was incorrectly described as being inherited from the + ``options`` or ``view`` levels and was incorrectly accepted at those levels + without effect. This has been corrected, ``named.conf`` files with + ``inline-signing`` at those levels will no longer load with this fix applied. + :gl:`#2536` + Bug Fixes ~~~~~~~~~