]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add CHANGES and release notes for [GL #3026]
authorOndřej Surý <ondrej@sury.org>
Fri, 26 Nov 2021 10:13:47 +0000 (11:13 +0100)
committerEvan Hunt <each@isc.org>
Wed, 1 Dec 2021 19:48:15 +0000 (11:48 -0800)
CHANGES
doc/notes/notes-current.rst

diff --git a/CHANGES b/CHANGES
index e147f40630d7d1d0fe2bcdfdd9d9da3808d3fc9a..ef1eca035cbedf1236e227f58c920a4310a6431b 100644 (file)
--- 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
index 66035404ae8b2399dcc5b08ba510c1f00a2a9f34..01c49f95088194ed31435ecdaf7b58d2396a0f3b 100644 (file)
@@ -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`