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 79040a669c
commit 79ee08c337
No known key found for this signature in database
GPG key ID: 2820F37E873DEA41
2 changed files with 9 additions and 0 deletions

View file

@ -1,3 +1,7 @@
6356. [bug] Create the pruning task in the dns_cache_flush(), so
the cache pruning still works after the flush.
[GL #4621]
6353. [bug] Improve the TTL-based cleaning by removing the expired
headers from the heap, so they don't block the next
cleaning round and clean more than a single item for

View file

@ -49,6 +49,11 @@ Bug Fixes
ISC would like to thank Thomas Amgarten for bringing this issue to
our attention. :gl:`#4518`, :gl:`#4528`
- 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
~~~~~~~~~~~~