From 51522a2b8479987eec480763bd74ad023757fda5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20K=C4=99pie=C5=84?= Date: Tue, 26 Jun 2018 12:19:41 +0200 Subject: [PATCH] Add CHANGES entry 4978. [test] Fix error handling and resolver configuration in the "rpz" system test. [GL #312] --- CHANGES | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES b/CHANGES index 82078caa96..6cf2b27c9e 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +4978. [test] Fix error handling and resolver configuration in the + "rpz" system test. [GL #312] + 4977. [func] When starting up, log the same details that would be reported by 'named -V'. [GL #247]