]> 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)
committerEvan Hunt <each@isc.org>
Wed, 1 Jul 2020 18:13:44 +0000 (11:13 -0700)
CHANGES
doc/notes/notes-current.rst

diff --git a/CHANGES b/CHANGES
index c5f6fd79deb2b1fa420392d33bf70dcb7586dde3..349a676ce3d135711c30245b1a36308f61108ed0 100644 (file)
--- 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]
index 9ff620303a74a274ce58db0698edbf1a8e8cad46..b5bf70b0399d437ef889121fc242eca1a67288a6 100644 (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
 ~~~~~~~~~