]> 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 11:46:34 +0000 (13:46 +0200)
Fixing another serve-stale bug is still news.

(cherry picked from commit 23dbb6ba72c9c5cce6f703d44dc6eaed2005c982)

CHANGES
doc/notes/notes-current.rst

diff --git a/CHANGES b/CHANGES
index 93e1842c4e9366eff3220e0f896968c65ba3457d..b6f5147db4e6df4fd259b3172377cc63eef4093a 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 9324b85735b67d5e25999017d0d93dfd7467604a..adec5ced278eb76f9557bad082fec666a4a16d5e 100644 (file)
@@ -44,6 +44,10 @@ Bug Fixes
   for HTTP is removed from the configuration. That has been fixed.
   :gl:`#4071`
 
+- 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
 ~~~~~~~~~~~~