+5741. [bug] Log files with "timestamp" suffixes could be left in
+ place after rolling, even if the number of preserved
+ log files exceeded the configured "versions" limit.
+ [GL #828]
+
5740. [func] Implement incremental resizing of RBT hash table to
perform the rehashing gradually. [GL #2941]
- Reloading a catalog zone that referenced a missing/deleted zone
caused a crash. This has been fixed. :gl:`#2308`
+
+- Logfiles using ``timestamp``-style suffixes were not always correctly
+ removed when the number of files exceeded the limit set by ``versions``.
+ :gl:`#828`