20180517 
	djbdns6 (v20) finished.
	IPv6 is based on qlibs.
	Use of compactified IPv6 addresses and LLU.
	Removed pickdns.
	rbldns supports now IPv6 addresses.
20180613
	djbdnscurve6 done (v24).
	Includes curvedns.c and requiring qlibs and NACL.
	qlibs.a should not include the dnsstub resolver routines;
	they come (modified) with djbdnscuve6 to allow DNSCurve lookups.
	dnstracesort is working now with the new delimitor ('|' instead of ':').
20180614
	djbdnscurve6 documentation and man pages finished (v25).
	slashpackage installation working.
20180618
	changed conf-nacl to cope with include and lib files in one step (v26).
	install.c uses now errmsg instead of sys_err (v27).
20180620
	changed FALLBACK to UZ5FALLBACK while default in source is 0; 
	but UZ5FALLBACK=2 in dnscache-conf.
	Working on BSD, Linux, and OmniOS; RasPi using Sodium as NACL lib
	needs still some tweaking (v28).
20180622
	axfrdns + axfr-get working; added axfrdns-conf.8 man page.
	added ./scripts directory including dnscache-log.pl + axfr-get.sh (v29).
20180706
	dnscache now with NS qualification (FLAGEDSERVER):
	 ip/'%' -> skip; ip/'-' standard query (v31).
20180731
	djdbdnscurve6 uses now 'fehQlibs'; timeout* and uint* taken from there.
	New logmsg calls instead of errmsg (v32).
20180810
	final cleanup & done (v33).
20190313
	added pseudo IP address ':0' for servers to allow simultaneous binding 
	to both IPv4 and IPv6.  Disregard of unresponsive DNS servers for query.
	Quadratic lookup scheme for dns_transmit.c (tx. Joseph Tam).
	Fixed missing IP address for client rejection in log (tx. Bob Dodds).
	fehQlibs-10 required (v34).
20190609
	fixed bug in tinydns-data with false translatation of IPv6|v4 addreses 
	for MX records. fixed bug in dnsip abending while evaluating IPv6 addresses.
  fixed alignment bug in dd.c for dd6 (tx vise). 
	fixed bug in dns_nd.c for IPv6; dnsfilter is working now for IPv4 and IPv6 (tx vise).
  dns_ip, dns_mx, dns_txt, and dns_name return now number of answers given (fehQlibs-12).
  libsodium compatibility checked and verified (v35).
20190612
	fixed  CVE-2009-0858 in response.c (tx. Martin).
20190830
	compliance with fehQlibs-13 given DNS return codes and dns timeouts aligned (v36).
20191208
	DNS return codes streamlined with fehQlibs-13c.
	Fixed wrong evaluation of query_* (-1 -> DNS_*), making dnscache polling (v36a).
20200202
	Fixed integration bug but displaying IPv6 addresses (dns_ip.c, dns_mx.c).
	Streamlined with fehQlibs-13d.
20200731
	Streamlined with fehQlibs-15a (Macros, return codes, iopause).
  Performance improvement: Added patch to read more than one byte of 
	DNS responses for dnscache on TCP (dnscache-dont-read-tcp-one-byte-at-a-time.diff).
	Logging improvements: dnscache shows whether UDP or TCP is used.
20210216
	Fixed bug in tinydns formating NS records for IPv4 wrong (IPv4-mapped IPv6).
	Added TLSA/DANE support for tinydns: '_' in data. Automatic name synthesis.
	Included and added man pages. Added script add-tlsa.sh.  (v37)
20210221
	GCC 10.2 percularities fixed. (v37+)
20210801
	dns_transmit binds to IPv4 or IPv6 UDP/TCP sockets specifically <-> fehQlibs-18. (v38)

