removes the wrong TTL and 0 rdata from the packet printout.
* ldns-notify: can have IPv6 address as argument.
* Fix time sensitive TSIG compare vulnerability.
* Fix that ldns-testns ignores sigpipe.
+ * Fix that ldns-notify sets the query RR as question RR, this
+ removes the wrong TTL and 0 rdata from the packet printout.
1.7.0 2016-12-20
* Fix lookup of relative names in ldns_resolver_search.
ldns_rr_set_class(question, LDNS_RR_CLASS_IN);
ldns_rr_set_owner(question, ldns_zone_name);
ldns_rr_set_type(question, LDNS_RR_TYPE_SOA);
+ ldns_rr_set_question(question, true);
ldns_pkt_set_opcode(notify, LDNS_PACKET_NOTIFY);
ldns_pkt_push_rr(notify, LDNS_SECTION_QUESTION, question);
ldns_pkt_set_aa(notify, true);