mirror of
https://github.com/isc-projects/bind9.git
synced 2026-07-16 07:52:51 -04:00
Add CHANGES and release notes for [GL #4373]
This commit is contained in:
parent
0d47f565ea
commit
fdb7e4e3f5
2 changed files with 9 additions and 1 deletions
5
CHANGES
5
CHANGES
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
~~~~~~~~~
|
||||
|
|
|
|||
Loading…
Reference in a new issue