Add CHANGES and release notes for [GL #4373]

This commit is contained in:
Aram Sargsyan 2023-12-14 11:10:50 +00:00
parent 0d47f565ea
commit fdb7e4e3f5
2 changed files with 9 additions and 1 deletions

View file

@ -1,3 +1,8 @@
6335. [func] The 'dnssec-validation yes' option now requires an
explicitly configured 'trust-anchors' statement (or
'managed-keys' or 'trusted-keys' statements, both
deprecated). [GL #4373]
6334. [doc] Improve ARM parental-agents definition. [GL #4531]
6333. [bug] Fix the DNS_GETDB_STALEFIRST flag, which was defined

View file

@ -41,7 +41,10 @@ Removed Features
Feature Changes
~~~~~~~~~~~~~~~
- None.
- The ``dnssec-validation yes`` option now requires an explicitly configured
:any:`trust-anchors` statement. If using manual trust anchors is not
operationally required, then please consider using ``dnssec-validation auto``
instead. :gl:`#4373`
Bug Fixes
~~~~~~~~~