From 059a602551fb985269acd83f016da8ffe63ef4e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20K=C4=99pie=C5=84?= Date: Thu, 7 Apr 2022 15:01:16 +0200 Subject: [PATCH] Add CHANGES entry for GL #3208 --- CHANGES | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES b/CHANGES index 8600ca7df8..65ce7dcbf1 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +5856. [bug] The "starting maxtime timer" message related to outgoing + zone transfers was incorrectly logged at the ERROR level + instead of DEBUG(1). [GL #3208] + 5855. [bug] Ensure that zone maintenance queries have a retry limit. [GL #3242]