From: Evan Hunt Date: Wed, 17 Jun 2020 09:39:58 +0000 (-0700) Subject: CHANGES, release note X-Git-Tag: v9.17.3~19^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=565f99f9e565671d7370a3309cbe156b173cd4ac;p=thirdparty%2Fbind9.git CHANGES, release note --- diff --git a/CHANGES b/CHANGES index c5f6fd79deb..349a676ce3d 100644 --- a/CHANGES +++ b/CHANGES @@ -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] diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index 9ff620303a7..b5bf70b0399 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -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 ~~~~~~~~~