From b48dfae41aa2e06f37900004d723032441607712 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Sur=C3=BD?= Date: Wed, 6 Mar 2024 13:39:25 +0100 Subject: [PATCH] Add CHANGES and release note for [GL #4621] --- CHANGES | 4 +++- doc/notes/notes-current.rst | 5 +++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 03254d21d7..01cfa6972c 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 89764cb996..db94ea44fa 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 ~~~~~~~~~~~~