From: Evan Hunt Date: Wed, 17 Jun 2020 09:39:58 +0000 (-0700) Subject: CHANGES, release note X-Git-Tag: v9.16.12~39^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa13408757c852908b4e48da9070b2c8cbe4d11f;p=thirdparty%2Fbind9.git CHANGES, release note (cherry picked from commit 565f99f9e565671d7370a3309cbe156b173cd4ac) --- diff --git a/CHANGES b/CHANGES index 1f68387f661..0a06b0c7655 100644 --- a/CHANGES +++ b/CHANGES @@ -2,6 +2,13 @@ of the DNSKEY signature validity. This is now fixed. [GL #2383] +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", to bring + terminology up-to-date with RFC 8499. [GL #1948] + + --- 9.16.11 released --- + 5559. [bug] The --with-maxminddb=PATH form of the build-time option enabling support for libmaxminddb was not working correctly. This has been fixed. [GL #2366] diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index b4e36a550f5..03077be32da 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -61,6 +61,13 @@ Feature Changes ``dnsssec-signzone`` now prints a warning message, and ``named`` logs a warning, when such a fallback happens. [GL #2058] +- 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 primary-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 ~~~~~~~~~