1                        -- 6.0 released --
2
3                        -- 6.0rc1 released --
4
511.	[func]		Add tests subdirectory.  Includes dig8.c, to test
6			linking against libbind. [RT #19425]
7
810.	[func]		Add suppport to query for and display DS, SSHFP, RRSIG,
9			NSEC, DNSKEY, DHCID, NSEC3, NSEC3PARAM, HIP and DLV.
10			[RT #19330]
11
12                        -- 6.0b1 released --
13
149.	[func]		New function ns_parserr2(), parses resource record
15	                using wire format names.
16
178.	[func]  	New ns_newmsg_*() function suite for building packets.
18
197.	[func]  	New function suite ns_rdata_*() for parsing RDATA in
20			packets.
21
226.	[func]  	New ns_name_*() functions added:
23                	  - ns_name_pton2(), same as ns_name_pton() but
24			    returns destination size
25                	  - ns_name_unpack2(), same as ns_name_unpack() but
26                  	    returns destination size
27                	  - ns_name_length(): measure wire-format names
28                	  - ns_name_eq(): compare two wire-format names
29                	  - ns_name_owned(): determine whether a (wire-format)
30                  	    domain name is owned by (i.e., is at or below)
31			    another one
32                	  - ns_name_map(): break a wire-format name on labels
33                	  - ns_name_labels(): count #/labels in a wire-format
34			    name
35
365.	[bug]		Use getpeername() to determine whether a cached
37			file descriptor match needs to be closed. [RT #18625]
38
394.      [doc]		Add libbind man pages (currently only in *roff and
40			plaintext format) to libbind/doc. [RT #19060]
41
423.	[func]		The default install location for header and library
43			files are now ${prefix}/{lib,include}/bind.
44
452.	[bug]		Randomize query IDs. New function res_nrandomid().
46			[RT #18348]
47
481.	[bug]		Out of bounds reference in dns_ho.c:addrsort.
49			[RT #18044]
50