From: Mark Andrews Date: Tue, 14 Jun 2022 00:31:47 +0000 (+1000) Subject: Add CHANGES note for [GL !6420] X-Git-Tag: v9.19.3~55^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bd508194be16e8f13911e7489bea8e4206fbfd5f;p=thirdparty%2Fbind9.git Add CHANGES note for [GL !6420] --- diff --git a/CHANGES b/CHANGES index b0fbc9e8f7f..cbf10e5db87 100644 --- a/CHANGES +++ b/CHANGES @@ -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]