]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Modify CHANGES [GL #4487]
authorArtem Boldariev <artem@boldariev.com>
Wed, 17 Jan 2024 14:01:08 +0000 (16:01 +0200)
committerArtem Boldariev <artem@boldariev.com>
Thu, 18 Jan 2024 20:54:08 +0000 (22:54 +0200)
Mention that TLS DNS will not process more than one message at a time
when that was not expected.

CHANGES

diff --git a/CHANGES b/CHANGES
index b37eb34e0c73f34f2e6499465414c7c57be3a0f5..6bccc42646653b275074b28c1caa243b52f51411 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,7 @@
+6320.  [bug]           Under some circumstances, the DoT code in client
+                       mode could process more than one message at a time when
+                       that was not expected. That has been fixed. [GL #4487]
+
        --- 9.18.22 released ---
 
 6319.  [func]          Limit isc_task_send() overhead for RBTDB tree pruning.