From: Karel Slany Date: Mon, 2 Sep 2013 10:29:54 +0000 (+0200) Subject: Fixed mistake pyLDNS Changelog file. X-Git-Tag: release-1.6.17rc1~45 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2399131f321ab801a6fc4575a549e7ce82dd66a4;p=thirdparty%2Fldns.git Fixed mistake pyLDNS Changelog file. --- diff --git a/contrib/python/Changelog b/contrib/python/Changelog index 860f82e7..25bb2a08 100644 --- a/contrib/python/Changelog +++ b/contrib/python/Changelog @@ -2,7 +2,7 @@ * Changed the behaviour of ldns_resolver.trusted_key() in order to prevent memory corrupotion and leaks. * Fixed memory leaks when destroying ldns_resolver. - * Removed ldns_pkt.section_count(), ldns_pkt.set_searchlist_count() + * Removed ldns_pkt.section_count(), ldns_resolver.set_searchlist_count() because it is marked static in the library. * Added ldns_pkt.new(), ldns_resolver.new(). * Marked as returning new object ldns_pkt.get_section_clone(),