From: Michał Kępień Date: Thu, 7 Jul 2022 12:43:47 +0000 (+0200) Subject: Add release note for GL #3152 X-Git-Tag: v9.19.3~2^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a01550d25f1dfc8feb23f9753281f867679d2771;p=thirdparty%2Fbind9.git Add release note for GL #3152 --- diff --git a/doc/notes/notes-9.19.3.rst b/doc/notes/notes-9.19.3.rst index 82d3ae9e46f..4ca8a9a7d54 100644 --- a/doc/notes/notes-9.19.3.rst +++ b/doc/notes/notes-9.19.3.rst @@ -54,6 +54,13 @@ Bug Fixes records within the non-delegated namespace using NSEC records from higher zones. :gl:`#3402` +- Previously, :iscman:`named` immediately returned a SERVFAIL response + to the client when it received a FORMERR response from an + authoritative server during recursive resolution. This has been fixed: + :iscman:`named` acting as a resolver now attempts to contact other + authoritative servers for a given domain when it receives a FORMERR + response from one of them. :gl:`#3152` + - 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`