From dd9f205c1315b276b74efbc7a14eaa031001b2a2 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Fri, 1 Sep 2023 10:26:45 +1000 Subject: [PATCH] Add a CHANGES note for [GL #4290] (cherry picked from commit b867244305ba3a542ddab9e6e4bc5996a014a61d) --- CHANGES | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES b/CHANGES index 238f14e607..a62a2dc690 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +6244. [bug] Adjust log levels on malformed messages to NOTICE when + transferring in a zone. [GL #4290] + 6241. [bug] Take into account the possibility of partial TLS writes in TLS DNS code. That helps to prevent DNS messages corruption on long DNS over TLS streams. [GL #4255]