Add release note and change entry for #3438

Bug worth mentioning.
This commit is contained in:
Matthijs Mekking 2022-07-11 10:34:24 +02:00
parent 576b21b168
commit 689215a675
2 changed files with 7 additions and 0 deletions

View file

@ -1,3 +1,6 @@
5923. [bug] Fix inheritance for dnssec-policy when checking for
inline-signing. [GL #3438]
5922. [bug] Forwarding of UPDATE message could fail with the
introduction of netmgr. This has been fixed. [GL #3389]

View file

@ -42,3 +42,7 @@ Bug Fixes
- A DNS compression would be applied on the root zone name if it is repeatedly
used in the same RRSet. :gl:`#3423`
- Non-dynamic zones that inherit dnssec-policy from the view or
options level were not marked as inline-signed, and thus were never
scheduled to be re-signed. This is now fixed. :gl:`#3438`