mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
Add release note and change entry for #2982
News worthy. (cherry picked from commit 2bd448676604f6b9e1a01c5b0615f45c3b35ffed)
This commit is contained in:
parent
5e908a988f
commit
350cc2df28
2 changed files with 8 additions and 1 deletions
4
CHANGES
4
CHANGES
|
|
@ -1,3 +1,7 @@
|
|||
5936. [bug] Don't enable serve-stale for lookups that error because
|
||||
it is a duplicate query or a query that would be
|
||||
dropped. [GL #2982]
|
||||
|
||||
5935. [bug] Fix DiG lookup reference counting bug, which could
|
||||
be observed in NSSEARCH mode. [GL #3478]
|
||||
|
||||
|
|
|
|||
|
|
@ -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`
|
||||
|
|
|
|||
Loading…
Reference in a new issue