From fbea3bb255c54e9998c68777a360a58633a5c026 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Sur=C3=BD?= Date: Tue, 16 Apr 2024 17:37:30 +0200 Subject: [PATCH] Add CHANGES and release note for [GL #4680] --- CHANGES | 3 +++ doc/notes/notes-current.rst | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index dcf18af4a0..67ad1f2265 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 9812b77e46..cfbcc05c8d 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 ~~~~~~~~~