CHANGES, release note

This commit is contained in:
Evan Hunt
2020-06-17 02:39:58 -07:00
parent e43b3c1fa1
commit 565f99f9e5
2 changed files with 12 additions and 0 deletions

View File

@@ -1,3 +1,9 @@
5456. [func] Added "primaries" as a synonym for "masters" in
named.conf, and "primary-only" as a synonym for
"master-only" in the parameters to "notify",
in order to bring terminology up to date with
RFC 8499. [GL #1948]
5455. [bug] `named` could crash when cleaning dead nodes
in lib/dns/rbtdb.c that have been reused meanwhile.
[GL #1968]

View File

@@ -40,6 +40,12 @@ Feature Changes
programs that interact with the network and process arbitrary user
input. [GL #1933]
- As part of an ongoing effort to use RFC 8499 terminology, ``primaries``
can now be used as a synonym for ``masters`` in ``named.conf``.
Similarly, ``notify priamry-only`` can now be used as a synonym
for ``notify master-only``. The output of ``rndc zonestatus`` now
uses ``primary`` and ``secondary`` terminology. [GL #1948]
Bug Fixes
~~~~~~~~~