]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
CHANGES note for [GL #3936]
authorTony Finch <fanf@isc.org>
Thu, 9 Mar 2023 11:11:41 +0000 (11:11 +0000)
committerTony Finch <fanf@isc.org>
Fri, 12 May 2023 19:50:37 +0000 (20:50 +0100)
[cleanup] Refactor the loop manager and qp-trie code to remove
isc_qsbr and use liburcu instead. [GL #3936]

CHANGES

diff --git a/CHANGES b/CHANGES
index aaec78b58a7cd65c17ca15e229f7ccbcea1b5643..5598d6f37377e5140927bd6dcbb0f5b2bbeab0b7 100644 (file)
--- 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]