2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 14:07:59 +00:00

Add CHANGES and release note for [GL #4185]

This commit is contained in:
Ondřej Surý
2023-06-29 14:51:51 +02:00
parent b2993f7b85
commit d9d2527a19
2 changed files with 8 additions and 0 deletions

View File

@@ -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]

View 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
~~~~~~~~~~~~