]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add release note and changes for #3950
authorMatthijs Mekking <matthijs@isc.org>
Mon, 1 May 2023 13:04:42 +0000 (15:04 +0200)
committerMatthijs Mekking <matthijs@isc.org>
Tue, 30 May 2023 09:58:50 +0000 (11:58 +0200)
Fixing another serve-stale bug is still news.

CHANGES
doc/notes/notes-current.rst

diff --git a/CHANGES b/CHANGES
index 15acb8bdfc620b38cb0fd927c7b9fe53f710f22b..52b4cf5e4e144598ab63237957518da8e8954af6 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,6 @@
+6183.  [bug]           Fix a serve-stale bug where a delegation from cache
+                       could be returned to the client. [GL #3950]
+
 6182.  [cleanup]       Remove configure checks for epoll, kqueue and
                        /dev/poll. [GL #4098]
 
index 53a5e83a96de2a40afba28f80c04bd804a469479..b5ba7b17e7c2eb0aeb78e2e508a09ccd86e06dde 100644 (file)
@@ -51,6 +51,10 @@ Bug Fixes
 
 - None.
 
+- It could happen that after the :any:`stale-answer-client-timeout` duration,
+  a delegation from cache was returned to the client. This has now been fixed.
+  :gl:`#3950`
+
 Known Issues
 ~~~~~~~~~~~~