From: Vladimír Čunát Date: Thu, 1 Jun 2017 12:42:02 +0000 (+0200) Subject: Merge !295: validate: avoid keeping KR_RANK_MISSING X-Git-Tag: v1.3.0~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4fa31008076a4a43c914c3c944dd1b45e72c3bcf;p=thirdparty%2Fknot-resolver.git Merge !295: validate: avoid keeping KR_RANK_MISSING --- 4fa31008076a4a43c914c3c944dd1b45e72c3bcf diff --cc NEWS index 86fe35980,75c0ca512..33827c7c2 --- a/NEWS +++ b/NEWS @@@ -13,11 -13,10 +13,14 @@@ Improvement - allow answering from cache in non-iterative modes (#122) - command line: specify ports via @ but still support # for compatibility - policy: recognize 100.64.0.0/10 as local addresses +- layer/iterate: *do* retry repeatedly if REFUSED, as we can't yet easily + retry with other NSs while avoiding retrying with those who REFUSED +- modules: allow changing the directory where modules are found, + and do not search the default library path anymore. + Bugfixes + -------- + - validate: fix insufficient caching for some cases (relatively rare) Knot Resolver 1.2.6 (2017-04-24) ================================