From a6e2b604418dfeab7df58cb693e72fb8fabcbf0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20K=C4=99pie=C5=84?= Date: Thu, 7 Jul 2022 16:34:14 +0200 Subject: [PATCH] Add release note for GL #3415 --- doc/notes/notes-9.18.5.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/notes/notes-9.18.5.rst b/doc/notes/notes-9.18.5.rst index cc585a2768..a3ab591fa0 100644 --- a/doc/notes/notes-9.18.5.rst +++ b/doc/notes/notes-9.18.5.rst @@ -43,6 +43,10 @@ Bug Fixes authoritative servers for a given domain when it receives a FORMERR response from one of them. :gl:`#3152` +- Previously, :option:`rndc reconfig` did not pick up changes to + :any:`endpoints` statements in :any:`http` blocks. This has been + fixed. :gl:`#3415` + - It was possible for a catalog zone consumer to process a catalog zone member zone when there was a configured pre-existing forward-only forward zone with the same name. This has been fixed. :gl:`#2506`