]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add CHANGES and release note for [GL #2941]
authorOndřej Surý <ondrej@sury.org>
Thu, 7 Oct 2021 19:55:18 +0000 (21:55 +0200)
committerOndřej Surý <ondrej@sury.org>
Tue, 12 Oct 2021 13:08:23 +0000 (15:08 +0200)
CHANGES
doc/notes/notes-current.rst

diff --git a/CHANGES b/CHANGES
index 42f6bd2814fef9f4964620c9e0ba0dd69a5d0277..a0bf41bc2bfea88b58feea59d7fb7995528513ef 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,6 @@
+5740.  [func]          Implement incremental resizing of RBT hash table to
+                       perform the rehashing gradually. [GL #2941]
+
 5739.  [func]          Change default of 'dnssec-dnskey-kskonly' to 'yes'.
                        [GL #1316]
 
index 3076250a501b955ce6a4fb7d73bb1987141b2447..0235cbf02316c34556812da4cd1c54908dc8a71e 100644 (file)
@@ -36,6 +36,10 @@ New Features
   possible to achieve perfect forward secrecy for DNS-over-TLS and
   DNS-over-HTTPS. :gl:`#2796`
 
+- Implement incremental resizing of RBT hash tables to perform the rehashing
+  gradually instead all-at-once to be able to grow the memory usage gradually
+  while keeping steady response rate during the rehashing. :gl:`#2941`
+
 Removed Features
 ~~~~~~~~~~~~~~~~