]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
CHANGES, release note
authorEvan Hunt <each@isc.org>
Wed, 17 Jun 2020 09:39:58 +0000 (02:39 -0700)
committerMichał Kępień <michal@isc.org>
Tue, 12 Jan 2021 14:21:14 +0000 (15:21 +0100)
(cherry picked from commit 565f99f9e565671d7370a3309cbe156b173cd4ac)

CHANGES
doc/notes/notes-current.rst

diff --git a/CHANGES b/CHANGES
index 1f68387f661e4ca27b30fb9313ef21748f5928e2..0a06b0c765538b92f6ef7957791d25fe45c4be26 100644 (file)
--- 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]
index b4e36a550f50b8d11779176807da5b52ce2fb04d..03077be32daae60f1486631b2038fa6c3c39918b 100644 (file)
@@ -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
 ~~~~~~~~~