From d7a60427b95f0dece44803a75678b99818d7f51f Mon Sep 17 00:00:00 2001 From: Artem Boldariev Date: Wed, 17 May 2023 13:55:25 +0300 Subject: [PATCH] Update release notes [GL #4071] Mention that BIND getting stuck during reconfiguration when DoH-enabled listen statement is removed on re-configuration has been fixed. --- doc/notes/notes-current.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index 4bf86cd3db..e57a5a6c8c 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -35,7 +35,9 @@ Feature Changes Bug Fixes ~~~~~~~~~ -- None. +- BIND could get stuck on reconfiguration when a `listen` statement + for HTTP is removed from the configuration. That has been fixed. + :gl:`#4071` Known Issues ~~~~~~~~~~~~