From: Yorgos Thessalonikefs Date: Fri, 24 May 2024 13:24:52 +0000 (+0200) Subject: Changelog entry for #1059: X-Git-Tag: release-1.21.0rc1~73 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b30c869a59be720a192ca450b705df9ba07287c6;p=thirdparty%2Funbound.git Changelog entry for #1059: - Fix #1059: Intermittent DNS blocking failure with local-zone and always_nxdomain. Addition of local_zones dynamically via unbound-control was not finding the zone's parent correctly. --- diff --git a/doc/Changelog b/doc/Changelog index a4261ed80..4b430c4f9 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -1,6 +1,11 @@ 24 May 2024: Wouter - Fix #1064: Unbound 1.20 Cachedb broken? +24 May 2024: Yorgos + - Fix #1059: Intermittent DNS blocking failure with local-zone and + always_nxdomain. Addition of local_zones dynamically via + unbound-control was not finding the zone's parent correctly. + 21 May 2024: Wouter - Merge #1073: fix null pointer dereference issue in function ub_ctx_set_fwd.