From: Aram Sargsyan Date: Thu, 22 Dec 2022 14:01:47 +0000 (+0000) Subject: Add CHANGES and release notes for [GL #3752] X-Git-Tag: v9.19.9~59^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a4def095f348105a99ef19944b26268a0effae93;p=thirdparty%2Fbind9.git Add CHANGES and release notes for [GL #3752] --- diff --git a/CHANGES b/CHANGES index 2d4b790360e..b8822805d49 100644 --- 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] diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index ab6c3d0f9b0..89ea9071022 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -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 ~~~~~~~~~~~~