]> 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 09:45:20 +0000 (09:45 +0000)
CHANGES
doc/notes/notes-current.rst

diff --git a/CHANGES b/CHANGES
index 2d4b790360e82481f24a9ce55a07c4db2f21a579..b8822805d492713f93b69169224a80d1462f4d6f 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,5 @@
+6053.  [bug]           Fix an ADB quota management bug in resolver. [GL #3752]
+
 6052.  [func]          Replace DNS over TCP and DNS over TLS transports
                        code with a new, unified transport implementation.
                        [GL #3374]
index ab6c3d0f9b00a79e0f6383a9a71fcc0e3bde5207..89ea9071022721d3ccab00a49d58c298eb03ed68 100644 (file)
@@ -55,6 +55,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
 ~~~~~~~~~~~~