From: Michał Kępień Date: Mon, 11 Oct 2021 13:56:17 +0000 (+0200) Subject: Add release note for GL #2911 X-Git-Tag: v9.16.22~2^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8956d10ce3bc265771edf74d14a6d92e6c19cafd;p=thirdparty%2Fbind9.git Add release note for GL #2911 --- diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index 3f4ff6f4d86..9fa61f9e104 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -82,6 +82,12 @@ Feature Changes Bug Fixes ~~~~~~~~~ +- A recent change introduced in BIND 9.16.21 inadvertently broke + backward compatibility for the ``check-names master ...`` and + ``check-names slave ...`` options, causing them to be silently + ignored. This has been fixed and these options now work properly + again. :gl:`#2911` + - When new IP addresses were set up by the operating system during ``named`` startup, it could fail to listen for TCP connections on the newly added interfaces. :gl:`#2852`