mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 08:30:00 -04:00
CHANGES and release note for [GL #3953]
(cherry picked from commit 8d80ee561e)
This commit is contained in:
parent
1ab3ebb718
commit
f7b2ec32b4
2 changed files with 14 additions and 0 deletions
4
CHANGES
4
CHANGES
|
|
@ -1,3 +1,7 @@
|
|||
6126. [cleanup] Deprecate zone type "delegation-only" and the
|
||||
"delegation-only" and "root-delegation-only"
|
||||
options. [GL #3953]
|
||||
|
||||
6125. [bug] Hold a catz reference while the update process is
|
||||
running, so that the catalog zone is not destroyed
|
||||
during shutdown until the update process is finished or
|
||||
|
|
|
|||
|
|
@ -27,6 +27,16 @@ Removed Features
|
|||
|
||||
- None.
|
||||
|
||||
- Zone type ``delegation-only``, and the ``delegation-only`` and
|
||||
``root-delegation-only`` options, have been deprecated; a warning will
|
||||
be logged when they are used.
|
||||
|
||||
These options were created to address the SiteFinder controversy, in
|
||||
which certain top-level domains redirected misspelled queries to other
|
||||
sites instead of returning NXDOMAIN responses. Since top-level domains are
|
||||
now DNSSEC signed, and DNSSEC validation is active by default, the
|
||||
options are no longer needed. :gl:`#3953`
|
||||
|
||||
Feature Changes
|
||||
~~~~~~~~~~~~~~~
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue