From: Petr Špaček Date: Thu, 7 Mar 2024 17:28:15 +0000 (+0100) Subject: Add release note for GL #4591 X-Git-Tag: v9.19.22~2^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2fac89f039e9970614be775065bfb31e6c78d43b;p=thirdparty%2Fbind9.git Add release note for GL #4591 --- diff --git a/doc/notes/notes-9.19.22.rst b/doc/notes/notes-9.19.22.rst index 0812e0d3765..a1cfe42d427 100644 --- a/doc/notes/notes-9.19.22.rst +++ b/doc/notes/notes-9.19.22.rst @@ -80,6 +80,11 @@ Bug Fixes :any:`max-cache-size` limit being exceeded and has now been fixed. :gl:`#4621` +- The logic for cleaning up expired cached DNS records was + tweaked to be more aggressive. This change helps with enforcing + :any:`max-cache-ttl` and :any:`max-ncache-ttl` in a timely manner. + :gl:`#4591` + - Changes to ``listen-on`` statements were ignored on reconfiguration unless the port or interface address was changed, making it impossible to change a related listener transport type. That issue