mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
Add CHANGES and release notes for [GL #3752]
(cherry picked from commit a4def095f3)
This commit is contained in:
parent
926f0323b6
commit
0e849a99cf
2 changed files with 7 additions and 0 deletions
2
CHANGES
2
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]
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
~~~~~~~~~~~~
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue