From: Michał Kępień Date: Mon, 16 Nov 2020 10:00:50 +0000 (+0100) Subject: Add release note for GL #2236 X-Git-Tag: v9.17.8~26^2~5^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=563f8a78e9e9aa9cebb428869245203de7101267;p=thirdparty%2Fbind9.git Add release note for GL #2236 --- diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index 2c0a3243fb3..f1a5a29e4cf 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -71,6 +71,10 @@ Bug Fixes - ``named`` could crash with an assertion failure if a TCP connection were closed while a request was still being processed. [GL #2227] +- ``named`` acting as a resolver could incorrectly treat signed zones + with no DS record at the parent as bogus. Such zones should be treated + as insecure. This has been fixed. [GL #2236] + - A problem obtaining glue records could prevent a stub zone from functioning properly, if the authoritative server for the zone were configured for minimal responses. [GL #1736]