]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add CHANGES and release note for [GL #4621]
authorOndřej Surý <ondrej@isc.org>
Wed, 6 Mar 2024 12:39:25 +0000 (13:39 +0100)
committerOndřej Surý <ondrej@isc.org>
Wed, 6 Mar 2024 17:33:44 +0000 (18:33 +0100)
CHANGES
doc/notes/notes-current.rst

diff --git a/CHANGES b/CHANGES
index 03254d21d746f9f5f0e9edc83d85eb7ec3957f68..01cfa6972ca25872203cefcb067b1c79d06a9941 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,6 @@
-6356.  [placeholder]
+6356.  [bug]           Attach the loop also in the dns_cache_flush(), so
+                       the cache pruning still works after the flush.
+                       [GL #4621]
 
 6355.  [func]          The red-black tree data structure underlying the
                        RBTDB has been replaced with QP-tries.  This is
index 89764cb9962b1b93cdd640a6ba5e1c8ba143762a..db94ea44fa97f0adc9d3011c3c1b2c82d2bb4eef 100644 (file)
@@ -92,6 +92,11 @@ Bug Fixes
   :any:`max-cache-size` limit was reached. This has been fixed.
   :gl:`#4596`
 
+- Using :option:`rndc flush` inadvertently caused cache cleaning to
+  become less effective. This could ultimately lead to the configured
+  :any:`max-cache-size` limit being exceeded and has now been fixed.
+  :gl:`#4621`
+
 Known Issues
 ~~~~~~~~~~~~