From: W.C.A. Wijngaards Date: Wed, 25 Aug 2021 08:19:48 +0000 (+0200) Subject: Changelog note for #401 X-Git-Tag: release-1.14.0rc1~61 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=924ff7b3730e7af4dc8b8dc08f3373279671acc0;p=thirdparty%2Funbound.git Changelog note for #401 - Merge #401: RPZ triggers. This add additional RPZ triggers, unbound supports a full set of rpz triggers, and this now includes nsdname, nsip and clientip triggers. Also actions are fully supported, and this now includes the tcp-only action. --- diff --git a/doc/Changelog b/doc/Changelog index 7c03d428b..ece9d3bb7 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -1,3 +1,9 @@ +25 August 2021: Wouter + - Merge #401: RPZ triggers. This add additional RPZ triggers, + unbound supports a full set of rpz triggers, and this now + includes nsdname, nsip and clientip triggers. Also actions + are fully supported, and this now includes the tcp-only action. + 20 August 2021: Wouter - Fix #529: Fix: log_assert does nothing if UNBOUND_DEBUG is undefined.