From: Tony Finch Date: Thu, 9 Mar 2023 11:11:41 +0000 (+0000) Subject: CHANGES note for [GL #3936] X-Git-Tag: v9.19.14~52^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5e97ec5eadf4fb1dd23e2d86d6795b278341d6c8;p=thirdparty%2Fbind9.git CHANGES note for [GL #3936] [cleanup] Refactor the loop manager and qp-trie code to remove isc_qsbr and use liburcu instead. [GL #3936] --- diff --git a/CHANGES b/CHANGES index aaec78b58a7..5598d6f3737 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +6172. [cleanup] Refactor the loop manager and qp-trie code to remove + isc_qsbr and use liburcu instead. [GL #3936] + 6171. [cleanup] Remove the stack implementation added in change 6108: we are using the liburcu concurrent data structures instead. [GL !7920]