]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
Changelog entrie for bugfix #279 31/head
authorWillem Toorop <willem@nlnetlabs.nl>
Mon, 15 Jul 2019 11:35:16 +0000 (13:35 +0200)
committerWillem Toorop <willem@nlnetlabs.nl>
Mon, 15 Jul 2019 11:35:16 +0000 (13:35 +0200)
Changelog

index 4d332a1c2c196216640ca1810364ea3151a8f756..7be407613a127b61def38b354d97709c9039f541 100644 (file)
--- a/Changelog
+++ b/Changelog
          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.