]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add release note and CHANGES for #3991
authorMatthijs Mekking <matthijs@isc.org>
Thu, 6 Apr 2023 07:45:55 +0000 (09:45 +0200)
committerMatthijs Mekking <matthijs@isc.org>
Wed, 3 May 2023 07:12:33 +0000 (09:12 +0200)
Bug worth mentioning.

CHANGES
doc/notes/notes-current.rst

diff --git a/CHANGES b/CHANGES
index 2345d67040d0601d19c00312ad4e9ce0cf1b1bf0..a1c0746f0659b80fac6ed76a0dc85e92c55ad5d2 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,6 @@
+6161.  [bug]           Fix log file rotation when using absolute path as
+                       file. [GL #3991]
+
 6160.  [bug]           'delv +ns' could print duplicate output. [GL #4020]
 
 6159.  [bug]           Fix use-after-free bug in TCP accept connection
index e404945b4380040dd1284c7150ef3a93033b61cf..bb0553723afa8218131b7272e45965102d538ed3 100644 (file)
@@ -51,6 +51,10 @@ Bug Fixes
   incoming zone transfers now time out properly when not progressing.
   :gl:`#4004`
 
+- Log file rotation did not clean up older versions of log files when the
+  logging :any:`channel` configured an absolute path as ``file`` destination.
+  This has now been fixed. :gl:`#3991`.
+
 Known Issues
 ~~~~~~~~~~~~