From dc531dc34089799795d73f5d57c421f21e9f4bcb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20K=C4=99pie=C5=84?= Date: Mon, 8 Oct 2018 12:47:28 +0200 Subject: [PATCH] Add CHANGES entry 5047. [bug] Messages logged for certain query processing failures now include a more specific error description if it is available. [GL #572] --- CHANGES | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES b/CHANGES index f77d9512b9..227df1ca3b 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +5047. [bug] Messages logged for certain query processing failures + now include a more specific error description if it is + available. [GL #572] + 5046. [bug] named could crash during shutdown if an RPZ reload was in progress. [RT #46210]