Add changes and release note for #4350

(cherry picked from commit a8306b541b)
This commit is contained in:
Matthijs Mekking 2023-10-13 16:46:25 +02:00
parent ac1b70ad00
commit 641da0ff0f
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,6 @@
6265. [bug] Don't schedule resign operations on the raw version
of an inline-signing zone. [GL #4350]
6261. [bug] Fix a possible assertion failure on an error path in
resolver.c:fctx_query(), when using an uninitialized
link. [GL #4331]

View file

@ -35,7 +35,9 @@ Feature Changes
Bug Fixes
~~~~~~~~~
- None.
- For inline-signing zones, if the unsigned version of the zone contains
DNSSEC records, it was scheduled to be resigning. This unwanted behavior
has been fixed. :gl:`#4350`
Known Issues
~~~~~~~~~~~~