From: Michał Kępień Date: Fri, 8 Jan 2021 15:16:51 +0000 (+0100) Subject: Add release note for GL #2091 X-Git-Tag: v9.17.10~28^2~6^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cf9d818be3ea14edcaa9ebfd2ba7b4e46788c217;p=thirdparty%2Fbind9.git Add release note for GL #2091 --- diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index cc00a8586bb..426975e7760 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -74,5 +74,15 @@ Bug Fixes - When reconfiguring ``named``, removing ``auto-dnssec`` did not turn off DNSSEC maintenance. This has been fixed. [GL #2341] +- The report of intermittent BIND assertion failures triggered in + ``lib/dns/resolver.c:dns_name_issubdomain()`` has now been closed + without further action. Our initial response to this was to add + diagnostic logging instead of terminating ``named``, anticipating that + we would receive further useful troubleshooting input. This workaround + first appeared in BIND releases 9.17.5 and 9.16.7. However, since + those releases were published, there have been no new reports of + assertion failures matching this issue, but also no further diagnostic + input, so we have closed the issue. [GL #2091] + - KASP incorrectly set signature validity to the value of the DNSKEY signature validity. This is now fixed. [GL #2383]