diff --git a/spec/getdns-0.510.tgz b/spec/getdns-0.510.tgz
deleted file mode 100644
index b944308a..00000000
Binary files a/spec/getdns-0.510.tgz and /dev/null differ
diff --git a/spec/getdns-0.511.tgz b/spec/getdns-0.511.tgz
new file mode 100644
index 00000000..d8754e72
Binary files /dev/null and b/spec/getdns-0.511.tgz differ
diff --git a/spec/index.html b/spec/index.html
index 02906d6a..5660e6b2 100644
--- a/spec/index.html
+++ b/spec/index.html
@@ -163,7 +163,7 @@ defined macros for most of the RRtypes by name; the definition names all start w
"GETDNS_RRTYPE_
". For example, to get the NS records, you can also set the
request_type
to GETDNS_RRTYPE_NS
.
(The full list of request types is always
-here.)
*extensions
Specifies the extensions for this request; the value may be NULL if there are no @@ -774,10 +774,12 @@ This list includes all resource record dicts for all the resource records (DS, D . . . -
If a request is using a context in which stub resolution is set, and that request also has
-any of the dnssec_return_status
, dnssec_return_only_secure
, or
-dnssec_return_validation_chain
extensions specified, the API will not perform
-the request and will instead return an error of GETDNS_RETURN_DNSSEC_WITH_STUB_DISALLOWED
.
Implementations not capable of performing DNSSEC in stub resolution mode may
+indicate this by not performing a request and instead return an error of
+GETDNS_RETURN_DNSSEC_WITH_STUB_DISALLOWED
when using a context
+in which stub resolution is set, and having any of the
+dnssec_return_status
, dnssec_return_only_secure
, or
+dnssec_return_validation_chain
extensions specified.
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 @@ -2522,10 +2524,10 @@ deallocates them.
This work is licensed under a Creative Commons Attribution 3.0
+href="https://creativecommons.org/licenses/by/3.0/deed.en_US">Creative Commons Attribution 3.0
Unported License.