]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
Changelog notes for #350 and #351
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Mon, 23 Nov 2020 07:58:41 +0000 (08:58 +0100)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Mon, 23 Nov 2020 07:58:41 +0000 (08:58 +0100)
- 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.

doc/Changelog

index 613d14cb7b4ed18143feafc3c4871f14c04f2c20..a4c4792ffc0371c492070bcf8514805cd60cc1c3 100644 (file)
@@ -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.