From 2a6be79edf9bb396b41447c5e342a9936df8683a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20K=C4=99pie=C5=84?= Date: Mon, 7 Nov 2022 22:33:46 +0100 Subject: [PATCH] Add release note for GL #3603 --- doc/notes/notes-9.18.9.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/notes/notes-9.18.9.rst b/doc/notes/notes-9.18.9.rst index f04d2dcd8d..828f459723 100644 --- a/doc/notes/notes-9.18.9.rst +++ b/doc/notes/notes-9.18.9.rst @@ -48,6 +48,11 @@ Bug Fixes - Previously, BIND failed to start on Solaris-based systems with hundreds of CPUs. This has been fixed. :gl:`#3563` +- When a DNS resource record's TTL value was equal to the resolver's + configured :any:`prefetch` "eligibility" value, the record was + erroneously not treated as eligible for prefetching. This has been + fixed. :gl:`#3603` + Known Issues ~~~~~~~~~~~~