From: Willem Toorop Date: Mon, 15 Jul 2019 11:35:16 +0000 (+0200) Subject: Changelog entrie for bugfix #279 X-Git-Tag: release-1.7.1-rc1~9^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eb1273f324fe23124bc140c71b1cb21761e8d245;p=thirdparty%2Fldns.git Changelog entrie for bugfix #279 --- diff --git a/Changelog b/Changelog index 4d332a1c..7be40761 100644 --- a/Changelog +++ b/Changelog @@ -50,6 +50,10 @@ Thanks Petr Menšík * Feature #3394: An -I option to ldns-notify to specify a source IP address to send to notify from. Thanks Geert Hendrickx + * Bugfix #279: New API functions ldns_udp_connect2, + ldns_tcp_connect2, ldns_udp_bgsend2 and ldns_tcp_bgsend2, + that return -1 on failure and allow socket number 0 + to be returned too. Thanks Joerg Sonnenberger 1.7.0 2016-12-20 * Fix lookup of relative names in ldns_resolver_search.