From: Ondřej Surý Date: Mon, 22 Jun 2020 10:33:54 +0000 (+0200) Subject: Add CHANGES and release note for #1949 X-Git-Tag: v9.17.3~47^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eaafae2766e7a8f6b94a7c5fb5a28b488cf352c6;p=thirdparty%2Fbind9.git Add CHANGES and release note for #1949 --- diff --git a/CHANGES b/CHANGES index 2c3b19a61e7..376f23a464c 100644 --- 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] + 5442. [func] Add support for outgoing TCP connections in netmgr. [GL #1958] diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index ac3c5011d20..5f38d9c6767 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -36,3 +36,7 @@ Bug Fixes - The DS set returned by ``dns_keynode_dsset()`` was not thread-safe. This could result in an INSIST being triggered. [GL #1926] + +- The ``primary`` and ``secondary`` keywords, when used as parameters for + ``check-names``, were not processed correctly and were being ignored. + [GL #1949]