From ded4650794b6444c605851dbdf06ef0ec2b22c51 Mon Sep 17 00:00:00 2001 From: Evan Hunt Date: Thu, 11 Apr 2019 15:20:46 -0700 Subject: [PATCH] CHANGES --- CHANGES | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGES b/CHANGES index 9bd04956d6..466cdab47a 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,9 @@ +5210. [bug] When dnstap is enabled and recursion is not + available, incoming queries are now logged + as "auth". Previously, this depended on whether + recursion was requested by the client, not on + whether recursion was available. [GL #963] + 5208. [test] Run valid rdata wire encodings through totext+fromtext and tofmttext+fromtext methods to check these methods. [GL #899]