2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 14:35:26 +00:00

CHANGES and release note for [GL #2918]

This commit is contained in:
Evan Hunt
2022-07-11 13:48:21 -07:00
parent b1d0cac280
commit 8c3fdecd73
2 changed files with 16 additions and 0 deletions

10
CHANGES
View File

@@ -1,3 +1,13 @@
5929. [func] The use of the "max-zone-ttl" option in "zone" and
"options" blocks is now deprecated; this should
now be configured as part of "dnssec-policy"
instead. The old option still works in zones
with no "dnssec-policy" configured, but a warning
will be logged when loading configuration. Its
functionality will be removed in a future release.
Using "max-zone-ttl" and "dnssec-policy" in the
same zone is now a fatal error. [GL #2918]
5928. [placeholder]
5927. [bug] A race was possible in dns_dispatch_connect()

View File

@@ -32,6 +32,12 @@ Removed Features
- None.
- The use of the ``max-zone-ttl`` option in ``options`` and ``zone``
blocks has been deprecated; it should now be configured as part of
``dnssec-policy``. A warning is logged if this option is used in
``options`` or ``zone``. In a future release, it will become
nonoperational. :gl:`#2918`
Feature Changes
~~~~~~~~~~~~~~~