From: Evan Hunt Date: Tue, 12 Oct 2021 23:39:37 +0000 (-0700) Subject: CHANGES and release note for [GL #828] X-Git-Tag: v9.17.20~50^2 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=96980adbad4efe1bd17f91e896d6663543b31250;p=thirdparty%2Fbind9.git CHANGES and release note for [GL #828] --- diff --git a/CHANGES b/CHANGES index a0bf41bc2bf..f0fb0a3843f 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,8 @@ +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] diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index 0235cbf0231..9ad60d58090 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -100,3 +100,7 @@ Bug Fixes - 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`