From: Ondřej Surý Date: Fri, 26 Nov 2021 10:13:47 +0000 (+0100) Subject: Add CHANGES and release notes for [GL #3026] X-Git-Tag: v9.17.21~7^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e779b11f6d65192db02be0651b74da8ca07e617;p=thirdparty%2Fbind9.git Add CHANGES and release notes for [GL #3026] --- diff --git a/CHANGES b/CHANGES index e147f40630d..ef1eca035cb 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +5772. [bug] The resolver could hang on shutdown due to dispatch + resources not being cleaned up when a TCP connection + was reset. [GL #3026] + 5771. [bug] Use idn2 UseSTD3ASCIIRules=false to disable additional unicode validity checks because enabling the additional checks would break valid domain names that contains diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index 66035404ae8..01c49f95088 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -56,3 +56,6 @@ Bug Fixes ``rndc reconfig``, then bringing back the removed ``catalog-zone`` clause and running ``rndc reconfig`` again caused ``named`` to crash. This has been fixed. :gl:`#1608` + +- The resolver could hang on shutdown due to dispatch resources not being + cleaned up when a TCP connection was reset. This has been fixed. :gl:`#3026`