From: Ondřej Surý Date: Wed, 6 Mar 2024 12:39:25 +0000 (+0100) Subject: Add CHANGES and release note for [GL #4621] X-Git-Tag: v9.19.22~6^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b48dfae41aa2e06f37900004d723032441607712;p=thirdparty%2Fbind9.git Add CHANGES and release note for [GL #4621] --- diff --git a/CHANGES b/CHANGES index 03254d21d74..01cfa6972ca 100644 --- 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 diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index 89764cb9962..db94ea44fa9 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -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 ~~~~~~~~~~~~