From: W.C.A. Wijngaards Date: Thu, 18 Feb 2021 10:16:19 +0000 (+0100) Subject: Changelog note for #317 X-Git-Tag: release-1.13.2rc1~269^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d6e55a586cb877929964e8e8ff88bf752086fd02;p=thirdparty%2Funbound.git Changelog note for #317 - Merge PR #317: ZONEMD Zone Verification, with RFC 8976 support. ZONEMD records are checked for zones loaded as auth-zone, with DNSSEC if available. There is an added option zonemd-permissive-mode that makes it log but not fail wrong zones. With zonemd-reject-absence for an auth-zone the presence of a zonemd can be mandated for specific zones. --- diff --git a/doc/Changelog b/doc/Changelog index f855e5a9a..8dd41fade 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -1,3 +1,11 @@ +18 February 2021: Wouter + - Merge PR #317: ZONEMD Zone Verification, with RFC 8976 support. + ZONEMD records are checked for zones loaded as auth-zone, + with DNSSEC if available. There is an added option + zonemd-permissive-mode that makes it log but not fail wrong zones. + With zonemd-reject-absence for an auth-zone the presence of a + zonemd can be mandated for specific zones. + 15 February 2021: Wouter - Fix #422: IPv6 fallback issues when IPv6 is not properly enabled/configured.