]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Tweak and reword release notes
authorPetr Špaček <pspacek@isc.org>
Thu, 6 Apr 2023 17:41:05 +0000 (19:41 +0200)
committerPetr Špaček <pspacek@isc.org>
Tue, 11 Apr 2023 16:50:35 +0000 (18:50 +0200)
The fix is incomplete as mentioned in #3991, but it is not a new issue
so let's not add separate Known Issue entry for it.

doc/notes/notes-9.16.40.rst

index 3dfc916715459400f5d9cc7af5d89dd5ec75df3f..caa2e61a05af644757710d557250782b8861b327 100644 (file)
@@ -17,7 +17,9 @@ Bug Fixes
 
 - Logfiles using ``timestamp``-style suffixes were not always correctly
   removed when the number of files exceeded the limit set by ``versions``.
-  :gl:`#828` :gl:`#3959`
+  This has been fixed for configurations which do not explicitly specify
+  a directory path as part of the ``file`` argument in the ``channel``
+  specification. :gl:`#3959` :gl:`#3991`
 
 - Performance of DNSSEC validation in zones with many DNSKEY records
   has been improved. :gl:`#3981`