]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
Fixed mistake pyLDNS Changelog file.
authorKarel Slany <karel.slany@nic.cz>
Mon, 2 Sep 2013 10:29:54 +0000 (12:29 +0200)
committerKarel Slany <karel.slany@nic.cz>
Mon, 2 Sep 2013 10:29:54 +0000 (12:29 +0200)
contrib/python/Changelog

index 860f82e7e9d2366715d54fc2a755c76ada97790d..25bb2a08e9b7ec2df79968ff99910da4a42faf9c 100644 (file)
@@ -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(),