diff --git a/spec/getdns-0.501.tgz b/spec/getdns-0.501.tgz deleted file mode 100644 index e9885fe3..00000000 Binary files a/spec/getdns-0.501.tgz and /dev/null differ diff --git a/spec/getdns-0.502.tgz b/spec/getdns-0.502.tgz new file mode 100644 index 00000000..e8760ed7 Binary files /dev/null and b/spec/getdns-0.502.tgz differ diff --git a/spec/index.html b/spec/index.html index 6e5a0fe8..104f892d 100644 --- a/spec/index.html +++ b/spec/index.html @@ -1731,8 +1731,8 @@ this_ret = getdns_dict_set_int(this_extensions, "dnssec_return_status", GETDNS_E . . . if (this_type == GETDNS_RRTYPE_A) { - uint32_t * this_dnssec_status; - this_ret = getdns_dict_get_int(this_rdata, "dnssec_status", &this_dnssec_status); + uint32_t this_dnssec_status; + this_ret = getdns_dict_get_int(this_answer, "dnssec_status", &this_dnssec_status); if (this_dnssec_status != GETDNS_DNSSEC_SECURE) { // Log the DNSSEC status somewhere @@ -2440,7 +2440,7 @@ getdns_pretty_print_dict() for debugging.

9. The Generated Files

-

There is a tarball that includes the .h files, +

There is a tarball that includes the .h files, the examples, and so on. The examples all make, even though there is no API implementation, based on a pseudo-implementation in the tarball; see make-examples-PLATFORM.sh. Note that this currently builds fine on the Macintosh and Ubuntu; help is definitely appreciated on making the build process