]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add CHANGES and release note for #1949
authorOndřej Surý <ondrej@isc.org>
Mon, 22 Jun 2020 10:33:54 +0000 (12:33 +0200)
committerOndřej Surý <ondrej@isc.org>
Mon, 22 Jun 2020 12:30:14 +0000 (14:30 +0200)
(cherry picked from commit eaafae2766e7a8f6b94a7c5fb5a28b488cf352c6)

CHANGES
doc/notes/notes-current.rst

diff --git a/CHANGES b/CHANGES
index bc7fbfe13081948b0b010ba1b720f7f587be34ef..ec08c8abb22c2c3af5d964a551dc986c7529094d 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,7 @@
+5443.  [bug]           The "primary" and "secondary" keywords, when used
+                       as parameters for "check-names", were not
+                       processed correctly and were being ignored. [GL #1949]
+
 5441.  [bug]           ${LMDB_CFLAGS} missing from make/includes.in
                        [GL #1955]
 
index 29e05f9477222cebbf7e6446f7a40671c2a8058d..b2d37561e9e19d3c7a9efd0b16713b40910502a2 100644 (file)
@@ -40,3 +40,7 @@ Bug Fixes
 - Properly handle missing ``kyua`` command so that ``make check`` does
   not fail unexpectedly when CMocka is installed, but Kyua is not.
   [GL #1950]
+
+- The ``primary`` and ``secondary`` keywords, when used as parameters for
+  ``check-names``, were not processed correctly and were being ignored.
+  [GL #1949]