From: W.C.A. Wijngaards Date: Mon, 23 Nov 2020 07:58:41 +0000 (+0100) Subject: Changelog notes for #350 and #351 X-Git-Tag: release-1.13.0rc1~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=097e530c49ef418fdfe423a6557a374cae2cc95e;p=thirdparty%2Funbound.git Changelog notes for #350 and #351 - Merge #351 from dvzrv: Add AF_NETLINK to set of allowed socket address families. - Fix #350: with the AF_NETLINK permission, to fix 1.12.0 error: failed to list interfaces: getifaddrs: Address family not supported by protocol. --- diff --git a/doc/Changelog b/doc/Changelog index 613d14cb7..a4c4792ff 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -1,3 +1,10 @@ +23 November 2020: Wouter + - Merge #351 from dvzrv: Add AF_NETLINK to set of allowed socket + address families. + - Fix #350: with the AF_NETLINK permission, to fix 1.12.0 error: + failed to list interfaces: getifaddrs: Address family not + supported by protocol. + 12 November 2020: Wouter - Fix to connect() to UDP destinations, default turned on, this lowers vulnerability to ICMP side channels.