]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Update documentation for GL #3212
authorMichał Kępień <michal@isc.org>
Thu, 12 Jan 2023 20:39:37 +0000 (21:39 +0100)
committerMichał Kępień <michal@isc.org>
Thu, 12 Jan 2023 20:39:37 +0000 (21:39 +0100)
CHANGES
doc/notes/notes-9.19.0.rst

diff --git a/CHANGES b/CHANGES
index 375dea546febf1ef061dde84e6d187931e27a55a..33f05c95c646ad13d7d65442ee8fc3495c7b4126 100644 (file)
--- a/CHANGES
+++ b/CHANGES
                        when the resent query's result was SERVFAIL. [GL #3020]
 
 5830.  [func]          Implement incremental resizing of isc_ht hash tables to
-                       perform the rehashing gradually. [GL #3212]
+                       perform the rehashing gradually. The catalog zone
+                       implementation has been optimized to work with hundreds
+                       of thousands of member zones. [GL #3212] [GL #3744]
 
 5829.  [func]          Refactor and simplify isc_timer API in preparation
                        for further refactoring on top of network manager
index a6f92bfe481ace4b212bc05ab6c6b479bf229b6b..f6363e680c91d0b37bc5b6882791d265bdfab589 100644 (file)
@@ -56,3 +56,6 @@ Feature Changes
   threads. This should increase the responsiveness of :iscman:`named`
   when RPZ updates are being applied after an RPZ zone has been
   successfully transferred. :gl:`#3190`
+
+- The catalog zone implementation has been optimized to work with
+  hundreds of thousands of member zones. :gl:`#3212` :gl:`#3744`