From: Matthijs Mekking Date: Thu, 6 Apr 2023 07:45:55 +0000 (+0200) Subject: Add release note and CHANGES for #3991 X-Git-Tag: v9.19.13~7^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ab9230b383b627ce9eab4e08d4c36330d1715299;p=thirdparty%2Fbind9.git Add release note and CHANGES for #3991 Bug worth mentioning. --- diff --git a/CHANGES b/CHANGES index 2345d67040d..a1c0746f065 100644 --- 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 diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index e404945b438..bb0553723af 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -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 ~~~~~~~~~~~~