Add release note and CHANGES for #4349

This commit is contained in:
Matthijs Mekking 2023-10-16 11:06:06 +02:00
parent ca6171b2f5
commit a97e088ec5
2 changed files with 8 additions and 1 deletions

View file

@ -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]

View file

@ -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
~~~~~~~~~