4401. [misc] Change LICENSE to MPL 2.0.
update copyright notice / whitespace
4081. [cleanup] Use dns_rdatalist_init consistently. [RT #38759]
3945. [bug] Invalid wildcard expansions could be incorrectly accepted by the validator. [RT #37093]
update copyright notice
[master] replace memcpy() with memmove(). 3698. [cleanup] Replaced all uses of memcpy() with memmove(). [RT #35120]
3681. [port] Update the Windows build system to support feature selection and WIN64 builds. This is a work in progress. [RT #34160]
3461. [bug] Negative responses could incorrectly have AD=1 set. [RT #32237]
3443. [bug] The NOQNAME proof was not being returned from cached insecure responses. [RT #21409]
3341. [func] New "dnssec-verify" command checks a signed zone to ensure correctness of signatures and of NSEC/NSEC3 chains. [RT #23673]
set $Id$
3128. [func] Inserting an NSEC3PARAM via dynamic update in an auto-dnssec zone that has not been signed yet will cause it to be signed with the specified NSEC3 parameters when keys are activated. The NSEC3PARAM record will not appear in the zone until it is signed, but the parameters will be stored. [RT #23684]
3069. [cleanup] Silence warnings messages from clang static analysis. [RT #20256]
bug in dns_nsec_typepresent() - 19112
2448. [func] Add NSEC3 support. [RT #15452]
1851. [doc] Doxygen comment markup. [RT #11398]
1541. [func] NSEC now uses new bitmap format.
1518. [bug] dns_nsec_buildrdata(), and hence dns_nsec_build(), contained a off-by-one error when working out the number of octets in the bitmap.
1516. [func] Roll the DNSSEC types to RRSIG, NSEC and DNSKEY.