From f4d2812812406c7ddb53b49d7f8dd5d1b4fd786a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20K=C4=99pie=C5=84?= Date: Fri, 9 Jul 2021 09:34:52 +0200 Subject: [PATCH] Add release note for GL #2758 --- doc/notes/notes-current.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index 1d61223b89..2d6c803808 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -56,6 +56,9 @@ Bug Fixes when both wildcard expansion and CNAME chaining were required to prepare the response. This has been fixed. :gl:`#2759` +- If ``nsupdate`` sends an SOA request and receives a REFUSED response, + it now fails over to the next available server. :gl:`#2758` + - A bug that caused the NSEC3 salt to be changed on every restart for zones using KASP has been fixed. :gl:`#2725`