]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add CHANGES entry
authorMichał Kępień <michal@isc.org>
Thu, 17 Jun 2021 15:09:37 +0000 (17:09 +0200)
committerMichał Kępień <michal@isc.org>
Thu, 17 Jun 2021 15:09:37 +0000 (17:09 +0200)
CHANGES

diff --git a/CHANGES b/CHANGES
index c6717947082c910e75d026606422f1c17e3682d5..0b83c6f11855877cbb04aaf82af03247afe90b86 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,8 @@
+5658.  [bug]           Increasing "max-cache-size" for a running named instance
+                       (using "rndc reconfig") was not causing the hash tables
+                       used by cache databases to be grown accordingly. This
+                       has been fixed. [GL #2770]
+
 5657.  [cleanup]       Removed support for builtin atomics in old versions
                        of clang (<< 3.6.0) and gcc (<< 4.7.0), and atomics
                        emulated with mutex. [GL #2606]