Add CHANGES and release note for [GL #4596]

This commit is contained in:
Ondřej Surý 2024-02-22 08:56:46 +01:00
parent 0b32d323e0
commit f447557667
No known key found for this signature in database
GPG key ID: 2820F37E873DEA41
2 changed files with 8 additions and 0 deletions

View file

@ -1,3 +1,7 @@
6352. [bug] Revert change 6319 and decrease lock contention during
RBTDB tree pruning by not cleaning up nodes recursively
within a single prune_tree() call. [GL #4596]
6351. [protocol] Support for the RESINFO record type has been added.
[GL #4413]

View file

@ -70,6 +70,10 @@ Bug Fixes
ISC would like to thank to Jinmei Tatuya from Infoblox for bringing
this issue to our attention.
- A regression in cache-cleaning code enabled memory use to grow
significantly more quickly than before, until the configured
:any:`max-cache-size` limit was reached. This has been fixed.
:gl:`#4596`
Known Issues
~~~~~~~~~~~~