+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]
Bug Fixes
~~~~~~~~~
+- 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`
+
- Changes to ``listen-on`` statements were ignored on reconfiguration
unless the port or interface address was changed, making it
impossible to change a related listener transport type. That issue