Add CHANGES note for [GL #3327]

This commit is contained in:
Evan Hunt 2022-05-05 15:02:43 -07:00
parent 8834c44683
commit 3f478a3bed

View file

@ -1,3 +1,9 @@
5890. [bug] When the fetches-per-server quota was adjusted
because of an authoritative server timing out more
or less frequently, it was incorrectly set to 1
rather than the intended value. This has been
fixed. [GL #3327]
5889. [cleanup] Refactored and simplified the shutdown processes in
dns_view, dns_resolver, dns_requestmgr, and dns_adb
by reducing interdependencies between the objects.