]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
CHANGES and release note for [GL #828]
authorEvan Hunt <each@isc.org>
Tue, 12 Oct 2021 23:39:37 +0000 (16:39 -0700)
committerEvan Hunt <each@isc.org>
Wed, 13 Oct 2021 15:34:36 +0000 (08:34 -0700)
CHANGES
doc/notes/notes-current.rst

diff --git a/CHANGES b/CHANGES
index a0bf41bc2bfea88b58feea59d7fb7995528513ef..f0fb0a3843f83a714abbe7cfbf6e27c52fb0cde7 100644 (file)
--- 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]
 
index 0235cbf02316c34556812da4cd1c54908dc8a71e..9ad60d5809068a8a73c89433f67a4ba64452d4f6 100644 (file)
@@ -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`