Add CHANGES note for [GL !6420]

This commit is contained in:
Mark Andrews 2022-06-14 10:31:47 +10:00
parent a58647df6a
commit bd508194be

View file

@ -1,3 +1,9 @@
5903. [bug] When named checks that the OPCODE in a response matches
that of the request, if there is a mismatch named logs
an error. Some of those error messages incorrectly
used RCODE instead of OPCODE to lookup the nemonic.
This has been corrected. [GL !6420]
5902. [func] NXDOMAIN cache records are no longer retained in
the cache after expiry, even when serve-stale is
in use. [GL #3386]