diff --git a/spec/getdns-0.403.tgz b/spec/getdns-0.403.tgz
deleted file mode 100644
index d9b4f0f6..00000000
Binary files a/spec/getdns-0.403.tgz and /dev/null differ
diff --git a/spec/getdns-0.404.tgz b/spec/getdns-0.404.tgz
new file mode 100644
index 00000000..d09e73a1
Binary files /dev/null and b/spec/getdns-0.404.tgz differ
diff --git a/spec/index.html b/spec/index.html
index 609f25f2..0388c020 100644
--- a/spec/index.html
+++ b/spec/index.html
@@ -979,7 +979,7 @@ They are: id
, qr
, opcode
, aa
often has its own structure. The other names in the resource record dicts are name
(a
bindata), type
(an int), class
(an int), ttl
(an int) and
rdata
(a dict); there is no name equivalent to the RDLENGTH field.
-The OPT
resource record is an exception. It does not have a class
and a ttl
names, but in stead provides udp_payload_size
(an int), extended_rcode
(an int), version
(an int), do
(an int), and z
(an int).
OPT
resource record does not have the class
and the ttl
name, but in stead provides udp_payload_size
(an int), extended_rcode
(an int), version
(an int), do
(an int), and z
(an int).
The rdata
dict has different names for each response type. There is a complete list of the types defined in the API. For names that end in
@@ -2443,7 +2443,7 @@ getdns_pretty_print_dict() for debugging.
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