]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add CHANGES and release notes for [GL #3752]
authorAram Sargsyan <aram@isc.org>
Thu, 22 Dec 2022 14:01:47 +0000 (14:01 +0000)
committerArаm Sаrgsyаn <aram@isc.org>
Fri, 23 Dec 2022 10:08:00 +0000 (10:08 +0000)
(cherry picked from commit a4def095f348105a99ef19944b26268a0effae93)

CHANGES
doc/notes/notes-current.rst

diff --git a/CHANGES b/CHANGES
index fec46c9e98fc28285a53a88f3706facfb2a21f17..55e36d23967ec22d0ba7b6c44bafe90757593ecc 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,5 @@
+6053.  [bug]           Fix an ADB quota management bug in resolver. [GL #3752]
+
 6051.  [bug]           Improve thread safety in the dns_dispatch unit.
                        [GL #3178] [GL #3636]
 
index 0f4f0e8c01fa81f225e229ec7709fdfdfccf12fb..ebe1ab10119024e0041ea3035583b7a8da30d9ab 100644 (file)
@@ -52,6 +52,11 @@ Bug Fixes
 - Fix a rare assertion failure in the outgoing TCP DNS connection handling.
   :gl:`#3178` :gl:`#3636`
 
+- In addition to a previously fixed bug, another similar issue was discovered
+  where quotas could be erroneously reached for servers, including any
+  configured forwarders, resulting in SERVFAIL answers being sent to clients.
+  This has been fixed. :gl:`#3752`
+
 Known Issues
 ~~~~~~~~~~~~