Add release note and change entry for #2982

News worthy.
This commit is contained in:
Matthijs Mekking
2022-08-02 14:46:30 +02:00
parent c5b71e2472
commit d6ea003990
2 changed files with 8 additions and 1 deletions

View File

@@ -40,4 +40,7 @@ Feature Changes
Bug Fixes
~~~~~~~~~
- None.
- Fix a serve-stale bug, where BIND would try to return stale data from cache
for lookups that received duplicate queries or queries that would be dropped.
This bug resulted in premature SERVFAIL responses, and has now been resolved.
:gl:`#2982`