From 2fa7fbefa43ea9f72987e31823524d13a1be8b7b Mon Sep 17 00:00:00 2001 From: Willem Toorop Date: Thu, 24 Dec 2015 15:47:55 +0100 Subject: [PATCH] Update spec to December 2015 version --- spec/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/spec/index.html b/spec/index.html index 89d1999f..ae1f1168 100644 --- a/spec/index.html +++ b/spec/index.html @@ -94,7 +94,7 @@ tr.code { font-family: monospace }

Originally edited by Paul Hoffman

Currently maintained by the getdns team

-

Document version: "getdns October 2015"

+

Document version: "getdns December 2015"

This document describes a modern asynchronous DNS API. This new API is intended to be useful to application developers and operating system distributors as a way of making @@ -2284,7 +2284,7 @@ For IPv6 link-local addresses, a scope_id name (a bindata) can be p port to specify which port to use to contact these DNS servers; the default is 53. If the stub and a recursive resolver both support TSIG (RFC 2845), the upstream_list entry can also contain tsig_algorithm (a bindata) that is the name of the TSIG hash -algorithm, and tsig_secret (a bindata) that is the TSIG key.

+algorithm, tsig_name (a bindata) that is the name of the TSIG key, and tsig_secret (a bindata) that is the TSIG key.

8.8 Context for EDNS

@@ -2426,7 +2426,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