Add CHANGES and release note for [GL #4621]

This commit is contained in:
Ondřej Surý
2024-03-06 13:39:25 +01:00
parent d492d676ef
commit b48dfae41a
2 changed files with 8 additions and 1 deletions

View File

@@ -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

View 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
~~~~~~~~~~~~