3 11. [func] Add tests subdirectory. Includes dig8.c, to test
4 linking against libbind. [RT #19425]
6 10. [func] Add suppport for DS, SSHFP, RRSIG, NSEC, DNSKEY,
7 DHCID, NSEC3, NSEC3PARAM, HIP and DLV. [RT #19330]
11 9. [func] New function ns_parserr2(), parses resource record
12 using wire format names.
14 8. [func] New ns_newmsg_*() function suite for building packets.
16 7. [func] New function suite ns_rdata_*() for parsing RDATA in
19 6. [func] New ns_name_*() functions added:
20 - ns_name_pton2(), same as ns_name_pton() but
21 returns destination size
22 - ns_name_unpack2(), same as ns_name_unpack() but
23 returns destination size
24 - ns_name_length(): measure wire-format names
25 - ns_name_eq(): compare two wire-format names
26 - ns_name_owned(): determine whether a (wire-format)
27 domain name is owned by (i.e., is at or below)
29 - ns_name_map(): break a wire-format name on labels
30 - ns_name_labels(): count #/labels in a wire-format
33 5. [bug] Use getpeername() to determine whether a cached
34 file descriptor match needs to be closed. [RT #18625]
36 4. [doc] Add libbind man pages (currently only in *roff and
37 plaintext format) to libbind/doc. [RT #19060]
39 3. [func] The default install location for header and library
40 files are now ${prefix}/{lib,include}/bind.
42 2. [bug] Randomize query IDs. New function res_nrandomid().
45 1. [bug] Out of bounds reference in dns_ho.c:addrsort.