]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add CHANGES and release note for [GL #4185]
authorOndřej Surý <ondrej@isc.org>
Thu, 29 Jun 2023 12:51:51 +0000 (14:51 +0200)
committerOndřej Surý <ondrej@isc.org>
Tue, 18 Jul 2023 09:57:11 +0000 (11:57 +0200)
CHANGES
doc/notes/notes-current.rst

diff --git a/CHANGES b/CHANGES
index f951231a90d4194685114ea7f4998ae6fb0a300f..007564df6c348e3a22bcffcc5f549f28d934ff84 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,7 @@
+6209.  [func]          Reduce query-response latency by making recursive
+                       queries (CNAME, DNAME, NSEC) asynchronous instead
+                       of directly calling the respective functions. [GL #4185]
+
 6208.  [func]          Return BADCOOKIE for out-of-date or otherwise bad, well
                        formed DNS SERVER COOKIES. [GL #4194]
 
index 0bffdada3641f3ead506f36d54df1539bd64a70b..0da2da6adad79c82ed4e77e10cda6101f193b522 100644 (file)
@@ -41,6 +41,10 @@ Bug Fixes
 
 - None.
 
+- Query-processing latency under load has been improved by reducing the
+  uninterrupted time spent by resolving long cached chains of domain names.
+  :gl:`#4185`
+
 Known Issues
 ~~~~~~~~~~~~