Add CHANGES and release note for [GL #3380]

(cherry picked from commit b8073cbe72)
This commit is contained in:
Aram Sargsyan 2022-06-02 08:42:05 +00:00
parent 1355fc6a04
commit ee7d54164e
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,6 @@
5899. [func] Don't try to process DNSSEC-related and ZONEMD records
in catz. [GL #3380]
5896. [func] Add some more dnssec-policy checks to detect weird
policies. [GL #1611]

View file

@ -45,3 +45,6 @@ Bug Fixes
- Key files were updated every time the ``dnssec-policy`` key manager ran,
whether the metadata has changed or not. BIND now checks if changes were
applied before writing out the key files. :gl:`#3302`.
- DNSSEC-signed catalog zones were not being processed correctly. This
has been fixed. :gl:`#3380`.