From e22506337cdc1d2dfb0f3156fca72eb893db77c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20K=C4=99pie=C5=84?= Date: Mon, 11 Oct 2021 14:39:06 +0200 Subject: [PATCH] Add release note for GL #2911 --- doc/notes/notes-current.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index 0d7babc744..5c07bfb918 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -144,6 +144,12 @@ Feature Changes Bug Fixes ~~~~~~~~~ +- A recent change introduced in BIND 9.17.18 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`