From: Ondřej Surý Date: Tue, 16 Apr 2024 15:37:30 +0000 (+0200) Subject: Add CHANGES and release note for [GL #4680] X-Git-Tag: v9.19.24~27^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fbea3bb255c54e9998c68777a360a58633a5c026;p=thirdparty%2Fbind9.git Add CHANGES and release note for [GL #4680] --- diff --git a/CHANGES b/CHANGES index dcf18af4a04..67ad1f22652 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +6373. [func] Offload the isc_http response processing to worker + thread. [GL #4680] + 6372. [func] Implement signature jitter for dnssec-policy. [GL #4554] 6371. [bug] Access to the trust bytes in the ncache data needed to diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index 9812b77e46d..cfbcc05c8d1 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -33,7 +33,8 @@ Removed Features Feature Changes ~~~~~~~~~~~~~~~ -- None. +- Querying the statistics channel no longer blocks the DNS communication + on the networking event loop. :gl:`#4680` Bug Fixes ~~~~~~~~~