]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
add CHANGES and release note for GL #4425
authorAydın Mercan <aydin@isc.org>
Fri, 24 May 2024 12:18:15 +0000 (15:18 +0300)
committerAydın Mercan <aydin@isc.org>
Thu, 30 May 2024 10:39:23 +0000 (13:39 +0300)
CHANGES
doc/notes/notes-current.rst

diff --git a/CHANGES b/CHANGES
index 71704f18b0413272994ed1133e5bd3e27ef7e2f4..4d81ce8f182712b672a230a047f9dff068b250f0 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,6 @@
+6391.  [bug]           TCP client statistics could sometimes fail to decrease
+                       when accepting client connection fails. [GL #4742]
+
 6390.  [bug]           Fix a data race in isc_task_purgeevent(). [GL !8937]
 
 6389.  [bug]           dnssec-verify and dnssec-signzone could fail if there
index 52d0cec18aa5b4d2b8e36ef54e32692a9bea2673..f0101b983359811625384543d6a06bb9c1db7bec 100644 (file)
@@ -43,6 +43,10 @@ Bug Fixes
   :iscman:`named` could crash with an assertion failure. This has been
   fixed. :gl:`#4719`
 
+- The statistics channel counters that indicated the number of currently
+  connected TCP IPv4/IPv6 clients were not properly adjusted in certain
+  failure scenarios. This has been fixed. :gl:`#4742`
+
 Known Issues
 ~~~~~~~~~~~~