4401. [misc] Change LICENSE to MPL 2.0.
[master] address regression 4126. [bug] Addressed a regression introduced in change #4121. [RT #39611]
added print.h includes, updated copyrights
update copyright notice
isc_buffer_init -> isc_buffer_constinit
2660. [func] Add a new set of DNS libraries for non-BIND9 applications. See README.libdns. [RT #19369]
2396. [bug] Don't set SO_REUSEADDR for randomized ports. [RT #18336]
conflict w/ builtin, log -> lctx.
sizeof style
tabify
795. [func] Add the +multiline option to dig. (which requires dns_message_totext(), etc. to take a style parameter)
pass the compression context to dns_message_renderbegin (the change last week was incomplete, but these tests are not built by default)
move compression context create/delete into the caller of the message rendering functions. This reduces the size of the message object.
copyright update
508. [func] dns_message_parse() can now do a best-effort attempt, which should allow dig to print more invalid messages.
update copyrights
use DESTROYLOCK()
Add a lame SIG(0) test program, since apparently there is someone else trying to use it.