]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add CHANGES and release note for [GL #3178] and [GL #3636]
authorOndřej Surý <ondrej@isc.org>
Wed, 30 Nov 2022 17:48:06 +0000 (18:48 +0100)
committerOndřej Surý <ondrej@isc.org>
Mon, 19 Dec 2022 10:42:50 +0000 (11:42 +0100)
CHANGES
doc/notes/notes-current.rst

diff --git a/CHANGES b/CHANGES
index 869b930e99ec7be283662395ba12e75286a7db46..810eb9b691c72a96a1a3feb0c38f99828b3b6a86 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,6 @@
+6051.  [bug]           Improve thread safety in the dns_dispatch unit.
+                       [GL #3178] [GL #3636]
+
 6050.  [bug]           Changes to the RPZ response-policy min-update-interval
                        and add-soa options now take effect as expected when
                        named is reconfigured. [GL #3740]
index 331d6555557339d133cd106ba437be88508246a0..4abcdfd95d61b0bdf28a56c241d4c12ae53abb32 100644 (file)
@@ -49,6 +49,9 @@ Bug Fixes
   structures used for "housekeeping") and exclude recently used (<= 10 seconds)
   ADB names and entries from the overmem memory cleaner. :gl:`#3739`
 
+- Fix a rare assertion failure in the outgoing TCP DNS connection handling.
+  :gl:`#3178` :gl:`#3636`
+
 Known Issues
 ~~~~~~~~~~~~