diff --git a/spec/getdns-0.392.tgz b/spec/getdns-0.392.tgz deleted file mode 100644 index ab5e1084..00000000 Binary files a/spec/getdns-0.392.tgz and /dev/null differ diff --git a/spec/getdns-0.393.tgz b/spec/getdns-0.393.tgz new file mode 100644 index 00000000..2a08eeda Binary files /dev/null and b/spec/getdns-0.393.tgz differ diff --git a/spec/getdns_core_only.h b/spec/getdns_core_only.h index 9069fcfc..45d5a2a9 100644 --- a/spec/getdns_core_only.h +++ b/spec/getdns_core_only.h @@ -1,4 +1,4 @@ -/* Created at 2014-02-09-21-29-17*/ +/* Created at 2014-02-10-09-56-03*/ #ifndef GETDNS_H #define GETDNS_H diff --git a/spec/index.html b/spec/index.html index f39e0801..33c60485 100644 --- a/spec/index.html +++ b/spec/index.html @@ -2132,6 +2132,7 @@ changes from the API (such as changes to /etc/resolv.conf), or might be from any API functions in this section being called. The second argument to the callback function specifies which of the context changed; the context codes are listed later in this document.

+

Calling getdns_context_set_context_update_callback with a second argument of NULL prevents updates to the context from causing callbacks.

8.3 Contexts for Basic Resolution

@@ -2425,7 +2426,7 @@ The response dicts inherit the custom memory management functions and the value

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