dwww Home | Show directory contents | Find package

5 January 2023: Wouter
        - Tag for 1.17.1 release.

2 January 2023: Wouter
        - Fix windows compile for libunbound subprocess reap comm point closes.
        - Update github workflows to use checkout v3.

14 December 2022: George
        - Merge #569 from JINMEI Tatuya: add keep-cache option to
          'unbound-control reload' to keep caches.

13 December 2022: George
        - Expose 'statistics-inhibit-zero' as a configuration option; the
          default value retains Unbound's behavior.
        - Expose 'max-sent-count' as a configuration option; the
          default value retains Unbound's behavior.
        - Merge #461 from Christian Allred: Add max-query-restarts option.
          Exposes an internal configuration but the default value retains
          Unbound's behavior.

13 December 2022: Wouter
        - Merge #808: Wrap Makefile script's directory variables in quotes.
        - Fix to wrap Makefile scripts directory in quotes for uninstall.

1 December 2022: Wouter
        - Fix #773: When used with systemd-networkd, unbound does not start
          until systemd-networkd-wait-online.service times out.

30 November 2022: George
        - Add SVCB and HTTPS to the types removed by 'unbound-control flush'.
        - Clear documentation for interactivity between the subnet module and
          the serve-expired and prefetch configuration options.

30 November 2022: Wouter
        - Fix #782: Segmentation fault in stats.c:404.

28 November 2022: Wouter
        - Fix for the ignore of tcp events for closed comm points, preserve
          the use after free protection features.

23 November 2022: Philip
        - Merge #720 from jonathangray: fix use after free when
          WSACreateEvent() fails.

22 November 2022: George
        - Ignore expired error responses.

11 November 2022: Wouter
        - Fix #779: [doc] Missing documention in ub_resolve_event() for
          callback parameter was_ratelimited.

9 November 2022: George
        - Complementary fix for distutils.sysconfig deprecation in Python 3.10
          to commit 62c5039ab9da42713e006e840b7578e01d66e7f2.

8 November 2022: Wouter
        - Fix to ignore tcp events for closed comm points.
        - Fix to make sure to not read again after a tcp comm point is closed.
        - Fix #775: libunbound: subprocess reap causes parent process reap
          to hang.
        - iana portlist update.

21 October 2022: George
        - Merge #767 from jonathangray: consistently use IPv4/IPv6 in
          unbound.conf.5.

21 October 2022: Wouter
        - Fix that cachedb does not store failures in the external cache.

18 October 2022: George
        - Clarify the use of MAX_SENT_COUNT in the iterator code.

17 October 2022: Wouter
        - testcode/dohclient sets log identity to its name.

14 October 2022: Wouter
        - Merge #768 from fobser: Arithmetic on a pointer to void is a GNU
          extension.
        - In unit test, print python script name list correctly.

13 October 2022: Wouter
        - Tag for 1.17.0 release. The code repository continues with 1.17.1.

11 October 2022: George
        - Fix PROXYv2 header read for TCP connections when no proxied addresses
          are provided.

7 October 2022: Wouter
        - Tag for 1.17.0rc1 release.

7 October 2022: George
        - Fix to stop possible loops in the tcp reuse code (write_wait list
          and tcp_wait list). Based on analysis and patch from Prad Seniappan
          and Karthik Umashankar.
        - Fix unit test to properly test the reuse_write_wait_pop function.

6 October 2022: Wouter
        - Fix to stop responses with TC flag from resulting in partial
          responses. It retries to fetch the data elsewhere, or fails the
          query and in depth fix removes the TC flag from the cached item.
        - Fix proxy length debug output printout typecasts.

5 October 2022: Wouter
        - Fix dnscrypt compile for proxy protocol code changes.

5 October 2022: George
        - Use DEBUG_TDIR from environment in mini_tdir.sh for debugging.
        - Fix string comparison in mini_tdir.sh.
        - Make ede.tdir test more predictable by using static data.
        - Fix checkconf test for dnscrypt and proxy port.

4 October 2022: George
        - Merge #764: Leniency for target discovery when under load (for
          NRDelegation changes).

4 October 2022: Wouter
        - Fix static analysis report to remove dead code from the
          rpz_callback_from_iterator_module function.
        - Fix to clean up after the acl_interface unit test.

3 October 2022: George
        - Merge #760: PROXYv2 downstream support. (New proxy-protocol-port
          configuration option).

3 October 2022: Wouter
        - Fix to remove erroneous TC flag from TCP upstream.
        - Fix test tdir skip report printout.
        - Fix windows compile, the identifier interface is defined in headers.
        - Fix to close errno block in comm_point_tcp_handle_read outside of
          ifdef.

26 September 2022: George
        - Better output for skipped tdir tests.

21 September 2022: Wouter
        - Patch for CVE-2022-3204 Non-Responsive Delegation Attack.
        - This patch was released in 1.16.3, the code repository continues
          with the previous features and fixes for 1.17.0.
        - Fix doxygen warning in respip.h.

20 September 2022: George
        - Convert tdir tests to use the new skip_test functionality.
        - Remove unused testcode/mini_tpkg.sh file.

16 September 2022: George
        - Merge #753: ACL per interface. (New interface-* configuration
          options).

2 September 2022: Wouter
        - Remove include that was there for debug purposes.
        - Fix to check pthread_t size after pthread has been detected.

1 September 2022: Wouter
        - Fix to update config tests to fix checking if nonblocking sockets
          work on OpenBSD.
        - Slow down log frequency of write wait failures.
        - Fix to set out of file descriptor warning to operational verbosity.
        - Fix to log a verbose message at operational notice level if a
          thread is not responding, to stats requests. It is logged with
          thread identifiers.

31 August 2022: Wouter
        - Fix to avoid process wide fcntl calls mixed with nonblocking
          operations after a blocked write.
        - Patch from Vadim Fedorenko that adds MSG_DONTWAIT to receive
          operations, so that instruction reordering does not cause mistakenly
          blocking socket operations.
        - Fix to wait for blocked write on UDP sockets, with a timeout if it
          takes too long the packet is dropped.
        - Fix for wait for udp send to stop when packet is successfully sent.

22 August 2022: Wouter
        - Fix #741: systemd socket activation fails on IPv6.

12 August 2022: Wouter
        - Fix to log accept error ENFILE and EMFILE errno, but slowly, once
          per 10 seconds. Also log accept failures when no slow down is used.

5 August 2022: Wouter
        - Fix #734 [FR] enable unbound-checkconf to detect more (basic)
          errors.

4 August 2022: Wouter
        - Fix ratelimit inconsistency, for ip-ratelimits the value is the
          amount allowed, like for ratelimits.

2 August 2022: Wouter
        - Fix edns subnet so that scope 0 answers only match sourcemask 0
          queries for answers from cache if from a query with sourcemask 0.
        - Fix unittest for edns subnet change.
        - Merge #730 from luisdallos: Fix startup failure on Windows 8.1 due
          to unsupported IPV6_USER_MTU socket option being set.

1 August 2022: Wouter
        - Fix the novel ghost domain issues CVE-2022-30698 and CVE-2022-30699.
        - Tests for ghost domain fixes.
        - Tag for 1.16.2 release. The code repo continues with 1.16.3.
        - Fix #728: alloc_reg_obtain() core dump. Stop double
          alloc_reg_release when serviced_create fails.

19 July 2022: George
        - Update documentation for 'outbound-msg-retry:'.

19 July 2022: Wouter
        - Merge #718: Introduce infra-cache-max-rtt option to config max
          retransmit timeout.

15 July 2022: Wouter
        - Merge PR 714: Avoid treat normal hosts as unresponsive servers.
          And fixup the lock code.
        - iana portlist update.

12 July 2022: George
        - For windows crosscompile, fix setting the IPV6_MTU socket option
          equivalent (IPV6_USER_MTU); allows cross compiling with latest
          cross-compiler versions.

12 July 2022: Wouter
        - Fix dname count in sldns parse type descriptor for SVCB and HTTPS.

11 July 2022: Wouter
        - Fix verbose EDE error printout.

4 July 2022: George
        - Fix bug introduced in 'improve val_sigcrypt.c::algo_needs_missing for
          one loop pass'.
        - Merge PR #668 from Cristian Rodríguez: Set IP_BIND_ADDRESS_NO_PORT on
          outbound tcp sockets.

4 July 2022: Wouter
        - Tag for 1.16.1rc1 release. This became 1.16.1 on 11 July 2022.
          The code repo continues with version 1.16.2 under development.

3 July 2022: George
        - Merge PR #671 from Petr Menšík: Disable ED25519 and ED448 in FIPS
          mode on openssl3.
        - Merge PR #660 from Petr Menšík: Sha1 runtime insecure.
        - For #660: formatting, less verbose logging, add EDE information.
        - Fix for correct openssl error when adding windows CA certificates to
          the openssl trust store.
        - Improve val_sigcrypt.c::algo_needs_missing for one loop pass.
        - Reintroduce documentation and more EDE support for
          val_sigcrypt.c::dnskeyset_verify_rrset_sig.

1 July 2022: George
        - Merge PR #706: NXNS fallback.
        - From #706: Cached NXDOMAIN does not increase the target nx
          responses.
        - From #706: Don't generate parent side queries if we already
          have the lame records in cache.
        - From #706: When a lame address is the best choice, don't try to
          generate target queries when the missing targets are all lame.

29 June 2022: Wouter
        - iana portlist update.
        - Fix detection of libz on windows compile with static option.
        - Fix compile warning for windows compile.

29 June 2022: George
        - Add debug option to the mini_tdir.sh test code.
        - Fix #704: [FR] Statistics counter for number of outgoing UDP queries
          sent; introduces 'num.query.udpout' to the 'unbound-control stats'
          command.
        - Fix to not count cached NXDOMAIN for MAX_TARGET_NX.
        - Allow fallback to the parent side when MAX_TARGET_NX is reached.
          This will also allow MAX_TARGET_NX more NXDOMAINs.

28 June 2022: George
        - Show the output of the exact .rpl run that failed with 'make test'.
        - Fix for cached 0 TTL records to not trigger prefetching when
          serve-expired-client-timeout is set.

28 June 2022: Wouter
        - Fix test program dohclient close to use portability routine.

23 June 2022: Tom
        - Clarify -v flag manpage entry (#705)

22 June 2022: Philip
        - Fix #663: use after free issue with edns options.

21 June 2022: Philip
        - Fix for loading locally stored zones that have lines with blanks or
          blanks and comments.

20 June 2022: George
        - Remove unused LDNS function check for GOST Engine unloading.

14 June 2022: George
        - Merge PR #688: Rpz url notify issue.
        - Note in the unbound.conf text that NOTIFY is allowed from the url:
          addresses for auth and rpz zones.

3 June 2022: George
        - Fix for edns client subnet to respect not looking in its cache when
          instructed to do so (e.g., prefetch).

3 June 2022: Wouter
        - makedist.sh picks up 32bit libssp-0.dll when 32bit compile.

27 May 2022: Wouter
        - Fix #684: [FTBS] configure script error with libmnl on openSUSE 15.3 (and possibly other distributions)
        - Version is set to 1.16.0 for release. Release tag 1.16.0rc1. This
          became release 1.16.0 on 2 June 2022. The source code branch
          continues with version 1.16.1 under development.

20 May 2022: Wouter
        - Fix to silence test for ede error output to the console from the
          test setup script.
        - Fix ede test to not use default pidfile, and use local interface.
        - Fix some lint type warnings.

18 May 2022: George
        - Fix typos in config_set_option for the 'num-threads' and
          'ede-serve-expired' options.

15 May 2022: George
        - Fix #678: [FR] modify behaviour of unbound-control rpz_enable zone,
          by updating unbound-control's documentation.

12 May 2022: George
        - Fix #417: prefetch and ECS causing cache corruption when used
          together.

12 May 2022: Wouter
        - Merge #677: Allow using system certificates not only on Windows,
          from pemensik.
        - For #677: Added tls-system-cert to config parser and documentation.

11 May 2022: Wouter
        - Fix #673: DNS over TLS: error: SSL_handshake syscall: No route to
          host.

10 May 2022: George
        - Fix Python build in non-source directory; based on patch by
          Michael Tokarev.

6 May 2022: Tom
        - Merge PR #604: Add basic support for EDE (RFC8914).

28 April 2022: Wouter
        - Fix #670: SERVFAIL problems with unbound 1.15.0 running on
          OpenBSD 7.1.

8 April 2022: Wouter
        - Fix zonemd check to allow unsupported algorithms to load.
          If there are only unsupported algorithms, or unsupported schemes,
          and no failed or successful other ZONEMD records, or malformed
          or bad ZONEMD records, the unsupported records allow the zone load.
        - Fix zonemd unsupported algo check.
        - Fix zonemd unsupported algo check reason to not copy to next record,
          and check for success for debug printout.
        - Fix zonemd unsupported algo check to print unsupported reason before
          zeroing it.
        - Fix zonemd unsupported algo check to set reason to NULL before the
          check routine, but after malformed checks, to get the correct NULL
          output when the digest matches.

25 March 2022: Wouter
        - Fix spelling error in comment in sldns_str2wire_svcparam_key_lookup.

23 March 2022: Wouter
        - Fix #651: [FR] Better logging for refused queries.

18 March 2022: George
        - Merge PR #648 from eaglegai: fix -q doesn't work when use with
          'unbound-control stats_shm'.

17 March 2022: Wouter
        - Fix to describe auth-zone and other configuration at the local-zone
          configuration option, to allow for more broadly view of the options.

16 March 2022: Wouter
        - Fix to ensure uniform handling of spaces and tabs when parsing RRs.

9 March 2022: Wouter
        - Merge #644: Make `install-lib` make target install the pkg-config
          file.

7 March 2022: Wouter
        - Fix configure for python to use sysutils, because distutils is
          deprecated. It uses sysutils when available, distutils otherwise.

3 March 2022: Wouter
        - Fix #637: Integer Overflow in sldns_str2period function.
        - Fix for #637: fix integer overflow checks in sldns_str2period.

2 March 2022: George
        - Merge PR #632 from scottrw93: Match cnames in ipset.
        - Various fixes for #632: variable initialisation, convert the qinfo
          to str once, accept trailing dot in the local-zone ipset option.

2 March 2022: Wouter
        - Fix compile warnings for printf ll format on mingw compile.

1 March 2022: Wouter
        - Fix pythonmod for change in iter_dp_is_useless function prototype.

28 February 2022: George
        - Fix #630: Unify the RPZ log messages.
        - Merge #623 from rex4539: Fix typos.

28 February 2022: Wouter
        - Fix #633: Document unix domain socket support for unbound-control.
        - Fix for #633: updated fix with new text.
        - Fix edns client subnet to add the option based on the option list,
          so that it is not state dependent, after the state fix of #605 for
          double EDNS options.
        - Fix for edns client subnet option add fix in removal code, from review.

25 February 2022: Wouter
        - Fix to detect that no IPv6 support means that IPv6 addresses are
          useless for delegation point lookups.
        - update Makefile dependencies.
        - Fix check interface existence for support detection in remote lookup.

18 February 2022: Wouter
        - Fix that address not available is squelched from the logs for
          udp connect failures. It is visible on verbosity 4 and more.
        - Merge #631 from mollyim: Replace OpenSSL's ERR_PACK with
          ERR_GET_REASON.

16 February 2022: Wouter
        - Fix for #628: fix rpz-passthru for qname trigger by localzone type.

15 February 2022: Wouter
        - Fix #628: A rpz-passthru action is not ending RPZ zone processing.

11 February 2022: Wouter
        - Fix #624: Unable to stop Unbound in Windows console (does not
          respond to CTRL+C command).
        - Fix #618: enabling interface-automatic disables DNS-over-TLS.
          Adds the option to list interface-automatic-ports.
        - Remove debug info from #618 fix.

7 February 2022: Wouter
        - Fix that TCP interface does not use TLS when TLS is also configured.

4 February 2022: Wouter
        - Fix #412: cache invalidation issue with CNAME+A.

3 February 2022: Wouter
        - Fix for #611: Integer overflow in sldns_wire2str_pkt_scan.
        - Tag for 1.15.0rc1 created. That became 1.15.0 on 10 feb 2022.
          The repository continues with version 1.15.1.

2 February 2022: George
        - Merge PR #532 from Shchelk: Fix: buffer overflow bug.
        - Merge PR #616: Update ratelimit logic. It also introduces
          ratelimit-backoff and ip-ratelimit-backoff configuration options.
        - Change aggressive-nsec default to yes.
        - Merge PR #617: Update stub/forward-host notation to accept port and
          tls-auth-name.
        - Update stream_ssl.tdir test to also use the new forward-host
          notation.

2 February 2022: Wouter
        - Update version number in repo to 1.15.0 for upcoming release,
          since it changes the aggressive-nsec default and the ratelimit change.
        - Fix header comment for doxygen for authextstrtoaddr.
        - please clang analyzer for loop in test code.
        - Fix docker splint test to use more portable uname.
        - Update contrib/aaaa-filter-iterator.patch with diff for current
          software version.

1 February 2022: George
        - Merge PR #603 from fobser: Use OpenSSL 1.1 API to access DSA and RSA
          internals.

31 January 2022: George
        - Fix review comment for use-after-free when failing to send UDP out.

31 January 2022: Wouter
        - iana portlist update.

29 January 2022: George
        - Fix tls-* and ssl-* documented alternate syntax to also be available
          through remote-control and unbound-checkconf.
        - Better cleanup on failed DoT/DoH listening socket creation.

26 January 2022: George
        - Fix #599: [FR] RFC 9156 (obsoletes RFC 7816), by noting the new RFC
          document.

26 January 2022: Wouter
        - Test for NSID in SERVFAIL response due to DNSSEC bogus.

25 January 2022: George
        - Fix #588: Unbound 1.13.2 crashes due to p->pc is NULL in
          serviced_udp_callback.
        - Merge PR #612: TCP race condition.

25 January 2022: Wouter
        - Fix #610: Undefine-shift in sldns_str2wire_hip_buf.

19 January 2022: George
        - For dnstap, do not wakeupnow right there. Instead zero the timer to
          force the wakeup callback asap.

14 January 2022: George
        - Merge PR #605:
          - Fix EDNS to upstream where the same option could be attached
             more than once.
          - Add a region to serviced_query for allocations.

14 January 2022: Wouter
        - Add rpz: for-downstream: yesno option, where the RPZ zone is
          authoritatively answered for, so the RPZ zone contents can be
          checked with DNS queries directed at the RPZ zone.
        - For #602: Allow the module-config "subnetcache validator cachedb
          iterator".

11 January 2022: George
        - Fix prematurely terminated TCP queries when a reply has the same ID.

7 January 2022: Wouter
        - Merge #600 from pemensik: Change file mode before changing file
          owner.

5 January 2022: Wouter
        - Fix for #596: fix that rpz return message is returned and not just
          the rcode from the iterator return path. This fixes signal unset RA
          after a CNAME.
        - Fix unit tests for rpz now that the AA flag returns successfully from
          the iterator loop.
        - Fix for #596: add unit test for nsdname trigger and signal unset RA.
        - Fix for #596: add unit test for nsip trigger and signal unset RA.
        - Fix #598: Fix unbound-checkconf fatal error: module conf
          'respip dns64 validator iterator' is not known to work.
        - Fix for #596: Fix rpz-signal-nxdomain-ra to work for clientip
          triggered operation.

4 January 2022: Wouter
        - Fix #596: unset the RA bit when a query is blocked by an unbound
          RPZ nxdomain reply. The option rpz-signal-nxdomain-ra allows to
          signal that a domain is externally blocked to clients when it
          is blocked with NXDOMAIN by unsetting RA.
        - Fix to add test for rpz-signal-nxdomain-ra.
        - Fix #596: only unset RA when NXDOMAIN is signalled.
        - Fix that RPZ does not set RD flag on replies, it should be copied
          from the query.

22 December 2021: George
        - contrib/aaaa-filter-iterator.patch file renewed diff content to
          apply cleanly to the current coderepo for the current code version.

20 December 2021: George
        - Fix #591: Unbound-anchor manpage links to non-existent license file.

13 December 2021: George
        - Add missing configure flags for optional features in the
          documentation.
        - Fix Unbound capitalization in the documentation.

13 December 2021: Wouter
        - Fix to pick up other class local zone information before unlock.

10 December 2021: George
        - Allow local-data for classes other than IN to inherit a configured
          local-zone's type if possible, instead of defaulting to type
          transparent as per the implicit rule.

10 December 2021: Wouter
        - Add code similar to fix for ldns for tab between strings, for
          consistency, the test case was not broken.

6 December 2021: Wouter
        - Merge PR #581 from fobser: Fix -Wmissing-prototypes and -Wshadow
          warnings in rpz.
        - Fix validator debug output about DS support, print correct algorithm.

3 December 2021: Wouter
        - Fix compile warning for if_nametoindex on windows 64bit.

1 December 2021: Wouter
        - configure is set to 1.14.0, and release branch.
          This was released as version 1.14.0 on 9 Dec 2021, with the doxygen
          fix below included. The main branch continues as 1.14.1.
        - Fix doc/unbound.doxygen to remove obsolete tag warning.

1 December 2021: George
        - Merge PR #511 from yan12125: Reduce unnecessary linking.
        - Merge PR #493 from Jaap: Fix generation of libunbound.pc.
        - Merge PR #555 from fobser: Allow interface names as scope-id in IPv6
          link-local addresses.
        - Merge PR #562 from Willem: Reset keepalive per new tcp session.
        - Merge PR #522 from sibeream: memory management violations fixed.
        - Merge PR #530 from Shchelk: Fix: dereferencing a null pointer.
        - Fix #454: listen_dnsport.c:825: error: ‘IPV6_TCLASS’ undeclared.
        - Fix #574: Review fixes for size allocation.

30 November 2021: Wouter
        - Fix to remove git tracking and ci information from release tarballs.
        - iana portlist update.

29 November 2021: Wouter
        - Merge PR #570 from rex4539: Fix typos.
        - Fix for #570: regen aclocal.m4, fix configure.ac for spelling.
        - Fix to make python module opt_list use opt_list_in.
        - Fix #574: unbound-checkconf reports fatal error if interface names
          are used as value for interfaces:
        - Fix #574: Review fixes for it.
        - Fix #576: [FR] UB_* error codes in unbound.h
        - Fix #574: Review fix for spelling.

15 November 2021: Tom
        - Improve EDNS option handling, now also works for synthesised
          responses such as local-data and server.id CH TXT responses.

5 November 2021: George
        - Fix for #558: fix loop in comm_point->tcp_free when a comm_point is
          reclaimed more than once during callbacks.
        - Fix for #558: clear the UB_EV_TIMEOUT bit before adding an event.

5 November 2021: Wouter
        - Fix that forward-zone name is documented as the full name of the
          zone. It is not relative but a fully qualified domain name.
        - Fix analyzer review failure in rpz action override code to not
          crash on unlocking the local zone lock.
        - Fix to remove unused code from rpz resolve client and action
          function.
        - Merge #565: unbound.service.in: Disable ProtectKernelTunables again.

2 November 2021: Wouter
        - Fix #552: Unbound assumes index.html exists on RPZ host.

11 October 2021: Wouter
        - Fix chaos replies to have truncation for short message lengths,
          or long reply strings.
        - Fix to protect custom regional create against small values.

4 October 2021: Wouter
        - Fix to add example.conf note for outbound-msg-retry.

27 September 2021: Wouter
        - Implement RFC8375: Special-Use Domain 'home.arpa.'.

21 September 2021: Wouter
        - For crosscompile on windows, detect 64bit stackprotector library.
        - Fix crosscompile shell syntax.
        - Fix crosscompile windows to use libssp when it exists.
        - For the windows compile script disable gost.
        - Fix that on windows, use BIO_set_callback_ex instead of deprecated
          BIO_set_callback.
        - Fix crosscompile script for the shared build flags.

20 September 2021: Wouter
        - Fix crosscompile on windows to work with openssl 3.0.0 the
          link with ws2_32 needs -l:libssp.a for __strcpy_chk.
          Also copy results from lib64 directory if needed.

10 September 2021: Wouter
        - Fix initialisation errors reported by gcc sanitizer.
        - Fix lock debug code for gcc sanitizer reports.
        - Fix more initialisation errors reported by gcc sanitizer.

8 September 2021: Wouter
        - Merged #41 from Moritz Schneider: made outbound-msg-retry
          configurable.
        - Small fixes for #41: changelog, conflicts resolved,
          processQueryResponse takes an iterator env argument like other
          functions in the iterator, no colon in string for set_option,
          and some whitespace style, to make it similar to the rest.
        - Fix for #41: change outbound retry to int to fix signed comparison
          warnings.
        - Fix root_anchor test to check with new icannbundle date.

3 September 2021: Wouter
        - Fix #538: Fix subnetcache statistics.

1 September 2021: Wouter
        - Fix tcp fastopen failure when disabled, try normal connect instead.

27 August 2021: Wouter
        - Fix #533: Negative responses get cached even when setting
          cache-max-negative-ttl: 1

25 August 2021: Wouter
        - Merge #401: RPZ triggers. This add additional RPZ triggers,
          unbound supports a full set of rpz triggers, and this now
          includes nsdname, nsip and clientip triggers. Also actions
          are fully supported, and this now includes the tcp-only action.
        - Fix #536: error: RPZ: name of record (drop.spamhaus.org.rpz.local.)
          to insert into RPZ.
        - Fix the stream wait stream_wait_count_lock and http2 buffer locks
          setup and desetup from race condition.
        - Fix RPZ locks. Do not unlock zones lock if requested and rpz find
          zone does not find the zone. Readlock the clientip that is found
          for ipbased triggers. Unlock the nsdname zone lock when done.
          Unlock zone and ip in rpz nsip and nsdname callback. Unlock
          authzone and localzone if clientip found in rpz worker call.
        - Fix compile warning in libunbound for listen desetup routine.
        - Fix asynclook unit test for setup of lockchecks before log.

20 August 2021: Wouter
        - Fix #529: Fix: log_assert does nothing if UNBOUND_DEBUG is
          undefined.
        - Fix #531: Fix: passed to proc after free.

17 August 2021: Wouter
        - Fix that --with-ssl can use "/usr/include/openssl11" to pass the
          location of a different openssl version.
        - Fix #527: not sending quad9 cert to syslog (and may be more).
        - Fix sed script in ssldir split handling.

16 August 2021: George
        - Merge PR #528 from fobser: Make sldns_str2wire_svcparam_buf()
          static.

16 August 2021: Wouter
        - Fix to support harden-algo-downgrade for ZONEMD dnssec checks.

13 August 2021: Wouter
        - Support using system-wide crypto policies.
        - Fix for #431: Squelch permission denied errors for udp connect,
          and udp send, they are visible at higher verbosity settings.
        - Fix zonemd verification of key that is not in DNS but in the zone
          and needs a chain of trust.
        - zonemd, fix order of bogus printout string manipulation.

12 August 2021: George
        - Merge PR #514, from ziollek: Docker environment for run tests.
        - For #514: generate configure.

12 August 2021: Wouter
        - And 1.13.2rc1 became the 1.13.2 with the fix for the python module
          build. The current code repository continues with version 1.13.3.
        - Add test tool readzone to .gitignore.
        - Merge #521: Update mini_event.c.
        - Merge #523: fix: free() call more than once with the same pointer.
        - Merge #519: Support for selective enabling tcp-upstream for
          stub/forward zones.
        - For #519: note stub-tcp-upstream and forward-tcp-upstream in
          the example configuration file.
        - For #519: yacc and lex. And fix python bindings, and test program
          unbound-dnstap-socket.
        - For #519: fix comments for doxygen.
        - Fix to print error from unbound-anchor for writing to the key
          file, also when not verbose.

5 August 2021: Wouter
        - Tag for 1.13.2rc1 release.
        - Fix #520: Unbound 1.13.2rc1 fails to build python module.

4 August 2021: George
        - Merge PR #415 from sibeream: Use
          /proc/sys/net/ipv4/ip_local_port_range to determine available outgoing
          ports. (New --enable-linux-ip-local-port-range configuration option)
        - Bump MAX_RESTART_COUNT to 11 from 8; in relation to #438. This
          allows longer CNAME chains in Unbound.

4 August 2021: Wouter
        - In unit test use openssl set security level to allow keys in test.
        - Fix static analysis warnings about localzone locks that are unused.
        - Fix missing locks in zonemd unit test.
        - Fix readzone compile under debug config.
        - Fix out of sourcedir run of zonemd unit tests.
        - Fix libnettle zonemd unit test.
        - Fix unit test zonemd_reload for use in run_vm.

3 August 2021: George
        - Listen to read or write events after the SSL handshake.
          Sticky events on windows would stick on read when write was needed.

3 August 2021: Wouter
        - Merge PR #517 from dyunwei: #420 breaks the mesh reply list
          function that need to reuse the dns answer.
        - Annotate assertion into error printout; we think it may be an
          error, but the situation looks harmless.
        - Fix sign comparison warning on FreeBSD.

2 August 2021: Wouter
        - Prepare for OpenSSL 3.0.0 provider API usage, move the sldns
          keyraw functions to produce EVP_PKEY results.
        - Move RSA and DSA to use OpenSSL 3.0.0 API.
        - Move ECDSA functions to use OpenSSL 3.0.0 API.
        - iana portlist update.
        - Fix verbose printout failure in tcp reuse unit test.

30 July 2021: Wouter
        - Fix #515: Compilation against openssl 3.0.0 beta2 is failing to
          build unbound.
        - For #515: Fix compilation with openssl 3.0.0 beta2, lib64 dir and
          SSL_get_peer_certificate.
        - Move acx_nlnetlabs.m4 to version 41, with lib64 openssl dir check.

26 July 2021: George
        - Merge #513: Stream reuse, attempt to fix #411, #439, #469. This
          introduces a couple of fixes for the stream reuse functionality
          that could result in broken internal structures.

26 July 2021: Wouter
        - Merge #512: unbound.service.in: upgrade hardening to latest
          standards.
        - Fix readzone unknown type print for memory resize.

21 July 2021: Wouter
        - Fix that ldns_zone_new_frm_fp_l counts the line number for an empty
          line after a comment.

16 July 2021: George
        - Introduce 'http-user-agent:' and 'hide-http-user-agent:' options.

16 July 2021: Wouter
        - Merge #510 from ndptech: Don't call a function which hasn't been
          defined.
        - Fix for #510: in depth, use ifdefs for windows api event calls.
        - Fix spelling in doc/unbound.doxygen comment.
        - Fix spelling in localzone.h comment.
        - Fix unbound-control local_data and local_datas to print detailed
          syntax errors.
        - review fix to remove duplicate error printout.
        - Insert header into testcode/readzone.c, it was missing.
        - Fix from lint for ignored return value.
        - Fix for older parsers for function call in serve expired get cached.

6 July 2021: Wouter
        - iana portlist update.

5 July 2021: George
        - Fix compiler warnings for #491.
        - Fix clang-analysis warnings for testcode/readzone.c.

4 July 2021: George
        - Fix Wunused-result compile warnings.

2 July 2021: Tom
        - Merge PR #491: Add SVCB and HTTPS types and handling according to
          draft-ietf-dnsop-svcb-https.

2 July 2021: Wouter
        - Fix #506: Python Module Seems to Leak Memory if it Experiences an
          Unhandled Exception.

25 June 2021: Wouter
        - Fix up permissions on rpl data file in tests.
        - Fix testbound newline treatment in moment_read and tempfile write.
        - Fix configure grep for reuseport default for failure.
        - Fix compat ctime_r return value
        - Fix configure does not require pkg-config if not needed.
        - Fix unit test in the ctime_r calls for autotrust and in testbound.
        - Fix auth zone download on windows to unlink before rename.

24 June 2021: Wouter
        - Add analyzer and port compile github workflow.

23 June 2021: Wouter
        - Fix #503: DNS over HTTPS response truncated.
        - Fix warnings reported by the gcc analyzer.

21 June 2021: George
        - Fix #495: Documentation or implementation of "verbosity" option.

18 June 2021: Wouter
        - Fix a number of warnings reported by the gcc analyzer.

15 June 2021: George
        - Merge #440 by kimheino: Various fixes to contrib/unbound_munin_ file.

14 June 2021: Wouter
        - Fix configure nonblocking test and onmingw test to use host.

10 June 2021: Wouter
        - Fix #500: SPEC file in version 1.13.1 references version 1.4;
          unable to build RPM from source.
        - Fix contrib/unbound.spec, fixed url and comment.

9 June 2021: George
        - Merge #486 by fobster: Make VAL_MAX_RESTART_COUNT configurable.
        - Generated lexer and parser for #486; updated example.conf.
        - Fix #413 (based on patch by k-ronny): unbound: does not compile
          on macOS 11.1-x86_64 host.
        - Use host_os instead of target_os in configure for Darwin8 build.

8 June 2021: George
        - Fix unused variable warning when compiling with --enable-dnstap.

7 June 2021: George
        - Merge #448 from shoeper: Update unbound-control.8.in, fix
          rpz_disable typo.
        - Fix #425: Document auth-zone supports communication with DNS
          primary on nondefault port.

1 June 2021: George
        - Fix test for zonemd-check option.

27 May 2021: Wouter
        - Merge #496 from banburybill: Use build system endianness if
          available, otherwise try to work it out.
        - zonemd-check: yesno option, default no, enables the processing
          of ZONEMD records for that zone.

25 May 2021: Wouter
        - Move the NSEC3 max iterations count in line with the 150 value
          used by BIND, Knot and PowerDNS. This sets the default value
          for it in the configuration to 150 for all key sizes.
        - Fix #492: module-config respip missing in unbound.conf.5.in man
          page. Merges #494 from he32.
        - For #492: Fix font highlighting for the man page on emacs.

21 May 2021: Wouter
        - Test code has -q option for quiet output.

19 May 2021: George
        - Fix for #411, #439, #469: Reset the DNS message ID when moving queries
          between TCP streams.
        - Refactor for uniform way to produce random DNS message IDs.

17 May 2021: Wouter
        - Fix #489: Compile using MSYS2 MinGW 64-bit.

12 May 2021: Wouter
        - Fix that auth-zone zonefiles use last TTL if no TTL is specified.

10 May 2021: Wouter
        - Merge PR #487: ifdef RLIMIT_AS in recently added check.

7 May 2021: Wouter
        - Fix #485: Unbound occasionally reports broken stats.
        - Add ./configure --with-deprecate-rsa-1024 that turns off RSA 1024.
        - Remove case fallthrough from deprecate-rsa-1024 code.

4 May 2021: George
        - Fix for #367: only attempt to get the interface for queries that are no
          longer on the tcp_waiting_list.
        - Add more logging for out-of-memory cases.

4 May 2021: Wouter
        - Merge #478: Allow configuration of TCP timeout while waiting for
          response.
        - Fix to squelch tcp socket bind failures when the interface is gone.
        - Rerun flex and bison.

3 May 2021: Wouter
        - Fix #481: Fix comment in configuration file.

29 April 2021: Wouter
        - Add that log-servfail prints an IP address and more information
          about one of the last failures for that query.

28 April 2021: George
        - Fix compiler warning for signed/unsigned comparison for
          max_reuse_tcp_queries.

28 April 2021: Wouter
        - Fix #474: always_null and others inside view.

26 April 2021: Wouter
        - Merge #470 from edevil: Allow configuration of persistent TCP
          connections.

22 April 2021: Wouter
        - Merge #466 from FGasper: Support OpenSSLs that lack
          SSL_get0_alpn_selected.
        - Fix #468: OpenSSL 1.0.1 can no longer build Unbound.
        - Further fix for #468: detect SSL_CTX_set_alpn_protos for build with
          OpenSSL 1.0.1.
        - Fix that testcode dohclient has OpenSSL initialisation calls.

13 April 2021: George
        - Fix documentation comment for files previously residing in checkconf/.
        - Remove unused functions worker_handle_reply and libworker_handle_reply.

13 April 2021: Wouter
        - Fix that nxdomain synthesis does not happen above the stub or
          forward definition.

12 April 2021: George
        - Fix (increase) verbosity level for iterator error log in
          processQueryTargets().

12 April 2021: Wouter
        - Fix permission denied sendto log, squelch the log messages
          unless high verbosity is set.

9 April 2021: Wouter
        - rebuild configure to set EXTRALINK to libunbound.la for #460.

7 April 2021: Wouter
        - Fix for #411: Depth protect for crash on deleted element timeout.

1 April 2021: Wouter
        - Merge #460 from orbea: build: Link with the libtool archive.
        - Fix to stop IPv6 PMTU discovery.

31 March 2021: George
        - Clean makedist.sh.

31 March 2021: Wouter
        - Fix stack-protector change to not override other CFLAGS options.

30 March 2021: George
        - Disable the use of stack-protector for cross compiled 32-bit windows
          builds; relates to #444.

25 March 2021: Wouter
        - Fix #429: Also fix end of transfer for http download of auth zones.

24 March 2021: Wouter
        - Fix deprecation test to work for iOS TVOS and WatchOS, it uses
          CFLAGS and CPPFLAGS and also checks if the item is unavailable.
        - Travis, fix script to fail when tasks fail.
        - Travis, fix warning in ubsan compile.
        - Fix configure Targetconfiditionals.h header check, to use compile.
        - Fix that cachedb does not produce empty object files when disabled.

23 March 2021: Wouter
        - Travis enable all tests again. Clang analyzer only a couple times,
          when there is a difference. homebrew updates disabled, so it does
          not hang. removed trailing slashes from configure paths. Moved iOS
          tests to allow-failure.
        - travis, analyzer disabled on test without debug, that does not
          run anway.  Turn off failing tests except one.  Update iOS test
          to xcode image 12.2.

22 March 2021: George
        - Fix unused-function warning when compiling with --enable-dnscrypt.
        - Fix for #367: fix memory leak when cannot bind to listening port.
        - Reformat pythonmod/pythonmod_utils.{c,h}.

22 March 2021: Wouter
        - Merge #449 from orbea: build: Add missing linker flags.
        - iana portlist update.
        - Comment out nonworking OSX and IOS travis tests, vm fails to start.
        - Fix compile error in listen_dnsport on Android.
        - Fix memory leak reported by asan in rpz SOA record query name.

19 March 2021: Wouter
        - Fix for #447: squelch connection refused tcp connection failures
          from the log, unless verbosity is high.

17 March 2021: Wouter
        - Fix #441: Minimal NSEC range not accepted for top level domains.

11 March 2021: Wouter
        - Fix parse of LOC RR type for decimetres.

5 March 2021: Wouter
        - Workaround for #439: prevent loops in the reuse rbtree.
        - Debug output for #411 and #439: printout internal error and details.

4 March 2021: Wouter
        - iana portlist update.
        - Fix spurious errors about "Could not generate request: out of
          memory".  The mesh detect cycle routine no longer wrongly stops
          the check when the calling mesh state is unique.

26 February 2021: George
        - Fix for #367: rc_ports don't have ub_sock; skip cleaning up.

26 February 2021: Wouter
        - Fix: Resolve interface names on control-interface too.

25 February 2021: Wouter
        - Merge PR #367 : DNSTAP log local address.  With code from PR #365
          and fixes #368 : dnstap does not log the DNS message ID for
          FORWARDER_QUERY.
        - Fix to allow rpz with wildcard that applies to all TLDs at once.

24 February 2021: George
        - Fix #384: (1) A minor request to improve the log (2) A minor bug in one
          log message.
        - ipsecmod: Better logging for detecting a cycle when attaching the
          A/AAAA subquery.

24 February 2021: Wouter
        - On startup of unbound it checks if rlimits on memory size look
          sufficient for the configured cache size, and logs warning if not.
        - Fix function documentation.
        - Fix unit test for added ulimit checks.
        - spelling fix in header.

23 February 2021: Wouter
        - Fix for zonemd, that domain-insecure zones work without dnssec.
        - Fix for zonemd, do not reject insecure result from trust anchor
          validation step in dnssec chain of trust.

22 February 2021: Wouter
        - Fix #431: Squelch permission denied errors for tcp connect
          and udp connect from the logs, unless at high verbosity.
        - Fix for zonemd, that nxdomain for the chain of trust is allowed
          for island zones, it is treated as an insecure zone for verification.

18 February 2021: Wouter
        - Merge PR #317: ZONEMD Zone Verification, with RFC 8976 support.
          ZONEMD records are checked for zones loaded as auth-zone,
          with DNSSEC if available.  There is an added option
          zonemd-permissive-mode that makes it log but not fail wrong zones.
          With zonemd-reject-absence for an auth-zone the presence of a
          zonemd can be mandated for specific zones.
        - Fix doxygen and pydoc warnings.
        - Fix #429: rpz: url: with https: broken (regression in 1.13.1).
        - rpz skip nsec3param records, and nicer log for unsupported actions.

15 February 2021: Wouter
        - Fix #422: IPv6 fallback issues when IPv6 is not properly
          enabled/configured.
        - Fix to make tests work with support indicators set for iterator.
        - Fix build on Python 3.10.

10 February 2021: Wouter
        - Merge PR #420 from dyunwei: DOH not responsing with
          "http2_query_read_done failure" logged.

9 February 2021: Wouter
        - Fix for Python 3.9, no longer use deprecated functions of
          PyEval_CallObject (now PyObject_Call), PyEval_InitThreads (now
          none), PyParser_SimpleParseFile (now Py_CompileString).

4 February 2021: Wouter
        - release 1.13.1rc2 tag on branch-1.13.1 with added changes of 2 feb.
          This became 1.13.1 release tag on 9 feb.  The main branch is set
          to version 1.13.2.

2 February 2021: Wouter
        - branch-1.13.1 is created, with release-1.13.1rc1 tag.
        - Fix dynlibmod link on rhel8 for -ldl inclusion.
        - Fix windows dependency on libssp.dll because of default stack
          protector in mingw.
        - Fix indentation of root anchor for use by windows install script.

1 February 2021: George
        - Attempt to fix NULL keys in the reuse_tcp tree; relates to #411.

29 January 2021: Wouter
        - Fix for doxygen 1.8.20 compatibility.

28 January 2021: Wouter
        - Annotate that we ignore the return value of if_indextoname.
        - Fix to use correct type for label count in rpz routine.
        - Fix empty clause warning in config_file nsid parse.
        - Fix to use correct type for label count in ipdnametoaddr rpz routine.
        - Fix empty clause warning in edns pass for padding.
        - Fix fwd ancil test post script when not supported.

26 January 2021: George
        - Merge PR #408 from fobser: Prevent a few more yacc clashes.
        - Merge PR #275 from Roland van Rijswijk-Deij: Add feature to return the
          original instead of a decrementing TTL ('serve-original-ttl')
        - Merge PR #355 from noloader: Make ICANN Update CA and DS Trust Anchor
          static data.
        - Ignore cache blacklisting when trying to reply with expired data from
          cache (#394).

26 January 2021: Wouter
        - Fix compile of unbound-dnstap-socket without dnstap installed.

22 January 2021: Willem
        - Padding of queries and responses with DNS over TLS as specified in
          RFC7830 and RFC8467.

22 January 2021: George
        - Fix TTL of SOA record for negative answers (localzone and
          authzone data) to be the minimum of the SOA TTL and the SOA.MINIMUM.

19 January 2021: Willem
        - Support for RFC5001: DNS Name Server Identifier (NSID) Option
          with the nsid: option in unbound.conf

18 January 2021: Wouter
        - Fix #404: DNS query with small edns bufsize fail.
        - Fix declaration before statement and signed comparison warning in
          dns64.

15 January 2021: Wouter
        - Merge #402 from fobser: Implement IPv4-Embedded addresses according
          to RFC6052.

14 January 2021: Wouter
        - Fix for #93: dynlibmodule import library is named libunbound.dll.a.

13 January 2021: Wouter
        - Merge #399 from xiangbao227: The lock of lruhash table should
          unlocked after markdel entry.
        - Fix for #93: dynlibmodule link fix for Windows.

12 January 2021: Wouter
        - Fix #397: [Feature request] add new type always_null to local-zone
          similar to always_nxdomain.
        - Fix so local zone types always_nodata and always_deny can be used
          from the config file.

8 January 2021: Wouter
        - Merge PR #391 from fhriley: Add start_time to reply callbacks so
          modules can compute the response time.
        - For #391: use struct timeval* start_time for callback information.
        - For #391: fix indentation.
        - For #391: more double casts in python start time calculation.
        - Add comment documentation.
        - Fix clang analysis warning.

6 January 2021: Wouter
        - Fix #379: zone loading over HTTP appears to have buffer issues.
        - Merge PR #395 from mptre: add missing null check.
        - Fix #387: client-subnet-always-forward seems to effectively bypass
          any caching?

5 January 2021: Wouter
        - Fix #385: autoconf 2.70 impacts unbound build
        - Merge PR #375 by fhriley: Add rpz_enable and rpz_disable commands
          to unbound-control.

4 January 2021: Wouter
        - For #376: Fix that comm point event is not double removed or double
          added to event map.
        - iana portlist updated.

16 December 2020: George
        - Fix error cases when udp-connect is set and send() returns an error
          (modified patch from Xin Li @delphij).

11 December 2020: Wouter
        - Fix #371: unbound-control timeout when Unbound is not running.
        - Fix to squelch permission denied and other errors from remote host,
          they are logged at higher verbosity but not on low verbosity.
        - Merge PR #335 from fobser: Sprinkle in some static to prevent
          missing prototype warnings.
        - Merge PR #373 from fobser: Warning: arithmetic on a pointer to void
          is a GNU extension.
        - Fix missing prototypes in the code.

3 December 2020: Wouter
        - make depend.
        - iana portlist updated.

2 December 2020: Wouter
        - Fix #360: for the additionally reported TCP Fast Open makes TCP
          connections fail, in that case we print a hint that this is
          happening with the error in the logs.
        - Fix #356: deadlock when listening tcp.
        - Fix unbound-dnstap-socket to not use log routine from interrupt
          handler and not print so frequently when invoked in sequence.
        - Fix on windows to ignore connection failure on UDP, unless verbose.
        - Fix for #283: fix stream reuse and tcp fast open.
        - Fix update, with write event check with streamreuse and fastopen.

1 December 2020: Wouter
        - Fix #358: Squelch udp connect 'no route to host' errors on low
          verbosity.

30 November 2020: Wouter
        - Fix assertion failure on double callback when iterator loses
          interest in query at head of line that then has the tcp stream
          not kept for reuse.
        - tag for the 1.13.0rc4 release.  This also became the 1.13.0
          release version on 3 dec 2020 with the streamreuse and fastopen
          fix from 2 dec 2020.  The code repo continues for 1.13.1 in
          development.

27 November 2020: Wouter
        - Fix compile warning for type cast in http2_submit_dns_response.
        - Fix when use free buffer to initialize rbtree for stream reuse.
        - Fix compile warnings for windows.
        - Fix compile warnings in rpz initialization.
        - Fix contrib/metrics.awk for FreeBSD awk compatibility.
        - tag for the 1.13.0rc3 release.

26 November 2020: Wouter
        - Fix to omit UDP receive errors from log, if verbosity low.
          These happen because of udp-connect.
        - For #352: contrib/metrics.awk for Prometheus style metrics output.
        - Fix that after failed read, the readagain cannot activate.
        - Clear readagain upon decommission of pending tcp structure.

25 November 2020: Wouter
        - with udp-connect ignore connection refused with UDP timeouts.
        - Fix udp-connect on FreeBSD, do send calls on connected UDP socket.
        - Better fix for reuse tree comparison for is-tls sockets.  Where
          the tree key identity is preserved after cleanup of the TLS state.
        - Remove debug commands from reuse tests.
        - Fix memory leak for edns client tag opcode config element.
        - Attempt fix for libevent state in tcp reuse cases after a packet
          is written.
        - Fix readagain and writeagain callback functions for comm point
          cleanup.
        - tag for the 1.13.0rc2 release.

24 November 2020: Wouter
        - Merge PR #283 : Stream reuse.  This implements upstream stream
          reuse for performing several queries over the same TCP or TLS
          channel.
        - set version of main branch to 1.13.0 for upcoming release.
        - iana portlist updated.
        - Fix one port unit test for udp-connect.
        - tag for the 1.13.0rc1 release.
        - Fix crash when TLS connection is closed prematurely, when
          reuse tree comparison is not properly identical to insertion.
        - Fix padding of struct regional for 32bit systems.

23 November 2020: George
        - Merge PR #313 from Ralph Dolmans: Replace edns-client-tag with
          edns-client-string option.

23 November 2020: Wouter
        - Merge #351 from dvzrv: Add AF_NETLINK to set of allowed socket
          address families.
        - Fix #350: with the AF_NETLINK permission, to fix 1.12.0 error:
          failed to list interfaces: getifaddrs: Address family not
          supported by protocol.
        - Fix #347: IP_DONTFRAG broken on Apple xcode 12.2.
        - Option to toggle udp-connect, default is enabled.
        - Fix for #303 CVE-2020-28935 : Fix that symlink does not interfere
          with chown of pidfile.
        - Further fix for it and retvalue 0 fix for it.

12 November 2020: Wouter
        - Fix to connect() to UDP destinations, default turned on,
          this lowers vulnerability to ICMP side channels.
        - Retry for interfaces with unused ports if possible.

10 November 2020: Wouter
        - Fix #341: fixing a possible memory leak.
        - Fix memory leak after fix for possible memory leak failure.
        - Fix #343: Fail to build --with-libnghttp2 with error: 'SSIZE_MAX'
          undeclared.

27 October 2020: Wouter
        - In man page note that tls-cert-bundle is read before permission
          drop and chroot.

22 October 2020: Wouter
        - Fix #333: Unbound Segmentation Fault w/ log_info Functions From
          Python Mod.
        - Fix that minimal-responses does not remove addresses from a priming
          query response.

21 October 2020: George
        - Fix #327: net/if.h check fails on some darwin versions; contribution by
          Joshua Root.
        - Fix #320: potential memory corruption due to size miscomputation upton
          custom region alloc init.

21 October 2020: Wouter
        - Merge PR #228 : infra-keep-probing option to probe hosts that are
          down.  Add infra-keep-probing: yes option. Hosts that are down are
          probed more frequently.
          With the option turned on, it probes about every 120 seconds,
          eventually after exponential backoff, and that keeps that way. If
          traffic keeps up for the domain. It probes with one at a time, eg.
          one query is allowed to probe, other queries within that 120 second
          interval are turned away.

19 October 2020: George
        - Merge PR #324 from James Renken: Add modern X.509v3 extensions to
          unbound-control TLS certificates.
        - Fix for PR #324 to attach the x509v3 extensions to the client
          certificate.

19 October 2020: Ralph
        - local-zone regional allocations outside of chunk

19 October 2020: Wouter
        - Fix that http settings have colon in set_option, for
          http-endpoint, http-max-streams, http-query-buffer-size,
          http-response-buffer-size, and http-nodelay.
        - Fix memory leak of https port string when reading config.
        - Fix #330: [Feature request] Add unencrypted DNS over HTTPS support.
          This adds the option http-notls-downstream: yesno to change that,
          and the dohclient test code has the -n option.
        - Fix python documentation warning on functions.rst inplace_cb_reply.
        - Fix dnstap test to wait for log timer to see if queries are logged.
        - Log ip address when http session recv fails, eg. due to tls fail.
        - Fix to set the tcp handler event toggle flag back to default when
          the handler structure is reused.
        - Clean the fix for out of order TCP processing limits on number
          of queries.  It was tested to work.

16 October 2020: Wouter
        - Fix that the out of order TCP processing does not limit the
          number of outstanding queries over a connection.

15 October 2020: George
        - Fix that if there are reply callbacks for the given rcode, those
          are called per reply and a new message created if that was modified
          by the call.
        - Pass the comm_reply information to the inplace_cb_reply* functions
          during the mesh state and update the documentation on that.

15 October 2020: Wouter
        - Merge PR #326 from netblue30: DoH: implement content-length
          header field
        - DoH content length, simplify code, remove declaration after
          statement and fix cast warning.

14 October 2020: Wouter
        - Fix for python reply callback to see mesh state reply_list member,
          it only removes it briefly for the commpoint call so that it does
          not drop it and attempt to modify the reply list during reply.
        - Fix that if there are on reply callbacks, those are called per
          reply and a new message created if that was modified by the call.
        - Free up auth zone parse region after use for lookup of host

13 October 2020: Wouter
        - Fix #323: unbound testsuite fails on mock build in systemd-nspawn
          if systemd support is build.

9 October 2020: Wouter
        - Fix dnstap socket and the chroot not applied properly to the dnstap
          socket path.
        - Fix warning in libnss compile, nss_buf2dsa is not used without DSA.

8 October 2020: Wouter
        - Tag for 1.12.0 release.
        - Current repo is version 1.12.1 in development.
        - Fix #319: potential memory leak on config failure, in rpz config.

1 October 2020: Wouter
        - Current repo is version 1.12.0 for release.  Tag for 1.12.0rc1.

30 September 2020: Wouter
        - Fix doh tests when not compiled in.
        - Add dohclient test executable to gitignore.
        - Fix stream_ssl, ssl_req_order and ssl_req_timeout tests for
          alloc check debug output.
        - Easier kill of unbound-dnstap-socket tool in test.
        - Fix memory leak of edns tags at libunbound context delete.
        - Fix double loopexit for unbound-dnstap-socket after sigterm.

29 September 2020: Ralph
        - DNS Flag Day 2020: change edns-buffer-size default to 1232.

28 September 2020: Wouter
        - Fix unit test for dnstap changes, so that it waits for the timer.

23 September 2020: Wouter
        - Fix #305: dnstap logging significantly affects unbound performance
          (regression in 1.11).
        - Fix #305: only wake up thread when threshold reached.
        - Fix to ifdef fptr wlist item for dnstap.

23 September 2020: Ralph
        - Fix edns-client-tags get_option typo
        - Add edns-client-tag-opcode option
        - Use inclusive language in configuration

21 September 2020: Ralph
        - Fix #304: dnstap logging not recovering after dnstap process restarts

21 September 2020: Wouter
        - Merge PR #311 by luismerino: Dynlibmod leak.
        - Error message is logged for dynlibmod malloc failures.
        - iana portlist updated.

18 September 2020: Wouter
        - Fix that prefer-ip4 and prefer-ip6 can be get and set with
          unbound-control, with libunbound and the unbound-checkconf option
          output function.
        - iana portlist updated.

15 September 2020: George
        - Introduce test for statistics.

15 September 2020: Wouter
        - Spelling fix.

11 September 2020: Wouter
        - Remove x file mode on ipset/ipset.c and h files.

9 September 2020: Wouter
        - Fix num.expired statistics output.

31 August 2020: Wouter
        - Merge PR #293: Add missing prototype.  Also refactor to use the new
          shorthand function to clean up the code.
        - Refactor to use sock_strerr shorthand function.
        - Fix #296: systemd nss-lookup.target is reached before unbound can
          successfully answer queries. Changed contrib/unbound.service.in.

27 August 2020: Wouter
        - Similar to NSD PR#113, implement that interface names can be used,
          eg. something like interface: eth0 is resolved at server start and
          uses the IP addresses for that named interface.
        - Review fix, doxygen and assign null in case of error free.

26 August 2020: George
        - Update documentation in python example code.

24 August 2020: Wouter
        - Fix that dnstap reconnects do not spam the log with the repeated
          attempts.  Attempts on the timer are only logged on high verbosity,
          if they produce a connection failure error.
        - Fix to apply chroot to dnstap-socket-path, if chroot is enabled.
        - Change configure to use EVP_sha256 instead of HMAC_Update for
          openssl-3.0.0.

20 August 2020: Ralph
        - Fix stats double count issue (#289).

13 August 2020: Ralph
        - Create and init edns tags data for libunbound.

10 August 2020: Ralph
        - Merge (modified) PR #277, use EVP_MAC_CTX_set_params if available,
          by Vítězslav Čížek.

10 August 2020: Wouter
        - Fix #287: doc typo: "Additionaly".
        - Rerun autoconf

6 August 2020: Wouter
        - Merge PR #284 and Fix #246: Remove DLV entirely from Unbound.
          The DLV has been decommisioned and in unbound 1.5.4, in 2015, there
          was advise to stop using it.  The current code base does not contain
          DLV code any more.  The use of dlv options displays a warning.

5 August 2020: Wouter
        - contrib/aaaa-filter-iterator.patch file renewed diff content to
          apply cleanly to the current coderepo for the current code version.

5 August 2020: Ralph
        - Merge PR #272: Add EDNS client tag functionality.

4 August 2020: George
        - Improve error log message when inserting rpz RR.
        - Merge PR #280, Make tvOS & watchOS checks verify truthiness as well as
          definedness, by Felipe Gasper.

4 August 2020: Wouter
        - Fix mini_event.h on OpenBSD cannot find fd_set.

31 July 2020: Wouter
        - Fix doxygen comment for no ssl for tls session ticket key callback
          routine.

27 July 2020: George
        - Merge PR #268, draft-ietf-dnsop-serve-stale-10 has become RFC 8767 on
          March 2020, by and0x000.

27 July 2020: Ralph
        - Merge PR #269, Fix python module len() implementations, by Torbjörn
          Lönnemark

27 July 2020: Wouter
        - branch now named 1.11.1.  1.11.0rc1 became the 1.11.0 release.
        - Merge PR #270 from cgzones: munin plugin: always exit 0 in autoconf

20 July 2020: Wouter
        - Fix streamtcp to print packet data to stdout.  This makes the
          stdout and stderr not mix together lines, when parsing its output.
        - Fix contrib/fastrpz.patch to apply cleanly.  It fixes for changes
          due to added libdynmod, but it does not compile, it conflicts with
          new rpz code.
        - branch now named 1.11.0 and 1.11.0rc1 tag.

17 July 2020: Wouter
        - Fix libnettle compile for session ticket key callback function
          changes.
        - Fix lock dependency cycle in rpz zone config setup.

17 July 2020: Ralph
        - Merge PR #234 - Ensure proper alignment of cmsg buffers by Jérémie
          Courrèges-Anglas.
        - Fix PR #234 log_assert sizeof to use union buffer.

16 July 2020: Wouter
        - Fix check conf test for referencing installation paths.
        - Fix unused variable warning for clang analyzer.

16 July 2020: George
        - Introduce 'include-toplevel:' configuration option.

16 July 2020: Ralph
        - Add bidirectional frame streams support.

8 July 2020: Wouter
        - Fix add missing DSA header, for compilation without deprecated
          OpenSSL APIs.
        - Fix to use SSL_CTX_set_tlsext_ticket_key_evp_cb in OpenSSL
          3.0.0-alpha4.
        - Longer keys for the test set, this avoids weak crypto errors.

7 July 2020: Wouter
        - Fix #259: Fix unbound-checkconf does not check view existence.
          unbound-checkconf checks access-control-view, access-control-tags,
          access-control-tag-actions and access-control-tag-datas.
        - Fix offset of error printout for access-control-tag-datas.
        - Review fixes for checkconf #259 change.

6 July 2020: Wouter
        - run_vm cleanup better and removes trailing slash on single argument.

29 June 2020: Wouter
        - Move reply list clean for serve expired mesh callback to after
          the reply is sent, so that script callbacks have reply_info.
        - Also move reply list clean for mesh callbacks to the scrip callback
          can see the reply_info.
        - Fix for mesh accounting if the reply list already empty to begin
          with.
        - Fix for mesh accounting when rpz decides to drop a reply with a
          tcp stream waiting for it.
        - Review fix for number of detached states due to use of variable
          after end of loop.
        - Fix tcp req info drop due to size call into mesh accounting
          removal of mesh state during mesh send reply.

24 June 2020: Wouter
        - iana portlist updated.
        - doxygen file comments for dynlibmodule.

17 June 2020: Wouter
        - Fix default explanation in man page for qname-minimisation-strict.
        - Fix display of event loop method with libev.

8 June 2020: Wouter
        - Mention tls name possible when tls is enabled for stub-addr in the
          man page.

27 May 2020: George
        - Merge PR #241 by Robert Edmonds: contrib/libunbound.pc.in: Do not use
          "Requires:".

25 May 2020: George
        - Update contrib/aaaa-filter-iterator.patch for the recent
          generate_sub_request() change and to apply cleanly.

21 May 2020: George
        - Fix for integer overflow when printing RDF_TYPE_TIME.

19 May 2020: Wouter
        - CVE-2020-12662 Unbound can be tricked into amplifying an incoming
          query into a large number of queries directed to a target.
        - CVE-2020-12663 Malformed answers from upstream name servers can be
          used to make Unbound unresponsive.
        - Release 1.10.1 is 1.10.0 with fixes, code repository continues,
          including those fixes, towards the next release.  Configure has
          version 1.10.2 version number in it.
        - For PR #93: windows compile warnings removal
        - windows compile warnings removal for ip dscp option code.
        - For PR #93: unit test for dynlib module.

18 May 2020: Wouter
        - For PR #93: dynlibmod can handle reloads and deinit and inits again,
          with dlclose and dlopen of the library again.  Also for multiple
          modules.  Fix memory leak by not closing dlopened content.  Fix
          to allow one dynlibmod instance by unbound-checkconf.
        - For PR #93: checkconf allows multiple dynlib in module-config, for
          a couple cases.
        - For PR #93: checkconf allows python dynlib in module-config, for
          a couple cases.
        - For PR #93: man page spelling reference fix.
        - For PR #93: fix link of other executables for dynlibmod dependency.

15 May 2020: Wouter
        - Merge PR #93: Add dynamic library support.
        - Fixed conflicts for PR #93 and make configure, yacc, lex.
        - For PR #93: Fix warnings for dynlibmodule.

15 May 2020: Ralph
        - Cache ECS answers with longest scope of CNAME chain.

22 April 2020: George
        - Explicitly use 'rrset-roundrobin: no' for test cases.

21 April 2020: Wouter
        - Merge #225 from akhait: KSK-2010 has been revoked. It removes the
          KSK-2010 from the default list in unbound-anchor, now that the
          revocation period is over.  KSK-2017 is the only trust anchor in
          the shipped default now.

21 April 2020: George
        - Change default value for 'rrset-roundrobin' to yes.
        - Fix tests for new rrset-roundrobin default.

20 April 2020: Wouter
        - Fix #222: --enable-rpath, fails to rpath python lib.
        - Fix for count of reply states in the mesh.
        - Remove unneeded was_mesh_reply check.

17 April 2020: George
        - Add SNI support on more TLS connections (fixes #193).
        - Add SNI support to unbound-anchor.

16 April 2020: George
        - Add doxygen documentation for DSCP.

16 April 2020: Wouter
        - Fix help return code in unbound-control-setup script.
        - Fix for posix shell syntax for trap in nsd-control-setup.
        - Fix for posix shell syntax for trap in run_msg.sh test script.

15 April 2020: George
        - Fix #220: auth-zone section in config may lead to segfault.

7 April 2020: Wouter
        - Merge PR #214 from gearnode: unbound-control-setup recreate
          certificates.  With the -r option the certificates are created
          again, without it, only the files that do not exist are created.

6 April 2020: Ralph
        - Keep track of number of timeouts. Use this counter to determine if
          capsforid fallback should be started.

6 April 2020: George
        - More documentation for redis-expire-records option.

1 April 2020: George
        - Merge PR #206: Redis TTL, by Talkabout.

30 March 2020: Wouter
        - Merge PR #207: Clarify if-automatic listens on 0.0.0.0 and ::
        - Merge PR #208: Fix uncached CLIENT_RESPONSE'es on stateful
          transports.

27 March 2020: Wouter
        - Merge PR #203 from noloader: Update README-Travis.md with current
          procedures.

27 March 2020: Ralph
        - Make unbound-control error returned on missing domain name more user
          friendly.

26 March 2020: Ralph
        - Fix RPZ concurrency issue when using auth_zone_reload.

25 March 2020: George
        - Merge PR #201 from noloader: Fix OpenSSL cross-compaile warnings.
        - Fix on #201.

24 March 2020: Wouter
        - Merge PR #200 from yarikk: add ip-dscp option to specify the DSCP
          tag for outgoing packets.
        - Fixes on #200.
        - Travis fix for ios by omitting tools from install.

23 March 2020: Wouter
        - Fix compile on Solaris for unbound-checkconf.

20 March 2020: George
        - Merge PR #198 from fobser: Declare lz_enter_rr_into_zone() static, it's
          only used in this file.

20 March 2020: Wouter
        - Merge PR #197 from fobser: Make log_ident_revert_to_default() a
          proper prototype.

19 March 2020: Ralph
        - Merge PR#191: Update iOS testing on Travis, by Jeffrey Walton.
        - Fix #158: open tls-session-ticket-keys as binary, for Windows. By
          Daisuke HIGASHI.
        - Merge PR#134, Allow the kernel to provide random source ports. By
          Florian Obser.
        - Log warning when using outgoing-port-permit and outgoing-port-avoid
          while explicit port randomisation is disabled.
        - Merge PR#194: Add libevent testing to Travis, by Jeffrey Walton.
        - Fix .travis.yml error, missing 'env' option.

16 March 2020: Wouter
        - Fix #192: In the unbound-checkconf tool, the module config of
          dns64 subnetcache respip validator iterator is whitelisted, it was
          reported it seems to work.

12 March 2020: Wouter
        - Fix compile of test tools without protobuf.

11 March 2020: Ralph
        - Add check to make sure RPZ records are subdomains of configured
          zone origin.

11 March 2020: George
        - Fix #189: mini_event.h:142:17: error: field 'ev_timeout' has incomplete
          type, by noloader.
        - Changelog entry for (Fix #189, Merge PR #190).

11 March 2020: Wouter
        - Fix #188: unbound-control.c:882:6: error: 'execlp' is
          unavailable: not available on tvOS.

6 March 2020: George
        - Merge PR #186, fix #183: Fix unrecognized 'echo -n' option on OS X, by
          noloader

5 March 2020: Wouter
        - Fix PR #182 from noloader: Add iOS testing to Travis.

4 March 2020: Ralph
        - Update README-Travis.md (from PR #179), by Jeffrey Walton.

4 March 2020: George
        - Merge PR #181 from noloader: Fix OpenSSL -pie warning on Android.

4 March 2020: Wouter
        - Merge PR #180 from noloader: Avoid calling exit in Travis script.

3 March 2020: George
        - Upgrade config.guess(2020-01-01) and config.sub(2020-01-01).

2 March 2020: Ralph
        - Fix #175, Merge PR #176: fix link error when OpenSSL is configured
          with no-engine, thanks noloader.

2 March 2020: George
        - Fix compiler warning in dns64/dns64.c
        - Merge PR #174: Add Android to Travis testing, by noloader.
        - Move android build scripts to contrib/ and allow android tests to fail.

2 March 2020: Wouter
        - Fix #177: dnstap does not build on macOS.

28 February 2020: Ralph
        - Merge PR #172: Add IBM s390x arch for testing, by noloader.

28 February 2020: Wouter
        - Merge PR #173: updated makedist.sh for config.guess and
          config.sub and sha256 digest for gpg, by noloader.
        - Merge PR #164: Framestreams, this branch implements dnstap
          unidirectional connectivity in unbound. This has a number of
          new features.

          The dependency on libfstrm is removed. The fstrm protocol code
          resides in dnstap/dnstap_fstrm.h and dnstap/dnstap_fstrm.c. This
          contains a brief definition of what unbound needs.

          The make unbound-dnstap-socket builds a debug tool,
          unbound-dnstap-socket. It can listen, accept multiple DNSTAP
          streams and print information. Commandline options control it.

          Unbound can reconnect if the unix domain socket file socket is
          closed. This uses exponential backoff after which it uses a
          one second timer to throttle cpu down. There is also support
          to use TCP and TLS for connecting to the log server. There
          are new config options to turn them on, in the dnstap section
          in the man page and example config file. dnstap-ip with IP
          address of server for TCP or TLS use. dnstap-tls to turn
          on TLS. And dnstap-tls-server-name, dnstap-tls-cert-bundle,
          dnstap-tls-client-key-file and dnstap-tls-client-cert-file
          to configure the certificates for server authentication and
          client authentication, or leave at "" to not use that.

27 February 2020: George
        - Merge PR #171: Add additional compilers and platforms to Travis
          testing, by noloader.

27 February 2020: Wouter
        - Fix #169: Fix warning for daemon/remote.c output may be truncated
          from snprintf.
        - Fix #170: Fix gcc undefined sanitizer signed integer overflow
          warning in signature expiry RFC1982 serial number arithmetic.
        - Fix more undefined sanitizer issues, in respip copy_rrset null
          dname, and in the client_info_compare routine for null memcmp.

26 February 2020: Wouter
        - iana portlist updated.

25 February 2020: Wouter
        - Fix #165: Add prefer-ip4: yesno config option to prefer ipv4 for
          using ipv4 filters, because the hosts ip6 netblock /64 is not owned
          by one operator, and thus reputation is shared.

24 February 2020: George
        - Merge PR #166: Fix typo in unbound.service.in, by glitsj16.

20 February 2020: Wouter
        - Updated contrib/unbound_smf23.tar.gz with Solaris SMF service for
          Unbound from Yuri Voinov.
        - master branch has 1.10.1 version.

18 February 2020: Wouter
        - protect X509_CHECK_FLAG_NO_PARTIAL_WILDCARDS with ifdef for
          different openssl versions.

17 February 2020: Wouter
        - changelog point where the tag for 1.10.0rc2 release is.  And with
          the unbound_smf23 commit added to it, that is the 1.10.0 release.

17 February 2020: Ralph
        - Add respip to supported module-config options in unbound-checkconf.

17 February 2020: George
        - Remove unused variable.

17 February 2020: Wouter
        - contrib/drop2rpz: perl script that converts the Spamhaus DROP-List
          in RPZ-Format, contributed by Andreas Schulze.

14 February 2020: Wouter
        - Fix spelling in unbound.conf.5.in.
        - Stop unbound-checkconf from insisting that auth-zone and rpz
          zonefiles have to exist.  They can not exist, and download later.

13 February 2020: Wouter
        - tag for 1.10.0rc1 release.

12 February 2020: Wouter
        - Fix with libnettle make test with dsa disabled.
        - Fix contrib/fastrpz.patch to apply cleanly.  Fix for serve-stale
          fixes, but it does not compile, conflicts with new rpz code.
        - Fix to clean memory leak of respip_addr.lock when ip_tree deleted.
        - Fix compile warning when threads disabled.
        - updated version number to 1.10.0.

10 February 2020: George
        - Document 'ub_result.was_ratelimited' in libunbound.
        - Fix use after free on log-identity after a reload; Fixes #163.

6 February 2020: George
        - Fix num_reply_states and num_detached_states counting with
          serve_expired_callback.
        - Cleaner code in mesh_serve_expired_lookup.
        - Document in unbound.conf manpage that configuration clauses can be
          repeated in the configuration file.

6 February 2020: Wouter
        - Fix num_reply_addr counting in mesh and tcp drop due to size
          after serve_stale commit.
        - Fix to create and destroy rpz_lock in auth_zones structure.
        - Fix to lock zone before adding rpz qname trigger.
        - Fix to lock and release once in mesh_serve_expired_lookup.
        - Fix to put braces around empty if body when threading is disabled.

5 February 2020: George
        - Added serve-stale functionality as described in
          draft-ietf-dnsop-serve-stale-10. `serve-expired-*` options can be used
          to configure the behavior.
        - Updated cachedb to honor `serve-expired-ttl`; Fixes #107.
        - Renamed statistic `num.zero_ttl` to `num.expired` as expired replies
          come with a configurable TTL value (`serve-expired-reply-ttl`).
        - Fixed stats when replying with cached, cname-aliased records.
        - Added missing default values for redis cachedb backend.

3 February 2020: Ralph
        - Add assertion to please static analyzer

31 January 2020: Wouter
        - Fix fclose on error in TLS session ticket code.

30 January 2020: Ralph
        - Fix memory leak in error condition remote.c
        - Fix double free in error condition view.c
        - Fix memory leak in do_auth_zone_transfer on success
        - Merge RPZ support into master. Only QNAME and Response IP triggers are
          supported.
        - Stop working on socket when socket() call returns an error.
        - Check malloc return values in TLS session ticket code

30 January 2020: Wouter
        - Fix subnet tests for disabled DSA algorithm by default.
        - Update contrib/fastrpz.patch for clean diff with current code.
        - Merge PR#151: Fixes for systemd units, by Maryse47, Edmonds
          and Frzk.  Updates the unbound.service systemd file and adds
          a portable systemd service file.
        - updated .gitignore for added contrib file.
        - Add build rule for ipset to Makefile
        - Add getentropy_freebsd.o to Makefile dependencies.

29 January 2020: Ralph
        - Merge PR#156 from Alexander Berkes; Added unbound-control
          view_local_datas_remove command.

29 January 2020: Wouter
        - Fix #157: undefined reference to `htobe64'.

28 January 2020: Ralph
        - Merge PR#147; change rfc reference for reserved top level dns names.

28 January 2020: Wouter
        - iana portlist updated.
        - Fix to silence the tls handshake errors for broken pipe and reset
          by peer, unless verbosity is set to 2 or higher.

27 January 2020: Ralph
        - Merge PR#154; Allow use of libbsd functions with configure option
          --with-libbsd. By Robert Edmonds and Steven Chamberlain.
        - Merge PR#148; Add some TLS stats to unbound_munin_. By Fredrik Pettai.

27 January 2020: Wouter
        - Merge PR#155 from Robert Edmonds: contrib/libunbound.pc.in: Fixes
          to Libs/Requires for crypto library dependencies.
        - Fix #153: Disable validation for DSA algorithms.  RFC 8624
          compliance.

23 January 2020: Wouter
        - Merge PR#150 from Frzk: Systemd unit without chroot.  It add
          contrib/unbound_nochroot.service.in, a systemd file for use with
          chroot: "", see comments in the file, it uses systemd protections
          instead.

14 January 2020: Wouter
        - Removed the dnscrypt_queries and dnscrypt_queries_chacha tests,
          because dnscrypt-proxy (2.0.36) does not support the test setup
          any more, and also the config file format does not seem to have
          the appropriate keys to recreate that setup.
        - Fix crash after reload where a stats lookup could reference old key
          cache and neg cache structures.
        - Fix for memory leak when edns subnet config options are read when
          compiled without edns subnet support.
        - Fix auth zone support for NSEC3 records without salt.

10 January 2020: Wouter
        - Fix the relationship between serve-expired and prefetch options,
          patch from Saksham Manchanda from Secure64.
        - Fix unreachable code in ssl set options code.

8 January 2020: Ralph
        - Fix #138: stop binding pidfile inside chroot dir in systemd service
          file.

8 January 2020: Wouter
        - Fix 'make test' to work for --disable-sha1 configure option.
        - Fix out-of-bounds null-byte write in sldns_bget_token_par while
          parsing type WKS, reported by Luis Merino from X41 D-Sec.
        - Updated sldns_bget_token_par fix for also space for the zero
          delimiter after the character.  And update for more spare space.

6 January 2020: George
        - Downgrade compat/getentropy_solaris.c to version 1.4 from OpenBSD.
          The dl_iterate_phdr() function introduced in newer versions raises
          compilation errors on solaris 10.
        - Changes to compat/getentropy_solaris.c for,
          ifdef stdint.h inclusion for older systems.
          ifdef sha2.h inclusion for older systems.

6 January 2020: Wouter
        - Merge #135 from Florian Obser: Use passed in neg and key cache
          if non-NULL.
        - Fix #140: Document slave not downloading new zonefile upon update.

16 December 2019: George
        - Update mailing list URL.

12 December 2019: Ralph
        - Master is 1.9.7 in development.
        - Fix typo to let serve-expired-ttl work with ub_ctx_set_option(), by
          Florian Obser

10 December 2019: Wouter
        - Fix to make auth zone IXFR to fallback to AXFR if a single
          response RR is received over TCP with the SOA in it.

6 December 2019: Wouter
        - Fix ipsecmod compile.
        - Fix Makefile.in for ipset module compile, from Adi Prasaja.
        - release-1.9.6 tag, which became the 1.9.6 release

5 December 2019: Wouter
        - unbound-fuzzers.tar.bz2: three programs for fuzzing, that are 1:1
          replacements for unbound-fuzzme.c that gets created after applying
          the contrib/unbound-fuzzme.patch.  They are contributed by
          Eric Sesterhenn from X41 D-Sec.
        - tag for 1.9.6rc1.

4 December 2019: Wouter
        - Fix lock type for memory purify log lock deletion.
        - Fix testbound for alloccheck runs, memory purify and lock checks.
        - update contrib/fastrpz.patch to apply more cleanly.
        - Fix Make Test Fails when Configured With --enable-alloc-nonregional,
          reported by X41 D-Sec.

3 December 2019: Wouter
        - Merge pull request #124 from rmetrich: Changed log lock
          from 'quick' to 'basic' because this is an I/O lock.
        - Fix text around serial arithmatic used for RRSIG times to refer
          to correct RFC number.
        - Fix Assert Causing DoS in synth_cname(),
          reported by X41 D-Sec.
        - Fix similar code in auth_zone synth cname to add the extra checks.
        - Fix Assert Causing DoS in dname_pkt_copy(),
          reported by X41 D-Sec.
        - Fix OOB Read in sldns_wire2str_dname_scan(),
          reported by X41 D-Sec.
        - Fix Out of Bounds Write in sldns_str2wire_str_buf(),
          reported by X41 D-Sec.
        - Fix Out of Bounds Write in sldns_b64_pton(),
          fixed by check in sldns_str2wire_int16_data_buf(),
          reported by X41 D-Sec.
        - Fix Insufficient Handling of Compressed Names in dname_pkt_copy(),
          reported by X41 D-Sec.
        - Fix Out of Bound Write Compressed Names in rdata_copy(),
          reported by X41 D-Sec.
        - Fix Hang in sldns_wire2str_pkt_scan(),
          reported by X41 D-Sec.
          This further lowers the max to 256.
        - Fix snprintf() supports the n-specifier,
          reported by X41 D-Sec.
        - Fix Bad Indentation, in dnscrypt.c,
          reported by X41 D-Sec.
        - Fix Client NONCE Generation used for Server NONCE,
          reported by X41 D-Sec.
        - Fix compile error in dnscrypt.
        - Fix _vfixed not Used, removed from sbuffer code,
          reported by X41 D-Sec.
        - Fix Hardcoded Constant, reported by X41 D-Sec.
        - make depend

2 December 2019: Wouter
        - Merge pull request #122 from he32: In tcp_callback_writer(),
          don't disable time-out when changing to read.

22 November 2019: George
        - Fix compiler warnings.

22 November 2019: Wouter
        - Fix dname loop maximum, reported by Eric Sesterhenn from X41 D-Sec.
        - Add make distclean that removes everything configure produced,
          and make maintainer-clean that removes bison and flex output.

20 November 2019: Wouter
        - Fix Out of Bounds Read in rrinternal_get_owner(),
          reported by X41 D-Sec.
        - Fix Race Condition in autr_tp_create(),
          reported by X41 D-Sec.
        - Fix Shared Memory World Writeable,
          reported by X41 D-Sec.
        - Adjust unbound-control to make stats_shm a read only operation.
        - Fix Weak Entropy Used For Nettle,
          reported by X41 D-Sec.
        - Fix Randomness Error not Handled Properly,
          reported by X41 D-Sec.
        - Fix Out-of-Bounds Read in dname_valid(),
          reported by X41 D-Sec.
        - Fix Config Injection in create_unbound_ad_servers.sh,
          reported by X41 D-Sec.
        - Fix Local Memory Leak in cachedb_init(),
          reported by X41 D-Sec.
        - Fix Integer Underflow in Regional Allocator,
          reported by X41 D-Sec.
        - Upgrade compat/getentropy_linux.c to version 1.46 from OpenBSD.
        - Synchronize compat/getentropy_win.c with version 1.5 from
          OpenBSD, no changes but makes the file, comments, identical.
        - Upgrade compat/getentropy_solaris.c to version 1.13 from OpenBSD.
        - Upgrade compat/getentropy_osx.c to version 1.12 from OpenBSD.
        - Changes to compat/getentropy files for,
          no link to openssl if using nettle, and hence config.h for
          HAVE_NETTLE variable.
          compat definition of MAP_ANON, for older systems.
          ifdef stdint.h inclusion for older systems.
          ifdef sha2.h inclusion for older systems.
        - Fixed Compat Code Diverging from Upstream, reported by X41 D-Sec.
        - Fix compile with --enable-alloc-checks, reported by X41 D-Sec.
        - Fix Terminating Quotes not Written, reported by X41 D-Sec.
        - Fix Useless memset() in validator, reported by X41 D-Sec.
        - Fix Unrequired Checks, reported by X41 D-Sec.
        - Fix Enum Name not Used, reported by X41 D-Sec.
        - Fix NULL Pointer Dereference via Control Port,
          reported by X41 D-Sec.
        - Fix Bad Randomness in Seed, reported by X41 D-Sec.
        - Fix python examples/calc.py for eval, reported by X41 D-Sec.
        - Fix comments for doxygen in dns64.

19 November 2019: Wouter
        - Fix CVE-2019-18934, shell execution in ipsecmod.
        - 1.9.5 is 1.9.4 with bugfix, trunk is 1.9.6 in development.
        - Fix authzone printout buffer length check.
        - Fixes to please lint checks.
        - Fix Integer Overflow in Regional Allocator,
          reported by X41 D-Sec.
        - Fix Unchecked NULL Pointer in dns64_inform_super()
          and ipsecmod_new(), reported by X41 D-Sec.
        - Fix Out-of-bounds Read in rr_comment_dnskey(),
          reported by X41 D-Sec.
        - Fix Integer Overflows in Size Calculations,
          reported by X41 D-Sec.
        - Fix Integer Overflow to Buffer Overflow in
          sldns_str2wire_dname_buf_origin(), reported by X41 D-Sec.
        - Fix Out of Bounds Read in sldns_str2wire_dname(),
          reported by X41 D-Sec.
        - Fix Out of Bounds Write in sldns_bget_token_par(),
          reported by X41 D-Sec.

18 November 2019: Wouter
        - In unbound-host use separate variable for get_option to please
          code checkers.
        - update to bison output of 3.4.1 in code repository.
        - Provide a prototype for compat malloc to remove compile warning.
        - Portable grep usage for reuseport configure test.
        - Check return type of HMAC_Init_ex for openssl 0.9.8.
        - gitignore .source tempfile used for compatible make.

13 November 2019: Wouter
        - iana portlist updated.
        - contrib/fastrpz.patch updated to apply for current code.
        - fixes for splint cleanliness, long vs int in SSL set_mode.

11 November 2019: Wouter
        - Fix #109: check number of arguments for stdin-pipes in
          unbound-control and fail if too many arguments.
        - Merge #102 from jrtc27: Add getentropy emulation for FreeBSD.

24 October 2019: Wouter
        - Fix #99: Memory leak in ub_ctx (event_base will never be freed).

23 October 2019: George
        - Add new configure option `--enable-fully-static` to enable full static
          build if requested; in relation to #91.

23 October 2019: Wouter
        - Merge #97: manpage: Add missing word on unbound.conf,
          from Erethon.

22 October 2019: Wouter
        - drop-tld.diff: adds option drop-tld: yesno that drops 2 label
          queries, to stop random floods.  Apply with
          patch -p1 < contrib/drop-tld.diff and compile.
          From Saksham Manchanda (Secure64).  Please note that we think this
          will drop DNSKEY and DS lookups for tlds and hence break DNSSEC
          lookups for downstream clients.

7 October 2019: Wouter
        - Add doxygen comments to unbound-anchor source address code, in #86.

3 October 2019: Wouter
        - Merge #90 from vcunat: fix build with nettle-3.5.
        - Merge 1.9.4 release with fix for vulnerability CVE-2019-16866.
        - Continue with development of 1.9.5.
        - Merge #86 from psquarejho: Added -b source address option to
          smallapp/unbound-anchor.c, from Lukas Wunner.

26 September 2019: Wouter
        - Merge #87 from hardfalcon: Fix contrib/unbound.service.in,
          Drop CAP_KILL, use + prefix for ExecReload= instead.

25 September 2019: Wouter
        - The unbound.conf includes are sorted ascending, for include
          statements with a '*' from glob.

23 September 2019: Wouter
        - Merge #85 for #84 from sam-lunt: Add kill capability to systemd
          service file to fix that systemctl reload fails.

20 September 2019: Wouter
        - Merge #82 from hardfalcon: Downgrade CAP_NET_ADMIN to CAP_NET_RAW
          in unbound.service.
        - Merge #81 from Maryse47: Consistently use /dev/urandom instead
          of /dev/random in scripts and docs.
        - Merge #83 from Maryse47: contrib/unbound.service.in: do not fork
          into the background.

19 September 2019: Wouter
        - Fix #78: Memory leak in outside_network.c.
        - Merge pull request #76 from Maryse47: Improvements and fixes for
          systemd unbound.service.
        - oss-fuzz badge on README.md.
        - Fix fix for #78 to also free service callback struct.
        - Fix for oss-fuzz build warning.
        - Fix wrong response ttl for prepended short CNAME ttls, this would
          create a wrong zero_ttl response count with serve-expired enabled.
        - Merge #80 from stasic: Improve wording in man page.

11 September 2019: Wouter
        - Use explicit bzero for wiping clear buffer of hash in cachedb,
          reported by Eric Sesterhenn from X41 D-Sec.

9 September 2019: Wouter
        - Fix #72: configure --with-syslog-facility=LOCAL0-7 with default
          LOG_DAEMON (as before) can set the syslog facility that the server
          uses to log messages.

4 September 2019: Wouter
        - Fix #71: fix openssl error squelch commit compilation error.

3 September 2019: Wouter
        - squelch DNS over TLS errors 'ssl handshake failed crypto error'
          on low verbosity, they show on verbosity 3 (query details), because
          there is a high volume and the operator cannot do anything for the
          remote failure.  Specifically filters the high volume errors.

2 September 2019: Wouter
        - ipset module #28: log that an address is added, when verbosity high.
        - ipset: refactor long routine into three smaller ones.
        - updated Makefile dependencies.

23 August 2019: Wouter
        - Fix contrib/fastrpz.patch asprintf return value checks.

22 August 2019: Wouter
        - Fix that pkg-config is setup before --enable-systemd needs it.
        - 1.9.3rc2 release candidate tag.  And this became the 1.9.3 release.
          Master is 1.9.4 in development.

21 August 2019: Wouter
        - Fix log_dns_msg to log irrespective of minimal responses config.

19 August 2019: Ralph
        - Document limitation of pidfile removal outside of chroot directory.

16 August 2019: Wouter
        - Fix unittest valgrind false positive uninitialised value report,
          where if gcc 9.1.1 uses -O2 (but not -O1) then valgrind 3.15.0
          issues an uninitialised value for the token buffer at the str2wire.c
          rrinternal_get_owner() strcmp with the '@' value.  Rewritten to use
          straight character comparisons removes the false positive.  Also
          valgrinds --expensive-definedness-checks=yes can stop this false
          positive.
        - Please doxygen's parser for "@" occurrence in doxygen comment.
        - Fixup contrib/fastrpz.patch
        - Remove warning about unknown cast-function-type warning pragma.

15 August 2019: Wouter
        - iana portlist updated.
        - Fix autotrust temp file uniqueness windows compile.
        - avoid warning about upcast on 32bit systems for autotrust.
        - escape commandline contents for -V.
        - Fix character buffer size in ub_ctx_hosts.
        - 1.9.3rc1 release candidate tag.
        - Option -V prints if TCP fastopen is available.

14 August 2019: George
        - Fix #59, when compiled with systemd support check that we can properly
          communicate with systemd through the `NOTIFY_SOCKET`.

14 August 2019: Wouter
        - Generate configlexer with newer flex.
        - Fix warning for unused variable for compilation without systemd.

12 August 2019: George
        - Introduce `-V` option to print the version number and build options.
          Previously reported build options like linked libs and linked modules
          are now moved from `-h` to `-V` as well for consistency.
        - PACKAGE_BUGREPORT now also includes link to GitHub issues.

1 August 2019: Wouter
        - For #52 #53, second context does not close logfile override.
        - Fix #52 #53, fix for example fail program.
        - Fix to return after failed auth zone http chunk write.
        - Fix to remove unused test for task_probe existance.
        - Fix to timeval_add for remaining second in microseconds.
        - Check repinfo in worker_handle_request, if null, drop it.

29 July 2019: Wouter
        - Add verbose log message when auth zone file is written, at level 4.
        - Add hex print of trust anchor pointer to trust anchor file temp
          name to make it unique, for libunbound created multiple contexts.

23 July 2019: Wouter
        - Fix question section mismatch in local zone redirect.

19 July 2019: Wouter
        - Fix #49: Set no renegotiation on the SSL context to stop client
          session renegotiation.

12 July 2019: Wouter
        - Fix #48: Unbound returns additional records on NODATA response,
          if minimal-responses is enabled, also the additional for negative
          responses is removed.

9 July 2019: Ralph
        - Fix in respip addrtree selection. Absence of addr_tree_init_parents()
          call made it impossible to go up the tree when the matching netmask is
          too specific.

5 July 2019: Ralph
        - Fix for possible assertion failure when answering respip CNAME from
          cache.

25 June 2019: Wouter
        - For #45, check that 127.0.0.1 and ::1 are not used in unbound.conf
          when do-not-query-localhost is turned on, or at default on,
          unbound-checkconf prints a warning if it is found in forward-addr or
          stub-addr statements.

24 June 2019: Wouter
        - Fix memleak in unit test, reported from the clang 8.0 static analyzer.

18 June 2019: Wouter
        - PR #28: IPSet module, by Kevin Chou.  Created a module to support
          the ipset that could add the domain's ip to a list easily.
          Needs libmnl, and --enable-ipset and config it, doc/README.ipset.md.
        - Fix to omit RRSIGs from addition to the ipset.
        - Fix to make unbound-control with ipset, remove unused variable,
          use unsigned type because of comparison, and assign null instead
          of compare with it.  Remade lex and yacc output.
        - make depend
        - Added documentation to the ipset files (for doxygen output).
        - Merge PR #6: Python module: support multiple instances
        - Merge PR #5: Python module: define constant MODULE_RESTART_NEXT
        - Merge PR #4: Python module: assign something useful to the
          per-query data store 'qdata'
        - Fix python dict reference and double free in config.

17 June 2019: Wouter
        - Master contains version 1.9.3 in development.
        - Fix #39: In libunbound, leftover logfile is close()d unpredictably.
        - Fix for #24: Fix abort due to scan of auth zone masters using old
          address from previous scan.

12 June 2019: Wouter
        - Fix another spoolbuf storage code point, in prefetch.
        - 1.9.2rc3 release candidate tag.  Which became the 1.9.2 release
          on 17 June 2019.

11 June 2019: Wouter
        - Fix that fixes the Fix that spoolbuf is not used to store tcp
          pipelined response between mesh send and callback end, this fixes
          error cases that did not use the correct spoolbuf.
        - 1.9.2rc2 release candidate tag.

6 June 2019: Wouter
        - 1.9.2rc1 release candidate tag.

4 June 2019: Wouter
        - iana portlist updated.

29 May 2019: Wouter
        - Fix to guard _OPENBSD_SOURCE from redefinition.

28 May 2019: Wouter
        - Fix to define _OPENBSD_SOURCE to get reallocarray on NetBSD.
        - gitignore config.h.in~.

27 May 2019: Wouter
        - Fix double file close in tcp pipelined response code.

24 May 2019: Wouter
        - Fix that spoolbuf is not used to store tcp pipelined response
          between mesh send and callback end.

20 May 2019: Wouter
        - Note that so-reuseport at extreme load is better turned off,
          otherwise queries are not distributed evenly, on Linux 4.4.x.

16 May 2019: Wouter
        - Fix #31: swig 4.0 and python module.

13 May 2019: Wouter
        - Squelch log messages from tcp send about connection reset by peer.
          They can be enabled with verbosity at higher values for diagnosing
          network connectivity issues.
        - Attempt to fix malformed tcp response.

9 May 2019: Wouter
        - Revert fix for oss-fuzz, error is in that build script that
          unconditionally includes .o files detected by configure, also
          when the machine architecture uses different LIBOBJS files.

8 May 2019: Wouter
        - Attempt to fix build failure in oss-fuzz because of reallocarray.
          https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=14648.
          Does not omit compile flags from commandline.

7 May 2019: Wouter
        - Fix edns-subnet locks, in error cases the lock was not unlocked.
        - Fix doxygen output error on readme markdown vignettes.

6 May 2019: Wouter
        - Fix #29: Solaris 11.3 and missing symbols be64toh, htobe64.
        - Fix #30: AddressSanitizer finding in lookup3.c.  This sets the
          hash function to use a slower but better auditable code that does
          not read beyond array boundaries.  This makes code better security
          checkable, and is better for security.  It is fixed to be slower,
          but not read outside of the array.

2 May 2019: Wouter
        - contrib/fastrpz.patch updated for code changes, and with git diff.
        - Fix .gitignore, add pythonmod and dnstap generated files.
          And unit test generated files, and generated doc files.

1 May 2019: Wouter
        - Update makedist for git.
        - Nicer travis output for clang analysis.
        - PR #16: XoT support, AXFR over TLS, turn it on with
          master: <ip>#<authname> in unbound.conf.  This uses TLS to
          download the AXFR (or IXFR).

25 April 2019: Wouter
        - Fix wrong query name in local zone redirect answers with a CNAME,
          the copy of the local alias is in unpacked form.

18 April 2019: Ralph
        - Scrub RRs from answer section when reusing NXDOMAIN message for
          subdomain answers.
        - For harden-below-nxdomain: do not consider a name to be non-exitent
          when message contains a CNAME record.

18 April 2019: Wouter
        - travis build file.

16 April 2019: Wouter
        - Better braces in if statement in TCP fastopen code.
        - iana portlist updated.

15 April 2019: Wouter
        - Fix tls write event for read state change to re-call SSL_write and
          not resume the TLS handshake.

11 April 2019: George
        - Update python documentation for init_standard().
        - Typos.

11 April 2019: Wouter
        - Fix that auth zone uses correct network type for sockets for
          SOA serial probes.  This fixes that probes fail because earlier
          probe addresses are unreachable.
        - Fix that auth zone fails over to next master for timeout in tcp.
        - Squelch SSL read and write connection reset by peer and broken pipe 
          messages.  Verbosity 2 and higher enables them.

8 April 2019: Wouter
        - Fix to use event_assign with libevent for thread-safety.
        - verbose information about auth zone lookup process, also lookup
          start, timeout and fail.
        - Fix #17: Add python module example from Jan Janak, that is a
          plugin for the Unbound DNS resolver to resolve DNS records in
          multicast DNS [RFC 6762] via Avahi.  The plugin communicates
          with Avahi via DBus. The comment section at the beginning of
          the file contains detailed documentation.
        - Fix to wipe ssl ticket keys from memory with explicit_bzero,
          if available.

5 April 2019: Wouter
        - Fix to reinit event structure for accepted TCP (and TLS) sockets.

4 April 2019: Wouter
        - Fix spelling error in log output for event method.

3 April 2019: Wouter
        - Move goto label in answer_from_cache to the end of the function
          where it is more visible.
        - Fix auth-zone NSEC3 response for wildcard nodata answers,
          include the closest encloser in the answer.

2 April 2019: Wouter
        - Fix auth-zone NSEC3 response for empty nonterminals with exact
          match nsec3 records.
        - Fix for out of bounds integers, thanks to OSTIF audit.  It is in
          allocation debug code.
        - Fix for auth zone nsec3 ent fix for wildcard nodata.

25 March 2019: Wouter
        - Fix that tls-session-ticket-keys: "" on its own in unbound.conf
          disables the tls session ticker key calls into the OpenSSL API.
        - Fix crash if tls-servic-pem not filled in when necessary.

21 March 2019: Wouter
        - Fix #4240: Fix whitespace cleanup in example.conf.

19 March 2019: Wouter
        - add type CAA to libpyunbound (accessing libunbound from python).

18 March 2019: Wouter
        - Add log message, at verbosity 4, that says the query is encrypted
          with TLS, if that is enabled for the query.
        - Fix #4239: set NOTIMPL when deny-any is enabled, for RFC8482.

7 March 2019: Wouter
        - Fix for #4233: guard use of NDEBUG, so that it can be passed in
          CFLAGS into configure.

5 March 2019: Wouter
        - Tag release 1.9.1rc1.  Which became 1.9.1 on 12 March 2019.  Trunk
          has 1.9.2 in development.

1 March 2019: Wouter
        - output forwarder log in ssl_req_order test.

28 February 2019: Wouter
        - Remove memory leak on pythonmod python2 script file init.
        - Remove swig gcc8 python function cast warnings, they are ignored.
        - Print correct module that failed when module-config is wrong.

27 February 2019: Wouter
        - Fix #4229: Unbound man pages lack information, about access-control
          order and local zone tags, and elements in views.
        - Fix #14: contrib/unbound.init: Fix wrong comparison judgment
          before copying.
        - Fix for python module on Windows, fix fopen.

25 February 2019: Wouter
        - Fix #4227: pair event del and add for libevent for tcp_req_info.

21 February 2019: Wouter
        - Fix the error for unknown module in module-config is understandable,
          and explains it was not compiled in and where to see the list.
        - In example.conf explain where to put cachedb module in module-config.
        - In man page and example config explain that most modules have to
          be listed at the start of module-config.

20 February 2019: Wouter
        - Fix pythonmod include and sockaddr_un ifdefs for compile on
          Windows, and for libunbound.

18 February 2019: Wouter
        - Print query name with ip_ratelimit exceeded log lines.
        - Spaces instead of tabs in that log message.
        - Print query name and IP address when domain rate limit exceeded.

14 February 2019: Wouter
        - Fix capsforid canonical sort qsort callback.

11 February 2019: Wouter
        - Note default for module-config in man page.
        - Fix recursion lame test for qname minimisation asked queries,
          that were not present in the set of prepared answers.
        - Fix #13: Remove left-over requirements on OpenSSL >= 1.1.0 for
          cert name matching, from man page.
        - make depend, with newer gcc, nicer layout.

7 February 2019: Wouter
        - Fix #4206: OpenSSL 1.0.2 hostname verification for FreeBSD 11.2.
        - Fix that qname minimisation does not skip a label when missing
          nameserver targets need to be fetched.
        - Fix #4225: clients seem to erroneously receive no answer with
          DNS-over-TLS and qname-minimisation.

4 February 2019: Wouter
        - Fix that log-replies prints the correct name for local-alias
          names, for names that have a CNAME in local-data configuration.
          It logs the original query name, not the target of the CNAME.
        - Add local-zone type inform_redirect, which logs like type inform,
          and redirects like type redirect.
        - Perform canonical sort for 0x20 capsforid compare of replies,
          this sorts rrsets in the authority and additional section before
          comparison, so that out of order rrsets do not cause failure.

31 January 2019: Wouter
        - Set ub_ctx_set_tls call signature in ltrace config file for
          libunbound in contrib/libunbound.so.conf.
        - improve documentation for tls-service-key and forward-first.
        - #10: fixed pkg-config operations, PKG_PROG_PKG_CONFIG moved out of
          conditional section, fixes systemd builds, from Enrico Scholz.
        - #9: For openssl 1.0.2 use the CRYPTO_THREADID locking callbacks,
          still supports the set_id_callback previous API.  And for 1.1.0
          no locking callbacks are needed.
        - #8: Fix OpenSSL without ENGINE support compilation.
        - Wipe TLS session key data from memory on exit.

30 January 2019: Ralph
        - Fix case in which query timeout can result in marking delegation
          as edns_lame_known.

29 January 2019: Wouter
        - Fix spelling of tls-ciphers in example.conf.in.
        - Fix #4224: auth_xfr_notify.rpl test broken due to typo
        - Fix locking for libunbound context setup with broken port config.

28 January 2019: Wouter
        - ub_ctx_set_tls call for libunbound that enables DoT for the machines
          set with ub_ctx_set_fwd.  Patch from Florian Obser.
        - Set build system for added call in the libunbound API.
        - List example config for root zone copy locally hosted with auth-zone
          as suggested from draft-ietf-dnsop-7706-bis-02.  But with updated
          B root address.
        - set version to 1.9.0 for release.  And this was released with the
          spelling for tls-ciphers fix as 1.9.0 on Feb 5.  Trunk has 1.9.1 in
          development.

25 January 2019: Wouter
        - Fix that tcp for auth zone and outgoing does not remove and
          then gets the ssl read again applied to the deleted commpoint.
        - updated contrib/fastrpz.patch to cleanly diff.
        - no lock when threads disabled in tcp request buffer count.
        - remove compile warnings from libnettle compile.
        - output of newer lex 2.6.1 and bison 3.0.5.

24 January 2019: Wouter
        - Newer aclocal and libtoolize used for generating configure scripts,
          aclocal 1.16.1 and libtoolize 2.4.6.
        - Fix unit test for python 3.7 new keyword 'async'.
        - clang analysis fixes, assert arc4random buffer in init,
          no check for already checked delegation pointer in iterator,
          in testcode check for NULL packet matches, in perf do not copy
          from NULL start list when growing capacity.  Adjust host and file
          only when present in test header read to please checker.  In
          testcode for unknown macro operand give zero result. Initialise the
          passed argv array in test code.  In test code add EDNS data
          segment copy only when nonempty.
        - Patch from Florian Obser fixes some compiler warnings:
          include mini_event.h to have a prototype for mini_ev_cmp
          include edns.h to have a prototype for apply_edns_options
          sldns_wire2str_edns_keepalive_print is only called in the wire2str,
          module declare it static to get rid of compiler warning:
          no previous prototype for function
          infra_find_ip_ratedata() is only called in the infra module,
          declare it static to get rid of compiler warning:
          no previous prototype for function
          do not shadow local variable buf in authzone
          auth_chunks_delete and az_nsec3_findnode are only called in the
          authzone module, declare them static to get rid of compiler warning:
          no previous prototype for function...
          copy_rrset() is only called in the respip module, declare it
          static to get rid of compiler warning:
          no previous prototype for function 'copy_rrset'
          no need for another variable "r"; gets rid of compiler warning:
          declaration shadows a local variable in libunbound.c
          no need for another variable "ns"; gets rid of compiler warning:
          declaration shadows a local variable in iterator.c
        - Moved includes and make depend.

23 January 2019: Wouter
        - Patch from Manabu Sonoda with tls-ciphers and tls-ciphersuites
          options for unbound.conf.
        - Fixes for the patch, and man page entry.
        - Fix configure to detect SSL_CTX_set_ciphersuites, for better
          library compatibility when compiling.
        - Patch for TLS session resumption from Manabu Sonoda,
          enable with tls-session-ticket-keys in unbound.conf.
        - Fixes for patch (includes, declarations, warnings).  Free at end
          and keep config options in order read from file to keep the first
          one as the first one.
        - Fix for IXFR fallback to reset counter when IXFR does not timeout.

22 January 2019: Wouter
        - Fix space calculation for tcp req buffer size.
        - Doc for stream-wait-size and unit test.
        - unbound-control stats has mem.streamwait that counts TCP and TLS
          waiting result buffers.
        - Fix for #4219: secondaries not updated after serial change, unbound
          falls back to AXFR after IXFR gives several timeout failures.
        - Fix that auth zone after IXFR fallback tries the same master.

21 January 2019: Wouter
        - Fix tcp idle timeout test, for difference in the tcp reply code.
        - Unit test for tcp request reorder and timeouts.
        - Unit tests for ssl out of order processing.
        - Fix that multiple dns fragments can be carried in one TLS frame.
        - Add stream-wait-size: 4m config option to limit the maximum
          memory used by waiting tcp and tls stream replies.  This avoids
          a denial of service where these replies use up all of the memory.

17 January 2019: Wouter
        - For caps-for-id fallback, use the whitelist to avoid timeout
          starting a fallback sequence for it.
        - increase mesh max activation count for capsforid long fetches.

16 January 2019: Ralph
        - Get ready for the DNS flag day: remove EDNS lame procedure, do not
          re-query without EDNS after timeout.

15 January 2019: Wouter
        - In the out of order processing, reset byte count for (potential)
          partial read.
        - Review fixes in out of order processing.

14 January 2019: Wouter
        - streamtcp option -a send queries consecutively and prints answers
          as they arrive.
        - Fix for out of order processing administration quit cleanup.
        - unit test for tcp out of order processing.

11 January 2019: Wouter
        - Initial commit for out-of-order processing for TCP and TLS.

9 January 2019: Wouter
        - Log query name for looping module errors.

8 January 2019: Wouter
        - Fix syntax in comment of local alias processing.
        - Fix NSEC3 record that is returned in wildcard replies from
          auth-zone zones with NSEC3 and wildcards.

7 January 2019: Wouter
        - On FreeBSD warn if systcl settings do not allow server TCP FASTOPEN,
          and server tcp fastopen is enabled at compile time.
        - Document interaction between the tls-upstream option in the server
          section and forward-tls-upstream option in the forward-zone sections.
        - Add contrib/unbound-fuzzme.patch from Jacob Hoffman-Andrews,
          the patch adds a program used for fuzzing.

12 December 2018: Wouter
        - Fix for crash in dns64 module if response is null.

10 December 2018: Wouter
        - Fix config parser memory leaks.
        - ip-ratelimit-factor of 1 allows all traffic through, instead of the
          previous blocking everything.
        - Fix for FreeBSD port make with dnscrypt and dnstap enabled.
        - Fix #4206: support openssl 1.0.2 for TLS hostname verification,
          alongside the 1.1.0 and later support that is already there.
        - Fixup openssl 1.0.2 compile

6 December 2018: Wouter
        - Fix dns64 allocation in wrong region for returned internal queries.

3 December 2018: Wouter
        - Fix icon, no ragged edges and nicer resolutions available, for eg.
          Win 7 and Windows 10 display.
        - cache-max-ttl also defines upperbound of initial TTL in response.

30 November 2018: Wouter
        - Patch for typo in unbound.conf man page.
        - log-tag-queryreply: yes in unbound.conf tags the log-queries and
          log-replies in the log file for easier log filter maintenance.

29 November 2018: Wouter
        - iana portlist updated.
        - Fix chroot auth-zone fix to remove chroot prefix.
        - tag for 1.8.2rc1, which became 1.8.2 on 4 dec 2018, with icon
          updated.  Trunk contains 1.8.3 in development.
          Which became 1.8.3 on 11 december with only the dns64 fix of 6 dec.
          Trunk then became 1.8.4 in development.
        - Fix that unbound-checkconf does not complains if the config file
          is not placed inside the chroot.
        - Refuse to start with no ports.
        - Remove clang analysis warnings.

28 November 2018: Wouter
        - Fix leak in chroot fix for auth-zone.
        - Fix clang analysis for outside directory build test.

27 November 2018: Wouter
        - Fix DNS64 to not store intermediate results in cache, this avoids
          other threads from picking up the wrong data.  The module restores
          the previous no_cache_store setting when the the module is finished.
        - Fix #4208: 'stub-no-cache' and 'forward-no-cache' not work.
        - New and better fix for Fix #4193: Fix that prefetch failure does
          not overwrite valid cache entry with SERVFAIL.
        - auth-zone give SERVFAIL when expired, fallback activates when
          expired, and this is documented in the man page.
        - stat count SERVFAIL downstream auth-zone queries for expired zones.
        - Put new logos into windows installer.
        - Fix windows compile for new rrset roundrobin fix.
        - Update contrib fastrpz patch for latest release.

26 November 2018: Wouter
        - Fix to not set GLOB_NOSORT so the unbound.conf include: files are
          sorted and in a predictable order.
        - Fix #4193: Fix that prefetch failure does not overwrite valid cache
          entry with SERVFAIL.
        - Add unbound-control view_local_datas command, like local_datas.
        - Fix that unbound-control can send file for view_local_datas.

22 November 2018: Wouter
        - With ./configure --with-pyunbound --with-pythonmodule
          PYTHON_VERSION=3.6 or with 2.7 unbound can compile and unit tests
          succeed for the python module.
        - pythonmod logs the python error and traceback on failure.
        - ignore debug python module for test in doxygen output.
        - review fixes for python module.
        - Fix #4209: Crash in libunbound when called from getdns.
        - auth zone zonefiles can be in a chroot, the chroot directory
          components are removed before use.
        - Fix that empty zonefile means the zonefile is not set and not used.
        - make depend.

21 November 2018: Wouter
        - Scrub NS records from NODATA responses as well.

20 November 2018: Wouter
        - Scrub NS records from NXDOMAIN responses to stop fragmentation
          poisoning of the cache.
        - Add patch from Jan Vcelak for pythonmod,
          add sockaddr_storage getters, add support for query callbacks,
          allow raw address access via comm_reply and update API documentation.
        - Removed compile warnings in pythonmod sockaddr routines.

19 November 2018: Wouter
        - Support SO_REUSEPORT_LB in FreeBSD 12 with the so-reuseport: yes
          option in unbound.conf.

6 November 2018: Ralph
        - Bugfix min-client-subnet-ipv6

25 October 2018: Ralph
        - Add min-client-subnet-ipv6 and min-client-subnet-ipv4 options.

25 October 2018: Wouter
        - Fix #4191: NXDOMAIN vs SERVFAIL during dns64 PTR query.
        - Fix #4190: Please create a "ANY" deny option, adds the option
          deny-any: yes in unbound.conf.  This responds with an empty message
          to queries of type ANY.
        - Fix #4141: More randomness to rrset-roundrobin.
        - Fix #4132: Openness/closeness of RANGE intervals in rpl files.
        - Fix #4126: RTT_band too low on VSAT links with 600+ms latency,
          adds the option unknown-server-time-limit to unbound.conf that
          can be increased to avoid the problem.
        - remade makefile dependencies.
        - Fix #4152: Logs shows wrong time when using log-time-ascii: yes.

24 October 2018: Ralph
        - Add markdel function to ECS slabhash.
        - Limit ECS scope returned to client to the scope used for caching.
        - Make lint like previous #4154 fix.

22 October 2018: Wouter
        - Fix #4192: unbound-control-setup generates keys not readable by
          group.
        - check that the dnstap socket file can be opened and exists, print
          error if not.
        - Fix #4154: make ECS_MAX_TREESIZE configurable, with
          the max-ecs-tree-size-ipv4 and max-ecs-tree-size-ipv6 options.

22 October 2018: Ralph
        - Change fast-server-num default to 3.

8 October 2018: Ralph
        - Add fast-server-permil and fast-server-num options.
        - Deprecate low-rtt and low-rtt-permil options.

8 October 2018: Wouter
        - Squelch log of failed to tcp initiate after TCP Fastopen failure.

5 October 2018: Wouter
        - Squelch EADDRNOTAVAIL errors when the interface goes away,
          this omits 'can't assign requested address' errors unless
          verbosity is set to a high value.
        - Set default for so-reuseport to no for FreeBSD.  It is enabled
          by default for Linux and DragonFlyBSD.  The setting can 
          be configured in unbound.conf to override the default.
        - iana port update.

2 October 2018: Wouter
        - updated contrib/fastrpz.patch to apply for this version
        - dnscrypt.c removed sizeof to get array bounds.
        - Fix testlock code to set noreturn on error routine.
        - Remove unused variable from contrib fastrpz/rpz.c and
          remove unused diagnostic pragmas that themselves generate warnings
        - clang analyze test is used only when assertions are enabled.

1 October 2018: Wouter
        - tag for release 1.8.1rc1.  Became release 1.8.1 on 8 oct, with
          fastrpz.patch fix included.  Trunk has 1.8.2 in development.

27 September 2018: Wouter
        - Fix #4188: IPv6 forwarders without ipv6 result in SERVFAIL, fixes
          qname minimisation with a forwarder when connectivity has issues
          from rejecting responses.

25 September 2018: Wouter
        - Perform TLS SNI indication of the host that is being contacted
          for DNS over TLS service.  It sets the configured tls auth name.
          This is useful for hosts that apart from the DNS over TLS services
          also provide other (web) services.
        - Fix #4149: Add SSL cleanup for tcp timeout.

17 September 2018: Wouter
        - Fix compile on Mac for unbound, provide explicit_bzero when libc
          does not have it.
        - Fix unbound for openssl in FIPS mode, it uses the digests with
          the EVP call contexts.
        - Fix that with harden-below-nxdomain and qname minisation enabled
          some iterator states for nonresponsive domains can get into a
          state where they waited for an empty list.
        - Stop UDP to TCP failover after timeouts that causes the ping count
          to be reset by the TCP time measurement (that exists for TLS),
          because that causes the UDP part to not be measured as timeout.
        - Fix #4156: Fix systemd service manager state change notification.

13 September 2018: Wouter
        - Fix seed for random backup code to use explicit zero when wiped.
        - exit log routine is annotated as noreturn function.
        - free memory leaks in config strlist and str2list insert functions.
        - do not move unused argv variable after getopt.
        - Remove unused if clause in testcode.
        - in testcode, free async ids, initialise array, and check for null
          pointer during test of the test.  And use exit for return to note
          irregular program stop.
        - Free memory leak in config strlist append.
        - make sure nsec3 comparison salt is initialized.
        - unit test has clang analysis.
        - remove unused variable assignment from iterator scrub routine.
        - check for null in delegation point during iterator refetch
          in forward zone.
        - neater pointer cast in libunbound context quit routine.
        - initialize statistics totals for printout.
        - in authzone check that node exists before adding rrset.
        - in unbound-anchor, use readwrite memory BIO.
        - assertion in autotrust that packed rrset is formed correctly.
        - Fix memory leak when message parse fails partway through copy.
        - remove unused udpsize assignment in message encode.
        - nicer bio free code in unbound-anchor.
        - annotate exit functions with noreturn in unbound-control.

11 September 2018: Wouter
        - Fixed unused return value warnings in contrib/fastrpz.patch for
          asprintf.
        - Fix to squelch respip warning in unit test, it is printed at
          higher verbosity settings.
        - Fix spelling errors.
        - Fix initialisation in remote.c

10 September 2018: Wouter
        - 1.8.1 in svn trunk. (changes from 4,5,.. sep apply).
        - iana port update.

5 September 2018: Wouter
        - Fix spelling error in header, from getdns commit by Andreas Gelmini.

4 September 2018: Ralph
        - More explicitly mention the type of ratelimit when applying
          ip-ratelimit.

4 September 2018: Wouter
        - Tag for 1.8.0rc1 release, became 1.8.0 release on 10 Sep 2018.

31 August 2018: Wouter
        - Disable minimal-responses in subnet unit tests.

30 August 2018: Wouter
        - Fix that a local-zone with a local-zone-type that is transparent
          in a view with view-first, makes queries check for answers from the
          local-zones defined outside of views.

28 August 2018: Ralph
        - Disable minimal-responses in ipsecmod unit tests.
        - Added serve-expired-ttl and serve-expired-ttl-reset options.

27 August 2018: Wouter
        - Set defaults to yes for a number of options to increase speed and
          resilience of the server.  The so-reuseport, harden-below-nxdomain,
          and minimal-responses options are enabled by default.  They used
          to be disabled by default, waiting to make sure they worked.  They
          are enabled by default now, and can be disabled explicitly by
          setting them to "no" in the unbound.conf config file.  The reuseport
          and minimal options increases speed of the server, and should be
          otherwise harmless.  The harden-below-nxdomain option works well
          together with the recently default enabled qname minimisation, this
          causes more fetches to use information from the cache.
        - next release is called 1.8.0.
        - Fix lintflags for lint on FreeBSD.

22 August 2018: George
        - #4140: Expose repinfo (comm_reply) to the inplace_callbacks. This
          gives access to reply information for the client's communication
          point when the callback is called before the mesh state (modules).
          Changes to C and Python's inplace_callback signatures were also
          necessary.

21 August 2018: Wouter
        - log-local-actions: yes option for unbound.conf that logs all the
          local zone actions, a patch from Saksham Manchanda (Secure64).
        - #4146: num.query.subnet and num.query.subnet_cache counters.
        - Fix only misc failure from log-servfail when val-log-level is not
          enabled.

17 August 2018: Ralph
        - Fix classification for QTYPE=CNAME queries when QNAME minimisation is
          enabled.

17 August 2018: Wouter
        - Set libunbound to increase current, because the libunbound change
          to the event callback function signature.  That needs programs,
          that use it, to recompile against the new header definition.
        - print servfail info to log as error.
        - added more servfail printout statements, to the iterator.
        - log-servfail: yes prints log lines that say why queries are
          returning SERVFAIL to clients.

16 August 2018: Wouter
        - Fix warning on compile without threads.
        - Fix contrib/fastrpz.patch.

15 August 2018: Wouter
        - Fix segfault in auth-zone read and reorder of RRSIGs.

14 August 2018: Wouter
        - Fix that printout of error for cycle targets is a verbosity 4
          printout and does not wrongly print it is a memory error.
        - Upgraded crosscompile script to include libunbound DLL in the
          zipfile.

10 August 2018: Wouter
        - Fix #4144: dns64 module caches wrong (negative) information.

9 August 2018: Wouter
        - unbound-checkconf checks if modules exist and prints if they are
          not compiled in the name of the wrong module.
        - document --enable-subnet in doc/README.
        - Patch for stub-no-cache and forward-no-cache options that disable
          caching for the contents of that stub or forward, for when you
          want immediate changes visible, from Bjoern A. Zeeb.

7 August 2018: Ralph
        - Make capsforid fallback QNAME minimisation aware.

7 August 2018: Wouter
        - Fix #4142: unbound.service.in: improvements and fixes.
          Add unit dependency ordering (based on systemd-resolved).
          Add 'CAP_SYS_RESOURCE' to 'CapabilityBoundingSet' (fixes warnings
          about missing privileges during startup). Add 'AF_INET6' to
          'RestrictAddressFamilies' (without it IPV6 can't work). From
          Guido Shanahan.
        - Patch to implement tcp-connection-limit from Jim Hague (Sinodun).
          This limits the number of simultaneous TCP client connections
          from a nominated netblock.
        - make depend, yacc, lex, doc, headers.  And log the limit exceeded
          message only on high verbosity, so as to not spam the logs when
          it is busy.

6 August 2018: Wouter
        - Fix for #4136: Fix to unconditionally call destroy in daemon.c.

3 August 2018: George
        - Expose if a query (or a subquery) was ratelimited (not src IP
          ratelimiting) to libunbound under 'ub_result.was_ratelimited'.
          This also introduces a change to 'ub_event_callback_type' in
          libunbound/unbound-event.h.
        - Tidy pylib tests.

3 August 2018: Wouter
        - Revert previous change for #4136: because it introduces build
          problems.
        - New fix for #4136: This one ignores lex without without
          yylex_destroy.

1 August 2018: Wouter
        - Fix to remove systemd sockaddr function check, that is not
          always present.  Make socket activation more lenient.  But not
          different when socket activation is not used.
        - iana port list update.

31 July 2018: Wouter
        - Patches from Jim Hague (Sinodun) for EDNS KeepAlive.
        - Sort out test runs when the build directory isn't the project
          root directory.
        - Add config tcp-idle-timeout (default 30s). This applies to
          client connections only; the timeout on TCP connections upstream
          is unaffected.
        - Error if EDNS Keepalive received over UDP.
        - Add edns-tcp-keepalive and edns-tcp-keepalive timeout options
          and implement option in client responses.
        - Correct and expand manual page entries for keepalive and idle timeout.
        - Implement progressive backoff of TCP idle/keepalive timeout.
        - Fix 'make depend' to work when build dir is not project root.
        - Add delay parameter to streamtcp, -d secs.
          To be used when testing idle timeout.
        - From Wouter: make depend, the dependencies in the patches did not
          apply cleanly.  Also remade yacc and lex.
        - Fix mesh.c incompatible pointer pass.
        - Please doxygen so it passes.
        - Fix #4139: Fix unbound-host leaks memory on ANY.

30 July 2018: Wouter
        - Fix #4136: insufficiency from mismatch of FLEX capability between
          released tarball and build host.

27 July 2018: Wouter
        - Fix man page, say that chroot is enabled by default.

26 July 2018: Wouter
        - Fix #4135: 64-bit Windows Installer Creates Entries Under The
          Wrong Registry Key, reported by Brian White.

23 July 2018: Wouter
        - Fix use-systemd readiness signalling, only when use-systemd is yes
          and not in signal handler.

20 July 2018: Wouter
        - Fix #4130: print text describing -dd and unbound-checkconf on
          config file read error at startup, the errors may have been moved
          away by the startup process.
        - Fix #4131: for solaris, error YY_CURRENT_BUFFER undeclared.

19 July 2018: Wouter
        - Fix #4129 unbound-control error message with wrong cert permissions
          is too cryptic.

17 July 2018: Wouter
        - Fix #4127 unbound -h does not list -p help.
        - Print error if SSL name verification configured but not available
          in the ssl library.
        - Fix that ratelimit and ip-ratelimit are applied after reload of
          changed config file.
        - Resize ratelimit and ip-ratelimit caches if changed on reload.

16 July 2018: Wouter
        - Fix qname minimisation NXDOMAIN validation lookup failures causing
          error_supers assertion fails.
        - Squelch can't bind socket errors with Permission denied unless
          verbosity is 4 or higher, for UDP outgoing sockets.

12 July 2018: Wouter
        - Fix to improve systemd socket activation code file descriptor
          assignment.
        - Fix for 4126 that the #define for UNKNOWN_SERVER_NICENESS can be more
          easily changed to adjust default rtt assumptions.

10 July 2018: Wouter
        - Note in documentation that the cert name match code needs
          OpenSSL 1.1.0 or later to be enabled.

6 July 2018: Wouter
        - Fix documentation ambiguity for tls-win-cert in tls-upstream and
          forward-tls-upstream docs.
        - iana port update.
        - Note RFC8162 support.  SMIMEA record type can be read in by the
          zone record parser.
        - Fix round robin for failed addresses with prefer-ip6: yes

4 July 2018: Wouter
        - Fix #4112: Fix that unbound-anchor -f /etc/resolv.conf will not pass
          if DNSSEC is not enabled.  New option -R allows fallback from
          resolv.conf to direct queries.

3 July 2018: Wouter
        - Better documentation for unblock-lan-zones and insecure-lan-zones
          config statements.
        - Fix permission denied printed for auth zone probe random port nrs.

2 July 2018: Wouter
        - Fix checking for libhiredis printout in configure output.
        - Fix typo on man page in ip-address description.
        - Update libunbound/python/examples/dnssec_test.py example code to
          also set the 20326 trust anchor for the root in the example code.

29 June 2018: Wouter
        - dns64-ignore-aaaa: config option to list domain names for which the
          existing AAAA is ignored and dns64 processing is used on the A
          record.

28 June 2018: Wouter
        - num.queries.tls counter for queries over TLS.
        - log port number with err_addr logs.

27 June 2018: Wouter
        - #4109: Fix that package config depends on python unconditionally.
        - Patch, do not export python from pkg-config, from Petr Menšík.

26 June 2018: Wouter
        - Partial fix for permission denied on IPv6 address on FreeBSD.
        - Fix that auth-zone master reply with current SOA serial does not
          stop scan of masters for an updated zone.
        - Fix that auth-zone does not start the wait timer without checking
          if the wait timer has already been started.

21 June 2018: Wouter
        - #4108: systemd reload hang fix.
        - Fix usage printout for unbound-host, hostname has to be last
          argument on BSDs and Windows.

19 June 2018: Wouter
        - Fix for unbound-control on Windows and set TCP socket parameters
          more closely.
          This fix is part of 1.7.3.
        - Windows example service.conf edited with more windows specific
          configuration.
        - Fix windows unbound-control no cert bad file descriptor error.
          This fix is part of 1.7.3.

18 June 2018: Wouter
        - Fix that control-use-cert: no works for 127.0.0.1 to disable certs.
          This fix is part of 1.7.3rc2.
        - Fix unbound-checkconf for control-use-cert.
          This fix is part of 1.7.3.

15 June 2018: Wouter
        - tag for 1.7.3rc1.
        - trunk has 1.7.4.
        - unbound-control auth_zone_reload _zone_ option rereads the zonefile.
        - unbound-control auth_zone_transfer _zone_ option starts the probe
          sequence for a master to transfer the zone from and transfers when
          a new zone version is available.

14 June 2018: Wouter
        - #4103: Fix that auth-zone does not insist on SOA record first in
          file for url downloads.
        - Fix that first control-interface determines if TLS is used.  Warn
          when IP address interfaces are used without TLS.
        - Fix nettle compile.

12 June 2018: Ralph
        - Don't count CNAME response types received during qname minimisation as
          query restart.

12 June 2018: Wouter
        - #4102 for NSD, but for Unbound.  Named unix pipes do not use
          certificate and key files, access can be restricted with file and
          directory permissions.  The option control-use-cert is no longer
          used, and ignored if found in unbound.conf.
        - Rename tls-additional-ports to tls-additional-port, because every
          line adds one port.
        - Fix buffer size warning in unit test.
        - remade dependencies in the Makefile.

6 June 2018: Wouter
        - Patch to fix openwrt for mac os build darwin detection in configure.

5 June 2018: Wouter
        - Fix crash if ratelimit taken into use with unbound-control
          instead of with unbound.conf.

4 June 2018: Wouter
        - Fix deadlock caused by incoming notify for auth-zone.
        - tag for 1.7.2rc1, became 1.7.2 release on 11 June 2018,
          trunk is 1.7.3 in development from this point.
        - #4100: Fix stub reprime when it becomes useless.

1 June 2018: Wouter
        - Rename additional-tls-port to tls-additional-ports.
          The older name is accepted for backwards compatibility.

30 May 2018: Wouter
        - Patch from Syzdek: Add ability to ignore RD bit and treat all
          requests as if the RD bit is set.

29 May 2018: Wouter
        - in compat/arc4random call getentropy_urandom when getentropy fails
          with ENOSYS.
        - Fix that fallback for windows port.

28 May 2018: Wouter
        - Fix windows tcp and tls spin on events.
        - Add routine from getdns to add windows cert store to the SSL_CTX.
        - tls-win-cert option that adds the system certificate store for
          authenticating DNS-over-TLS connections.  It can be used instead
          of the tls-cert-bundle option, or with it to add certificates.

25 May 2018: Wouter
        - For TCP and TLS connections that don't establish, perform address
          update in infra cache, so future selections can exclude them.
        - Fix that tcp sticky events are removed for closed fd on windows.
        - Fix close events for tcp only.

24 May 2018: Wouter
        - Fix that libunbound can do DNS-over-TLS, when configured.
        - Fix that windows unbound service can use DNS-over-TLS.
        - unbound-host initializes ssl (for potential DNS-over-TLS usage
          inside libunbound), when ssl upstream or a cert-bundle is configured.

23 May 2018: Wouter
        - Use accept4 to speed up incoming TCP (and TLS) connections,
          available on Linux, FreeBSD and OpenBSD.

17 May 2018: Ralph
        - Qname minimisation default changed to yes.

15 May 2018: Wouter
        - Fix low-rtt-pct to low-rtt-permil, as it is parts in one thousand.

11 May 2018: Wouter
        - Fix contrib/libunbound.pc for libssl libcrypto references,
          from https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=226914

7 May 2018: Wouter
        - Fix windows to not have sticky TLS events for TCP.
        - Fix read of DNS over TLS length and data in one read call.
        - Fix mesh state assertion failure due to callback removal.

3 May 2018: Wouter
        - Fix that configure --with-libhiredis also turns on cachedb.
        - Fix gcc 8 buffer warning in testcode.
        - Fix function type cast warning in libunbound context callback type.

2 May 2018: Wouter
        - Fix fail to reject dead peers in forward-zone, with ssl-upstream.

1 May 2018: Wouter
        - Fix that unbound-control reload frees the rrset keys and returns
          the memory pages to the system.

30 April 2018: Wouter
        - Fix spelling error in man page and note defaults as no instead of
          off.

26 April 2018: Wouter
        - Fix for crash in daemon_cleanup with dnstap during reload,
          from Saksham Manchanda.
        - Also that for dnscrypt.
        - tag for 1.7.1rc1 release.  Became 1.7.1 release on 3 May, trunk
          is from here 1.7.2 in development.

25 April 2018: Ralph
        - Fix memory leak when caching wildcard records for aggressive NSEC use

24 April 2018: Wouter
        - Fix contrib/fastrpz.patch for this release.
        - Fix auth https for libev.

24 April 2018: Ralph
        - Added root-key-sentinel support

23 April 2018: Wouter
        - makedist uses bz2 for expat code, instead of tar.gz.
        - Fix #4092: libunbound: use-caps-for-id lacks colon in
          config_set_option.
        - auth zone http download stores exact copy of downloaded file,
          including comments in the file.
        - Fix sldns parse failure for CDS alternate delete syntax empty hex.
        - Attempt for auth zone fix; add of callback in mesh gets from
          callback does not skip callback of result.
        - Fix cname classification with qname minimisation enabled.
        - list_auth_zones unbound-control command.

20 April 2018: Wouter
        - man page documentation for dns-over-tls forward-addr '#' notation.
        - removed free from failed parse case.
        - Fix #4091: Fix that reload of auth-zone does not merge the zonefile
          with the previous contents.
        - Delete auth zone when removed from config.

19 April 2018: Wouter
        - Can set tls authentication with forward-addr: IP#tls.auth.name
          And put the public cert bundle in tls-cert-bundle: "ca-bundle.pem".
          such as forward-addr: 9.9.9.9@853#dns.quad9.net or
          1.1.1.1@853#cloudflare-dns.com
        - Fix #658: unbound using TLS in a forwarding configuration does not
          verify the server's certificate (RFC 8310 support).
        - For addr with #authname and no @port notation, the default is 853.

18 April 2018: Wouter
        - Fix auth-zone retry timer to be on schedule with retry timeout,
          with backoff.  Also time a refresh at the zone expiry.

17 April 2018: Wouter
        - auth zone notify work.
        - allow-notify: config statement for auth-zones.
        - unit test for allow-notify

16 April 2018: Wouter
        - Fix auth zone target lookup iterator.
        - auth zone notify with prefix
        - auth zone notify work.

13 April 2018: Wouter
        - Fix for max include depth for authzones.
        - Fix memory free on fail for $INCLUDE in authzone.
        - Fix that an internal error to look up the wrong rr type for
          auth zone gets stopped, before trying to send there.
        - auth zone notify work.

10 April 2018: Ralph
        - num.query.aggressive.NOERROR and num.query.aggressive.NXDOMAIN
          statistics counters.

10 April 2018: Wouter
        - documentation for low-rtt and low-rtt-pct.
        - auth zone notify work.

9 April 2018: Wouter
        - Fix that flush_zone sets prefetch ttl expired, so that with
          serve-expired enabled it'll start prefetching those entries.
        - num.query.authzone.up and num.query.authzone.down statistics counters.
        - Fix downstream auth zone, only fallback when auth zone fails to
          answer and fallback is enabled.
        - Accept both option names with and without colon for get_option
          and set_option.
        - low-rtt and low-rtt-pct in unbound.conf enable the server selection
          of fast servers for some percentage of the time.

5 April 2018: Wouter
        - Combine write of tcp length and tcp query for dns over tls.
        - nitpick fixes in example.conf.
        - Fix above stub queries for type NS and useless delegation point.
        - Fix unbound-control over pipe with openssl 1.1.1, the TLSv1.3
          tls_choose_sigalg routine does not allow the ciphers for the pipe,
          so use TLSv1.2.
        - ED448 support.

3 April 2018: Wouter
        - Fix #4043: make test fails due to v6 presentation issue in macOS.
        - Fix unable to resolve after new WLAN connection, due to auth-zone
          failing with a forwarder set.  Now, auth-zone is only used for
          answers (not referrals) when a forwarder is set.

29 March 2018: Ralph
        - Check "result" in dup_all(), by Florian Obser.

23 March 2018: Ralph
        - Fix unbound-control get_option aggressive-nsec

21 March 2018: Ralph
        - Do not use cached NSEC records to generate negative answers for
          domains under DNSSEC Negative Trust Anchors.

19 March 2018: Wouter
        - iana port update.

16 March 2018: Wouter
        - corrected a minor typo in the changelog.
        - move htobe64/be64toh portability code to cachedb.c.

15 March 2018: Wouter
        - Add --with-libhiredis, unbound support for a new cachedb backend
          that uses a Redis server as the storage.  This implementation
          depends on the hiredis client library (https://redislabs.com/lp/hiredis/).
          And unbound should be built with both --enable-cachedb and
          --with-libhiredis[=PATH] (where $PATH/include/hiredis/hiredis.h
          should exist).  Patch from Jinmei Tatuya (Infoblox).
        - Fix #3817: core dump happens in libunbound delete, when queued
          servfail hits deleted message queue.
        - Create additional tls service interfaces by opening them on other
          portnumbers and listing the portnumbers as additional-tls-port: nr.

13 March 2018: Wouter
        - Fix typo in documentation.
        - Fix #3736: Fix 0 TTL domains stuck on SERVFAIL unless manually
          flushed with serve-expired on.

12 March 2018: Wouter
        - Added documentation for aggressive-nsec: yes.
        - tag 1.7.0rc3.  That became the 1.7.0 release on 15 Mar, trunk
          now has 1.7.1 in development.
        - Fix #3727: Protocol name is TLS, options have been renamed but
          documentation is not consistent.
        - Check IXFR start serial.

9 March 2018: Wouter
        - Fix #3598: Fix swig build issue on rhel6 based system.
          configure --disable-swig-version-check stops the swig version check.

8 March 2018: Wouter
        - tag 1.7.0rc2.

7 March 2018: Wouter
        - Fixed contrib/fastrpz.patch, even though this already applied
          cleanly for me, now also for others.
        - patch to log creates keytag queries, from A. Schulze.
        - patch suggested by Debian lintian: allow to -> allow one to, from 
          A. Schulze.
        - Attempt to remove warning about trailing whitespace.

6 March 2018: Wouter
        - Reverted fix for #3512, this may not be the best way forward;
          although it could be changed at a later time, to stay similar to
          other implementations.
        - svn trunk contains 1.7.0, this is the number for the next release.
        - Fix for windows compile.
        - tag 1.7.0rc1.

5 March 2018: Wouter
        - Fix to check define of DSA for when openssl is without deprecated.
        - iana port update.
        - Fix #3582: Squelch address already in use log when reuseaddr option
          causes same port to be used twice for tcp connections.

27 February 2018: Wouter
        - Fixup contrib/fastrpz.patch so that it applies.
        - Fix compile without threads, and remove unused variable.
        - Fix compile with staticexe and python module.
        - Fix nettle compile.

22 February 2018: Ralph
        - Save wildcard RRset from answer with original owner for use in
          aggressive NSEC.

21 February 2018: Wouter
        - Fix #3512: unbound incorrectly reports SERVFAIL for CAA query
          when there is a CNAME loop.
        - Fix validation for CNAME loops.  When it detects a cname loop,
          by finding the cname, cname in the existing list, it returns
          the partial result with the validation result up to then.
        - more robust cachedump rrset routine.

19 February 2018: Wouter
        - Fix #3505: Documentation for default local zones references
          wrong RFC.
        - Fix #3494: local-zone noview can be used to break out of the view
          to the global local zone contents, for queries for that zone.
        - Fix for more maintainable code in localzone.

16 February 2018: Wouter
        - Fixes for clang static analyzer, the missing ; in
          edns-subnet/addrtree.c after the assert made clang analyzer
          produce a failure to analyze it.

13 February 2018: Ralph
        - Aggressive NSEC tests

13 February 2018: Wouter
        - tls-cert-bundle option in unbound.conf enables TLS authentication.
        - iana port update.

12 February 2018: Wouter
        - Unit test for auth zone https url download.

12 February 2018: Ralph
        - Added tests with wildcard expanded NSEC records (CVE-2017-15105 test)
        - Processed aggressive NSEC code review remarks Wouter

8 February 2018: Ralph
        - Aggressive use of NSEC implementation. Use cached NSEC records to
          generate NXDOMAIN, NODATA and positive wildcard answers.

8 February 2018: Wouter
        - iana port update.
        - auth zone url config.

5 February 2018: Wouter
        - Fix #3451: dnstap not building when you have a separate build dir.
          And removed protoc warning, set dnstap.proto syntax to proto2.
        - auth-zone provides a way to configure RFC7706 from unbound.conf,
          eg. with auth-zone: name: "." for-downstream: no for-upstream: yes
          fallback-enabled: yes and masters or a zonefile with data.

2 February 2018: Wouter
        - Fix unfreed locks in log and arc4random at exit of unbound.
        - unit test with valgrind
        - Fix lock race condition in dns cache dname synthesis.
        - lock subnet new item before insertion to please checklocks,
          no modification of critical regions outside of lock region.

1 February 2018: Wouter
        - fix unaligned structure making a false positive in checklock
          unitialised memory.

29 January 2018: Ralph
        - Use NSEC with longest ce to prove wildcard absence.
        - Only use *.ce to prove wildcard absence, no longer names.

25 January 2018: Wouter
        - ltrace.conf file for libunbound in contrib.

23 January 2018: Wouter
        - Fix that unbound-checkconf -f flag works with auto-trust-anchor-file
          for startup scripts to get the full pathname(s) of anchor file(s).
        - Print fatal errors about remote control setup before log init,
          so that it is printed to console.

22 January 2018: Wouter
        - Accept tls-upstream in unbound.conf, the ssl-upstream keyword is
          also recognized and means the same.  Also for tls-port,
          tls-service-key, tls-service-pem, stub-tls-upstream and
          forward-tls-upstream.
        - Fix #3397: Fix that cachedb could return a partial CNAME chain.
        - Fix #3397: Fix that when the cache contains an unsigned DNAME in
          the middle of a cname chain, a result without the DNAME could
          be returned.

19 January 2018: Wouter
        - tag 1.6.8 for release with CVE fix.
        - trunk has 1.6.9 with fix and previous commits.
        - patch for CVE-2017-15105: vulnerability in the processing of
          wildcard synthesized NSEC records.
        - iana port update.
        - make depend: code dependencies updated in Makefile.

4 January 2018: Ralph
        - Copy query and correctly set flags on REFUSED answers when cache
          snooping is not allowed.

3 January 2018: Ralph
        - Fix queries being leaked above stub when refetching glue.

2 January 2017: Wouter
        - Fix that DS queries with referral replies are answered straight
          away, without a repeat query picking the DS from cache.
          The correct reply should have been an answer, the reply is fixed
          by the scrubber to have the answer in the answer section.
        - Remove clang optimizer disable,
          Fix that expiration date checks don't fail with clang -O2.

15 December 2017: Wouter
        - Fix timestamp failure because of clang optimizer failure, by
          disabling -O2 when the compiler --version is clang.
        - iana port update.
        - Also disable -flto for clang, to make incep-expi signature check
          work.

12 December 2017: Ralph
        - Fix qname-minimisation documentation (A QTYPE, not NS)

12 December 2017: Wouter
        - authzone work, transfer connect.

7 December 2017: Ralph
        - Check whether --with-libunbound-only is set when using --with-nettle
          or --with-nss.

4 December 2017: Wouter 
        - Fix link failure on OmniOS.

1 December 2017: Wouter 
        - auth zone work.

30 November 2017: Wouter 
        - Fix #3299 - forward CNAME daisy chain is not working

14 November 2017: Wouter 
        - Fix #2882: Unbound behaviour changes (wrong) when domain-insecure is
          set for stub zone.  It no longer searches for DNSSEC information.
        - auth xfer work on probe timer and lookup.

13 November 2017: Wouter 
        - Fix #2801: Install libunbound.pc.
        - Fix qname minimisation to send AAAA queries at zonecut like type A.
        - reverted AAAA change.

7 November 2017: Wouter 
        - Fix #2492: Documentation libunbound.

3 November 2017: Wouter 
        - Fix #2362: TLS1.3/openssl-1.1.1 not working.
        - Fix #2034 - Autoconf and -flto.
        - Fix #2141 - for libsodium detect lack of entropy in chroot, print
          a message and exit.

2 November 2017: Wouter 
        - Fix #1913: ub_ctx_config is under circumstances thread-safe.
        - make ip-transparent option work on OpenBSD.

31 October 2017: Wouter 
        - Document that errno is left informative on libunbound config read
          fail.
        - lexer output.
        - iana port update.

25 October 2017: Ralph
        - Fixed libunbound manual typo.
        - Fix #1949: [dnscrypt] make provider name mismatch more obvious.
        - Fix #2031: Double included headers

24 October 2017: Ralph
        - Update B root ipv4 address.

19 October 2017: Wouter 
        - authzone work, probe timer setup.

18 October 2017: Wouter 
        - lint for recent authzone commit.

17 October 2017: Wouter 
        - Fix #1749: With harden-referral-path: performance drops, due to
          circular dependency in NS and DS lookups.
        - [dnscrypt] prevent dnscrypt-secret-key, dnscrypt-provider-cert
          duplicates
        - [dnscrypt] introduce dnscrypt-provider-cert-rotated option,
          from Manu Bretelle.
        This option allows handling multiple cert/key pairs while only
        distributing some of them.
        In order to reliably match a client magic with a given key without
        strong assumption as to how those were generated, we need both key and
        cert. Likewise, in order to know which ES version should be used.
        On the other hand, when rotating a cert, it can be desirable to only
        serve the new cert but still be able to handle clients that are still
        using the old certs's public key.
        The `dnscrypt-provider-cert-rotated` allow to instruct unbound to not
        publish the cert as part of the DNS's provider_name's TXT answer.
        - Better documentation for cache-max-negative-ttl.
        - Work on local root zone code.

10 October 2017: Wouter 
        - tag 1.6.7
        - trunk has version 1.6.8.

6 October 2017: Wouter 
        - Fix spelling in unbound-control man page.

5 October 2017: Wouter 
        - Fix trust-anchor-signaling works in libunbound.
        - Fix some more crpls in testdata for different signaling default.
        - tag 1.6.7rc1

5 October 2017: Ralph 
        - Set trust-anchor-signaling default to yes
        - Use RCODE from A query on DNS64 synthesized answer.

2 October 2017: Wouter
        - Fix param unused warning for windows exportsymbol compile.

25 September 2017: Ralph
        - Fix #1450: Generate again patch contrib/aaaa-filter-iterator.patch
           (by Danilo G. Baio).

21 September 2017: Ralph
        - Log name of looping module

19 September 2017: Wouter
        - use a cachedb answer even if it's "expired" when serve-expired is yes
          (patch from Jinmei Tatuya).
        - trigger refetching of the answer in that case (this will bypass
          cachedb lookup)
        - allow storing a 0-TTL answer from cachedb in the in-memory message
          cache when serve-expired is yes
        - Fix DNSCACHE_STORE_ZEROTTL to be bigger than 0xffff.

18 September 2017: Ralph
        - Fix #1400: allowing use of global cache on ECS-forwarding unless
          always-forward.

18 September 2017: Wouter
        - tag 1.6.6 (is 1.6.6rc2)
        - Fix that looping modules always stop the query, and don't pass
          control.
        - Fix #1435: Please allow UDP to be disabled separately upstream and
          downstream.
        - Fix #1440: [dnscrypt] client nonce cache.

15 September 2017: Wouter
        - Fix unbound-host to report error for DNSSEC state of failed lookups.
        - Spelling fixes, from Josh Soref.

13 September 2017: Wouter
        - tag 1.6.6rc2, became 1.6.6 on 18 sep.  trunk 1.6.7 in development.

12 September 2017: Wouter
        - Add dns64 for client-subnet in unbound-checkconf.

4 September 2017: Ralph
        - Fix #1412: QNAME minimisation strict mode not honored
        - Fix #1434: Fix windows openssl 1.1.0 linking.

4 September 2017: Wouter
        - tag 1.6.6rc1
        - makedist fix for windows binaries, with openssl 1.1.0 windres fix,
          and expat 2.2.4 install target fix.

1 September 2017: Wouter
        - Recommend 1472 buffer size in unbound.conf

31 August 2017: Wouter
        - Fix #1424: cachedb:testframe is not thread safe.
        - For #1417: escape ; in dnscrypt tests.
        - but reverted that, tests fails with that escape.
        - Fix #1417: [dnscrypt] shared secret cache counters, and works when
          dnscrypt is not enabled.  And cache size configuration option.
        - make depend
        - Fix #1418: [ip ratelimit] initialize slabhash using
          ip-ratelimit-slabs.

30 August 2017: Wouter
        - updated contrib/fastrpz.patch to apply with configparser changes.
        - Fix 1416: qname-minimisation breaks TLSA lookups with CNAMEs.

29 August 2017: Wouter
        - Fix #1414: fix segfault on parse failure and log_replies.
        - zero qinfo in handle_request, this zeroes local_alias and also the
          qname member.
        - new keys and certs for dnscrypt tests.
        - fixup WKS test on buildhost without servicebyname.

28 August 2017: Wouter
        - Fix #1415: patch to free dnscrypt environment on reload.
        - iana portlist update
        - Fix #1415: [dnscrypt] shared secret cache, patch from
          Manu Bretelle.
        - Small fixes for the shared secret cache patch.
        - Fix WKS records on kvm autobuild host, with default protobyname
          entries for udp and tcp.

23 August 2017: Wouter
        - Fix #1407: Add ECS options check to unbound-checkconf.
        - make depend
        - Fix to reclaim tcp handler when it is closed due to dnscrypt buffer
          allocation failure.

22 August 2017: Wouter
        - Fix install of trust anchor when two anchors are present, makes both
          valid. Checks hash of DS but not signature of new key. This fixes
          the root.key file if created when unbound is installed between
          sep11 and oct11 2017.
        - tag 1.6.5 with pointrelease 1.6.5 (1.6.4 plus 5011 fix).
        - trunk version 1.6.6 in development.
        - Fix issue on macOX 10.10 where TCP fast open is detected but not
          implemented causing TCP to fail. The fix allows fallback to regular
          TCP in this case and is also more robust for cases where connectx()
          fails for some reason.
        - Fix #1402: squelch invalid argument error for fd_set_block on windows.

10 August 2017: Wouter
        - Patch to show DNSCrypt status in help output, from Carsten
          Strotmann.

8 August 2017: Wouter
        - Fix #1398: make cachedb secret configurable.
        - Remove spaces from Makefile.

7 August 2017: Wouter
        - Fix #1397: Recursive DS lookups for AS112 zones names should recurse.

3 August 2017: Ralph
        - Remove unused iter_env member (ip6arpa_dname)
        - Do not reset rrset.bogus stats when called using stats_noreset.
        - Added stats for queries that have been ratelimited by domain
          recursion.
        - Do not add rrset_bogus and query ratelimiting stats per thread, these
          module stats are global.

3 August 2017: Wouter
        - Fix #1394: mix of serve-expired and response-ip could cause a crash.

24 July 2017: Wouter
        - upgrade aclocal(pkg.m4 0.29.1), config.guess(2016-10-02),
          config.sub(2016-09-05).
        - annotate case statement fallthrough for gcc 7.1.1.
        - flex output from flex 2.6.1.
        - snprintf of thread number does not warn about truncated string.
        - squelch TCP fast open error on FreeBSD when kernel has it disabled,
          unless verbosity is high.
        - remove warning from windows compile.
        - Fix compile with libnettle
        - Fix DSA configure switch (--disable dsa) for libnettle and libnss.
        - Fix #1365: Add Ed25519 support using libnettle.
        - iana portlist update

17 July 2017: Wouter
        - Fix #1350: make cachedb backend configurable (from JINMEI Tatuya).
        - Fix #1349: allow suppression of pidfiles (from Daniel Kahn Gillmor).
          With the -p option unbound does not create a pidfile.

11 July 2017: Wouter
        - Fix #1344: RFC6761-reserved domains: test. and invalid.
        - Redirect all localhost names to localhost address for RFC6761.

6 July 2017: Wouter
        - Fix tests to use .tdir (from Manu Bretelle) instead of .tpkg.
        - Fix svn hooks for tdir (selected if testcode/mini_tdir.sh exists)..

4 July 2017: Wouter
        - Fix 1332: Bump verbosity of failed chown'ing of the control socket.

3 July 2017: Wouter
        - Fix for unbound-checkconf, check ipsecmod-hook if ipsecmod is turned
          on.
        - Fix #1331: libunbound segfault in threaded mode when context is
          deleted.
        - Fix pythonmod link line option flag.
        - Fix openssl 1.1.0 load of ssl error strings from ssl init.

29 June 2017: Wouter
        - Fix python example0 return module wait instead of error for pass.
        - iana portlist update
        - enhancement for hardened-tls for DNS over TLS.  Removed duplicated
          security settings.

27 June 2017: Wouter
        - Tag 1.6.4 is created with the 1.6.4rc2 contents.
        - Trunk contains 1.6.5, with changes from 26, 27 june.
        - Remove signed unsigned warning from authzone.
        - Fix that infra cache host hash does not change after reconfig.

26 June 2017: Wouter
        - (for 1.6.5)
          Better fixup of dnscrypt_cert_chacha test for different escapes.
        - First fix for zero b64 and hex text zone format in sldns.
        - unbound-control dump_infra prints port number for address if not 53.

23 June 2017: Wouter
        - (for 1.6.5): fixup of dnscrypt_cert_chacha test (from Manu Bretelle).

22 June 2017: Wouter
        - Tag 1.6.4rc2

22 June 2017: Ralph
        - Added fastrpz patch to contrib

21 June 2017: Wouter
        - Fix #1316: heap read buffer overflow in parse_edns_options.

20 June 2017: Wouter
        - Fix warning in pythonmod under clang compiler.
        - Tag 1.6.4rc1
        - Fix lintian typo.

16 June 2017: Ralph
        - Fix #1277: disable domain ratelimit by setting value to 0.

16 June 2017: Wouter
        - Fix #1301: memory leak in respip and tests.
        - Free callback in edns-subnetmod on exit and restart.
        - Fix memory leak in sldns_buffer_new_frm_data.
        - Fix memory leak in dnscrypt config read.
        - Fix dnscrypt chacha cert support ifdefs.
        - Fix dnscrypt chacha cert unit test escapes in grep.
        - Remove asynclook tests that cause test and purifier problems.
        - Fix to unlock view in view test.

15 June 2017: Wouter
        - Fix stub zone queries leaking to the internet for
          harden-referral-path ns checks.
        - Fix query for refetch_glue of stub leaking to internet.

13 June 2017: Wouter
        - Fix #1279: Memory leak on reload when python module is enabled.
        - Fix #1280: Unbound fails assert when response from authoritative
          contains malformed qname.  When 0x20 caps-for-id is enabled, when
          assertions are not enabled the malformed qname is handled correctly.
        - 1.6.3 tag created, with only #1280 fix, trunk is 1.6.4 development.
        - More fixes in depth for buffer checks in 0x20 qname checks.

12 June 2017: Wouter
        - Fix #1278: Incomplete wildcard proof.

8 June 2017: Ralph
        - Added domain name based ECS whitelist.

8 June 2017: Wouter
        - Detect chacha for dnscrypt at configure time.
        - dnscrypt unit tests with chacha.

7 June 2017: Wouter
        - Fix that unbound-control can set val_clean_additional and val_permissive_mode.
        - Add dnscrypt XChaCha20 tests.

6 June 2017: Wouter
        - Add an explicit type cast for TCP FASTOPEN fix.
        - renumbering B-Root's IPv6 address to 2001:500:200::b.
        - Fix #1275: cached data in cachedb is never used.
        - Fix #1276: [dnscrypt] add XChaCha20-Poly1305 cipher.

1 June 2017: Ralph
        - Fix #1274: automatically trim chroot path from dnscrypt key/cert paths
          (from Manu Bretelle).

1 June 2017: Wouter
        - Fix fastopen EPIPE fallthrough to perform connect.

31 May 2017: Ralph
        - Also use global local-zones when there is a matching view that does
          not have any local-zone specified.

31 May 2017: Wouter
        - Fix #1273: cachedb.c doesn't compile with -Wextra.
        - If MSG_FASTOPEN gives EPIPE fallthrough to try normal tcp write.

30 May 2017: Ralph
        - Fix #1269: inconsistent use of built-in local zones with views.
        - Add defaults for new local-zone trees added to views using
          unbound-control.

30 May 2017: Wouter
        - Support for openssl EVP_DigestVerify.
        - Support for the ED25519 algorithm with openssl (from openssl 1.1.1).

29 May 2017: Wouter
        - Fix assertion for low buffer size and big edns payload when worker
          overrides udpsize.

26 May 2017: Ralph
        - Added redirect-bogus.patch to contrib directory.

26 May 2017: Wouter
        - Fix #1270: unitauth.c doesn't compile with higher warning level
          and optimization
        - exec_prefix is by default equal to prefix.
        - printout localzone for duplicate local-zone warnings.

24 May 2017: Wouter
        - authzone cname chain, no rrset duplicates, wildcard doesn't change
          rrsets added for cname chain.

23 May 2017: Wouter
        - first services/authzone check in, it compiles and reads and writes
          zonefiles.
        - iana portlist update

22 May 2017: Wouter
        - Fix #1268: SIGSEGV after log_reopen.

18 May 2017: Wouter
        - Fix #1265 to use /bin/kill.
        - Fix #1267: Libunbound validator/val_secalgo.c uses obsolete APIs,
          and compatibility with BoringSSL.

17 May 2017: Wouter
        - Fix #1265: contrib/unbound.service contains hardcoded path.

17 May 2017: George
        - Use qstate's region for IPSECKEY rrset (ipsecmod).

16 May 2017: George
        - Implemented opportunistic IPsec support module (ipsecmod).
        - Some whitespace fixup.

16 May 2017: Wouter
        - updated dependencies in the makefile.
        - document trust-anchor-signaling in example config file.
        - updated configure, dependencies and flex output.
        - better module memory lookup, fix of unbound-control shm names for
          module memory printout of statistics.
        - Fix type AVC sldns rrdef.

12 May 2017: Wouter
        - Adjust servfail by iterator to not store in cache when serve-expired
          is enabled, to avoid overwriting useful information there.
        - Fix queries for nameservers under a stub leaking to the internet.

9 May 2017: Ralph
        - Add 'c' to getopt() in testbound.
        - iana portlist update

8 May 2017: Wouter
        - Fix tcp-mss failure printout text.
        - Set SO_REUSEADDR on outgoing tcp connections to fix the bind before
          connect limited tcp connections.  With the option tcp connections
          can share the same source port (for different destinations).

2 May 2017: Ralph
        - Added mesh_add_sub to add detached mesh entries.
        - Use mesh_add_sub for key tag signaling query.

2 May 2017: Wouter
        - Added test for leak of stub information.
        - Fix sldns wire2str printout of RR type CAA tags.
        - Fix sldns int16_data parse.
        - Fix sldns parse and printout of TSIG RRs.
        - sldns SMIMEA and AVC definitions, same as getdns definitions.

1 May 2017: Wouter
        - Fix #1259: "--disable-ecdsa" argument overwritten 
          by "#ifdef SHA256_DIGEST_LENGTH@daemon/remote.c".
        - iana portlist update
        - Fix #1258: Windows 10 X64 unbound 1.6.2 service will not start.
          and fix that 64bit getting installed in C:\Program Files (x86).

26 April 2017: Ralph
        - Implemented trust anchor signaling using key tag query.

26 April 2017: Wouter
        - Based on #1257: check parse limit before t increment in sldns RR
          string parse routine.

24 April 2017: Wouter
        - unbound-checkconf -o allows query of dnstap config variables.
          Also unbound-control get_option.  Also for dnscrypt.
        - trunk contains 1.6.3 version number (changes from 1.6.2 back from
          when the 1.6.2rc1 tag has been created).

21 April 2017: Ralph
        - Fix #1254: clarify ratelimit-{for,below}-domain (from Manu Bretelle).
        - iana portlist update
        
18 April 2017: Ralph
        - Fix #1252: more indentation inconsistencies.
        - Fix #1253: unused variable in edns-subnet/addrtree.c:getbit().

13 April 2017: Ralph
        - Added ECS unit test (from Manu Bretelle).
        - ECS documentation fix (from Manu Bretelle).

13 April 2017: Wouter
        - Fix #1250: inconsistent indentation in services/listen_dnsport.c.
        - tag for 1.6.2rc1
        - (for 1.6.3:) unbound.h exports the shm stats structures.  They use
          type long long and no ifdefs, and ub_ before the typenames.

12 April 2017: Wouter
        - subnet mem value is available in shm, also when not enabled,
          to make the struct easier to memmap by other applications,
          independent of the configuration of unbound.

12 April 2017: Ralph
        - Fix #1247: unbound does not shorten source prefix length when
          forwarding ECS.
        - Properly check for allocation failure in local_data_find_tag_datas.
        - Fix #1249: unbound doesn't return FORMERR to bogus ECS.
        - Set SHM ECS memory usage to 0 when module not loaded.

11 April 2017: Ralph
        - Display ECS module memory usage.

10 April 2017: Wouter
        - harden-algo-downgrade: no also makes unbound more lenient about
          digest algorithms in DS records.

10 April 2017: Ralph
        - Remove ECS option after REFUSED answer.
        - Fix small memory leak in edns_opt_copy_alloc.
        - Respip dereference after NULL check.
        - Zero initialize addrtree allocation.
        - Use correct identifier for SHM destroy.

7 April 2017: George
        - Fix pythonmod for cb changes.
        - Some whitespace fixup.

7 April 2017: Ralph
        - Unlock view in respip unit test

6 April 2017: Ralph
        - Generalise inplace callback (de)registration
        - (de)register inplace callbacks for module id
        - No unbound-control set_option for ECS options
        - Deprecated client-subnet-opcode config option
        - Introduced client-subnet-always-forward config option
        - Changed max-client-subnet-ipv6 default to 56 (as in RFC)
        - Removed extern ECS config options
        - module_restart_next now calls clear on all following modules
        - Also create ECS module qstate on module_event_pass event
        - remove malloc from inplace_cb_register

6 April 2017: Wouter
        - Small fixup for documentation.
        - iana portlist update
        - Fix respip for braces when locks arent used.
        - Fix pythonmod for cb changes.

4 April 2017: Wouter
        - Fix #1244: document that use of chroot requires trust anchor file to
          be under chroot.
        - iana portlist update

3 April 2017: Ralph
        - Do not add current time twice to TTL before ECS cache store.
        - Do not touch rrset cache after ECS cache message generation.
        - Use LDNS_EDNS_CLIENT_SUBNET as default ECS opcode.

3 April 2017: Wouter
        - Fix #1217: Add metrics to unbound-control interface showing
          crypted, cert request, plaintext and malformed queries (from
          Manu Bretelle).
        - iana portlist update

27 March 2017: Wouter
        - Remove (now unused) event2 include from dnscrypt code.

24 March 2017: George
        - Fix to prevent non-referal query from being cached as referal when the
          no_cache_store flag was set.

23 March 2017: Wouter
        - Fix #1239: configure fails to find python distutils if python
          prints warning.

22 March 2017: Wouter
        - Fix #1238: segmentation fault when adding through the remote
          interface a per-view local zone to a view with no previous
          (configured) local zones.
        - Fix #1229: Systemd service sandboxing, options in wrong sections.

21 March 2017: Ralph
        - Merge EDNS Client subnet implementation from feature branch into main
          branch, using new EDNS processing framework. 

21 March 2017: Wouter
        - Fix doxygen for dnscrypt files.

20 March 2017: Wouter
        - #1217. DNSCrypt support, with --enable-dnscrypt, libsodium and then
          enabled in the config file from Manu Bretelle.
        - make depend, autoconf, remove warnings about statement before var.
        - lru_demote and lruhash_insert_or_retrieve functions for getdns.
        - fixup for lruhash (whitespace and header file comment).
        - dnscrypt tests.

17 March 2017: Wouter
        - Patch for view functionality for local-data-ptr from Björn Ketelaars.
        - Fix #1237 - Wrong resolving in chain, for norec queries that get
          SERVFAIL returned.

16 March 2017: Wouter
        - Fix that SHM is not inited if not enabled.
        - Add trustanchor.unbound CH TXT that gets a response with a number
          of TXT RRs with a string like "example.com. 2345 1234" with
          the trust anchors and their keytags.
        - Fix that looped DNAMEs do not cause unbound to spend effort.
        - trustanchor tags are sorted.  reusable routine to fetch taglist.

13 March 2017: Wouter
        - testbound understands Deckard MATCH rcode question answer commands.
        - Fix #1235: Fix too long DNAME expansion produces SERVFAIL instead
          of YXDOMAIN + query loop, reported by Petr Spacek.

10 March 2017: Wouter
        - Fix #1234: shortening DNAME loop produces duplicate DNAME records
          in ANSWER section.

9 March 2017: Wouter
        - --disable-sha1 disables SHA1 support in RRSIG, so from DNSKEY and
          DS records.  NSEC3 is not disabled.
        - fake-sha1 test option; print warning if used.  To make unit tests.
        - unbound-control list local zone and data commands listed in the
          help output.

8 March 2017: Wouter
        - make depend for build dependencies.
        - swig version 2.0.1 required.
        - fix enum conversion warnings

7 March 2017: Wouter
        - Fix #1230: swig version 2.0.0 is required for pythonmod, with
          1.3.40 it crashes when running repeatly unbound-control reload.
        - Response actions based on IP address from Jinmei Tatuya (Infoblox).

6 March 2017: Wouter
        - Fix #1229: Systemd service sandboxing in contrib/unbound.service.
        - iana portlist update

28 February 2017: Ralph
        - Fix testpkts.c, check if DO bit is set, not only if there is an OPT
          record.

28 February 2017: Wouter
        - For #1227: if we have sha256, set the cipher list to have no
          known vulns.

27 February 2017: Wouter
        - Fix #1227: Fix that Unbound control allows weak ciphersuits.
        - Fix #1226: provide official 32bit binary for windows.

24 February 2017: Wouter
        - include sys/time.h for new shm code on NetBSD.

23 February 2017: Wouter
        - Fix doc/CNAME-basedRedirectionDesignNotes.pdf zone static to
          redirect.
        - Patch from Luiz Fernando Softov for Stats Shared Memory.
        - unbound-control stats_shm command prints stats using shared memory,
          which uses less cpu.
        - make depend, autoconf, doxygen and lint fixed up.

22 February 2017: Wouter
        - Fix #1224: Fix that defaults should not fall back to "Program Files
          (x86) if Unbound is 64bit by default on windows.

21 February 2017: Wouter
        - iana portlist update

16 February 2017: Wouter
        - sldns updated for vfixed and buffer resize indication from getdns.

15 February 2017: Wouter
        - sldns has ED25519 and ED448 algorithm number and name for display.

14 February 2017: Wouter
        - tag 1.6.1rc3. -- which became 1.6.1 on 21feb, trunk has 1.6.2

13 February 2017: Wouter
        - Fix autoconf of systemd check for lack of pkg-config.

10 February 2017: Wouter
        - Fix pythonmod for typedef changes.
        - Fix dnstap for warning of set but not used.
        - tag 1.6.1rc2.

9 February 2017: Wouter
        - tag 1.6.1rc1.

8 February 2017: Wouter
        - Fix for type name change and fix warning on windows compile.

7 February 2017: Wouter
        - Include root trust anchor id 20326 in unbound-anchor.

6 February 2017: Wouter
        - Fix compile on solaris of the fix to use $host detect.

4 February 2017: Wouter
        - fix root_anchor test for updated icannbundle.pem lower certificates.

26 January 2017: Wouter
        - Fix 1211: Fix can't enable interface-automatic if no IPv6 with
          more helpful error message.

20 January 2017: Wouter
        - Increase MAX_MODULE to 16.

19 January 2017: Wouter
        - Fix to Rename ub_callback_t to ub_callback_type, because POSIX
          reserves _t typedefs.
        - Fix to rename internally used types from _t to _type, because _t
          type names are reserved by POSIX.
        - iana portlist update

12 January 2017: Wouter
        - Fix to also block meta types 128 through to 248 with formerr. 
        - Fix #1206: Some view-related commands are missing from 'unbound-control -h'

9 January 2017: Wouter
        - Fix #1202: Fix code comment that packed_rrset_data is not always
          'packed'.

6 January 2017: Wouter
        - Fix #1201: Fix missing unlock in answer_from_cache error condition.

5 January 2017: Wouter
        - Fix to return formerr for queries for meta-types, to avoid
          packet amplification if this meta-type is sent on to upstream.
        - Fix #1184: Log DNS replies. This includes the same logging
          information that DNS queries and response code and response size,
          patch from Larissa Feng.
        - Fix #1187: Source IP rate limiting, patch from Larissa Feng.

3 January 2017: Wouter
        - configure --enable-systemd and lets unbound use systemd sockets if
          you enable use-systemd: yes in unbound.conf.
          Also there are contrib/unbound.socket and contrib/unbound.service:
          systemd files for unbound, install them in /usr/lib/systemd/system.
          Contributed by Sami Kerola and Pavel Odintsov.
        - Fix reload chdir failure when also chrooted to that directory.

2 January 2017: Wouter
        - Fix #1194: Cross build fails when $host isn't `uname` for getentropy.

23 December 2016: Ralph
        - Fix #1190: Do not echo back EDNS options in local-zone error response.
        - iana portlist update

21 December 2016: Ralph
        - Fix #1188: Unresolved symbol 'fake_dsa' in libunbound.so when built
          with Nettle

19 December 2016: Ralph
        - Fix #1191: remove comment about view deletion.

15 December 2016: Wouter
        - iana portlist update
        - 64bit is default for windows builds.
        - Fix inet_ntop and inet_pton warnings in windows compile.

14 December 2016: Wouter
        - Fix #1178: attempt to fix setup error at end, pop result values
          at end of install.

13 December 2016: Wouter
        - Fix #1182: Fix Resource leak (socket), at startup.
        - Fix unbound-control and ipv6 only.

9 December 2016: Wouter
        - Fix #1176: stack size too small for Alpine Linux.

8 December 2016: Wouter
        - Fix downcast warnings from visual studio in sldns code.
        - tag 1.6.0rc1 which became 1.6.0 on 15 dec, and trunk is 1.6.1.

7 December 2016: Ralph
        - Add DSA support for OpenSSL 1.1.0
        - Fix remote control without cert for LibreSSL

6 December 2016: George
        - Added generic EDNS code for registering known EDNS option codes,
          bypassing the cache response stage and uniquifying mesh states. Four EDNS
          option lists were added to module_qstate (module_qstate.edns_opts_*) to
          store EDNS options from/to front/back side.
        - Added two flags to module_qstate (no_cache_lookup, no_cache_store) that
          control the modules' cache interactions.
        - Added code for registering inplace callback functions. The registered
          functions can be called just before replying with local data or Chaos,
          replying from cache, replying with SERVFAIL, replying with a resolved
          query, sending a query to a nameserver. The functions can inspect the
          available data and maybe change response/query related data (i.e. append
          EDNS options).
        - Updated Python module for the above.
        - Updated Python documentation.

5 December 2016: Ralph
        - Fix #1173: differ local-zone type deny from unset
          tag_actions element.

5 December 2016: Wouter
        - Fix #1170: document that 'inform' local-zone uses local-data.

1 December 2016: Ralph
        - hyphen as minus fix, by Andreas Schulze

30 November 2016: Ralph
        - Added local-zones and local-data bulk addition and removal
          functionality in unbound-control (local_zones, local_zones_remove,
          local_datas and local_datas_remove).
        - iana portlist update

29 November 2016: Wouter
        - version 1.6.0 is in the development branch.
        - braces in view.c around lock statements.

28 November 2016: Wouter
        - new install-sh.

25 November 2016: Wouter
        - Fix that with openssl 1.1 control-use-cert: no uses less cpu, by
          using no encryption over the unix socket.

22 Novenber 2016: Ralph
        - Make access-control-tag-data RDATA absolute. This makes the RDATA
          origin consistent between local-data and access-control-tag-data.
        - Fix NSEC ENT wildcard check. Matching wildcard does not have to be a
          subdomain of the NSEC owner.
        - QNAME minimisation uses QTYPE=A, therefore always check cache for
          this type in harden-below-nxdomain functionality.
        - Added unit test for QNAME minimisation + harden below nxdomain
          synergy.

22 November 2016: Wouter
        - iana portlist update.
        - Fix unit tests for DS hash processing for fake-dsa test option.
        - patch from Dag-Erling Smorgrav that removes code that relies
          on sbrk().

21 November 2016: Wouter
        - Fix #1158: reference RFC 8020 "NXDOMAIN: There Really Is Nothing
          Underneath" for the harden-below-nxdomain option.

10 November 2016: Ralph
        - Fix #1155: test status code of unbound-control in 04-checkconf,
          not the status code from the tee command.

4 November 2016: Ralph
        - Added stub-ssl-upstream and forward-ssl-upstream options.

4 November 2016: Wouter
        - configure detects ssl security level API function in the autoconf
          manner.  Every function on its own, so that other libraries (eg.
          LibreSSL) can develop their API without hindrance.
        - Fix #1154: segfault when reading config with duplicate zones.
        - Note that for harden-below-nxdomain the nxdomain must be secure,
          this means nsec3 with optout is insufficient.

3 November 2016: Ralph
        - Set OpenSSL security level to 0 when using aNULL ciphers.

3 November 2016: Wouter
        - .gitattributes line for githubs code language display.
        - log-identity: config option to set sys log identity, patch from
          "Robin H. Johnson" <robbat2@gentoo.org>

2 November 2016: Wouter
        - iana portlist update.

31 October 2016: Wouter
        - Fix failure to build on arm64 with no sbrk.
        - iana portlist update.

28 October 2016: Wouter
        - Patch for server.num.zero_ttl stats for count of expired replies,
          from Pavel Odintsov.

26 October 2016: Wouter
        - Fix unit tests for openssl 1.1, with no DSA, by faking DSA, enabled
          with the undocumented switch 'fake-dsa'.  It logs a warning.

25 October 2016: Wouter
        - Fix #1134: unbound-control set_option -- val-override-date: -1 works
          immediately to ignore datetime, or back to 0 to enable it again.
          The -- is to ignore the '-1' as an option flag.

24 October 2016: Wouter
        - serve-expired config option: serve expired responses with TTL 0.
        - g.root-servers.net has AAAA address.

21 October 2016: Wouter
        - Ported tests for local_cname unit test to testbound framework.

20 October 2016: Wouter
        - suppress compile warning in lex files.
        - init lzt variable, for older gcc compiler warnings.
        - fix --enable-dsa to work, instead of copying ecdsa enable.
        - Fix DNSSEC validation of query type ANY with DNAME answers.
        - Fixup query_info local_alias init.

19 October 2016: Wouter
        - Fix #1130: whitespace in example.conf.in more consistent.

18 October 2016: Wouter
        - Patch that resolves CNAMEs entered in local-data conf statements that
          point to data on the internet, from Jinmei Tatuya (Infoblox).
        - Removed patch comments from acllist.c and msgencode.c
        - Added documentation doc/CNAME-basedRedirectionDesignNotes.pdf,
          from Jinmei Tatuya (Infoblox).
        - Fix #1125: unbound could reuse an answer packet incorrectly for
          clients with different EDNS parameters, from Jinmei Tatuya.
        - Fix #1118: libunbound.pc sets strange Libs, Libs.private values.
        - Added Requires line to libunbound.pc
        - Please doxygen by modifying mesh.h

17 October 2016: Wouter
        - Re-fix #839 from view commit overwrite.
        - Fixup const void cast warning.

12 October 2016: Ralph
        - Free view config elements.

11 October 2016: Ralph
        - Added qname-minimisation-strict config option.
        - iana portlist update.
        - fix memoryleak logfile when in debug mode.

5 October 2016: Ralph
        - Added views functionality.
        - Fix #1117: spelling errors, from Robert Edmonds.

30 September 2016: Wouter
        - Fix Nits for 1.5.10 reported by Dag-Erling Smorgrav.

29 September 2016: Wouter
        - Fix #838: 1.5.10 cannot be built on Solaris, undefined PATH_MAX.
        - Fix #839: Memory grows unexpectedly with large RPZ files.
        - Fix #840: infinite loop in unbound_munin_ plugin on unowned lockfile.
        - Fix #841: big local-zone's make it consume large amounts of memory.

27 September 2016: Wouter
        - tag for 1.5.10 release
        - trunk contains 1.5.11 in development.
        - Fix dnstap relaying "random" messages instead of resolver/forwarder
          responses, from Nikolay Edigaryev.
        - Fix #836: unbound could echo back EDNS options in an error response.

20 September 2016: Wouter
        - iana portlist update.
        - Fix #835: fix --disable-dsa with nettle verify.
        - tag for 1.5.10rc1 release.

15 September 2016: Wouter
        - Fix 883: error for duplicate local zone entry.
        - Test for openssl init_crypto and init_ssl functions.

15 September 2016: Ralph
        - fix potential memory leak in daemon/remote.c and nullpointer
          dereference in validator/autotrust.
        - iana portlist update.

13 September 2016: Wouter
        - Silenced flex-generated sign-unsigned warning print with gcc
          diagnostic pragma.
        - Fix for new splint on FreeBSD.  Fix cast for sockaddr_un.sun_len.

9 September 2016: Wouter
        - Fix #831: workaround for spurious fread_chk warning against petal.c

5 September 2016: Ralph
        - Take configured minimum TTL into consideration when reducing TTL
          to original TTL from RRSIG.

5 September 2016: Wouter
        - Fix #829: doc of sldns_wire2str_rdata_buf() return value has an
          off-by-one typo, from Jinmei Tatuya (Infoblox).
        - Fix incomplete prototypes reported by Dag-Erling Smørgrav.
        - Fix #828: missing type in access-control-tag-action redirect results
          in NXDOMAIN.

2 September 2016: Wouter
        - Fix compile with openssl 1.1.0 with api=1.1.0.

1 September 2016: Wouter
        - RFC 7958 is now out, updated docs for unbound-anchor.
        - Fix for compile without warnings with openssl 1.1.0.
        - Fix #826: Fix refuse_non_local could result in a broken response.
        - iana portlist update.

29 August 2016: Wouter
        - Fix #777: OpenSSL 1.1.0 compatibility, patch from Sebastian A.
          Siewior.
        - Add default root hints for IPv6 E.ROOT-SERVERS.NET, 2001:500:a8::e.

25 August 2016: Ralph
        - Clarify local-zone-override entry in unbound.conf.5 
        
25 August 2016: Wouter
        - 64bit build option for makedist windows compile, -w64.

24 August 2016: Ralph
        - Fix #820: set sldns_str2wire_rr_buf() dual meaning len parameter
          in each iteration in find_tag_datas().
        - unbound.conf.5 entries for define-tag, access-control-tag,
          access-control-tag-action, access-control-tag-data, local-zone-tag,
          and local-zone-override.
          
23 August 2016: Wouter
        - Fix #804: unbound stops responding after outage.  Fixes queries
          that attempt to wait for an empty list of subqueries.
        - Fix #804: lower num_target_queries for iterator also for failed
          lookups.

8 August 2016: Wouter
        - Note that OPENPGPKEY type is RFC 7929.

4 August 2016: Wouter
        - Fix #807: workaround for possible some "unused" function parameters
          in test code, from Jinmei Tatuya.

3 August 2016: Wouter
        - use sendmsg instead of sendto for TFO.

28 July 2016: Wouter
        - Fix #806: wrong comment removed.

26 July 2016: Wouter
        - nicer ratelimit-below-domain explanation.

22 July 2016: Wouter
        - Fix #801: missing error condition handling in
          daemon_create_workers().
        - Fix #802: workaround for function parameters that are "unused"
          without log_assert.
        - Fix #803: confusing (and incorrect) code comment in daemon_cleanup().

20 July 2016: Wouter
        - Fix typo in unbound.conf.

18 July 2016: Wouter
        - Fix #798: Client-side TCP fast open fails (Linux).

14 July 2016: Wouter
        - TCP Fast open patch from Sara Dickinson.
        - Fixed unbound.doxygen for 1.8.11.

7 July 2016: Wouter
        - access-control-tag-data implemented. verbose(4) prints tag debug.

5 July 2016: Wouter
        - Fix dynamic link of anchor-update.exe on windows.
        - Fix detect of mingw for MXE package build.
        - Fixes for 64bit windows compile.
        - Fix #788 for nettle 3.0: Failed to build with Nettle >= 3.0 and
          --with-libunbound-only --with-nettle.

4 July 2016: Wouter
        - For #787: prefer-ip6 option for unbound.conf prefers to send
          upstream queries to ipv6 servers.
        - Fix #787: outgoing-interface netblock/64 ipv6 option to use linux
          freebind to use 64bits of entropy for every query with random local
          part.

30 June 2016: Wouter
        - Document always_transparent, always_refuse, always_nxdomain types.

29 June 2016: Wouter
        - Fix static compile on windows missing gdi32.

28 June 2016: Wouter
        - Create a pkg-config file for libunbound in contrib.

27 June 2016: Wouter
        - Fix #784: Build configure assumess that having getpwnam means there
          is endpwent function available.
        - Updated repository with newer flex and bison output.

24 June 2016: Ralph
        - Possibility to specify local-zone type for an acl/tag pair
        - Possibility to specify (override) local-zone type for a source address
          block
16 June 2016: Ralph
        - Decrease dp attempts at each QNAME minimisation iteration

16 June 2016: Wouter
        - Fix tcp timeouts in tv.usec.

15 June 2016: Wouter
        - TCP_TIMEOUT is specified in milliseconds.
        - If more than half of tcp connections are in use, a shorter timeout
          is used (200 msec, vs 2 minutes) to pressure tcp for new connects.

14 June 2016: Ralph
        - QNAME minimisation unit test for dropped QTYPE=A queries.

14 June 2016: Wouter
        - Fix 775: unbound-host and unbound-anchor crash on windows, ignore
          null delete for wsaevent.
        - Fix spelling in freebind option man page text.
        - Fix windows link of ssl with crypt32.
        - Fix 779: Union casting is non-portable.
        - Fix 780: MAP_ANON not defined in HP-UX 11.31.
        - Fix 781: prealloc() is an HP-UX system library call.

13 June 2016: Ralph
        - Use QTYPE=A for QNAME minimisation.
        - Keep track of number of time-outs when performing QNAME minimisation.
          Stop minimising when number of time-outs for a QNAME/QTYPE pair is
          more than three.

13 June 2016: Wouter
        - Fix #778: unbound 1.5.9: -h segfault (null deref).
        - Fix directory: fix for unbound-checkconf, it restores cwd.

10 June 2016: Wouter
        - And delete service.conf.shipped on uninstall.
        - In unbound.conf directory: dir immediately changes to that directory,
          so that include: file below that is relative to that directory.
          With chroot, make the directory an absolute path inside chroot.
        - keep debug symbols in windows build.
        - do not delete service.conf on windows uninstall.
        - document directory immediate fix and allow EXECUTABLE syntax in it
          on windows.

9 June 2016: Wouter
        - Trunk is called 1.5.10 (with previous fixes already in there to 2
          june).
        - Revert fix for NetworkService account on windows due to breakage
          it causes.
        - Fix that windows install will not overwrite existing service.conf
          file (and ignore gui config choices if it exists).

7 June 2016: Ralph
        - Lookup localzones by taglist from acl.
        - Possibility to lookup local_zone, regardless the taglist.
        - Added local_zone/taglist/acl unit test.

7 June 2016: Wouter
        - Fix #773: Non-standard Python location build failure with pyunbound.
        - Improve threadsafety for openssl 0.9.8 ecdsa dnssec signatures.

6 June 2016: Wouter
        - Better help text from -h (from Ray Griffith).
        - access-control-tag config directive.
        - local-zone-override config directive.
        - access-control-tag-action and access-control-tag-data config
          directives.
        - free acl-tags, acltag-action and acltag-data config lists during
          initialisation to free up memory for more entries.

3 June 2016: Wouter
        - Fix to not ignore return value of chown() in daemon startup.

2 June 2016: Wouter
        - Fix libubound for edns optlist feature.
        - Fix distinction between free and CRYPTO_free in dsa and ecdsa alloc.
        - Fix #752: retry resource temporarily unavailable on control pipe.
        - un-document localzone tags.
        - tag for release 1.5.9rc1.
          And this also became release 1.5.9.
        - Fix (for 1.5.10): Fix unbound-anchor.exe file location defaults to
          Program Files with (x86) appended.
        - re-documented localzone tags in example.conf.

31 May 2016: Wouter
        - Fix windows service to be created run with limited rights, as a
          network service account, from Mario Turschmann.
        - compat strsep implementation.
        - generic edns option parse and store code.
        - and also generic edns options for upstream messages (and replies).
          after parse use edns_opt_find(edns.opt_list, LDNS_EDNS_NSID),
          to insert use edns_opt_append(edns, region, code, len, bindata) on
          the opt_list passed to send_query, or in edns_opt_inplace_reply.

30 May 2016: Wouter
        - Fix time in case answer comes from cache in ub_resolve_event().
        - Attempted fix for #765: _unboundmodule missing for python3.

27 May 2016: Wouter
        - Fix #770: Small subgroup attack on DH used in unix pipe on localhost
          if unbound control uses a unix local named pipe.
        - Document write permission to directory of trust anchor needed.
        - Fix #768:  Unbound Service Sometimes Can Not Shutdown
          Completely, WER Report Shown Up.  Close handle before closing WSA.

26 May 2016: Wouter
        - Updated patch from Charles Walker.

24 May 2016: Wouter
        - disable-dnssec-lame-check config option from Charles Walker.
        - remove memory leak from lame-check patch.
        - iana portlist update.

23 May 2016: Wouter
        - Fix #767:  Reference to an expired Internet-Draft in
          harden-below-nxdomain documentation.

20 May 2016: Ralph
        - No QNAME minimisation fall-back for NXDOMAIN answers from DNSSEC 
          signed zones.
        - iana portlist update.

19 May 2016: Wouter
        - Fix #766: dns64 should synthesize results on timeout/errors.

18 May 2016: Wouter
        - Fix #761: DNSSEC LAME false positive resolving nic.club.

17 May 2016: Wouter
        - trunk updated with output of flex 2.6.0.

6 May 2016: Wouter
        - Fix memory leak in out-of-memory conditions of local zone add.

29 April 2016: Wouter
        - Fix sldns with static checking fixes copied from getdns.

28 April 2016: Wouter
        - Fix #759: 0x20 capsforid no longer checks type PTR, for
          compatibility with cisco dns guard.  This lowers false positives.

18 April 2016: Wouter
        - Fix some malformed responses to edns queries get fallback to nonedns.

15 April 2016: Wouter
        - cachedb module event handling design.

14 April 2016: Wouter
        - cachedb module framework (empty).
        - iana portlist update.

12 April 2016: Wouter
        - Fix #753: document dump_requestlist is for first thread.

24 March 2016: Wouter
        - Document permit-small-holddown for 5011 debug.
        - Fix #749: unbound-checkconf gets SIGSEGV when use against a
          malformatted conf file.

23 March 2016: Wouter
        - OpenSSL 1.1.0 portability, --disable-dsa configure option.

21 March 2016: Wouter
        - Fix compile of getentropy_linux for SLES11 servicepack 4.
        - Fix dnstap-log-resolver-response-messages, from Nikolay Edigaryev.
        - Fix test for openssl to use HMAC_Update for 1.1.0.
        - acx_nlnetlabs.m4 to v33, with HMAC_Update.
        - acx_nlnetlabs.m4 to v34, with -ldl -pthread test for libcrypto.
        - ERR_remove_state deprecated since openssl 1.0.0.
        - OPENSSL_config is deprecated, removing.

18 March 2016: Ralph
        - Validate QNAME minimised NXDOMAIN responses.
        - If QNAME minimisation is enabled, do cache lookup for QTYPE NS in
          harden-below-nxdomain.

17 March 2016: Ralph
        - Limit number of QNAME minimisation iterations.

17 March 2016: Wouter
        - Fix #746: Fix unbound sets CD bit on all forwards.
          If no trust anchors, it'll not set CD bit when forwarding to another
          server.  If a trust anchor, no CD bit on the first attempt to a
          forwarder, but CD bit thereafter on repeated attempts to get DNSSEC.
        - iana portlist update.

16 March 2016: Wouter
        - Fix ip-transparent for ipv6 on FreeBSD, thanks to Nick Hibma.
        - Fix ip-transparent for tcp on freebsd.

15 March 2016: Wouter
        - ip_freebind: yesno option in unbound.conf sets IP_FREEBIND for
          binding to an IP address while the interface or address is down.

14 March 2016: Wouter
        - Fix warnings in ifdef corner case, older or unknown libevent.
        - Fix compile for ub_event code with older libev.

11 March 2016: Wouter
        - Remove warning about unused parameter in event_pluggable.c.
        - Fix libev usage of dispatch return value.
        - No side effects in tolower() call, in case it is a macro.
        - For test put free in pluggable api in parenthesis.

10 March 2016: Wouter
        - Fixup backend2str for libev.

09 March 2016: Willem
        - User defined pluggable event API for libunbound
        - Fixup of compile fix for pluggable event API from P.Y. Adi
          Prasaja.

09 March 2016: Wouter
        - Updated configure and ltmain.sh.
        - Updated L root IPv6 address.

07 March 2016: Wouter
        - Fix #747: assert in outnet_serviced_query_stop.
        - iana ports fetched via https.
        - iana portlist update.

03 March 2016: Wouter
        - configure tests for the weak attribute support by the compiler.

02 March 2016: Wouter
        - 1.5.8 release tag
        - trunk contains 1.5.9 in development.
        - iana portlist update.
        - Fix #745: unbound.py - idn2dname throws UnicodeError when idnname
          contains trailing dot.

24 February 2016: Wouter
        - Fix OpenBSD asynclook lock free that gets used later (fix test code).
        - Fix that NSEC3 negative cache is used when there is no salt.

23 February 2016: Wouter
        - ub_ctx_set_stub() function for libunbound to config stub zones.
        - sorted ubsyms.def file with exported libunbound functions.

19 February 2016: Wouter
        - Print understandable debug log when unusable DS record is seen.
        - load gost algorithm if digest is seen before key algorithm.
        - iana portlist update.

17 February 2016: Wouter
        - Fix that "make install" fails due to "text file busy" error.

16 February 2016: Wouter
        - Set IPPROTO_IP6 for ipv6 sockets otherwise invalid argument error.

15 February 2016: Wouter
        - ip-transparent option for FreeBSD with IP_BINDANY socket option.
        - wait for sendto to drain socket buffers when they are full.

9 February 2016: Wouter
        - Test for type OPENPGPKEY.
        - insecure-lan-zones: yesno config option, patch from Dag-Erling
          Smørgrav.

8 February 2016: Wouter
        - Fix patch typo in prevuous commit for 734 from Adi Prasaja.
        - RR Type CSYNC support RFC 7477, in debug printout and config input.
        - RR Type OPENPGPKEY support (draft-ietf-dane-openpgpkey-07).

29 January 2016: Wouter
        - Neater cmdline_verbose increment patch from Edgar Pettijohn.

27 January 2016: Wouter
        - Made netbsd sendmsg test nonfatal, in case of false positives.
        - Fix #741: log message for dnstap socket connection is more clear.

26 January 2016: Wouter
        - Fix #734: chown the pidfile if it resides inside the chroot.
        - Use arc4random instead of random in tests (because it is
          available, possibly as compat, anyway).
        - Fix cmsg alignment for argument to sendmsg on NetBSD.
        - Fix that unbound complains about unimplemented IP_PKTINFO for
          sendmsg on NetBSD (for interface-automatic).

25 January 2016: Wouter
        - Fix #738: Swig should not be invoked with CPPFLAGS.

19 January 2016: Wouter
        - Squelch 'cannot assign requested address' log messages unless
          verbosity is high, it was spammed after network down.

14 January 2016: Wouter
        - Fix to simplify empty string checking from Michael McConville.
        - iana portlist update.

12 January 2016: Wouter
        - Fix #734: Do not log an error when the PID file cannot be chown'ed.
          Patch from Simon Deziel.

11 January 2016: Wouter
        - Fix test if -pthreads unused to use better grep for portability.

06 January 2016: Wouter
        - Fix mingw crosscompile for recent mingw.
        - Update aclocal, autoconf output with new versions (1.15, 2.4.6).

05 January 2016: Wouter
        - #731: tcp-mss, outgoing-tcp-mss options for unbound.conf, patch
          from Daisuke Higashi.
        - Support RFC7686: handle ".onion" Special-Use Domain. It is blocked
          by default, and can be unblocked with "nodefault" localzone config.

04 January 2016: Wouter
        - Define DEFAULT_SOURCE together with BSD_SOURCE when that is defined,
          for Linux glibc 2.20.
        - Fixup contrib/aaaa-filter-iterator.patch for moved contents in the
          source code, so it applies cleanly again.  Removed unused variable
          warnings.

15 December 2015: Ralph
        - Fix #729: omit use of escape sequences in echo since they are not 
          portable (unbound-control-setup).

11 December 2015: Wouter
        - remove NULL-checks before free, patch from Michael McConville.
        - updated ax_pthread.m4 to version 21 with clang support, this
          removes a warning from compilation.
        - OSX portability, detect if sbrk is deprecated.
        - OSX clang, stop -pthread unused during link stage warnings.
        - OSX clang new flto check.

10 December 2015: Wouter
        - 1.5.7 release
        - trunk has 1.5.8 in development.

8 December 2015: Wouter
        - Fixup 724 for unbound-control.

7 December 2015: Ralph
        - Do not minimise forwarded requests.

4 December 2015: Wouter
        - Removed unneeded whitespace from example.conf.

3 December 2015: Ralph
        - (after rc1 tag)
        - Committed fix to qname minimisation and unit test case for it.
        
3 December 2015: Wouter
        - iana portlist update.
        - 1.5.7rc1 prerelease tag.

2 December 2015: Wouter
        - Fixup 724: Fix PCA prompt for unbound-service-install.exe.
          re-enable stdout printout.
        - For 724: Add Changelog to windows binary dist.

1 December 2015: Ralph
        - Qname minimisation review fixes

1 December 2015: Wouter
        - Fixup 724 fix for fname_after_chroot() calls.
        - Remove stdout printout for unbound-service-install.exe
        - .gitignore for git users.

30 November 2015: Ralph
        - Implemented qname minimisation

30 November 2015: Wouter
        - Fix for #724: conf syntax to read files from run dir (on Windows).

25 November 2015: Wouter
        - Fix for #720, fix unbound-control-setup windows batch file.

24 November 2015: Wouter
        - Fix #720: add windows scripts to zip bundle.
        - iana portlist update.

20 November 2015: Wouter
        - Added assert on rrset cache correctness.
        - Fix that malformed EDNS query gets a response without malformed EDNS.

18 November 2015: Wouter
        - newer acx_nlnetlabs.m4.
        - spelling fixes from Igor Sobrado Delgado.

17 November 2015: Wouter
        - Fix #594. libunbound: optionally use libnettle for crypto.
          Contributed by Luca Bruno.  Added --with-nettle for use with
          --with-libunbound-only.
        - refactor nsec3 hash implementation to be more library-portable.
        - iana portlist update.
        - Fixup DER encoded DSA signatures for libnettle.

16 November 2015: Wouter
        - Fix for lenient accept of reverse order DNAME and CNAME.

6 November 2015: Wouter
        - Change example.conf: ftp.internic.net to https://www.internic.net

5 November 2015: Wouter
        - ACX_SSL_CHECKS no longer adds -ldl needlessly.

3 November 2015: Wouter
        - Fix #718: Fix unbound-control-setup with support for env
          without HEREDOC bash support.

29 October 2015: Wouter
        - patch from Doug Hogan for SSL_OP_NO_SSLvx options.
        - Fix #716: nodata proof with empty non-terminals and wildcards.

28 October 2015: Wouter
        - Fix checklock testcode for linux threads on exit.

27 October 2015: Wouter
        - isblank() compat implementation.
        - detect libexpat without xml_StopParser function.
        - portability fixes.
        - portability, replace snprintf if return value broken.

23 October 2015: Wouter
        - Fix #714: Document config to block private-address for IPv4
          mapped IPv6 addresses.

22 October 2015: Wouter
        - Fix #712: unbound-anchor appears to not fsync root.key.

20 October 2015: Wouter
        - 1.5.6 release.
        - trunk tracks development of 1.5.7.

15 October 2015: Wouter
        - Fix segfault in the dns64 module in the formaterror error path.
        - Fix sldns_wire2str_rdata_scan for malformed RRs.
        - tag for 1.5.6rc1 release.

14 October 2015: Wouter
        - ANY responses include DNAME records if present, as per Evan Hunt's
          remark in dnsop.
        - Fix manpage to suggest using SIGTERM to terminate the server.

9 October 2015: Wouter
        - Default for ssl-port is port 853, the temporary port assignment
          for secure domain name system traffic.
          If you used to rely on the older default of port 443, you have
          to put a clause in unbound.conf for that.  The new value is likely
          going to be the standardised port number for this traffic.
        - iana portlist update.

6 October 2015: Wouter
        - 1.5.5 release.
        - trunk tracks the development of 1.5.6.

28 September 2015: Wouter
        - MAX_TARGET_COUNT increased to 64, to fix up sporadic resolution
          failures.
        - tag for 1.5.5rc1 release.
        - makedist.sh: pgp sig echo commands.

25 September 2015: Wouter
        - Fix unbound-control flush that does not succeed in removing data.

22 September 2015: Wouter
        - Fix config globbed include chroot treatment, this fixes reload of
          globs (patch from Dag-Erling Smørgrav).
        - iana portlist update.
        - Fix #702: New IPs for for h.root-servers.net.
        - Remove confusion comment from canonical_compare() function.
        - Fix #705: ub_ctx_set_fwd() return value mishandled on windows.
        - testbound selftest also works in non-debug mode.
        - Fix minor error in unbound.conf.5.in
        - Fix unbound.conf(5) access-control description for precedence
          and default.

31 August 2015: Wouter
        - changed windows setup compression to be more transparent.

28 August 2015: Wouter
        - Fix #697: Get PY_MAJOR_VERSION failure at configure for python
          2.4 to 2.6.
        - Feature #699: --enable-pie option to that builds PIE binary.
        - Feature #700: --enable-relro-now option that enables full read-only
          relocation.

24 August 2015: Wouter
        - Fix deadlock for local data add and zone add when unbound-control
          list_local_data printout is interrupted.
        - iana portlist update.
        - Change default of harden-algo-downgrade to off.  This is lenient
          for algorithm rollover.

13 August 2015: Wouter
        - 5011 implementation does not insist on all algorithms, when
          harden-algo-downgrade is turned off.
        - Reap the child process that libunbound spawns.

11 August 2015: Wouter
        - Fix #694: configure script does not detect LibreSSL 2.2.2

4 August 2015: Wouter
        - Document that local-zone nodefault matches exactly and transparent
          can be used to release a subzone.

3 August 2015: Wouter
        - Document in the manual more text about configuring locally served
          zones.
        - Fix 5011 anchor update timer after reload.
        - Fix mktime in unbound-anchor not using UTC.

30 July 2015: Wouter
        - please afl-gcc (llvm) for uninitialised variable warning.
        - Added permit-small-holddown config to debug fast 5011 rollover.

24 July 2015: Wouter
        - Fix #690: Reload fails when so-reuseport is yes after changing
          num-threads.
        - iana portlist update.

21 July 2015: Wouter
        - Fix configure to detect SSL_CTX_set_ecdh_auto.
        - iana portlist update.

20 July 2015: Wouter
        - Enable ECDHE for servers.  Where available, use
          SSL_CTX_set_ecdh_auto() for TLS-wrapped server configurations to
          enable ECDHE.  Otherwise, manually offer curve p256.
          Client connections should automatically use ECDHE when available.
          (thanks Daniel Kahn Gillmor)

18 July 2015: Willem
        - Allow certificate chain files to allow for intermediate certificates.
          (thanks Daniel Kahn Gillmor)

13 July 2015: Wouter
        - makedist produces sha1 and sha256 files for created binaries too.

9 July 2015: Wouter
        - 1.5.4 release tag
        - trunk has 1.5.5 in development.
        - Fix #681: Setting forwarders with unbound-control forward
          implicitly turns on forward-first.

29 June 2015: Wouter
        - iana portlist update.
        - Fix alloc with log for allocation size checks.

26 June 2015: Wouter
        - Fix #677 Fix DNAME responses from cache that failed internal chain
          test.
        - iana portlist update.

22 June 2015: Wouter
        - Fix #677 Fix CNAME corresponding to a DNAME was checked incorrectly
          and was therefore always synthesized (thanks to Valentin Dietrich).

4 June 2015: Wouter
        - RFC 7553 RR type URI support, is now enabled by default.

2 June 2015: Wouter
        - Fix #674: Do not free pointers given by getenv.

29 May 2015: Wouter
        - Fix that unparseable error responses are ratelimited.
        - SOA negative TTL is capped at minimumttl in its rdata section.
        - cache-max-negative-ttl config option, default 3600.

26 May 2015: Wouter
        - Document that ratelimit works with unbound-control set_option.

21 May 2015: Wouter
        - iana portlist update.
        - documentation proposes ratelimit of 1000 (closer to what upstream
          servers expect from us).

20 May 2015: Wouter
        - DLV is going to be decommissioned.  Advice to stop using it, and
          put text in the example configuration and man page to that effect.

10 May 2015: Wouter
        - Change syntax of particular validator error to be easier for
          machine parse, swap rrset and ip adres info so it looks like:
          validation failure <www.example.nl. TXT IN>: signature crypto
          failed from 2001:DB8:7:bba4::53 for <*.example.nl. NSEC IN>

1 May 2015: Wouter
        - caps-whitelist in unbound.conf allows whitelist of loadbalancers
          that cannot work with caps-for-id or its fallback.

30 April 2015: Wouter
        - Unit test for type ANY synthesis.

22 April 2015: Wouter
        - Removed contrib/unbound_unixsock.diff, because it has been
          integrated, use control-interface: /path in unbound.conf.
        - iana portlist update.

17 April 2015: Wouter
        - Synthesize ANY responses from cache.  Does not search exhaustively,
          but MX,A,AAAA,SOA,NS also CNAME.
        - Fix leaked dns64prefix configuration string.

16 April 2015: Wouter
        - Add local-zone type inform_deny, that logs query and drops answer.
        - Ratelimit does not apply to prefetched queries, and ratelimit-factor
          is default 10.  Repeated normal queries get resolved and with
          prefetch stay in the cache.
        - Fix bug#664: libunbound python3 related fixes (from Tomas Hozza)
          Use print_function also for Python2.
          libunbound examples: produce sorted output.
          libunbound-Python: libldns is not used anymore.
          Fix issue with Python 3 mapping of FILE* using file_py3.i from ldns.

10 April 2015: Wouter
        - unbound-control ratelimit_list lists high rate domains.
        - ratelimit feature, ratelimit: 100, or some sensible qps, can be
          used to turn it on.  It ratelimits recursion effort per zone.
          For particular names you can configure exceptions in unbound.conf.
        - Fix that get_option for cache-sizes does not print double newline.
        - Fix#663: ssl handshake fails when using unix socket because dh size
          is too small.

8 April 2015: Wouter
        - Fix crash in dnstap: Do not try to log TCP responses after timeout.

7 April 2015: Wouter
        - Libunbound skips dos-line-endings from etc/hosts.
        - Unbound exits with a fatal error when the auto-trust-anchor-file
          fails to be writable.  This is seconds after startup.  You can
          load a readonly auto-trust-anchor-file with trust-anchor-file.
          The file has to be writable to notice the trust anchor change,
          without it, a trust anchor change will be unnoticed and the system
          will then become inoperable.
        - unbound-control list_insecure command shows the negative trust
          anchors currently configured, patch from Jelte Jansen.

2 April 2015: Wouter
        - Fix #660: Fix interface-automatic broken in the presence of
          asymmetric routing.

26 March 2015: Wouter
        - remote.c probedelay line is easier to read.
        - rename ldns subdirectory to sldns to avoid name collision.

25 March 2015: Wouter
        - Fix #657:  libunbound(3) recommends deprecated
          CRYPTO_set_id_callback.
        - If unknown trust anchor algorithm, and libressl is used, error
          message encourages upgrade of the libressl package.

23 March 2015: Wouter
        - Fix segfault on user not found at startup (from Maciej Soltysiak).

20 March 2015: Wouter
        - Fixed to add integer overflow checks on allocation (defense in depth).

19 March 2015: Wouter
        - Add ip-transparent config option for bind to non-local addresses.

17 March 2015: Wouter
        - Use reallocarray for integer overflow protection, patch submitted
          by Loganaden Velvindron.

16 March 2015: Wouter
        - Fixup compile on cygwin, more portable openssl thread id.

12 March 2015: Wouter
        - Updated default keylength in unbound-control-setup to 3k.

10 March 2015: Wouter
        - Fix lintian warning in unbound-checkconf man page (from Andreas
          Schulze).
        - print svnroot when building windows dist.
        - iana portlist update.
        - Fix warning on sign compare in getentropy_linux.

9 March 2015: Wouter
        - Fix #644: harden-algo-downgrade option, if turned off, fixes the
          reported excessive validation failure when multiple algorithms
          are present.  It allows the weakest algorithm to validate the zone.
        - iana portlist update.

5 March 2015: Wouter
        - contrib/unbound_smf22.tar.gz: Solaris SMF installation/removal
          scripts.  Contributed by Yuri Voinov.
        - Document that incoming-num-tcp increase is good for large servers.
        - stats reports tcp usage, of incoming-num-tcp buffers.

4 March 2015: Wouter
        - Patch from Brad Smith that syncs compat/getentropy_linux with
          OpenBSD's version (2015-03-04).
        - 0x20 fallback improved: servfail responses do not count as missing
          comparisons (except if all responses are errors),
          inability to find nameservers does not fail equality comparisons,
          many nameservers does not try to compare more than max-sent-count,
          parse failures start 0x20 fallback procedure.
        - store caps_response with best response in case downgrade response
          happens to be the last one.
        - Document windows 8 tests.

3 March 2015: Wouter
        - tag 1.5.3rc1
        [ This became 1.5.3 on 10 March, trunk is 1.5.4 in development ]

2 March 2015: Wouter
        - iana portlist update.

20 February 2015: Wouter
        - Use the getrandom syscall introduced in Linux 3.17 (from Heiner
          Kallweit).
        - Fix #645 Portability to Solaris 10, use AF_LOCAL.
        - Fix #646 Portability to Solaris, -lrt for getentropy_solaris.
        - Fix #647 crash in 1.5.2 because pwd.db no longer accessible after
          reload.

19 February 2015: Wouter
        - 1.5.2 release tag.
        - svn trunk contains 1.5.3 under development.

13 February 2015: Wouter
        - Fix #643: doc/example.conf.in: unnecessary whitespace.

12 February 2015: Wouter
        - tag 1.5.2rc1

11 February 2015: Wouter
        - iana portlist update.

10 February 2015: Wouter
        - Fix scrubber with harden-glue turned off to reject NS (and other
          not-address) records.

9 February 2015: Wouter
        - Fix validation failure in case upstream forwarder (ISC BIND) does
          not have the same trust anchors and decides to insert unsigned NS
          record in authority section.

2 February 2015: Wouter
        - infra-cache-min-rtt patch from Florian Riehm, for expected long
          uplink roundtrip times.

30 January 2015: Wouter
        - Fix 0x20 capsforid fallback to omit gratuitous NS and additional
          section changes.
        - Portability fix for Solaris ('sun' is not usable for a variable).

29 January 2015: Wouter
        - Fix pyunbound byte string representation for python3.

26 January 2015: Wouter
        - Fix unintended use of gcc extension for incomplete enum types,
          compile with pedantic c99 compliance (from Daniel Dickman).

23 January 2015: Wouter
        - windows port fixes, no AF_LOCAL, no chown, no chmod(grp).

16 January 2015: Wouter
        - unit test for local unix connection.  Documentation and log_addr
          does not inspect port for AF_LOCAL.
        - unbound-checkconf -f prints chroot with pidfile path.

13 January 2015: Wouter
        - iana portlist update.

12 January 2015: Wouter
        - Cast sun_len sizeof to socklen_t.
        - Fix pyunbound ord call, portable for python 2 and 3.

7 January 2015: Wouter
        - Fix warnings in pythonmod changes.

6 January 2015: Wouter
        - iana portlist update.
        - patch for remote control over local sockets, from Dag-Erling
          Smorgrav, Ilya Bakulin.  Use control-interface: /path/sock and
          control-use-cert: no.
        - Fixup that patch and uid lookup (only for daemon).
        - coded the default of control-use-cert, to yes.

5 January 2015: Wouter
        - getauxval test for ppc64 linux compatibility.
        - make strip works for unbound-host and unbound-anchor.
        - patch from Stephane Lapie that adds to the python API, that
          exposes struct delegpt, and adds the find_delegation function.
        - print query name when max target count is exceeded.
        - patch from Stuart Henderson that fixes DESTDIR in
          unbound-control-setup for installs where config is not in
          the prefix location.
        - Fix #634: fix fail to start on Linux LTS 3.14.X, ignores missing
          IP_MTU_DISCOVER OMIT option (fix from Remi Gacogne).
        - Updated contrib warmup.cmd/sh to support two modes - load
          from pre-defined list of domains or (with filename as argument)
          load from user-specified list of domains, and updated contrib
          unbound_cache.sh/cmd to support loading/save/reload cache to/from
          default path or (with secondary argument) arbitrary path/filename,
          from Yuri Voinov.
        - Patch from Philip Paeps to contrib/unbound_munin_ that uses
          type ABSOLUTE.  Allows munin.conf: [idleserver.example.net]
          unbound_munin_hits.graph_period minute

9 December 2014: Wouter
        - svn trunk has 1.5.2 in development.
        - config.guess and config.sub update from libtoolize.
        - local-zone: example.com inform makes unbound log a message with
          client IP for queries in that zone.  Eg. for finding infected hosts.

8 December 2014: Wouter
        - Fix CVE-2014-8602: denial of service by making resolver chase
          endless series of delegations.

1 December 2014: Wouter
        - Fix bug#632: unbound fails to build on AArch64, protects
          getentropy compat code from calling sysctl if it is has been removed.

29 November 2014: Wouter
        - Add include to getentropy_linux.c, hopefully fixing debian build.

28 November 2014: Wouter
        - Fix makefile for build from noexec source tree.

26 November 2014: Wouter
        - Fix libunbound undefined symbol errors for main.
          Referencing main does not seem to be possible for libunbound.

24 November 2014: Wouter
        - Fix log at high verbosity and memory allocation failure.
        - iana portlist update.

21 November 2014: Wouter
        - Fix crash on multiple thread random usage on systems without
          arc4random.

20 November 2014: Wouter
        - fix compat/getentropy_win.c check if CryptGenRandom works and no
          immediate exit on windows.

19 November 2014: Wouter
        - Fix cdflag dns64 processing.

18 November 2014: Wouter
        - Fix that CD flag disables DNS64 processing, returning the DNSSEC
          signed AAAA denial.
        - iana portlist update.

17 November 2014: Wouter
        - Fix #627: SSL_CTX_load_verify_locations return code not properly
          checked.

14 November 2014: Wouter
        - parser with bison 2.7

13 November 2014: Wouter
        - Patch from Stephane Lapie for ASAHI Net that implements aaaa-filter,
        added to contrib/aaaa-filter-iterator.patch.

12 November 2014: Wouter
        - trunk has 1.5.1 in development.
        - Patch from Robert Edmonds to build pyunbound python module
          differently.  No versioninfo, with -shared and without $(LIBS).
        - Patch from Robert Edmonds fixes hyphens in unbound-anchor man page.
        - Removed 'increased limit open files' log message that is written
          to console.  It is only written on verbosity 4 and higher.
          This keeps system bootup console cleaner.
        - Patch from James Raftery, always print stats for rcodes 0..5.

11 November 2014: Wouter
        - iana portlist update.
        - Fix bug where forward or stub addresses with same address but
          different port number were not tried.
        - version number in svn trunk is 1.5.0
        - tag 1.5.0rc1
        - review fix from Ralph.

7 November 2014: Wouter
        - dnstap fixes by Robert Edmonds:
                dnstap/dnstap.m4: cosmetic fixes
                dnstap/: Remove compiled protoc-c output files
                dnstap/dnstap.m4: Error out if required libraries are not found
                dnstap: Fix ProtobufCBufferSimple usage that is incorrect as of
                        protobuf-c 1.0.0
                dnstap/: Adapt to API changes in latest libfstrm (>= 0.2.0)

4 November 2014: Wouter
        - Add ub_ctx_add_ta_autr function to add a RFC5011 automatically
          tracked trust anchor to libunbound.
        - Redefine internal minievent symbols to unique symbols that helps
          linking on platforms where the linker leaks names across modules.

27 October 2014: Wouter
        - Disabled use of SSLv3 in remote-control and ssl-upstream.
        - iana portlist update.

16 October 2014: Wouter
        - Documented dns64 configuration in unbound.conf man page.

13 October 2014: Wouter
        - Fix #617: in ldns in unbound, lowercase WKS services.
        - Fix ctype invocation casts.

10 October 2014: Wouter
        - Fix unbound-checkconf check for module config with dns64 module.
        - Fix unbound capsforid fallback, it ignores TTLs in comparison.

6 October 2014: Wouter
        - Fix #614: man page variable substitution bug.
6 October 2014: Willem
        - Whitespaces after $ORIGIN are not part of the origin dname (ldns).
        - $TTL's value starts at position 5 (ldns).

1 October 2014: Wouter
        - fix #613: Allow tab ws in var length last rdfs (in ldns str2wire).

29 September 2014: Wouter
        - Fix #612: create service with service.conf in present directory and
          auto load it.
        - Fix for mingw compile openssl ranlib.

25 September 2014: Wouter
        - updated configure and aclocal with newer autoconf 1.13.

22 September 2014: Wouter
        - Fix swig and python examples for Python 3.x.
        - Fix for mingw compile with openssl-1.0.1i.

19 September 2014: Wouter
        - improve python configuration detection to build on Fedora 22.

18 September 2014: Wouter
        - patches to also build with Python 3.x (from Pavel Simerda).

16 September 2014: Wouter
        - Fix tcp timer waiting list removal code.
        - iana portlist update.
        - Updated the TCP_BACLOG from 5 to 256, so that the tcp accept queue
          is longer and more tcp connections can be handled.

15 September 2014: Wouter
        - Fix unit test for CDS typecode.

5 September 2014: Wouter
        - type CDS and CDNSKEY types in sldns.

25 August 2014: Wouter
        - Fixup checklock code for log lock and its mutual initialization
          dependency.
        - iana portlist update.
        - Removed necessity for pkg-config from the dnstap.m4, new are
          the --with-libfstrm and --with-protobuf-c configure options.

19 August 2014: Wouter
        - Update unbound manpage with more explanation (from Florian Obser).

18 August 2014: Wouter
        - Fix #603: unbound-checkconf -o <option> should skip verification
          checks.
        - iana portlist update.
        - Fixup doc/unbound.doxygen to remove obsolete 1.8.7 settings.

5 August 2014: Wouter
        - dnstap support, with a patch from Farsight Security, written by
          Robert Edmonds. The --enable-dnstap needs libfstrm and protobuf-c.
          It is BSD licensed (see dnstap/dnstap.c).
          Building with --enable-dnstap needs pkg-config with this patch.
        - Noted dnstap in doc/README and doc/CREDITS.
        - Changes to the dnstap patch.
          - lint fixes.
          - dnstap/dnstap_config.h should not have been added to the repo,
            because is it generated.

1 August 2014: Wouter
        - Patch add msg, rrset, infra and key cache sizes to stats command
          from Maciej Soltysiak.
        - iana portlist update.

31 July 2014: Wouter
        - DNS64 from Viagenie (BSD Licensed), written by Simon Perrault.
          Initial commit of the patch from the FreeBSD base (with its fixes).
          This adds a module (for module-config in unbound.conf) dns64 that
          performs DNS64 processing, see README.DNS64.
        - Changes from DNS64:
          strcpy changed to memmove.
          arraybound check fixed from prefix_net/8/4 to prefix_net/8+4.
          allocation of result consistently in the correct region.
          time_t is now used for ttl in unbound (since the patch's version).
        - testdata/dns64_lookup.rpl for unit test for dns64 functionality.

29 July 2014: Wouter
        - Patch from Dag-Erling Smorgrav that implements feature, unbound -dd
          does not fork in the background and also logs to stderr.

21 July 2014: Wouter
        - Fix endian.h include for OpenBSD.

16 July 2014: Wouter
        - And Fix#596: Bail out of unbound-control dump_infra when ssl
          write fails.

15 July 2014: Wouter
        - Fix #596: Bail out of unbound-control list_local_zones when ssl
          write fails.
        - iana portlist update.

13 July 2014: Wouter
        - Configure tests if main can be linked to from getentropy compat.

12 July 2014: Wouter
        - Fix getentropy compat code, function refs were not portable.
        - Fix to check openssl version number only for OpenSSL.
        - LibreSSL provides compat items, check for that in configure.
        - Fix bug in fix for log locks that caused deadlock in signal handler.
        - update compat/getentropy and arc4random to the most recent ones from OpenBSD.

11 July 2014: Matthijs
        - fake-rfc2553 patch (thanks Benjamin Baier).

11 July 2014: Wouter
        - arc4random in compat/ and getentropy, explicit_bzero, chacha for
          dependencies, from OpenBSD.  arc4_lock and sha512 in compat.
          This makes arc4random available on all platforms, except when
          compiled with LIBNSS (it uses libNSS crypto random).
        - fix strptime implicit declaration error on OpenBSD.
        - arc4random, getentropy and explicit_bzero compat for Windows.

4 July 2014: Wouter
        - Fix #593: segfault or crash upon rotating logfile.

3 July 2014: Wouter
        - DLV tests added.
        - signit tool fixup for compile with libldns library.
        - iana portlist updated.

27 June 2014: Wouter
        - so-reuseport is available on BSDs(such as FreeBSD 10) and OS/X.

26 June 2014: Wouter
        - unbound-control status reports if so-reuseport was successful.
        - iana portlist updated.

24 June 2014: Wouter
        - Fix caps-for-id fallback, and added fallback attempt when servers
          drop 0x20 perturbed queries.
        - Fixup testsetup for VM tests (run testcode/run_vm.sh).

17 June 2014: Wouter
        - iana portlist updated.

3 June 2014: Wouter
        - Add AAAA for B root server to default root hints.

2 June 2014: Wouter
        - Remove unused define from iterator.h

30 May 2014: Wouter
        - Fixup sldns_enum_edns_option typedef definition.

28 May 2014: Wouter
        - Code cleanup patch from Dag-Erling Smorgrav, with compiler issue
          fixes from FreeBSD's copy of Unbound, he notes:
          Generate unbound-control-setup.sh at build time so it respects
          prefix and sysconfdir from the configure script.  Also fix the
          umask to match the comment, and the comment to match the umask.
          Add const and static where needed.  Use unions instead of
          playing pointer poker.  Move declarations that are needed in
          multiple source files into a shared header.  Move sldns_bgetc()
          from parse.c to buffer.c where it belongs.  Introduce a new
          header file, worker.h, which declares the callbacks that
          all workers must define.  Remove those declarations from
          libworker.h.  Include the correct headers in the correct places.
          Fix a few dummy callbacks that don't match their prototype.
          Fix some casts.  Hide the sbrk madness behind #ifdef HAVE_SBRK.
          Remove a useless printf which breaks reproducible builds.
          Get rid of CONFIGURE_{TARGET,DATE,BUILD_WITH} now that they're
          no longer used.  Add unbound-control-setup.sh to the list of
          generated files.  The prototype for libworker_event_done_cb()
          needs to be moved from libunbound/libworker.h to
          libunbound/worker.h.
        - Fixup out-of-directory compile with unbound-control-setup.sh.in.
        - make depend.

23 May 2014: Wouter
        - unbound-host -D enabled dnssec and reads root trust anchor from
          the default root key file that was compiled in.

20 May 2014: Wouter
        - Feature, unblock-lan-zones: yesno that you can use to make unbound
          perform 10.0.0.0/8 and other reverse lookups normally, for use if
          unbound is running service for localhost on localhost.

16 May 2014: Wouter
        - Updated create_unbound_ad_servers and unbound_cache scripts from
          Yuri Voinov in the source/contrib directory. Added
          warmup.cmd (and .sh): warm up the DNS cache with your MRU domains.

9 May 2014: Wouter
        - Implement draft-ietf-dnsop-rfc6598-rfc6303-01.
        - iana portlist updated.

8 May 2014: Wouter
        - Contrib windows scripts from Yuri Voinov added to src/contrib:
          create_unbound_ad_servers.cmd: enters anti-ad server lists.
          unbound_cache.cmd: saves and loads the cache.
        - Added unbound-control-setup.cmd from Yuri Voinov to the windows
          unbound distribution set.  It requires openssl installed in %PATH%.

6 May 2014: Wouter
        - Change MAX_SENT_COUNT from 16 to 32 to resolve some cases easier.

5 May 2014: Wouter
        - More #567: remove : from output of stub and forward lists, this is
          easier to parse.

29 April 2014: Wouter
        - iana portlist updated.
        - Add unbound-control flush_negative that flushed nxdomains, nodata,
          and errors from the cache.  For dnssec-trigger and NetworkManager,
          fixes cases where network changes have localdata that was already
          negatively cached from the previous network.

23 April 2014: Wouter
        - Patch from Jeremie Courreges-Anglas to use arc4random_uniform
          if available on the OS, it gets entropy from the OS.

15 April 2014: Wouter
        - Fix compile with libevent2 on FreeBSD.

11 April 2014: Wouter
        - Fix #502: explain that do-ip6 disable does not stop AAAA lookups,
          but it stops the use of the ipv6 transport layer for DNS traffic.
        - iana portlist updated.

10 April 2014: Wouter
        - iana portlist updated.
        - Patch from Hannes Frederic Sowa for Linux 3.15 fragmentation
          option for DNS fragmentation defense.
        - Document that dump_requestlist only prints queries from thread 0.
        - unbound-control stats prints num.query.tcpout with number of TCP
          outgoing queries made in the previous statistics interval.
        - Fix #567: unbound lists if forward zone is secure or insecure with
          +i annotation in output of list_forwards, also for list_stubs
          (for NetworkManager integration.)
        - Fix #554: use unsigned long to print 64bit statistics counters on
          64bit systems.
        - Fix #558: failed prefetch lookup does not remove cached response
          but delays next prefetch (in lieu of caching a SERVFAIL).
        - Fix #545: improved logging, the ip address of the error is printed
          on the same log-line as the error.

8 April 2014: Wouter
        - Fix #574: make test fails on Ubuntu 14.04.  Disabled remote-control
          in testbound scripts.
        - iana portlist updated.

7 April 2014: Wouter
        - C.ROOT-SERVERS.NET has an IPv6 address, and we updated the root
          hints (patch from Anand Buddhdev).
        - Fix #572: Fix unit test failure for systems with different
          /etc/services.

28 March 2014: Wouter
        - Fix #569: do_tcp is do-tcp in unbound.conf man page.

25 March 2014: Wouter
        - Patch from Stuart Henderson to build unbound-host man from .1.in.

24 March 2014: Wouter
        - Fix print filename of encompassing config file on read failure.

12 March 2014: Wouter
        - tag 1.4.22
        - trunk has 1.4.23 in development.

10 March 2014: Wouter
        - Fix bug#561: contrib/cacti plugin did not report SERVFAIL rcodes
          because of spelling.  Patch from Chris Coates.

27 February 2014: Wouter
        - tag 1.4.22rc1

21 February 2014: Wouter
        - iana portlist updated.

20 February 2014: Matthijs
        - Be lenient when a NSEC NameError response with RCODE=NXDOMAIN is
          received. This is okay according 4035, but not after revising
          existence in 4592.  NSEC empty non-terminals exist and thus the
          RCODE should have been NOERROR. If this occurs, and the RRsets
          are secure, we set the RCODE to NOERROR and the security status
          of the response is also considered secure.

14 February 2014: Wouter
        - Works on Minix (3.2.1).

11 February 2014: Wouter
        - Fix parse of #553(NSD) string in sldns, quotes without spaces.

7 February 2014: Wouter
        - iana portlist updated.
        - add body to ifstatement if locks disabled.
        - add TXT string"string" test case to unit test.
        - Fix #551: License change "Regents" to "Copyright holder", matching
          the BSD license on opensource.org.

6 February 2014: Wouter
        - sldns has type HIP.
        - code documentation on the module interface.

5 February 2014: Wouter
        - Fix sldns parse tests on osx.

3 February 2014: Wouter
        - Detect libevent2 install automatically by configure.
        - Fixup link with lib/event2 subdir.
        - Fix parse in sldns of quoted parenthesized text strings.

31 January 2014: Wouter
        - unit test for ldns wire to str and back with zones, root, nlnetlabs
          and types.sidnlabs.
        - Fix for hex to string in unknown, atma and nsap.
        - fixup nss compile (no ldns in it).
        - fixup warning in unitldns
        - fixup WKS and rdata type service to print unsigned because strings
          are not portable; they cannot be read (for sure) on other computers.
        - fixup type EUI48 and EUI64, type APL and type IPSECKEY in string
          parse sldns.

30 January 2014: Wouter
        - delay-close does not act if there are udp-wait queries, so that
          it does not make a socketdrain DoS easier.

28 January 2014: Wouter
        - iana portlist updated.
        - iana portlist test updated so it does not touch the source
          if there are no changes.
        - delay-close: msec option that delays closing ports for which
          the UDP reply has timed out.  Keeps the port open, only accepts
          the correct reply.  This correct reply is not used, but the port
          is open so that no port-denied ICMPs are generated.

27 January 2014: Wouter
        - reuseport is attempted, then fallback to without on failure.

24 January 2014: Wouter
        - Change unbound-event.h to use void* buffer, length idiom.
        - iana portlist updated.
        - unbound-event.h is installed if you configure --enable-event-api.
        - speed up unbound (reports say it could be up to 10%), by reducing
          lock contention on localzones.lock.  It is changed to an rwlock.
        - so-reuseport: yesno option to distribute queries evenly over
          threads on Linux (Thanks Robert Edmonds).
        - made lint clean.

21 January 2014: Wouter
        - Fix #547: no trustanchor written if filesystem full, fclose checked.

17 January 2014: Wouter
        - Fix isprint() portability in sldns, uses unsigned int.
        - iana portlist updated.

16 January 2014: Wouter
        - fix #544: Fixed +i causes segfault when running with module conf
          "iterator".
        - Windows port, adjust %lld to %I64d, and warning in win_event.c.

14 January 2014: Wouter
        - iana portlist updated.

5 Dec 2013: Wouter
        - Fix bug in cachedump that uses sldns.
        - update pythonmod for ldns_ to sldns_ name change.

3 Dec 2013: Wouter
        - Fix sldns to use sldns_ prefix for all ldns_ variables.
        - Fix windows compile to compile with sldns.

30 Nov 2013: Wouter
        - Fix sldns to make globals use sldns_ prefix.  This fixes
          linking with libldns that uses global variables ldns_ .

13 Nov 2013: Wouter
        - Fix bug#537: compile python plugin without ldns library.

12 Nov 2013: Wouter
        - Fix bug#536: acl_deny_non_local and refuse_non_local added.

5 Nov 2013: Wouter
        - Patch from Neel Goyal to fix async id assignment if callback
          is called by libunbound in the mesh attach.
        - Accept ip-address: as an alternative for interface: for
          consistency with nsd.conf syntax.

4 Nov 2013: Wouter
        - Patch from Neel Goyal to fix callback in libunbound.

3 Nov 2013: Wouter
        - if configured --with-libunbound-only fix make install.

31 Oct 2013: Wouter
        - Fix #531: Set SO_REUSEADDR so that the wildcard interface and a 
          more specific interface port 53 can be used at the same time, and
          one of the daemons is unbound.
        - iana portlist update.
        - separate ldns into core ldns inside ldns/ subdirectory.  No more
          --with-ldns is needed and unbound does not rely on libldns.
        - portability fixes for new USE_SLDNS ldns subdir codebase.

22 Oct 2013: Wouter
        - Patch from Neel Goyal: Add an API call to set an event base on an
          existing ub_ctx.  This basically just destroys the current worker and
          sets the event base to the current.  And fix a deadlock in
          ub_resolve_event – the cfglock is held when libworker_create is
          called.  This ends up trying to acquire the lock again in
          context_obtain_alloc in the call chain.
        - Fix #528: if very high logging (4 or more) segfault on allow_snoop.

26 Sep 2013: Wouter
        - unbound-event.h is installed if configured --with-libevent.  It
          contains low-level library calls, that use libevent's event_base
          and an ldns_buffer for the wire return packet to perform async
          resolution in the client's eventloop.

19 Sep 2013: Wouter
        - 1.4.21 tag created.
        - trunk has 1.4.22 number inside it.
        - iana portlist updated.
        - acx_nlnetlabs.m4 to 26; improve FLTO help text.

16 Sep 2013: Wouter
        - Fix#524: max-udp-size not effective to non-EDNS0 queries, from
          Daisuke HIGASHI.

10 Sep 2013: Wouter
        - MIN_TTL and MAX_TTL also in time_t.
        - tag 1.4.21rc1 made again.

26 Aug 2013: Wouter
        - More fixes for bug#519: for the threaded case test if the bg
          thread has been killed, on ub_ctx_delete, to avoid hangs.

22 Aug 2013: Wouter
        - more fixes that I overlooked.
        - review fixes from Willem.

21 Aug 2013: Wouter
        - Fix#520: Errors found by static analysis from Tomas Hozza(redhat).

20 Aug 2013: Wouter
        - Fix for 2038, with time_t instead of uint32_t.

19 Aug 2013: Wouter
        - Fix#519 ub_ctx_delete may hang in some scenarios (libunbound).

14 Aug 2013: Wouter
        - Fix uninit variable in fix#516.

8 Aug 2013: Wouter
        - Fix#516 dnssec lameness detection for answers that are improper.

30 Jun 2013: Wouter
        - tag 1.4.21rc1

29 Jun 2013: Wouter
        - Fix#512 memleak in testcode for testbound (if it fails).
        - Fix#512 NSS returned arrays out of setup function to be statics.

26 Jun 2013: Wouter
        - max include of 100.000 files (depth and globbed at one time).
          This is to preserve system memory in bug cases, or endless cases.
        - iana portlist updated.

19 Jun 2013: Wouter
        - streamtcp man page, contributed by Tomas Hozza.
        - iana portlist updated.
        - libunbound documentation on how to avoid openssl race conditions.

25 Jun 2013: Wouter
        - Squelch sendto-permission denied errors when the network is
          not connected, to avoid spamming syslog.
        - configure --disable-flto option (from Robert Edmonds).

18 Jun 2013: Wouter
        - Fix for const string literals in C++ for libunbound, from Karel
          Slany.
        - iana portlist updated.

17 Jun 2013: Wouter
        - Fixup manpage syntax.

14 Jun 2013: Wouter
        - get_option and set_option support for log-time-ascii, python-script
          val-sig-skew-min and val-sig-skew-max.  log-time-ascii takes effect
          immediately.  The others are mostly useful for libunbound users.

13 Jun 2013: Wouter
        - get_option, set_option, unbound-checkconf -o and libunbound
          getoption and setoption support cache-min-ttl and cache-max-ttl.

10 Jun 2013: Wouter
        - Fix#501: forward-first does not recurse, when forward name is ".".
        - iana portlist update.
        - Max include depth is unlimited.

27 May 2013: Wouter
        - Update acx_pthreads.m4 to ax_pthreads.4 (2013-03-29), and apply
          patch to it to not fail when -Werror is also specified, from the
          autoconf-archives.
        - iana portlist update.

21 May 2013: Wouter
        - Explain bogus and secure flags in libunbound more.

16 May 2013: Wouter
        - Fix#499 use-after-free in out-of-memory handling code (thanks Jake
          Montgomery).
        - Fix#500 use on non-initialised values on socket bind failures.

15 May 2013: Wouter
        - Fix round-robin doesn't work with some Windows clients (from Ilya
          Bakulin).

3 May 2013: Wouter
        - update acx_nlnetlabs.m4 to v23, sleep w32 fix.

26 April 2013: Wouter
        - add unbound-control insecure_add and insecure_remove for the
          administration of negative trust anchors.

25 April 2013: Wouter
        - Implement max-udp-size config option, default 4096 (thanks
          Daisuke Higashi).
        - Robust checks on dname validity from rdata for dname compare.
        - updated iana portlist.

19 April 2013: Wouter
        - Fixup snprintf return value usage, fixed libunbound_get_option.

18 April 2013: Wouter
        - fix bug #491: pick program name (0th argument) as syslog identity.
        - own implementation of compat/snprintf.c.

15 April 2013: Wouter
        - Fix so that for a configuration line of include: "*.conf" it is not
          an error if there are no files matching the glob pattern.
        - unbound-anchor review: BIO_write can return 0 successfully if it
          has successfully appended a zero length string.

11 April 2013: Wouter
        - Fix queries leaking up for stubs and forwards, if the configured
          nameservers all fail to answer.

10 April 2013: Wouter
        - code improve for minimal responses, small speed increase.

9 April 2013: Wouter
        - updated iana portlist.
        - Fix crash in previous private address fixup of 22 March.

28 March 2013: Wouter
        - Make reverse zones easier by documenting the nodefault statements
          commented-out in the example config file.

26 March 2013: Wouter
        - more fixes to lookup3.c endianness detection.

25 March 2013: Wouter
        - #492: Fix endianness detection, revert to older lookup3.c detection
          and put new detect lines after previous tests, to avoid regressions
          but allow new detections to succeed.
          And add detection for machine/endian.h to it.

22 March 2013: Wouter
        - Fix resolve of names that use a mix of public and private addresses.
        - iana portlist update.
        - Fix makedist for new svn for -d option.
        - unbound.h header file has UNBOUND_VERSION_MAJOR define.
        - Fix windows RSRC version for long version numbers.

21 March 2013: Wouter
        - release 1.4.20
        - trunk has 1.4.21
        - committed libunbound version 4:1:2 for binary API updated in 1.4.20
        - install copy of unbound-control.8 man page for unbound-control-setup

14 March 2013: Wouter
        - iana portlist update.
        - tag 1.4.20rc1

12 March 2013: Wouter
        - Fixup makedist.sh for windows compile.

11 March 2013: Wouter
        - iana portlist update.
        - testcode/ldns-testpkts.c check for makedist is informational.

15 February 2013: Wouter
        - fix defines in lookup3 for bigendian bsd alpha

11 February 2013: Wouter
        - Fixup openssl_thread init code to only run if compiled with SSL.

7 February 2013: Wouter
        - detect endianness in lookup3 on BSD.
        - add libunbound.ttl at end of result structure, version bump for
          libunbound and binary backwards compatible, but 1.4.19 is not
          forward compatible with 1.4.20.
        - update iana port list.

30 January 2013: Wouter
        - includes and have_ssl fixes for nss.

29 January 2013: Wouter
        - printout name of zone with duplicate fwd and hint errors.

28 January 2013: Wouter
        - updated fwd_zero for newer nc. Updated common.sh for newer netstat.

17 January 2013: Wouter
        - unbound-anchors checks the emailAddress of the signer of the
          root.xml file, default is dnssec@iana.org.  It also checks that
          the signer has the correct key usage for a digital signature.
        - update iana port list.

3 January 2013: Wouter
        - Test that unbound-control checks client credentials.
        - Test that unbound can handle a CNAME at an intermediate node in
          the chain of trust (where it seeks a DS record).
        - Check the commonName of the signer of the root.xml file in
          unbound-anchor, default is dnssec@iana.org.

2 January 2013: Wouter
        - Fix openssl lock free on exit (reported by Robert Fleischman).
        - iana portlist updated.
        - Tested that unbound implements the RFC5155 Technical Errata id 3441.
          Unbound already implements insecure classification of an empty
          nonterminal in NSEC3 optout zone.

20 December 2012: Wouter
        - Fix unbound-anchor xml parse of entity declarations for safety.

19 December 2012: Wouter
        - iana portlist updated.

18 December 2012: Wouter
        - iana portlist updated.

14 December 2012: Wouter
        - Change of D.ROOT-SERVERS.NET A address in default root hints.

12 December 2012: Wouter
        - 1.4.19 release.
        - trunk has 1.4.20 under development.

5 December 2012: Wouter
        - note support for AAAA RR type RFC.

4 December 2012: Wouter
        - 1.4.19rc1 tag.

30 November 2012: Wouter
        - bug 481: fix python example0.
        - iana portlist updated.

27 November 2012: Wouter
        - iana portlist updated.

9 November 2012: Wouter
        - Fix unbound-control forward disables configured stubs below it.

7 November 2012: Wouter
        - Fixup ldns-testpkts, identical to ldns/examples.
        - iana portlist updated.

30 October 2012: Wouter
        - Fix bug #477: unbound-anchor segfaults if EDNS is blocked.

29 October 2012: Matthijs
        - Fix validation for responses with both CNAME and wildcard
          expanded CNAME records in answer section.

8 October 2012: Wouter
        - update ldns-testpkts.c to ldns 1.6.14 version.
        - fix build of pythonmod in objdir, for unbound.py.
        - make clean and makerealclean remove generated python and docs.

5 October 2012: Wouter
        - fix build of pythonmod in objdir (thanks Jakob Schlyter).

3 October 2012: Wouter
        - fix text in unbound-anchor man page.

1 October 2012: Wouter
        - ignore trusted-keys globs that have no files (from Paul Wouters).

27 September 2012: Wouter
        - include: directive in config file accepts wildcards.  Patch from
          Paul Wouters.  Suggested use: include: "/etc/unbound.d/conf.d/*"
        - unbound-control -q option is quiet, patch from Mariano Absatz.
        - iana portlist updated.
        - updated contrib/unbound.spec, patch from Valentin Bud.

21 September 2012: Wouter
        - chdir to / after chroot call (suggested by Camiel Dobbelaar).

17 September 2012: Wouter
        - patch_rsamd5_enable.diff: this patch enables RSAMD5 validation
          otherwise it is treated as insecure.  The RSAMD5 algorithm is
          deprecated (RFC6725).  The MD5 hash is considered weak for some
          purposes, if you want to sign your zone, then RSASHA256 is an
          uncontested hash.

30 August 2012: Wouter
        - RFC6725 deprecates RSAMD5: this DNSKEY algorithm is disabled.
        - iana portlist updated.

29 August 2012: Wouter
        - Nicer comments outgoing-port-avoid, thanks Stu (bug #465).

22 August 2012: Wouter
        - Fallback to 1472 and 1232, one fragment size without headers.

21 August 2012: Wouter
        - Fix timeouts so that when a server has been offline for a while
          and is probed to see it works, it becomes fully available for
          server selection again.

17 August 2012: Wouter
        - Add documentation to libunbound for default nonuse of resolv.conf.

2 August 2012: Wouter
        - trunk has 1.4.19 under development (fixes from 1 aug and 31 july
        are for 1.4.19).
        - iana portlist updated.

1 August 2012: Wouter
        - Fix openssl race condition, initializes openssl locks, reported
          by Einar Lonn and Patrik Wallstrom.

31 July 2012: Wouter
        - Improved forward-first and stub-first documentation.
        - Fix that enables modules to register twice for the same
          serviced_query, without race conditions or administration issues.
          This should not happen with the current codebase, but it is robust.
        - Fix forward-first option where it sets the RD flag wrongly.
        - added manpage links for libunbound calls (Thanks Paul Wouters).

30 July 2012: Wouter
        - tag 1.4.18rc2 (became 1.4.18 release at 2 august 2012).

27 July 2012: Wouter
        - unbound-host works with libNSS
        - fix bogus nodata cname chain not reported as bogus by validator,
          (Thanks Peter van Dijk).

26 July 2012: Wouter
        - iana portlist updated.
        - tag 1.4.18rc1.

25 July 2012: Wouter
        - review fix for libnss, check hash prefix allocation size.

23 July 2012: Wouter
        - fix missing break for GOST DS hash function.
        - implemented forward_first for the root.

20 July 2012: Wouter
        - Fix bug#452 and another assertion failure in mesh.c, makes
          assertions in mesh.c resist duplicates.  Fixes DS NS search to
          not generate duplicate sub queries.

19 July 2012: Willem
        - Fix bug#454: Remove ACX_CHECK_COMPILER_FLAG from configure.ac,
          if CFLAGS is specified at configure time then '-g -O2' is not
          appended to CFLAGS, so that the user can override them.

18 July 2012: Willem
        - Fix libunbound report of errors when in background mode.

11 July 2012: Willem
        - updated iana ports list.

9 July 2012: Willem
        - Add flush_bogus option for unbound-control

6 July 2012: Wouter
        - Fix validation of qtype DS queries that result in no data for
          non-optout NSEC3 zones.

4 July 2012: Wouter
        - compile libunbound with libnss on Suse, passes regression tests.

3 July 2012: Wouter
        - FIPS_mode openssl does not use arc4random but RAND_pseudo_bytes.

2 July 2012: Wouter
        - updated iana ports list.

29 June 2012: Wouter
        - patch for unbound_munin_ script to handle arbitrary thread count by
          Sven Ulland.

28 June 2012: Wouter
        - detect if openssl has FIPS_mode.
        - code review: return value of cache_store can be ignored for better
          performance in out of memory conditions.
        - fix edns-buffer-size and msg-buffer-size manpage documentation.
        - updated iana ports list.

25 June 2012: Wouter
        - disable RSAMD5 if in FIPS mode (for openssl and for libnss).

22 June 2012: Wouter
        - implement DS records, NSEC3 and ECDSA for compile with libnss.

21 June 2012: Wouter
        - fix error handling of alloc failure during rrsig verification.
        - nss check for verification failure.
        - nss crypto works for RSA and DSA.

20 June 2012: Wouter
        - work on --with-nss build option (for now, --with-libunbound-only).

19 June 2012: Wouter
        - --with-libunbound-only build option, only builds the library and
          not the daemon and other tools.

18 June 2012: Wouter
        - code review.

15 June 2012: Wouter
        - implement log-time-ascii on windows.
        - The key-cache bad key ttl is now 60 seconds.
        - updated iana ports list.
        - code review.

11 June 2012: Wouter
        - bug #452: fix crash on assert in mesh_state_attachment.

30 May 2012: Wouter
        - silence warning from swig-generated code (md set but not used in
          swig initmodule, due to ifdefs in swig-generated code).

27 May 2012: Wouter
        - Fix debian-bugs-658021: Please enable hardened build flags.

25 May 2012: Wouter
        - updated iana ports list.

24 May 2012: Wouter
        - tag for 1.4.17 release.
        - trunk is 1.4.18 in development.

18 May 2012: Wouter
        - Review comments, removed duplicate memset to zero in delegpt.

16 May 2012: Wouter
        - Updated doc/FEATURES with RFCs that are implemented but not listed.
        - Protect if statements in val_anchor for compile without locks.
        - tag for 1.4.17rc1.

15 May 2012: Wouter
        - fix configure ECDSA support in ldns detection for windows compile.
        - fix possible uninitialised variable in windows pipe implementation.

9 May 2012: Wouter
        - Fix alignment problem in util/random on sparc64/freebsd.

8 May 2012: Wouter
        - Fix for accept spinning reported by OpenBSD.
        - iana portlist updated.

2 May 2012: Wouter
        - Fix validation of nodata for DS query in NSEC zones, reported by
          Ondrej Mikle.

13 April 2012: Wouter
        - ECDSA support (RFC 6605) by default. Use --disable-ecdsa for older
          openssl.

10 April 2012: Wouter
        - Applied patch from Daisuke HIGASHI for rrset-roundrobin and
          minimal-responses features.
        - iana portlist updated.

5 April 2012: Wouter
        - fix bug #443: --with-chroot-dir not honoured by configure.
        - fix bug #444: setusercontext was called too late (thanks Bjorn
          Ketelaars).

27 March 2012: Wouter
        - fix bug #442: Fix that Makefile depends on pythonmod headers
          even using --without-pythonmodule.

22 March 2012: Wouter
        - contrib/validation-reporter follows rotated log file (patch from
          Augie Schwer).

21 March 2012: Wouter
        - new approach to NS fetches for DS lookup that works with
          cornercases, and is more robust and considers forwarders.

19 March 2012: Wouter
        - iana portlist updated.
        - fix to locate nameservers for DS lookup with NS fetches.

16 March 2012: Wouter
        - Patch for access to full DNS packet data in unbound python module
          from Ondrej Mikle.

9 March 2012: Wouter
        - Applied line-buffer patch from Augie Schwer to validation.reporter.sh.

2 March 2012: Wouter
        - flush_infra cleans timeouted servers from the cache too.
        - removed warning from --enable-ecdsa.

1 March 2012: Wouter
        - forward-first option.  Tries without forward if a query fails.
          Also stub-first option that is similar.

28 February 2012: Wouter
        - Fix from code review, if EINPROGRESS not defined chain if statement
          differently.

27 February 2012: Wouter
        - Fix bug#434: on windows check registry for config file location
          for unbound-control.exe, and unbound-checkconf.exe.

23 February 2012: Wouter
        - Fix to squelch 'network unreachable' errors from tcp connect in
          logs, high verbosity will show them.

16 February 2012: Wouter
        - iter_hints is now thread-owned in module env, and thus threadsafe.
        - Fix prefetch and sticky NS, now the prefetch works.  It picks
          nameservers that 'would be valid in the future', and if this makes
          the NS timeout, it updates that NS by asking delegation from the
          parent again.  If child NS has longer TTL, that TTL does not get
          refreshed from the lookup to the child nameserver.

15 February 2012: Wouter
        - Fix forward-zone memory, uses malloc and frees original root dp.
        - iter hints (stubs) uses malloc inside for more dynamicity.
        - unbound-control forward_add, forward_remove, stub_add, stub_remove
          can modify stubs and forwards for running unbound (on mobile computer)
          they can also add and remove domain-insecure for the zone.

14 February 2012: Wouter
        - Fix sticky NS (ghost domain problem) if prefetch is yes.
        - iter forwards uses malloc inside for more dynamicity.

13 February 2012: Wouter
        - RT#2955. Fix for cygwin compilation. 
        - iana portlist updated.

10 February 2012: Wouter
        - Slightly smaller critical region in one case in infra cache.
        - Fix timeouts to keep track of query type, A, AAAA and other, if
          another has caused timeout blacklist, different type can still probe.
        - unit test fix for nomem_cnametopos.rpl race condition.

9 February 2012: Wouter
        - Fix AHX_BROKEN_MEMCMP for autoheader mess up of #undef in config.h.

8 February 2012: Wouter
        - implement draft-ietf-dnsext-ecdsa-04; which is in IETF LC; This
          implementation is experimental at this time and not recommended
          for use on the public internet (the protocol numbers have not
          been assigned).  Needs recent ldns with --enable-ecdsa.
        - fix memory leak in errorcase for DSA signatures.
        - iana portlist updated.
        - workaround for openssl 0.9.8 ecdsa sha2 and evp problem.

3 February 2012: Wouter
        - fix for windows, rename() is not posix compliant on windows.

2 February 2012: Wouter
        - 1.4.16 release tag.
        - svn trunk is 1.4.17 in development.
        - iana portlist updated.

1 February 2012: Wouter
        - Fix validation failures (like: validation failure xx: no NSEC3
          closest encloser from yy for DS zz. while building chain of trust,
          because of a bug in the TTL-fix in 1.4.15, it picked the wrong rdata
          for an NSEC3.  Now it does not change rdata, and fixes TTL.

30 January 2012: Wouter
        - Fix version-number in libtool to be version-info so it produces
          libunbound.so.2 like it should.

26 January 2012: Wouter
        - Tag 1.4.15 (same as 1.4.15rc1), for 1.4.15 release.
        - trunk 1.4.16; includes changes memset testcode, #424 openindiana,
          and keyfile write fixup.
        - applied patch to support outgoing-interface with ub_ctx_set_option.

23 January 2012: Wouter
        - Fix memset in test code.

20 January 2012: Wouter
        - Fix bug #424: compile on OpenIndiana OS with gcc 4.6.2.

19 January 2012: Wouter
        - Fix to write key files completely to a temporary file, and if that
          succeeds, replace the real key file.  So failures leave a useful file.

18 January 2012: Wouter
        - tag 1.4.15rc1 created
        - updated libunbound/ubsyms.def and remade tag 1.4.15rc1.

17 January 2012: Wouter
        - Fix bug where canonical_compare of RRSIG did not downcase the
          signer-name.  This is mostly harmless because RRSIGs do not have
          to be sorted in canonical order, usually.

12 January 2012: Wouter
        - bug#428: add ub_version() call to libunbound.  API version increase,
          with (binary) backwards compatibility for the previous version.

10 January 2012: Wouter
        - Fix bug #425: unbound reports wrong TTL in reply, it reports a TTL
          that would be permissible by the RFCs but it is not the TTL in the
          cache.
        - iana portlist updated.
        - uninitialised variable in reprobe for rtt blocked domains fixed.
        - lintfix and new flex output.

2 January 2012: Wouter
        - Fix to randomize hash function, based on 28c3 congress, reported
          by Peter van Dijk.

24 December 2011: Wouter
        - Fix for memory leak (about 20 bytes when a tcp or udp send operation
          towards authority servers failed, takes about 50.000 such failures to
          leak one Mb, such failures are also usually logged), reported by
          Robert Fleischmann.
        - iana portlist updated.

19 December 2011: Wouter
        - Fix for VU#209659 CVE-2011-4528: Unbound denial of service
          vulnerabilities from nonstandard redirection and denial of existence
          http://www.unbound.net/downloads/CVE-2011-4528.txt
        - robust checks for next-closer NSEC3s.
        - tag 1.4.14 created.
        - trunk has 1.4.15 in development.

15 December 2011: Wouter
        - remove uninit warning from cachedump code.
        - Fix parse error on negative SOA RRSIGs if badly ordered in the packet.

13 December 2011: Wouter
        - iana portlist updated.
        - svn tag 1.4.14rc1
        - fix infra cache comparison.
        - Fix to constrain signer_name to be a parent of the lookupname.

5 December 2011: Wouter
        - Fix getaddrinfowithincludes on windows with fedora16 mingw32-gcc.
        - Fix warnings with gcc 4.6 in compat/inet_ntop.c.
        - Fix warning unused in compat/strptime.c.
        - Fix malloc detection and double definition.

2 December 2011: Wouter
        - configure generated with autoconf 2.68.

30 November 2011: Wouter
        - Fix for tcp-upstream and ssl-upstream for if a laptop sleeps, causes
          SERVFAILs.  Also fixed for UDP (but less likely).

28 November 2011: Wouter
        - Fix quartile time estimate, it was too low, (thanks Jan Komissar).
        - iana ports updated.

11 November 2011: Wouter
        - Makefile compat with SunOS make, BSD make and GNU make.
        - iana ports updated.

10 November 2011: Wouter
        - Makefile changed for BSD make compatibility.

9 November 2011: Wouter
        - added unit test for SSL service and SSL-upstream.

8 November 2011: Wouter
        - can configure ssl service to one port number, and not on others.
        - fixup windows compile with ssl support.
        - Fix double free in unbound-host, reported by Steve Grubb.
        - iana portlist updated.

1 November 2011: Wouter
        - dns over ssl support as a client, ssl-upstream yes turns it on.
          It performs an SSL transaction for every DNS query (250 msec).
        - documentation for new options: ssl-upstream, ssl-service-key and
          ssl-service.pem.
        - iana portlist updated.
        - fix -flto detection on Lion for llvm-gcc.

31 October 2011: Wouter
        - dns over ssl support, ssl-service-pem and ssl-service-key files
          can be given and then TCP queries are serviced wrapped in SSL.

27 October 2011: Wouter
        - lame-ttl and lame-size options no longer exist, it is integrated
          with the host info.  They are ignored (with verbose warning) if
          encountered to keep the config file backwards compatible.
        - fix iana-update for changing gzip compression of results.
        - fix export-all-symbols on OSX.

26 October 2011: Wouter
        - iana portlist updated.
        - Infra cache stores information about ping and lameness per IP, zone.
          This fixes bug #416.
        - fix iana_update target for gzipped file on iana site.

24 October 2011: Wouter
        - Fix resolve of partners.extranet.microsoft.com with a fix for the
          server selection for choosing out of a (particular) list of bad
          choices. (bug#415)
        - Fix make_new_space function so that the incoming query is not
          overwritten if a jostled out query causes a waiting query to be
          resumed that then fails and sends an error message.  (Thanks to
          Matthew Lee).

21 October 2011: Wouter
        - fix --enable-allsymbols, fptr wlist is disabled on windows with this 
          option enabled because of memory layout exe vs dll.

19 October 2011: Wouter
        - fix unbound-anchor for broken strptime on OSX lion, detected
          in configure.
        - Detect if GOST really works, openssl1.0 on OSX fails.
        - Implement ipv6%interface notation for scope_id usage.

17 October 2011: Wouter
        - better documentation for inform_super (Thanks Yang Zhe).

14 October 2011: Wouter
        - Fix for out-of-memory condition in libunbound (thanks
          Robert Fleischman).

13 October 2011: Wouter
        - Fix --enable-allsymbols, it depended on link specifics of the
          target platform, or fptr_wlist assertion failures could occur.

12 October 2011: Wouter
        - updated contrib/unbound_munin_ to family=auto so that it works with
          munin-node-configure automatically (if installed as
          /usr/local/share/munin/plugins/unbound_munin_ ).

27 September 2011: Wouter
        - unbound.exe -w windows option for start and stop service.

23 September 2011: Wouter
        - TCP-upstream calculates tcp-ping so server selection works if there
          are alternatives.

20 September 2011: Wouter
        - Fix classification of NS set in answer section, where there is a
          parent-child server, and the answer has the AA flag for dir.slb.com.
          Thanks to Amanda Constant from Secure64.

16 September 2011: Wouter
        - fix bug #408: accept patch from Steve Snyder that comments out
          unused functions in lookup3.c.
        - iana portlist updated.
        - fix EDNS1480 change memleak and TCP fallback.
        - fix various compiler warnings (reported by Paul Wouters).
        - max sent count.  EDNS1480 only for rtt < 5000.  No promiscuous
          fetch if sentcount > 3, stop query if sentcount > 16.  Count is
          reset when referral or CNAME happens.  This makes unbound better
          at managing large NS sets, they are explored when there is continued
          interest (in the form of queries).

15 September 2011: Wouter
        - release 1.4.13.
        - trunk contains 1.4.14 in development.
        - Unbound probes at EDNS1480 if there an EDNS0 timeout.

12 September 2011: Wouter
        - Reverted dns EDNS backoff fix, it did not help and needs
          fragmentation fixes instead.
        - tag 1.4.13rc2

7 September 2011: Wouter
        - Fix operation in ipv6 only (do-ip4: no) mode.

6 September 2011: Wouter
        - fedora specfile updated.

5 September 2011: Wouter
        - tag 1.4.13rc1

2 September 2011: Wouter
        - iana portlist updated.

26 August 2011: Wouter
        - Fix num-threads 0 does not segfault, reported by Simon Deziel.
        - Fix validation failures due to EDNS backoff retries, the retry
          for fetch of data has want_dnssec because the iter_indicate_dnssec
          function returns true when validation failure retry happens, and
          then the serviced query code does not fallback to noEDNS, even if
          the cache says it has this.  This helps for DLV deployment when
          the DNSSEC status is not known for sure before the lookup concludes.

24 August 2011: Wouter
        - Applied patch from Karel Slany that fixes a memory leak in the
          unbound python module, in string conversions.

22 August 2011: Wouter
        - Fix validation of qtype ANY responses with CNAMEs (thanks Cathy
          Zhang and Luo Ce).  Unbound responds with the RR types that are
          available at the name for qtype ANY and validates those RR types.
          It does not test for completeness (i.e. with NSEC or NSEC3 query),
          and it does not follow the CNAME or DNAME to another name (with
          even more data for the already large response).
        - Fix that internally, CNAMEs with NXDOMAIN have that as rcode.
        - Documented the options that work with control set_option command.
        - tcp-upstream yes/no option (works with set_option) for tunnels.

18 August 2011: Wouter
        - fix autoconf call in makedist crosscompile to RC or snapshot.

17 August 2011: Wouter
        - Fix validation of . DS query.
        - new xml format at IANA, new awk for iana_update.
        - iana portlist updated.

10 August 2011: Wouter
        - Fix python site-packages path to /usr/lib64.
        - updated patch from Tom.
        - fix memory and fd leak after out-of-memory condition.

9 August 2011: Wouter
        - patch from Tom Hendrikx fixes load of python modules.

8 August 2011: Wouter
        - make clean had ldns-src reference, removed.

1 August 2011: Wouter
        - Fix autoconf 2.68 warnings

14 July 2011: Wouter
        - Unbound implements RFC6303 (since version 1.4.7).
        - tag 1.4.12rc1 is released as 1.4.12 (without the other fixes in the
          meantime, those are for 1.4.13).
        - iana portlist updated.

13 July 2011: Wouter
        - Quick fix for contrib/unbound.spec example, no ldns-builtin any more.

11 July 2011: Wouter
        - Fix wildcard expansion no-data reply under an optout NSEC3 zone is
          validated as insecure, reported by Jia Li (lijia@cnnic.cn).

4 July 2011: Wouter
        - 1.4.12rc1 tag created.

1 July 2011: Wouter
        - version number in example config file.
        - fix that --enable-static-exe does not complain about it unknown.

30 June 2011: Wouter
        - tag relase 1.4.11, trunk is 1.4.12 development.
        - iana portlist updated.
        - fix bug#395: id bits of other query may leak out under conditions
        - fix replyaddr count wrong after jostled queries, which leads to
          eventual starvation where the daemon has no replyaddrs left to use.
        - fix comment about rndc port, that referred to the old port number.
        - fix that the listening socket is not closed when too many remote
          control connections are made at the same time.
        - removed ldns-src tarball inside the unbound tarball.

23 June 2011: Wouter
        - Changed -flto check to support clang compiler.
        - tag 1.4.11rc3 created.

17 June 2011: Wouter
        - tag 1.4.11rc1 created.
        - remove warning about signed/unsigned from flex (other flex version).
        - updated aclocal.m4 and libtool to match.
        - tag 1.4.11rc2 created.

16 June 2011: Wouter
        - log-queries: yesno option, default is no, prints querylog.
        - version is 1.4.11.

14 June 2011: Wouter
        - Use -flto compiler flag for link time optimization, if supported.
        - iana portlist updated.

12 June 2011: Wouter
        - IPv6 service address for d.root-servers.net (2001:500:2D::D).

10 June 2011: Wouter
        - unbound-control has version number in the header,
          UBCT[version]_space_ is the header sent by the client now.
        - Unbound control port number is registered with IANA:
          ub-dns-control  8953/tcp    unbound dns nameserver control
          This is the new default for the control-port config setting.
        - statistics-interval prints the number of jostled queries to log.

30 May 2011: Wouter
        - Fix Makefile for U in environment, since wrong U is more common than
          deansification necessity.
        - iana portlist updated.
        - updated ldns tarball to 1.6.10rc2 snapshot of today.

25 May 2011: Wouter
        - Fix assertion failure when unbound generates an empty error reply
          in response to a query, CVE-2011-1922 VU#531342.
        - This fix is in tag 1.4.10.
        - defense in depth against the above bug, an error is printed to log
          instead of an assertion failure.

10 May 2011: Wouter
        - bug#386: --enable-allsymbols option links all binaries to libunbound
          and reduces install size significantly.
        - feature, ignore-cd-flag: yesno to provide dnssec to legacy servers.
        - iana portlist updated.
        - Fix TTL of SOA so negative TTL is separately cached from normal TTL.

14 April 2011: Wouter
        - configure created with newer autoconf 2.66.

12 April 2011: Wouter
        - bug#378: Fix that configure checks for ldns_get_random presence.

8 April 2011: Wouter
        - iana portlist updated.
        - queries with CD flag set cause DNSSEC validation, but the answer is
          not withheld if it is bogus.  Thus, unbound will retry if it is bad
          and curb the TTL if it is bad, thus protecting the cache for use by
          downstream validators.
        - val-override-date: -1 ignores dates entirely, for NTP usage.

29 March 2011: Wouter
        - harden-below-nxdomain: changed so that it activates when the
          cached nxdomain is dnssec secure.  This avoids backwards
          incompatibility because those old servers do not have dnssec.

24 March 2011: Wouter
        - iana portlist updated.
        - release 1.4.9.
        - trunk is 1.5.0

17 March 2011: Wouter
        - bug#370: new unbound.spec for CentOS 5.x from Harold Jones.
          Applied but did not do the --disable-gost.

10 March 2011: Wouter
        - tag 1.4.9 release candidate 1 created.

3 March 2011: Wouter
        - updated ldns to today.

1 March 2011: Wouter
        - Fix no ADflag for NXDOMAIN in NSEC3 optout. And wildcard in optout.
        - give config parse error for multiple names on a stub or forward zone.
        - updated ldns tarball to 1.6.9(todays snapshot).

24 February 2011: Wouter
        - bug #361: Fix, time.elapsed variable not reset with stats_noreset.

23 February 2011: Wouter
        - iana portlist updated.
        - common.sh to version 3.

18 February 2011: Wouter
        - common.sh in testdata updated to version 2.

15 February 2011: Wouter
        - Added explicit note on unbound-anchor usage:
          Please note usage of unbound-anchor root anchor is at your own risk
          and under the terms of our LICENSE (see that file in the source).

11 February 2011: Wouter
        - iana portlist updated.
        - tpkg updated with common.sh for common functionality.

7 February 2011: Wouter
        - Added regression test for addition of a .net DS to the root, and
          cache effects with different TTL for glue and DNSKEY.
        - iana portlist updated.

28 January 2011: Wouter
        - Fix remove private address does not throw away entire response.

24 January 2011: Wouter
        - release 1.4.8

19 January 2011: Wouter
        - fix bug#349: no -L/usr for ldns.

18 January 2011: Wouter
        - ldns 1.6.8 tarball included.
        - release 1.4.8rc1.

17 January 2011: Wouter
        - add get and set option for harden-below-nxdomain feature.
        - iana portlist updated.

14 January 2011: Wouter
        - Fix so a changed NS RRset does not get moved name stuck on old
          server, for type NS the TTL is not increased.

13 January 2011: Wouter
        - Fix prefetch so it does not get stuck on old server for moved names.

12 January 2011: Wouter
        - iana portlist updated.

11 January 2011: Wouter
        - Fix insecure CNAME sequence marked as secure, reported by Bert
          Hubert.

10 January 2011: Wouter
        - faster lruhash get_mem routine.

4 January 2011: Wouter
        - bug#346: remove ITAR scripts from contrib, the service is discontinued, use the root.
        - iana portlist updated.

23 December 2010: Wouter
        - Fix in infra cache that could cause rto larger than TOP_TIMEOUT kept.

21 December 2010: Wouter
        - algorithm compromise protection using the algorithms signalled in
          the DS record.  Also, trust anchors, DLV, and RFC5011 receive this,
          and thus, if you have multiple algorithms in your trust-anchor-file
          then it will now behave different than before.  Also, 5011 rollover
          for algorithms needs to be double-signature until the old algorithm
          is revoked.
          It is not an option, because I see no use to turn the security off.
        - iana portlist updated.

17 December 2010: Wouter
        - squelch 'tcp connect: bla' in logfile, (set verbosity 2 to see them).
        - fix validation in this case: CNAME to nodata for co-hosted opt-in
          NSEC3 insecure delegation, was bogus, fixed to be insecure.

16 December 2010: Wouter
        - Fix our 'BDS' license (typo reported by Xavier Belanger).

10 December 2010: Wouter
        - iana portlist updated.
        - review changes for unbound-anchor.

2 December 2010: Wouter
        - feature typetransparent localzone, does not block other RR types.

1 December 2010: Wouter
        - Fix bug#338: print address when socket creation fails.

30 November 2010: Wouter
        - Fix storage of EDNS failures in the infra cache.
        - iana portlist updated.

18 November 2010: Wouter
        - harden-below-nxdomain option, default off (because very old
          software may be incompatible).  We could enable it by default in
          the future.

17 November 2010: Wouter
        - implement draft-vixie-dnsext-resimprove-00, we stop on NXDOMAIN.
        - make test output nicer.

15 November 2010: Wouter
        - silence 'tcp connect: broken pipe' and 'net down' at low verbosity.
        - iana portlist updated.
        - so-sndbuf option for very busy servers, a bit like so-rcvbuf.

9 November 2010: Wouter
        - unbound-anchor compiles with openssl 0.9.7.

8 November 2010: Wouter
        - release tag 1.4.7.
        - trunk is version 1.4.8.
        - Be lenient and accept imgw.pl malformed packet (like BIND).

5 November 2010: Wouter
        - do not synthesize a CNAME message from cache for qtype DS.

4 November 2010: Wouter
        - Use central entropy to seed threads.

3 November 2010: Wouter
        - Change the rtt used to probe EDNS-timeout hosts to 1000 msec.

2 November 2010: Wouter
        - tag 1.4.7rc1.
        - code review.

1 November 2010: Wouter
        - GOST code enabled by default (RFC 5933).

27 October 2010: Wouter
        - Fix uninit value in dump_infra print.
        - Fix validation failure for parent and child on same server with an
          insecure childzone and a CNAME from parent to child.
        - Configure detects libev-4.00.

26 October 2010: Wouter
        - dump_infra and flush_infra commands for unbound-control.
        - no timeout backoff if meanwhile a query succeeded.
        - Change of timeout code.  No more lost and backoff in blockage.
          At 12sec timeout (and at least 2x lost before) one probe per IP
          is allowed only.  At 120sec, the IP is blocked.  After 15min, a
          120sec entry has a single retry packet.

25 October 2010: Wouter
        - Configure errors if ldns is not found.

22 October 2010: Wouter
        - Windows 7 fix for the installer.

21 October 2010: Wouter
        - Fix bug where fallback_tcp causes wrong roundtrip and edns
          observation to be noted in cache.  Fix bug where EDNSprobe halted
          exponential backoff if EDNS status unknown.
        - new unresponsive host method, exponentially increasing block backoff.
        - iana portlist updated.

20 October 2010: Wouter
        - interface automatic works for some people with ip6 disabled.
          Therefore the error check is removed, so they can use the option.

19 October 2010: Wouter
        - Fix for request list growth, if a server has long timeout but the
          lost counter is low, then its effective rtt is the one without
          exponential backoff applied.  Because the backoff is not working.
          The lost counter can then increase and the server is blacklisted,
          or the lost counter does not increase and the server is working
          for some queries.

18 October 2010: Wouter
        - iana portlist updated.

13 October 2010: Wouter
        - Fix TCP so it uses a random outgoing-interface.
        - unbound-anchor handles ADDPEND keystate.

11 October 2010: Wouter
        - Fix bug when DLV below a trust-anchor that uses NSEC3 optout where
          the zone has a secure delegation hosted on the same server did not
          verify as secure (it was insecure by mistake).
        - iana portlist updated.
        - ldns tarball updated (for reading cachedumps with bad RR data).

1 October 2010: Wouter
        - test for unbound-anchor. fix for reading certs.
        - Fix alloc_reg_release for longer uptime in out of memory conditions.

28 September 2010: Wouter
        - unbound-anchor working, it creates or updates a root.key file.
          Use it before you start the validator (e.g. at system boot time).

27 September 2010: Wouter
        - iana portlist updated.

24 September 2010: Wouter
        - bug#329: in example.conf show correct ipv4 link-local 169.254/16.

23 September 2010: Wouter
        - unbound-anchor app, unbound requires libexpat (xml parser library).

22 September 2010: Wouter
        - compliance with draft-ietf-dnsop-default-local-zones-14, removed
          reverse ipv6 orchid prefix from builtin list.
        - iana portlist updated.

17 September 2010: Wouter
        - DLV has downgrade protection again, because the RFC says so.
        - iana portlist updated.

16 September 2010: Wouter
        - Algorithm rollover operational reality intrudes, for trust-anchor,
          5011-store, and DLV-anchor if one key matches it's good enough.
        - iana portlist updated.
        - Fix reported validation error in out of memory condition.

15 September 2010: Wouter
        - Abide RFC5155 section 9.2: no AD flag for replies with NSEC3 optout.

14 September 2010: Wouter
        - increased mesh-max-activation from 1000 to 3000 for crazy domains
          like _tcp.slb.com with 262 servers.
        - iana portlist updated.

13 September 2010: Wouter
        - bug#327: Fix for cannot access stub zones until the root is primed.

9 September 2010: Wouter
        - unresponsive servers are not completely blacklisted (because of
          firewalls), but also not probed all the time (because of the request
          list size it generates).  The probe rate is 1%.
        - iana portlist updated.

20 August 2010: Wouter
        - openbsd-lint fixes: acl_list_get_mem used if debug-alloc enabled.
          iterator get_mem includes priv_get_mem.  delegpt nodup removed.
          listen_pushback, query_info_allocqname, write_socket, send_packet,
          comm_point_set_cb_arg and listen_resume removed.

19 August 2010: Wouter
        - Fix bug#321: resolution of rs.ripe.net artifacts with 0x20.
          Delegpt structures checked for duplicates always.
          No more nameserver lookups generated when depth is full anyway.
        - example.conf notes how to do DNSSEC validation and track the root.
        - iana portlist updated.

18 August 2010: Wouter
        - Fix bug#322: configure does not respect CFLAGS on Solaris.
          Pass CFLAGS="-xO4 -xtarget=generic" on the configure command line
          if use sun-cc, but some systems need different flags.

16 August 2010: Wouter
        - Fix acx_nlnetlabs.m4 configure output for autoconf-2.66 AS_TR_CPP
          changes, uses m4_bpatsubst now.
        - make test (or make check) should be more portable and run the unit 
          test and testbound scripts. (make longtest has special requirements).

13 August 2010: Wouter
        - More pleasant remote control command parsing.
        - documentation added for return values reported by doxygen 1.7.1.
        - iana portlist updated.

9 August 2010: Wouter
        - Fix name of rrset printed that failed validation.

5 August 2010: Wouter
        - Return NXDOMAIN after chain of CNAMEs ends at name-not-found.

4 August 2010: Wouter
        - Fix validation in case a trust anchor enters into a zone with
          unsupported algorithms.

3 August 2010: Wouter
        - updated ldns tarball with bugfixes.
        - release tag 1.4.6.
        - trunk becomes 1.4.7 develop.
        - iana portlist updated.

22 July 2010: Wouter
        - more error details on failed remote control connection.

15 July 2010: Wouter
        - rlimit adjustments for select and ulimit can happen at the same time.

14 July 2010: Wouter
        - Donation text added to README.
        - Fix integer underflow in prefetch ttl creation from cache.  This
          fixes a potential negative prefetch ttl.

12 July 2010: Wouter
        - Changed the defaults for num-queries-per-thread/outgoing-range.
          For builtin-select: 512/960, for libevent 1024/4096 and for
          windows 24/48 (because of win api).  This makes the ratio this way
          to improve resilience under heavy load.  For high performance, use
          libevent and possibly higher numbers.

10 July 2010: Wouter
        - GOST enabled if SSL is recent and ldns has GOST enabled too.
        - ldns tarball updated.

9 July 2010: Wouter
        - iana portlist updated.
        - Fix validation of qtype DNSKEY when a key-cache entry exists but
          no rr-cache entry is used (it expired or prefetch), it then goes
          back up to the DS or trust-anchor to validate the DNSKEY.

7 July 2010: Wouter
        - Neat function prototypes, unshadowed local declarations.

6 July 2010: Wouter
        - failure to chown the pidfile is not fatal any more.
        - testbound uses UTC timezone.
        - ldns tarball updated (ports and works on Minix 3.1.7).  On Minix, add
          /usr/gnu/bin to PATH, use ./configure AR=/usr/gnu/bin/gar and gmake.

5 July 2010: Wouter
        - log if a server is skipped because it is on the donotquery list,
          at verbosity 4, to enable diagnosis why no queries to 127.0.0.1.
        - added feature to print configure date, target and options with -h.
        - added feature to print event backend system details with -h.
        - wdiff is not actually required by make test, updated requirements.

1 July 2010: Wouter
        - Fix RFC4035 compliance with 2.2 statement that the DNSKEY at apex
          must be signed with all algorithms from the DS rrset at the parent.
          This is now checked and becomes bogus if not.

28 June 2010: Wouter
        - Fix jostle list bug found by Vince (luoce@cnnic), it caused the qps
          in overload situations to be about 5 qps for the class of shortly
          serviced queries.
          The capacity of the resolver is then about (numqueriesperthread / 2)
          / (average time for such long queries) qps for long queries.
          And about (numqueriesperthread / 2)/(jostletimeout in whole seconds)
          qps for short queries, per thread.
        - Fix the max number of reply-address count to be applied for duplicate
          queries, and not for new query list entries.  This raises the memory
          usage to a max of (16+1)*numqueriesperthread reply addresses.

25 June 2010: Wouter
        - Fix handling of corner case reply from lame server, follows rfc2308.
          It could lead to a nodata reply getting into the cache if the search
          for a non-lame server turned up other misconfigured servers.
        - unbound.h has extern "C" statement for easier include in c++.

23 June 2010: Wouter
        - iana portlist updated.
        - makedist upgraded cross compile openssl option, like this: 
          ./makedist.sh -s -wssl openssl-1.0.0a.tar.gz -w --enable-gost

22 June 2010: Wouter
        - Unbound reports libev or libevent correctly in logs in verbose mode.
        - Fix to unload gost dynamic library module for leak testing.

18 June 2010: Wouter
        - iana portlist updated.

17 June 2010: Wouter
        - Add AAAA to root hints for I.ROOT-SERVERS.NET.

16 June 2010: Wouter
        - Fix assertion failure reported by Kai Storbeck from XS4ALL, the
          assertion was wrong.
        - updated ldns tarball.

15 June 2010: Wouter
        - tag 1.4.5 created.
        - trunk contains 1.4.6 in development.
        - Fix TCPreply on systems with no writev, if just 1 byte could be sent.
        - Fix to use one pointer less for iterator query state store_parent_NS.
        - makedist crosscompile to windows uses builtin ldns not host ldns.
        - Max referral count from 30 to 130, because 128 one character domains
          is valid DNS.
        - added documentation for the histogram printout to syslog.

11 June 2010: Wouter
        - When retry to parent the retrycount is not wiped, so failed 
          nameservers are not tried again.
        - iana portlist updated.

10 June 2010: Wouter
        - Fix bug where a long loop could be entered, now cycle detection
          has a loop-counter and maximum search amount.

4 June 2010: Wouter
        - iana portlist updated.
        - 1.4.5rc1 tag created.

3 June 2010: Wouter
        - ldns tarball updated, 1.6.5.
        - review comments, split dependency cycle tracking for parentside
          last resort lookups for A and AAAA so there are more lookup options.

2 June 2010: Wouter
        - Fix compile warning if compiled without threads.
        - updated ldns-tarball with current ldns svn (pre 1.6.5).
        - GOST disabled-by-default, the algorithm number is allocated but the
          RFC is still has to pass AUTH48 at the IETF.

1 June 2010: Wouter
        - Ignore Z flag in incoming messages too.
        - Fix storage of negative parent glue if that last resort fails.
        - libtoolize 2.2.6b, autoconf 2.65 applied to configure.
        - new splint flags for newer splint install.

31 May 2010: Wouter
        - Fix AD flag handling, it could in some cases mistakenly copy the AD 
          flag from upstream servers.
        - alloc_special_obtain out of memory is not a fatal error any more,
          enabling unbound to continue longer in out of memory conditions.
        - parentside names are dispreferred but not said to be dnssec-lame.
        - parentside check for cached newname glue.
        - fix parentside and querytargets modulestate, for dump_requestlist.
        - unbound-control-setup makes keys -rw-r--- so not all users permitted.
        - fix parentside from cache to be marked dispreferred for bad names.

28 May 2010: Wouter
        - iana portlist updated.
        - parent-child disagreement approach altered.  Older fixes are
          removed in place of a more exhaustive search for misconfigured data
          available via the parent of a delegation.
          This is designed to be throttled by cache entries, with TTL from the
          parent if possible.  Additionally the loop-counter is used.
          It also tests for NS RRset differences between parent and child.
          The fetch of misconfigured data should be more reliable and thorough.
          It should work reliably even with no or only partial data in cache.
          Data received from the child (as always) is deemed more
          authoritative than information received from the delegation parent.
          The search for misconfigured data is not performed normally.

26 May 2010: Wouter
        - Contribution from Migiel de Vos (Surfnet): nagios patch for
          unbound-host, in contrib/ (in the source tarball).  Makes
          unbound-host suitable for monitoring dnssec(-chain) status.

21 May 2010: Wouter
        - EDNS timeout code will not fire if EDNS status already known.
        - EDNS failure not stored if EDNS status known to work.

19 May 2010: Wouter
        - Fix resolution for domains like safesvc.com.cn.  If the iterator
          can not recurse further and it finds the delegation in a state
          where it would otherwise have rejected it outhand if so received
          from a cache lookup, then it can try to ask higherup (with loop
          protection).
        - Fix comments in iter_utils:dp_is_useless.

18 May 2010: Wouter
        - Fix various compiler warnings from the clang llvm compiler.
        - iana portlist updated.

6 May 2010: Wouter
        - Fix bug#308: spelling error in variable name in parser and lexer.

4 May 2010: Wouter
        - Fix dnssec-missing detection that was turned off by server selection.
        - Conforms to draft-ietf-dnsop-default-local-zones-13.  Added default
          reverse lookup blocks for IPv4 test nets 100.51.198.in-addr.arpa,
          113.0.203.in-addr.arpa and Orchid prefix 0.1.1.0.0.2.ip6.arpa.

29 April 2010: Wouter
        - Fix for dnssec lameness detection to use the key cache.
        - infra cache entries that are expired are wiped clean.  Previously
          it was possible to not expire host data (if accessed often).

28 April 2010: Wouter
        - ldns tarball updated and GOST support is detected and then enabled. 
        - iana portlist updated.
        - Fix detection of gost support in ldns (reported by Chris Smith).

27 April 2010: Wouter
        - unbound-control get_option domain-insecure shows config file items.
        - fix retry sequence if prime hints are recursion-lame.
        - autotrust anchor file can be initialized with a ZSK key as well.
        - harden-referral-path does not result in failures due to max-depth.
          You can increase the max-depth by adding numbers (' 0') after the
          target-fetch-policy, this increases the depth to which is checked.

26 April 2010: Wouter
        - Compile fix using Sun Studio 12 compiler on Solaris 5.9, use
          CPPFLAGS during configure process.
        - if libev is installed on the base system (not libevent), detect
          it from the event.h header file and link with -lev.
        - configlexer.lex gets config.h, and configyyrename.h added by make,
          no more double include.
        - More strict scrubber (Thanks to George Barwood for the idea):
          NS set must be pertinent to the query (qname subdomain nsname).
        - Fix bug#307: In 0x20 backoff fix fallback so the number of 
          outstanding queries does not become -1 and block the request.
          Fixed handling of recursion-lame in combination with 0x20 fallback.
          Fix so RRsets are compared canonicalized and sorted if the immediate
          comparison fails, this makes it work around round-robin sites.

23 April 2010: Wouter
        - Squelch log message: sendto failed permission denied for
          255.255.255.255, it is visible in VERB_DETAIL (verbosity 2).
        - Fix to fetch data as last resort more tenaciously.  When cycle
          targets cause the server selection to believe there are more options
          when they really are not there, the server selection is reinitiated.
        - Fix fetch from blacklisted dnssec lame servers as last resort.  The
          server's IP address is then given in validator errors as well.
        - Fix local-zone type redirect that did not use the query name for
          the answer rrset.

22 April 2010: Wouter
        - tag 1.4.4.
        - trunk contains 1.4.5 in development.
        - Fix validation failure for qtype ANY caused by a RRSIG parse failure.
          The validator error message was 'no signatures from ...'.

16 April 2010: Wouter
        - more portability defines for CMSG_SPACE, CMSG_ALIGN, CMSG_LEN.
        - tag 1.4.4rc1.

15 April 2010: Wouter
        - ECC-GOST algorithm number 12 that is assigned by IANA.  New test
          example key and signatures for GOST.  GOST requires openssl-1.0.0.
          GOST is still disabled by default.

9 April 2010: Wouter
        - Fix bug#305: pkt_dname_tolower could read beyond end of buffer or
          get into an endless loop, if 0x20 was enabled, and buffers are small
          or particular broken packets are received.
        - Fix chain of trust with CNAME at an intermediate step, for the DS
          processing proof.

8 April 2010: Wouter
        - Fix validation of queries with wildcard names (*.example).

6 April 2010: Wouter
        - Fix EDNS probe for .de DNSSEC testbed failure, where the infra
          cache timeout coincided with a server update, the current EDNS 
          backoff is less sensitive, and does not cache the backoff unless 
          the backoff actually works and the domain is not expecting DNSSEC.
        - GOST support with correct algorithm numbers.

1 April 2010: Wouter
        - iana portlist updated.

24 March 2010: Wouter
        - unbound control flushed items are not counted when flushed again.

23 March 2010: Wouter
        - iana portlist updated.

22 March 2010: Wouter
        - unbound-host disables use-syslog from config file so that the
          config file for the main server can be used more easily.
        - fix bug#301: unbound-checkconf could not parse interface
          '0.0.0.0@5353', even though unbound itself worked fine.

19 March 2010: Wouter
        - fix fwd_ancil test to pass if the socket options are not supported.

18 March 2010: Wouter
        - Fixed random numbers for port, interface and server selection.
          Removed very small bias.
        - Refer to the listing in unbound-control man page in the extended
          statistics entry in the unbound.conf man page.

16 March 2010: Wouter
        - Fix interface-automatic for OpenBSD: msg.controllen was too small,
          also assertions on ancillary data buffer.
        - check for IP_SENDSRCADDR for interface-automatic or IP_PKTINFO.
        - for NSEC3 check if signatures are cached.

15 March 2010: Wouter
        - unit test for util/regional.c.

12 March 2010: Wouter
        - Reordered configure checks so fork and -lnsl -lsocket checks are
          earlier, and thus later checks benefit from and do not hinder them.
        - iana portlist updated.
        - ldns tarball updated.
        - Fix python use when multithreaded.
        - Fix solaris python compile.
        - Include less in config.h and include per code file for ldns, ssl.

11 March 2010: Wouter
        - another memory allocation option: --enable-alloc-nonregional.
          exposes the regional allocations to other memory purifiers.
        - fix for memory alignment in struct sock_list allocation.
        - Fix for MacPorts ldns without ssl default, unbound checks if ldns
          has dnssec functionality and uses the builtin if not.
        - Fix daemonize on Solaris 10, it did not detach from terminal.
        - tag 1.4.3 created.
        - trunk is 1.4.4 in development.
        - spelling fix in validation error involving cnames.

10 March 2010: Wouter
        - --enable-alloc-lite works with test set.
        - portability in the testset: printf format conversions, prototypes.

9 March 2010: Wouter
        - tag 1.4.2 created.
        - trunk is 1.4.3 in development.
        - --enable-alloc-lite debug option.

8 March 2010: Wouter
        - iana portlist updated.

4 March 2010: Wouter
        - Fix crash in control channel code.

3 March 2010: Wouter
        - better casts in pipe code, brackets placed wrongly.
        - iana portlist updated.

1 March 2010: Wouter
        - make install depends on make all.
        - Fix 5011 auto-trust-anchor-file initial read to skip RRSIGs.
        - --enable-checking: enables assertions but does not look nonproduction.
        - nicer VERB_DETAIL (verbosity 2, unbound-host -d) output, with
          nxdomain and nodata distinguished.
        - ldns tarball updated.
        - --disable-rpath fixed for libtool not found errors.
        - new fedora specfile from Fedora13 in contrib from Paul Wouters.

26 February 2010: Wouter
        - Fixup prototype for lexer cleanup in daemon code.
        - unbound-control list_stubs, list_forwards, list_local_zones and
          list_local_data.

24 February 2010: Wouter
        - Fix scrubber bug that potentially let NS records through.  Reported
          by Amanda Constant.
        - Also delete potential poison references from additional.
        - Fix: no classification of a forwarder as lame, throw away instead.

23 February 2010: Wouter
        - libunbound ub_ctx_get_option() added.
        - unbound-control set_option and get_option commands.
        - iana portlist updated.

18 February 2010: Wouter
        - A little more strict DS scrubbing.
        - No more blacklisting of unresponsive servers, a 2 minute timeout
          is backed off to.
        - RD flag not enabled for dnssec-blacklisted tries, unless necessary.
        - pickup ldns compile fix, libdl for libcrypto.
        - log 'tcp connect: connection timed out' only in high verbosity.
        - unbound-control log_reopen command.
        - moved get_option code from unbound-checkconf to util/config_file.c

17 February 2010: Wouter
        - Disregard DNSKEY from authority section for chain of trust.
          DS records that are irrelevant to a referral scrubbed.  Anti-poison.
        - iana portlist updated.

16 February 2010: Wouter
        - Check for 'no space left on device' (or other errors) when 
          writing updated autotrust anchors and print errno to log.

15 February 2010: Wouter
        - Fixed the requery protection, the TTL was 0, it is now 900 seconds,
          hardcoded.  We made the choice to send out more conservatively,
          protecting against an aggregate effect more than protecting a
          single user (from their own folly, perhaps in case of misconfig).

12 February 2010: Wouter
        - Re-query pattern changed on validation failure.  To protect troubled
          authority servers, unbound caches a failure for the DNSKEY or DS
          records for the entire zone, and only retries that 900 seconds later.
          This implies that only a handful of packets are sent extra to the
          authority if the zone fails.

11 February 2010: Wouter
        - ldns tarball update for long label length syntax error fix.
        - iana portlist updated.

9 February 2010: Wouter
        - Fixup in compat snprintf routine, %f 1.02 and %g support.
        - include math.h for testbound test compile portability.

2 February 2010: Wouter
        - Updated url of IANA itar, interim trust anchor repository, in script.

1 February 2010: Wouter
        - iana portlist updated.
        - configure test for memcmp portability.

27 January 2010: Wouter
        - removed warning on format string in validator error log statement.
        - iana portlist updated.

22 January 2010: Wouter
        - libtool finish the install of unbound python dynamic library.

21 January 2010: Wouter
        - acx_nlnetlabs.m4 synchronised with nsd's version.

20 January 2010: Wouter
        - Fixup lookup trouble for parent-child domains on the first query.

14 January 2010: Wouter
        - Fixup ldns detection to also check for header files.

13 January 2010: Wouter
        - prefetch-key option that performs DNSKEY queries earlier in the
          validation process, and that could halve the latency on DNSSEC
          queries.  It takes some extra processing (CPU, a cache is needed).

12 January 2010: Wouter
        - Fix unbound-checkconf for auto-trust-anchor-file present checks.

8 January 2010: Wouter
        - Fix for parent-child disagreement code which could have trouble
          when (a) ipv6 was disabled and (b) the TTL for parent and child
          were different.  There were two bugs, the parent-side information
          is fixed to no longer block lookup of child side information and
          the iterator is fixed to no longer attempt to get ipv6 when it is
          not enabled and then give up in failure.
        - test and fixes to make prefetch actually store the answer in the
          cache.  Considers some rrsets 'already expired' but does not allow
          overwriting of rrsets considered more secure.

7 January 2010: Wouter
        - Fixup python documentation (thanks Leo Vandewoestijne).
        - Work on cache prefetch feature.
        - Stats for prefetch, in log print stats, unbound-control stats
          and in unbound_munin plugin.

6 January 2010: Wouter
        - iana portlist updated.
        - bug#291: DNS wireformat max is 255. dname_valid allowed 256 length.
        - verbose output includes parent-side-address notion for lameness.
        - documented val-log-level: 2 setting in example.conf and man page.
        - change unbound-control-setup from 1024(sha1) to 1536(sha256).

1 January 2010: Wouter
        - iana portlist updated.

22 December 2009: Wouter
        - configure with newer libtool 2.2.6b.

17 December 2009: Wouter
        - review comments.
        - tag 1.4.1.
        - trunk to version 1.4.2.
        
15 December 2009: Wouter
        - Answer to qclass=ANY queries, with class IN contents.
          Test that validation also works.
        - updated ldns snapshot tarball with latest fixes (parsing records).

11 December 2009: Wouter
        - on IPv4 UDP turn off DF flag.

10 December 2009: Wouter
        - requirements.txt updated with design choice explanations.
        - Reading fixes: fix to set unlame when child confirms parent glue,
          and fix to avoid duplicate addresses in delegation point.
        - verify_rrsig routine checks expiration last.

9 December 2009: Wouter
        - Fix Bug#287(reopened): update of ldns tarball with fix for parse
          errors generated for domain names like '.example.com'.
        - Fix SOA excluded from negative DS responses.  Reported by Hauke
          Lampe.  The negative cache did not include proper SOA records for
          negative qtype DS responses which makes BIND barf on it, such
          responses are now only used internally.
        - Fix negative cache lookup of closestencloser check of DS type bit.

8 December 2009: Wouter
        - Fix for lookup of parent-child disagreement domains, where the
          parent-side glue works but it does not provide proper NS, A or AAAA
          for itself, fixing domains such as motorcaravanners.eu.
        - Feature: you can specify a port number in the interface: line, so
          you can bind the same interface multiple times at different ports.

7 December 2009: Wouter
        - Bug#287: Fix segfault when unbound-control remove nonexistent local
          data.  Added check to tests.

1 December 2009: Wouter
        - Fix crash with module-config "iterator".
        - Added unit test that has "iterator" module-config.

30 November 2009: Wouter
        - bug#284: fix parse of # without end-of-line at end-of-file.

26 November 2009: Wouter
        - updated ldns with release candidate for version 1.6.3.
        - tag for 1.4.0 release.
        - 1.4.1 version in trunk.
        - Fixup major libtool version to 2 because of why_bogus change.
          It was 1:5:0 but should have been 2:0:0.

23 November 2009: Wouter
        - Patch from David Hubbard for libunbound manual page.
        - Fixup endless spinning in unbound-control stats reported by
          Attila Nagy.  Probably caused by clock reversal.

20 November 2009: Wouter
        - contrib/split-itar.sh contributed by Tom Hendrikx.

19 November 2009: Wouter
        - better argument help for unbound-control.
        - iana portlist updated.

17 November 2009: Wouter
        - noted multiple entries for multiple domain names in example.conf.
        - iana portlist updated.

16 November 2009: Wouter
        - Fixed signer detection of CNAME responses without signatures.
        - Fix#282 libunbound memleak on error condition by Eric Sesterhenn.
        - Tests for CNAMEs to deeper trust anchors, secure and bogus.
        - svn tag 1.4.0rc1 made.

13 November 2009: Wouter
        - Fixed validation failure for CNAME to optout NSEC3 nodata answer.
        - unbound-host does not fail on type ANY.
        - Fixed wireparse failure to put RRSIGs together with data in some
          long ANY mix cases, which fixes validation failures.

12 November 2009: Wouter
        - iana portlist updated.
        - fix manpage errors reported by debian lintian.
        - review comments.
        - fixup very long vallog2 level error strings.
        
11 November 2009: Wouter
        - ldns tarball updated (to 1.6.2).
        - review comments.

10 November 2009: Wouter
        - Thanks to Surfnet found bug in new dnssec-retry code that failed
          to combine well when combined with DLV and a particular failure. 
        - Fixed unbound-control -h output about argument optionality.
        - review comments.

5 November 2009: Wouter
        - lint fixes and portability tests.
        - better error text for multiple domain keys in one autotrust file.

2 November 2009: Wouter
        - Fix bug where autotrust does not work when started with a DS.
        - Updated GOST unit tests for unofficial algorithm number 249
          and DNSKEY-format changes in draft version -01.

29 October 2009: Wouter
        - iana portlist updated.
        - edns-buffer-size option, default 4096.
        - fixed do-udp: no.

28 October 2009: Wouter
        - removed abort on prealloc failure, error still printed but softfail.
        - iana portlist updated.
        - RFC 5702: RSASHA256 and RSASHA512 support enabled by default.
        - ldns tarball updated (which also enables rsasha256 support).

27 October 2009: Wouter
        - iana portlist updated.

8 October 2009: Wouter
        - please doxygen
        - add val-log-level print to corner case (nameserver.epost.bg).
        - more detail to errors from insecure delegation checks.
        - Fix double time subtraction in negative cache reported by 
          Amanda Constant and Hugh Mahon.
        - Made new validator error string available from libunbound for
          applications.  It is in result->why_bogus, a zero-terminated string.
          unbound-host prints it by default if a result is bogus.
          Also the errinf is public in module_qstate (for other modules).

7 October 2009: Wouter
        - retry for validation failure in DS and prime results. Less mem use.
          unit test.  Provisioning in other tests for requeries.
        - retry for validation failure in DNSKEY in middle of chain of trust.
          unit test.
        - retry for empty non terminals in chain of trust and unit test.
        - Fixed security bug where the signatures for NSEC3 records were not
          checked when checking for absence of DS records.  This could have
          enabled the substitution of an insecure delegation.
        - moved version number to 1.4.0 because of 1.3.4 release with only
          the NSEC3 patch from the entry above.
        - val-log-level: 2 shows extended error information for validation
          failures, but still one (longish) line per failure.  For example:
          validation failure <example.com. DNSKEY IN>: signature expired from
          192.0.2.4 for trust anchor example.com. while building chain of trust
          validation failure <www.example.com. A IN>: no signatures from
          192.0.2.6 for key example.com. while building chain of trust

6 October 2009: Wouter
        - Test set updated to provide additional ns lookup result.
          The retry would attempt to fetch the data from other nameservers
          for bogus data, and this needed to be provisioned in the tests.

5 October 2009: Wouter
        - first validation failure retry code.  Retries for data failures.
          And unit test.

2 October 2009: Wouter
        - improve 5011 modularization.
        - fix unbound-host so -d can be given before -C.
        - iana portlist updated.

28 September 2009: Wouter
        - autotrust-anchor-file can read multiline input and $ORIGIN.
        - prevent integer overflow in holddown calculation. review fixes.
        - fixed race condition in trust point revocation. review fix.
        - review fixes to comments, removed unused code.

25 September 2009: Wouter
        - so-rcvbuf: 4m option added.  Set this on large busy servers to not
          drop the occasional packet in spikes due to full socket buffers.
          netstat -su keeps a counter of UDP dropped due to full buffers.
        - review of validator/autotrust.c, small fixes and comments.

23 September 2009: Wouter
        - 5011 query failed counts verification failures, not lookup failures.
        - 5011 probe failure handling fixup.
        - test unbound reading of original autotrust data.
          The metadata per-key, such as key state (PENDING, MISSING, VALID) is
          picked up, otherwise performs initial probe like usual.

22 September 2009: Wouter
        - autotrust test with algorithm rollover, new ordering of checks
          assists in orderly rollover.
        - autotrust test with algorithm rollover to unknown algorithm.
          checks if new keys are supported before adding them.
        - autotrust test with trust point revocation, becomes unsigned.
        - fix DNSSEC-missing-signature detection for minimal responses
          for qtype DNSKEY (assumes DNSKEY occurs at zone apex).

18 September 2009: Wouter
        - autotrust tests, fix trustpoint timer deletion code.
          fix count of valid anchors during missing remove.
        - autotrust: pick up REVOKE even if not signed with known other keys.

17 September 2009: Wouter
        - fix compile of unbound-host when --enable-alloc-checks.
        - Fix lookup problem reported by Koh-ichi Ito and Jaap Akkerhuis.
        - Manual page fixes reported by Tony Finch.

16 September 2009: Wouter
        - Fix memory leak reported by Tao Ma.
        - Fix memstats test tool for log-time-ascii log format.

15 September 2009: Wouter
        - iana portlist updated.

10 September 2009: Wouter
        - increased MAXSYSLOGLEN so .bg key can be printed in debug output.
        - use linebuffering for log-file: output, this can be significantly
          faster than the previous fflush method and enable some class of
          resolvers to use high verbosity (for short periods).
          Not on windows, because line buffering does not work there.

9 September 2009: Wouter
        - Fix bug where DNSSEC-bogus messages were marked with too high TTL.
          The RRsets would still expire at the normal time, but this would
          keep messages bogus in the cache for too long.
        - regression test for that bug.
        - documented that load_cache is meant for debugging.

8 September 2009: Wouter
        - fixup printing errors when load_cache, they were printed to the
          SSL connection which broke, now to the log.
        - new ldns - with fixed parse of large SOA values.

7 September 2009: Wouter
        - autotrust testbound scenarios.
        - autotrust fix that failure count is written to file.
        - autotrust fix that keys may become valid after add holddown time
          alone, before the probe returns.

4 September 2009: Wouter
        - Changes to make unbound work with libevent-2.0.3 alpha. (in
          configure detection due to new ssl dependency in libevent)
        - do not call sphinx for documentation when python is disabled.
        - remove EV_PERSIST from libevent timeout code to make the code
          compatible with the libevent-2.0.  Works with older libevent too.
        - fix memory leak in python code.

3 September 2009: Wouter
        - Got a patch from Luca Bruno for libunbound support on windows to
          pick up the system resolvconf nameservers and hosts there.
        - included ldns updated (enum warning fixed).
        - makefile fix for parallel makes.
        - Patch from Zdenek Vasicek and Attila Nagy for using the source IP
          from python scripts.  See pythonmod/examples/resip.py.
        - doxygen comment fixes.

2 September 2009: Wouter
        - TRAFFIC keyword for testbound. Simplifies test generation.
          ${range lower val upper} to check probe timeout values.
        - test with 5011-prepublish rollover and revocation.
        - fix revocation of RR for autotrust, stray exclamation mark.

1 September 2009: Wouter
        - testbound variable arithmetic.
        - autotrust probe time is randomised.
        - autotrust: the probe is active and does not fetch from cache.

31 August 2009: Wouter
        - testbound variable processing.

28 August 2009: Wouter
        - fixup unbound-control lookup to print forward and stub servers.

27 August 2009: Wouter
        - autotrust: mesh answer callback is empty.

26 August 2009: Wouter
        - autotrust probing.
        - iana portlist updated.

25 August 2009: Wouter
        - fixup memleak in trust anchor unsupported algorithm check.
        - iana portlist updated.
        - autotrust options: add-holddown, del-holddown, keep-missing.
        - autotrust store revoked status of trust points.
        - ctime_r compat definition.
        - detect yylex_destroy() in configure.
        - detect SSL_get_compression_methods declaration in configure.
        - fixup DS lookup at anchor point with unsigned parent.
        - fixup DLV lookup for DS queries to unsigned domains.

24 August 2009: Wouter
        - cleaner memory allocation on exit. autotrust test routines.
        - free all memory on program exit, fix for ssl and flex.

21 August 2009: Wouter
        - autotrust: debug routines. Read,write and conversions work.

20 August 2009: Wouter
        - autotrust: save and read trustpoint variables.

19 August 2009: Wouter
        - autotrust: state table updates.
        - iana portlist updated.

17 August 2009: Wouter
        - autotrust: process events.

17 August 2009: Wouter
        - Fix so that servers are only blacklisted if they fail to reply 
          to 16 queries in a row and the timeout gets above 2 minutes.
        - autotrust work, split up DS verification of DNSKEYs.

14 August 2009: Wouter
        - unbound-control lookup prints out infra cache information, like RTT.
        - Fix bug in DLV lookup reported by Amanda from Secure64.
          It could sometimes wrongly classify a domain as unsigned, which
          does not give the AD bit on replies.

13 August 2009: Wouter
        - autotrust read anchor files. locked trust anchors.

12 August 2009: Wouter
        - autotrust import work.

11 August 2009: Wouter
        - Check for openssl compatible with gost if enabled.
        - updated unit test for GOST=211 code.
          Nicer naming of test files.
        - iana portlist updated.

7 August 2009: Wouter
        - call OPENSSL_config() in unbound and unit test so that the
          operator can use openssl.cnf for configuration options.
        - removed small memory leak from config file reader.

6 August 2009: Wouter
        - configure --enable-gost for GOST support, experimental
          implementation of draft-dolmatov-dnsext-dnssec-gost-01.
        - iana portlist updated.
        - ldns tarball updated (with GOST support).

5 August 2009: Wouter
        - trunk moved to 1.3.4.

4 August 2009: Wouter
        - Added test that the examples from draft rsasha256-14 verify.
        - iana portlist updated.
        - tagged 1.3.3

3 August 2009: Wouter
        - nicer warning when algorithm not supported, tells you to upgrade.
        - iana portlist updated.

27 July 2009: Wouter
        - Updated unbound-cacti contribution from Dmitriy Demidov, with
          the queue statistics displayed in its own graph.
        - iana portlist updated.

22 July 2009: Wouter
        - Fix bug found by Michael Tokarev where unbound would try to
          prime the root servers even though forwarders are configured for
          the root.
        - tagged 1.3.3rc1

21 July 2009: Wouter
        - Fix server selection, so that it waits for open target queries when
          faced with lameness.

20 July 2009: Wouter
        - Ignore transient sendto errors, no route to host, and host, net down.
        - contrib/update-anchor.sh has -r option for root-hints.
        - feature val-log-level: 1 prints validation failures so you can
          keep track of them during dnssec deployment.

16 July 2009: Wouter
        - fix replacement malloc code.  Used in crosscompile.
        - makedist -w creates crosscompiled setup.exe on fedora11.

15 July 2009: Wouter
        - dependencies for compat items, for crosscompile.
        - mingw32 crosscompile changes, dependencies and zipfile creation.
          and with System.dll from the windows NSIS you can make setup.exe.
        - package libgcc_s_sjlj exception handler for NSISdl.dll.

14 July 2009: Wouter
        - updated ldns tarball for solaris x64 compile assistance.
        - no need to define RAND_MAX from config.h.
        - iana portlist updated.
        - configure changes and ldns update for mingw32 crosscompile.

13 July 2009: Wouter
        - Fix for crash at start on windows.
        - tag for release 1.3.2.
        - trunk has version 1.3.3.
        - Fix for ID bits on windows to use all 16. RAND_MAX was not
          defined like you'd expect on mingw. Reported by Mees de Roo.

9 July 2009: Wouter
        - tag for release 1.3.1.
        - trunk has version 1.3.2.

7 July 2009: Wouter
        - iana portlist updated.

6 July 2009: Wouter
        - prettier error handling in SSL setup.
        - makedist.sh uname fix (same as ldns).
        - updated fedora spec file.

3 July 2009: Wouter
        - fixup linking when ldnsdir is "".

30 June 2009: Wouter
        - more lenient truncation checks.

29 June 2009: Wouter
        - ldns trunk r2959 imported as tarball, because of solaris cc compile
          support for c99.  r2960 for better configure.
        - better wrongly_truncated check.
        - On Linux, fragment IPv6 datagrams to the IPv6 minimum MTU, to
          avoid dropped packets at routers.

26 June 2009: Wouter
        - Fix EDNS fallback when EDNS works for short answers but long answers
          are dropped.

22 June 2009: Wouter
        - fixup iter priv strict aliasing while preserving size of sockaddr.
        - iana portlist updated.  (one less port allocated, one more fraction
          of a bit for security!)
        - updated fedora specfile in contrib from Paul Wouters.
        
19 June 2009: Wouter
        - Fixup strict aliasing warning in iter priv code.
          and config_file code.
        - iana portlist updated.
        - harden-referral-path: handle cases where NS is in answer section.

18 June 2009: Wouter
        - Fix of message parse bug where (specifically) an NSEC and RRSIG
          in the wrong order would be parsed, but put wrongly into internal
          structures so that later validation would fail.
        - Extreme lenience for wrongly truncated replies where a positive
          reply has an NS in the authority but no signatures.  They are
          turned into minimal responses with only the (secure) answer.
        - autoconf 2.63 for configure.
        - python warnings suppress.  Keep python API away from header files.

17 June 2009: Wouter
        - CREDITS entry for cz.nic, sponsoring a 'summer of code' that was
          used for the python code in unbound. (http://www.nic.cz/vip/ in cz).

16 June 2009: Wouter
        - Fixup opportunistic target query generation to it does not
          generate queries that are known to fail.
        - Touchup on munin total memory report.
        - messages picked out of the cache by the iterator are checked
          if their cname chain is still correct and if validation status
          has to be reexamined.

15 June 2009: Wouter
        - iana portlist updated.

14 June 2009: Wouter
        - Fixed bug where cached responses would lose their security
          status on second validation, which especially impacted dlv
          lookups.  Reported by Hauke Lampe.

13 June 2009: Wouter
        - bug #254. removed random whitespace from example.conf.

12 June 2009: Wouter
        - Fixup potential wrong NSEC picked out of the cache.
        - If unfulfilled callbacks are deleted they are called with an error.
        - fptr wlist checks for mesh callbacks.
        - fwd above stub in configuration works.

11 June 2009: Wouter
        - Fix queries for type DS when forward or stub zones are there.
          They are performed to higherup domains, and thus treated as if
          going to higher zones when looking up the right forward or stub
          server.  This makes a stub pointing to a local server that has
          a local view of example.com signed with the same keys as are
          publicly used work.  Reported by Johan Ihren.
        - Added build-unbound-localzone-from-hosts.pl to contrib, from
          Dennis DeDonatis.  It converts /etc/hosts into config statements.
        - same thing fixed for forward-zone and DS, chain of trust from
          public internet into the forward-zone works now.  Added unit test.

9 June 2009: Wouter
        - openssl key files are opened apache-style, when user is root and
          before chrooting.  This makes permissions on remote-control key 
          files easier to set up.  Fixes bug #251.
        - flush_type and flush_name remove msg cache entries.
        - codereview - dp copy bogus setting fix.

8 June 2009: Wouter
        - Removed RFC5011 REVOKE flag support. Partial 5011 support may cause
          inadvertant behaviour.
        - 1.3.0 tarball for release created.
        - 1.3.1 development in svn trunk.
        - iana portlist updated.
        - fix lint from complaining on ldns/sha.h.
        - help compiler figure out aliasing in priv_rrset_bad() routine.
        - fail to configure with python if swig is not found.
        - unbound_munin_ in contrib uses ps to show rss if sbrk does not work.

3 June 2009: Wouter
        - fixup bad free() when wrongly encoded DSA signature is seen.
          Reported by Paul Wouters.
        - review comments from Matthijs.

2 June 2009: Wouter
        - --enable-sha2 option. The draft rsasha256 changed its algorithm
          numbers too often.  Therefore it is more prudent to disable the
          RSASHA256 and RSASHA512 support by default.
        - ldns trunk included as new tarball.
        - recreated the 1.3.0 tag in svn. rc1 tarball generated at this point.

29 May 2009: Wouter
        - fixup doc bug in README reported by Matthew Dempsky.

28 May 2009: Wouter
        - update iana port list
        - update ldns lib tarball

27 May 2009: Wouter
        - detect lack of IPv6 support on XP (with a different error code).
        - Fixup a crash-on-exit which was triggered by a very long queue.
          Unbound would try to re-use ports that came free, but this is
          of course not really possible because everything is deleted.
          Most easily triggered on XP (not Vista), maybe because of the
          network stack encouraging large messages backlogs.
        - change in debug statements.
        - Fixed bug that could cause a crash if root prime failed when there
          were message backlogs.

26 May 2009: Wouter
        - Thanks again to Brett Carr, found an assertion that was not true.
          Assertion checked if recursion parent query still existed.

29 April 2009: Wouter
        - Thanks to Brett Carr, caught windows resource leak, use 
          closesocket() and not close() on sockets or else the network stack
          starts to leak handles.
        - Removed usage of windows Mutex because windows cannot handle enough
          mutexes open.  Provide own mutex implementation using primitives.

28 April 2009: Wouter
        - created svn tag for 1.3.0.

27 April 2009: Wouter
        - optimised cname from cache.
        - ifdef windows functions in testbound.

23 April 2009: Wouter
        - fix for threadsafety in solaris thr_key_create() in tests.
        - iana portlist updated.
        - fix pylib test for Darwin.
        - fix pymod test for Darwin and a python threading bug in pymod init.
        - check python >= 2.4 in configure.
        - -ldl check for libcrypto 1.0.0beta.

21 April 2009: Wouter
        - fix for build outside sourcedir.
        - fix for configure script swig detection.

17 April 2009: Wouter
        - Fix reentrant in minievent handler for unix. Could have resulted
          in spurious event callbacks.
        - timers do not take up a fd slot for winsock handler.
        - faster fix for winsock reentrant check.
        - fix rsasha512 unit test for new (interim) algorithm number.
        - fix test:ldns doesn't like DOS line endings in keyfiles on unix.
        - fix compile warning on ubuntu (configlexer fwrite return value).
        - move python include directives into CPPFLAGS instead of CFLAGS.

16 April 2009: Wouter
        - winsock event handler exit very quickly on signal, even if
          under heavy load.
        - iana portlist updated.
        - fixup windows winsock handler reentrant problem.

14 April 2009: Wouter
        - bug #245: fix munin plugin, perform cleanup of stale lockfiles.
        - makedist.sh; better help text.
        - cache-min-ttl option and tests.
        - mingw detect error condition on TCP sockets (NOTCONN).

9 April 2009: Wouter
        - Fix for removal of RSASHA256_NSEC3 protonumber from ldns.
        - ldns tarball updated.
        - iana portlist update.
        - detect GOST support in openssl-1.0.0-beta1, and fix compile problem
          because that openssl defines the name STRING for itself.

6 April 2009: Wouter
        - windows compile fix.
        - Detect FreeBSD jail without ipv6 addresses assigned.
        - python libunbound wrapper unit test.
        - installs the following files. Default is to not build them.
                from configure --with-pythonmodule:
          /usr/lib/python2.x/site-packages/unboundmodule.py
                from configure --with-pyunbound:
          /usr/lib/python2.x/site-packages/unbound.py
          /usr/lib/python2.x/site-packages/_unbound.so*
          The example python scripts (pythonmod/examples and
          libunbound/python/examples) are not installed.
        - python invalidate routine respects packed rrset ids and locks.
        - clock skew checks in unbound, config statements.
        - nxdomain ttl considerations in requirements.txt

3 April 2009: Wouter
        - Fixed a bug that caused messages to be stored in the cache too 
          long.  Hard to trigger, but NXDOMAINs for nameservers or CNAME
          targets have been more vulnerable to the TTL miscalculation bug. 
        - documentation test fixed for python addition.

2 April 2009: Wouter
        - pyunbound (libunbound python plugin) compiles using libtool.
        - documentation for pythonmod and pyunbound is generated in doc/html.
        - iana portlist updated.
        - fixed bug in unbound-control flush_zone where it would not flush
          every message in the target domain.  This especially impacted 
          NXDOMAIN messages which could remain in the cache regardless.
        - python module test package.

1 April 2009: Wouter
        - suppress errors when trying to contact authority servers that gave
          ipv6 AAAA records for their nameservers with ipv4 mapped contents.
          Still tries to do so, could work when deployed in intranet.
          Higher verbosity shows the error.
        - new libunbound calls documented.
        - pyunbound in libunbound/python. Removed compile warnings.
          Makefile to make it.

30 March 2009: Wouter
        - Fixup LDFLAGS from libevent sourcedir compile configure restore.
        - Fixup so no non-absolute rpaths are added.
        - Fixup validation of RRSIG queries, they are let through.
        - read /dev/random before chroot
        - checkconf fix no python checks when no python module enabled.
        - fix configure, pthread first, so other libs do not change outcome.

27 March 2009: Wouter
        - nicer -h output. report linked libraries and modules.
        - prints modules in intuitive order (config file friendly).
        - python compiles easily on BSD.

26 March 2009: Wouter
        - ignore swig varargs warnings with gcc.
        - remove duplicate example.conf text from python example configs.
        - outofdir compile fix for python.
        - pyunbound works.
        - print modules compiled in on -h. manpage.

25 March 2009: Wouter
        - initial import of the python contribution from Zdenek Vasicek and
          Marek Vavrusa.
        - pythonmod in Makefile; changes to remove warnings/errors for 1.3.0.

24 March 2009: Wouter
        - more neat configure.ac. Removed duplicate config.h includes.
        - neater config.h.in.
        - iana portlist updated.
        - fix util/configlexer.c and solaris -std=c99 flag.
        - fix postcommit aclocal errors.
        - spaces stripped. Makefile cleaner, /usr omitted from -I, -L, -R.
        - swap order of host detect and libtool generation.

23 March 2009: Wouter
        - added launchd plist example file for MacOSX to contrib.
        - deprecation test for daemon(3).
        - moved common configure actions to m4 include, prettier Makefile.

20 March 2009: Wouter
        - bug #239: module-config entries order is important. Documented.
        - build fix for test asynclook.

19 March 2009: Wouter
        - winrc/README.txt dos-format text file.
        - iana portlist updated.
        - use _beginthreadex() when available (performs stack alignment).
        - defaults for windows baked into configure.ac (used if on mingw).

18 March 2009: Wouter
        - Added tests, unknown algorithms become insecure. fallback works.
        - Fix for and test for unknown algorithms in a trust anchor
          definition.  Trust anchors with no supported algos are ignored.
          This means a (higher)DS or DLV entry for them could succeed, and
          otherwise they are treated as insecure.
        - domain-insecure: "example.com" statement added. Sets domain
          insecure regardless of chain of trust DSs or DLVs. The inverse
          of a trust-anchor.

17 March 2009: Wouter
        - unit test for unsupported algorithm in anchor warning.
        - fixed so queries do not fail on opportunistic target queries.

16 March 2009: Wouter
        - fixup diff error printout in contrib/update-itar.sh.
        - added contrib/unbound_cacti for statistics support in cacti,
          contributed by Dmitriy Demidov.

13 March 2009: Wouter
        - doxygen and lex/yacc on linux.
        - strip update-anchor on makedist -w.
        - fix testbound on windows.
        - default log to syslog for windows.
        - uninstaller can stop unbound - changed text on it to reflect that.
        - remove debugging from windows 'cron' actions.

12 March 2009: Wouter
        - log to App.logs on windows prints executable identity.
        - fixup tests.
        - munin plugin fix benign locking error printout.
        - anchor-update for windows, called every 24 hours; unbound reloads.

11 March 2009: Wouter
        - winsock event handler resets WSAevents after signalled.
        - winsock event handler tests if signals are really signalled.
        - install and service with log to file works on XP and Vista on 
          default install location.
        - on windows logging to the Application logbook works (as a service).
        - fix RUN_DIR on windows compile setting in makedist.
        - windows registry has Software\Unbound\ConfigFile element.
          If does not exist, the default is used. The -c switch overrides it.
        - fix makedist version cleanup function.

10 March 2009: Wouter
        - makedist -w strips out old rc.. and snapshot info from version.
        - setup.exe starts and stops unbound after install, before uninstall.
        - unbound-checkconf recognizes absolute pathnames on windows (C:...).

9 March 2009: Wouter
        - Nullsoft NSIS installer creation script.

5 March 2009: Wouter
        - fixup memory leak introduced on 18feb in mesh reentrant fix.

3 March 2009: Wouter
        - combined icon with 16x16(4) 32x32(4) 48x48(8) 64x64(8).
        - service works on xp/vista, no config necessary (using defaults).
        - windows registry settings.

2 March 2009: Wouter
        - fixup --export-symbols to be -export-symbls for libtool.
          This should fix extraneous symbols exported from libunbound.
          Thanks to Ondrej Sury and Robert Edmonds for finding it.
        - iana portlist updated.
        - document FAQ entry on stub/forward zones and default blocking.
        - fix asynclook test app for libunbound not exporting symbols.
        - service install and remove utils that work with vista UAC.
                
27 February 2009: Wouter
        - Fixup lexer, to not give warnings about fwrite. Appeared in
          new lexer features.
        - makedistro functionality for mingw. Has RC support.
        - support spaces and backslashes in configured defaults paths.
        - register, deregister in service control manager.

25 February 2009: Wouter
        - windres usage for application resources.

24 February 2009: Wouter
        - isc moved their dlv key download location.
        - fixup warning on vista/mingw.
        - makedist -w for window zip distribution first version.

20 February 2009: Wouter
        - Fixup contrib/update-itar.sh, the exit codes 1 and 0 were swapped.
          Nicer script layout.  Added url to site in -h output.

19 February 2009: Wouter
        - unbound-checkconf and unbound print warnings when trust anchors
          have unsupported algorithms.
        - added contrib/update-itar.sh  This script is similar to
          update-anchor.sh, and updates from the IANA ITAR repository.
          You can provide your own PGP key and trust repo, or can use the
          builtin.  The program uses wget and gpg to work.
        - iana portlist updated.
        - update-itar.sh: using ftp:// urls because https godaddy certificate
          is not available everywhere and then gives fatal errors.  The 
          security is provided by pgp signature.

18 February 2009: Wouter
        - more cycle detection. Also for target queries.
        - fixup bug where during deletion of the mesh queries the callbacks
          that were reentrant caused assertion failures. Keep the mesh in 
          a reentrant safe state.  Affects libunbound, reload of server,
          on quit and flush_requestlist.
        - iana portlist updated.

13 February 2009: Wouter
        - forwarder information now per-thread duplicated.
          This keeps it read only for speed, with no locking necessary.
        - forward command for unbound control to change forwarders to use
          on the fly.
        - document that unbound-host reads no config file by default.
        - updated iana portlist.

12 February 2009: Wouter
        - call setusercontext if available (on BSD).
        - small refactor of stats clearing.
        - #227: flush_stats feature for unbound-control.
        - stats_noreset feature for unbound-control.
        - flush_requestlist feature for unbound-control.
        - libunbound version upped API (was changed 5 feb).
        - unbound-control status shows if root forwarding is in use.
        - slightly nicer memory management in iter-fwd code.

10 February 2009: Wouter
        - keys with rfc5011 REVOKE flag are skipped and not considered when
          validating data.
        - iana portlist updated
        - #226: dump_requestlist feature for unbound-control.

6 February 2009: Wouter
        - contrib contains specfile for fedora 1.2.1 (from Paul Wouters).
        - iana portlist updated.
        - fixup EOL in include directive (reported by Paul Wouters).
          You can no longer specify newlines in the names of included files.
        - config parser changed. Gives some syntax errors closer to where they 
          occurred. Does not enforce a space after keyword anymore.
          Does not allow literal newlines inside quoted strings anymore.
        - verbosity level 5 logs customer IP for new requestlist entries.
        - test fix, lexer and cancel test.
        - new option log-time-ascii: yes  if you enable it prints timestamps
          in the log file as Feb 06 13:45:26 (like syslog does).
        - detect event_base_new in libevent-1.4.1 and later and use it.
        - #231 unbound-checkconf -o option prints that value from config file.
          Useful for scripting in management scripts and the like.

5 February 2009: Wouter
        - ldns 1.5.0 rc as tarball included.
        - 1.3.0 development continues:
          change in libunbound API: ub_cancel can return an error, that
          the async_id did not exist, or that it was already delivered.
          The result could have been delivered just before the cancel 
          routine managed to acquire the lock, so a caller may get the
          result at the same time they call cancel.  For this case, 
          ub_cancel tries to return an error code.
          Fixes race condition in ub_cancel() libunbound function.
        - MacOSX Leopard cleaner text output from configure.
        - initgroups(3) is called to drop secondary group permissions, if
          applicable.
        - configure option --with-ldns-builtin forces the use of the 
          inluded ldns package with the unbound source.  The -I include
          is put before the others, so it avoids bad include files from
          an older ldns install.
        - daemon(3) posix call is used when available.
        - testbound test for older fix added.

4 February 2009: Wouter
        - tag for release 1.2.1.
        - trunk setup for 1.3.0 development.

3 February 2009: Wouter
        - noted feature requests in doc/TODO.
        - printout more detailed errors on ssl certificate loading failures.
        - updated IANA portlist.

16 January 2009: Wouter
        - more quiet about ipv6 network failures, i.e. when ipv6 is not
          available (network unreachable). Debug still printed on high
          verbosity.
        - unbound-host -4 and -6 options. Stops annoying ipv6 errors when
          debugging with unbound-host -4 -d ... 
        - more cycle detection for NS-check, addr-check, root-prime and
          stub-prime queries in the iterator.  Avoids possible deadlock
          when priming fails.

15 January 2009: Wouter
        - bug #229: fixup configure checks for compilation with Solaris 
          Sun cc compiler, ./configure CC=/opt/SUNWspro/bin/cc
        - fixup suncc warnings.
        - fix bug where unbound could crash using libevent 1.3 and older.
        - update testset for recent retry change.

14 January 2009: Wouter
        - 1.2.1 feature: negative caching for failed queries.
          Queries that failed are cached for 5 seconds (NORR_TTL).
          If the failure is local, like out of memory, it is not cached.
        - the TTL comparison for the cache used different comparisons,
          causing many cache responses that used the iterator and validator
          state machines unnecessarily.
        - retry from 4 to 5 so that EDNS drop retry is part of the first
          query resolve attempt, and cached error does not stop EDNS fallback.
        - remove debug prints that protect against bad referrals.
        - honor QUIET=no on make commandline (or QUIET=yes ).

13 January 2009: Wouter
        - fixed bug in lameness marking, removed printouts.
        - find NS rrset more cleanly for qtype NS.
        - Moved changes to 1.2.0 for release. Thanks to Mark Zealey for
          reporting and logs.
        - 1.2.1 feature: stops resolving AAAAs promiscuously when they
          are in the negative cache.

12 January 2009: Wouter
        - fixed bug in infrastructure lameness cache, did not lowercase
          name of zone to hash when setting lame.
        - lameness debugging printouts.

9 January 2009: Wouter
        - created svn tag for 1.2.0 release.
        - svn trunk contains 1.2.1 version number.
        - iana portlist updated for todays list.
        - removed debug print.

8 January 2009: Wouter
        - new version of ldns-trunk (today) included as tarball, fixed 
          bug #224, building with -j race condition.
        - remove possible race condition in the test for race conditions.

7 January 2009: Wouter
        - version 1.2.0 in preparation.
        - feature to allow wildcards (*, ?, [], {}. ~) in trusted-keys-file
          statements. (Adapted from patch by Paul Wouters).
        - typo fix and iana portlist updated.
        - porting testsuite; unused var warning, and type fixup.

6 January 2009: Wouter
        - fixup packet-of-death when compiled with --enable-debug.
          A malformed packet could cause an internal assertion failure.
        - added test for HINFO canonicalisation behaviour.
        - fixup reported problem with transparent local-zone data where
          queries with different type could get nxdomain. Now queries
          with a different name get resolved normally, with different type
          get a correct NOERROR/NODATA answer.
        - HINFO no longer downcased for validation, making unbound compatible
          with bind and ldns.
        - fix reading included config files when chrooted.
          Give full path names for include files.
          Relative path names work if the start dir equals the working dir.
        - fix libunbound message transport when no packet buffer is available.

5 January 2009: Wouter
        - fixup getaddrinfo failure handling for remote control port.
        - added L.ROOT-SERVERS.NET. AAAA 2001:500:3::42 to builtin root hints.
        - fixup so it works with libev-3.51 from http://dist.schmorp.de/libev/
        - comm_timer_set performs base_set operation after event_add.

18 December 2008: Wouter
        - fixed bug reported by Duane Wessels: error in DLV lookup, would make
          some zones that had correct DLV keys as insecure.
        - follows -rc makedist from ldns changes (no _rc).
        - ldns tarball updated with 1.4.1rc for DLV unit test.
        - verbose prints about recursion lame detection and server selection.
        - fixup BSD port for infra host storage. It hashed wrongly.
        - fixup makedist snapshot name generation.
        - do not reopen syslog to avoid dev/log dependency.

17 December 2008: Wouter
        - follows ldns makedist.sh. -rc option. autom4te dir removed.
        - unbound-control status command.
        - extended statistics has a number of ipv6 queries counter.
          contrib/unbound_munin_ was updated to draw ipv6 in the hits graph.

16 December 2008: Wouter
        - follow makedist improvements from ldns, for maintainers prereleases.
        - snapshot version uses _ not - to help rpm distinguish the
          version number.

11 December 2008: Wouter
        - better fix for bug #219: use LOG_NDELAY with openlog() call.
          Thanks to Tamas Tevesz.

9 December 2008: Wouter
        - bug #221 fixed: unbound checkconf checks if key files exist if
          remote control is enabled. Also fixed NULL printf when not chrooted.
        - iana portlist updated.

3 December 2008: Wouter
        - Fix problem reported by Jaco Engelbrecht where unbound-control stats
          freezes up unbound if this was compiled without threading, and
          was using multiple processes.
        - iana portlist updated.
        - test for remote control with interprocess communication.
        - created command distribution mechanism so that remote control
          commands other than 'stats' work on all processes in a nonthreaded
          compiled version. dump/load cache work, on the first process.
        - fixup remote control local_data addition memory corruption bug.

1 December 2008: Wouter
        - SElinux policy files in contrib/selinux for the unbound daemon,
          by Paul Wouters and Adam Tkac.

25 November 2008: Wouter
        - configure complains when --without-ssl is given (bug #220).
        - skip unsupported feature tests on vista/mingw.
        - fixup testcode/streamtcp to work on vista/mingw.
        - root-hints test checks version of dig required.
        - blacklisted servers are polled at a low rate (1%) to see if they
          come back up. But not if there is some other working server.

24 November 2008: Wouter
        - document that the user of the server daemon needs read privileges
          on the keys and certificates generated by unbound-control-setup.
          This is different per system or distribution, usually, running the
          script under the same username as the server uses suffices.
          i.e.  sudo -u unbound unbound-control-setup
        - testset port to vista/mingw.
        - tcp_sigpipe to freebsd port.

21 November 2008: Wouter
        - fixed tcp accept, errors were printed when they should not.
        - unbound-control-setup.sh removes read/write permissions other
          from the keys it creates (as suggested by Dmitriy Demidov).

20 November 2008: Wouter
        - fixup fatal error due to faulty error checking after tcp accept.
        - add check in rlimit to avoid integer underflow.
        - rlimit check with new formula; better estimate for number interfaces
        - nicer comments in rlimit check.
        - tag 1.1.1 created in svn.
        - trunk label is 1.1.2

19 November 2008: Wouter
        - bug #219: fixed so that syslog which delays opening until the first
          log line is written, gets a log line while not chroot'ed yet.

18 November 2008: Wouter
        - iana portlist updated.
        - removed cast in unit test debug print that was not 64bit safe.
        - trunk back to 1.1.0; copied to tags 1.1.0 release.
        - trunk to has version number 1.1.1 again.
        - in 1.1.1; make clean nicer. grammar in manpage.

17 November 2008: Wouter
        - theoretical fix for problems reported on mailing list.
          If a delegation point has no A but only AAAA and do-ip6 is no,
          resolution would fail. Fixed to ask for the A and AAAA records.
          It has to ask for both always, so that it can fail quietly, from
          TLD perspective, when a zone is only reachable on one transport.
        - test for above, only AAAA and doip6 is no. Fix causes A record
          for nameserver to be fetched.
        - fixup address duplication on cache fillup for delegation points.
        - testset updated for new query answer requirements.

14 November 2008: Wouter
        - created 1.1.0 release tag in svn.
        - trunk moved to 1.1.1
        - fixup unittest-neg for locking.

13 November 2008: Wouter
        - added fedora init and specfile to contrib (by Paul Wouters).
        - added configure check for ldns 1.4.0 (using its compat funcs).
        - neater comments in worker.h.
        - removed doc/plan and updated doc/TODO.
        - silenced EHOSTDOWN (verbosity 2 or higher to see it).
        - review comments from Jelte, Matthijs. Neater code.

12 November 2008: Wouter
        - add unbound-control manpage to makedist replace list.

11 November 2008: Wouter
        - unit test for negative cache, stress tests the refcounting.
        - fix for refcounting error that could cause fptr_wlist fatal exit
          in the negative cache rbtree (upcoming 1.1 feature). (Thanks to 
          Attila Nagy for testing).
        - nicer comments in cachedump about failed RR to string conversion.
        - fix 32bit wrap around when printing large (4G and more) mem usage
          for extended statistics.

10 November 2008: Wouter
        - fixup the getaddrinfo compat code rename.

8 November 2008: Wouter
        - added configure check for eee build warning.

7 November 2008: Wouter
        - fix bug 217: fixed, setreuid and setregid do not work on MacOSX10.4.
        - detect nonblocking problems in network stack in configure script.

6 November 2008: Wouter
        - dname_priv must decompress the name before comparison.
        - iana portlist updated.

5 November 2008: Wouter
        - fixed possible memory leak in key_entry_key deletion.
          Would leak a couple bytes when trust anchors were replaced.
        - if query and reply qname overlap, the bytes are skipped not copied.
        - fixed file descriptor leak when messages were jostled out that
          had outstanding (TCP) replies.
        - DNAMEs used from cache have their synthesized CNAMEs initialized
          properly.
        - fixed file descriptor leak for localzone type deny (for TCP).
        - fixed memleak at exit for nsec3 negative cached zones.
        - fixed memleak for the keyword 'nodefault' when reading config.
        - made verbosity of 'edns incapable peer' warning higher, so you
          do not get spammed by it.
        - caught elusive Bad file descriptor error bug, that would print the
          error while unnecessarily try to listen to a closed fd. Fixed.

4 November 2008: Wouter
        - fixed -Wwrite-strings warnings that result in better code.

3 November 2008: Wouter
        - fixup build process for Mac OSX linker, use ldns b32 compat funcs.
        - generated configure with autoconf-2.61.
        - iana portlist updated.
        - detect if libssl needs libdl.  For static linking with libssl.
        - changed to use new algorithm identifiers for sha256/sha512
          from ldns 1.4.0 (need very latest version).
        - updated the included ldns tarball.
        - proper detection of SHA256 and SHA512 functions (not just sizes).

23 October 2008: Wouter
        - a little more debug info for failure on signer names. prints names.

22 October 2008: Wouter
        - CFLAGS are picked up by configure from the environment.
        - iana portlist updated.
        - updated ldns to use 1.4.0-pre20081022 so it picks up CFLAGS too.
        - new stub-prime: yesno option. Default is off, so it does not prime.
          can be turned on to get same behaviour as previous unbound release.
        - made automated test that checks if builtin root hints are uptodate.
        - finished draft-wijngaards-dnsext-resolver-side-mitigation
          implementation. The unwanted-reply-threshold can be set.
        - fixup so fptr_whitelist test in alloc.c works.

21 October 2008: Wouter
        - fix update-anchors.sh, so it does not report different RR order
          as an update.  Sorts the keys in the file.  Updated copyright.
        - fixup testbound on windows, the command control pipe doesn't exist.
        - skip 08hostlib test on windows, no fork() available.
        - made unbound-remote work on windows.

20 October 2008: Wouter
        - quench a log message that is debug only.
        - iana portlist updated.
        - do not query bogus nameservers.  It is like nameservers that have 
          the NS or A or AAAA record bogus are listed as donotquery.
        - if server selection is faced with only bad choices, it will
          attempt to get more options to be fetched.
        - changed bogus-ttl default value from 900 to 60 seconds.
          In anticipation that operator caused failures are more likely than
          actual attacks at this time.  And thus repeated validation helps
          the operators get the problem fixed sooner.  It makes validation
          failures go away sooner (60 seconds after the zone is fixed).
          Also it is likely to try different nameserver targets every minute,
          so that if a zone is bad on one server but not another, it is 
          likely to pick up the 'correct' one after a couple minutes,
          and if the TTL is big enough that solves validation for the zone.
        - fixup unbound-control compilation on windows.

17 October 2008: Wouter
        - port Leopard/G5: fixup type conversion size_t/uint32.
          please ranlib, stop file without symbols warning.
        - harden referral path now also validates the root after priming.
          It looks up the root NS authoritatively as well as the root servers
          and attemps to validate the entries.

16 October 2008: Wouter
        - Fixup negative TTL values appearing (reported by Attila Nagy).

15 October 2008: Wouter
        - better documentation for 0x20; remove fallback TODO, it is done.
        - harden-referral-path feature includes A, AAAA queries for glue,
          as well as very careful NS caching (only when doing NS query).
          A, AAAA use the delegation from the NS-query.

14 October 2008: Wouter
        - fwd_three.tpkg test was flaky.  If the three requests hit the
          wrong threads by chance (or bad OS) then the test would fail.
          Made less flaky by increasing number of retries.
        - stub_udp.tpkg changed to work, give root hints. fixed ldns_dname_abs.
        - ldns tarball is snapshot of ldns r2759 (1.4.0-pre-20081014).
          Which includes the ldns_dname_absolute fix.
        - fwd_three test remains flaky now that unbound does not stop
          listening when full.  Thus, removed timeout problem.
          It may be serviced by three threads, or maybe by one.
          Mostly only useful for lock-check testing now.

13 October 2008: Wouter
        - fixed recursion servers deployed as authoritative detection, so
          that as a last resort, a +RD query is sent there to get the 
          correct answer.
        - iana port list update.
        - ldns tarball is snapshot of ldns r2759 (1.4.0-pre-20081013).

10 October 2008: Wouter
        - fixup tests - the negative cache contained the correct NSEC3s for
          two tests that are supposed to fail to validate.

9 October 2008: Wouter
        - negative cache caps max iterations of NSEC3 done.
        - NSEC3 negative cache for qtype DS works.

8 October 2008: Wouter
        - NSEC negative cache for DS.

6 October 2008: Wouter
        - jostle-timeout option, so you can config for slow links.
        - 0x20 fallback code.  Tries 3xnumber of nameserver addresses
          queries that must all be the same.  Sent to random nameservers.
        - documented choices for DoS, EDNS, 0x20.

2 October 2008: Wouter
        - fixup unlink of pidfile.
        - fixup SHA256 algorithm collation code.
        - contrib/update-anchor.sh does not overwrite anchors if not needed.
          exits 0 when a restart is needed, other values if not.
          so,  update-anchor.sh -d mydir && /etc/rc.d/unbound restart
          can restart unbound exactly when needed.

30 September 2008: Wouter
        - fixup SHA256 DS downgrade, no longer possible to downgrade to SHA1.
        - tests for sha256 support and downgrade resistance.
        - RSASHA256 and RSASHA512 support (using the draft in dnsext),
          using the drafted protocol numbers.
        - when using stub on localhost (127.0.0.1@10053) unbound works.
          Like when running NSD to host a local zone, on the same machine.
          The noprime feature. manpages more explanation. Added a test for it.
        - shorthand for reverse PTR,  local-data-ptr: "1.2.3.4 www.ex.com"

29 September 2008: Wouter
        - EDNS lameness detection, if EDNS packets are dropped this is
          detected, eventually.
        - multiple query timeout rtt backoff does not backoff too much.

26 September 2008: Wouter
        - tests for remote-control.
        - small memory leak in exception during remote control fixed.
        - fixup for lock checking but not unchecking in remote control.
        - iana portlist updated.

23 September 2008: Wouter
        - Msg cache is loaded. A cache load enables cache responses.
        - unbound-control flush [name], flush_type and flush_zone.

22 September 2008: Wouter
        - dump_cache and load_cache statements in unbound-control.
          RRsets are dumped and loaded correctly.
          Msg cache is dumped.

19 September 2008: Wouter
        - locking on the localdata structure.
        - add and remove local zone and data with unbound-control.
        - ldns trunk snapshot updated, make tests work again.

18 September 2008: Wouter
        - fixup error in time calculation.
        - munin plugin improvements.
        - nicer abbreviations for high query types values (ixfr, axfr, any...)
        - documented the statistics output in unbound-control man page.
        - extended statistics prints out histogram, over unbound-control.

17 September 2008: Wouter
        - locking for threadsafe bogus rrset counter.
        - ldns trunk no longer exports b32 functions, provide compat.
        - ldns tarball updated.
        - testcode/ldns-testpkts.c const fixups.
        - fixed rcode stat printout.
        - munin plugin in contrib.
        - stats always printout uptime, because stats plugins need it.

16 September 2008: Wouter
        - extended-statistics: yesno config option.
        - unwanted replies spoof nearmiss detector.
        - iana portlist updated.

15 September 2008: Wouter
        - working start, stop, reload commands for unbound-control.
        - test for unbound-control working; better exit value for control.
        - verbosity control via unbound-control.
        - unbound-control stats.

12 September 2008: Wouter
        - removed browser control mentions. Proto speccy.

11 September 2008: Wouter
        - set nonblocking on new TCP streams, because linux does not inherit
          the socket options to the accepted socket.
        - fix TCP timeouts.
        - SSL protected connection between server and unbound-control.

10 September 2008: Wouter
        - remove memleak in privacy addresses on reloads and quits.
        - remote control work.

9 September 2008: Wouter
        - smallapp/unbound-control-setup.sh script to set up certificates.

4 September 2008: Wouter
        - scrubber scrubs away private addresses.
        - test for private addresses. man page entry.
        - code refactored for name and address tree lookups.

3 September 2008: Wouter
        - options for 'DNS Rebinding' protection: private-address and
          private-domain.
        - dnstree for reuse of routines that help with domain, addr lookups.
        - private-address and private-domain config option read, stored.

2 September 2008: Wouter
        - DoS protection features. Queries are jostled out to make room.
        - testbound can pass time, increasing the internal timer.
        - do not mark unsigned additionals bogus, leave unchecked, which
          is removed too.

1 September 2008: Wouter
        - disallow nonrecursive queries for cache snooping by default.
          You can allow is using access-control: <subnet> allow_snoop.
          The defaults do allow access no authoritative data without RD bit.
        - two tests for it and fixups of tests for nonrec refused.

29 August 2008: Wouter
        - version 1.1 number in trunk.
        - harden-referral-path option for query for NS records.
          Default turns off expensive, experimental option.

28 August 2008: Wouter
        - fixup logfile handling; it is created with correct permissions
          again. (from bugfix#199).
          Some errors are not written to logfile (pidfile writing, forking),
          and these are only visible by using the -d commandline flag.

27 August 2008: Wouter
        - daemon(3) is causing problems for people. Reverting the patch.
          bug#200, and 199 and 203 contain sideline discussion on it.
        - bug#199 fixed: pidfile can be outside chroot. openlog is done before
          chroot and drop permissions.
        - config option to set size of aggressive negative cache,
          neg-cache-size.
        - bug#203 fixed: dlv has been implemented.

26 August 2008: Wouter
        - test for insecure zone when DLV is in use, also does negative cache.
        - test for trustanchor when DLV is in use (the anchor works).
        - test for DLV used for a zone below a trustanchor.
        - added scrub filter for overreaching NSEC records and unit test.
        - iana portlist update
        - use of setresuid or setreuid when available.
        - use daemon(3) if available.

25 August 2008: Wouter
        - realclean patch from Robert Edmonds.

22 August 2008: Wouter
        - nicer debuglogging of DLV.
        - test with secure delegation inside the DLV repository.

21 August 2008: Wouter
        - negative cache code linked into validator, for DLV use.
          negative cache works for DLV.
        - iana portlist update.
        - dlv-anchor option for unit tests.
        - fixup NSEC_AT_APEX classification for short typemaps.
        - ldns-testns has subdomain checks, for unit tests.

20 August 2008: Wouter
        - negative cache code, reviewed.

18 August 2008: Wouter
        - changes info: in logfile to notice: info: or debug: depending on 
          the verbosity of the statements.  Better logfile message
          classification.
        - bug #208: extra rc.d unbound flexibility for freebsd/nanobsd.

15 August 2008: Wouter
        - DLV nsec code fixed for better detection of closest existing 
          enclosers from NSEC responses.
        - DLV works, straight to the dlv repository, so not for production.
        - Iana port update.

14 August 2008: Wouter
        - synthesize DLV messages from the rrset cache, like done for DS.

13 August 2008: Wouter
        - bug #203: nicer do-auto log message when user sets incompatible
          options.
        - bug #204: variable name ameliorated in log.c.
        - bug #206: in iana_update, no egrep, but awk use.
        - ldns snapshot r2699 taken (includes DLV type).
        - DLV work, config file element, trust anchor read in.

12 August 2008: Wouter
        - finished adjusting testset to provide qtype NS answers.

11 August 2008: Wouter
        - Fixup rrset security updates overwriting 2181 trust status.
          This makes validated to be insecure data just as worthless as
          nonvalidated data, and 2181 rules prevent cache overwrites to them.
        - Fix assertion fail on bogus key handling.
        - dnssec lameness detection works on first query at trust apex.
        - NS queries get proper cache and dnssec lameness treatment.
        - fixup compilation without pthreads on linux.

8 August 2008: Wouter
        - NS queries are done after every referral.
          validator is used on those NS records (if anchors enabled).

7 August 2008: Wouter
        - Scrubber more strict. CNAME chains, DNAMEs from cache, other 
          irrelevant rrsets removed.
        - 1.0.2 released from 1.0 support branch.
        - fixup update-anchor.sh to work both in BSD shell and bash.

5 August 2008: Wouter
        - fixup DS test so apex nodata works again.

4 August 2008: Wouter
        - iana port update. 
        - TODO update.
        - fix bug 201: null ptr deref on cleanup while udp pkts wait for port.
        - added explanatory text for outgoing-port-permit in manpage.

30 July 2008: Wouter
        - fixup bug qtype DS for unsigned zone and signed parent validation.

25 July 2008: Wouter
        - added original copyright statement of OpenBSD arc4random code.
        - created tube signaling solution on windows, as a pipe replacement.
          this makes background asynchronous resolution work on windows.
        - removed very insecure socketpair compat code. It also did not
          work with event_waiting. Solved by pipe replacement.
        - unbound -h prints openssl version number as well.

22 July 2008: Wouter
        - moved pipe actions to util/tube.c. easier porting and shared code.
        - check _raw() commpoint callbacks with fptr_wlist.
        - iana port update.

21 July 2008: Wouter
        - #198: nicer entropy warning message. manpage OS hints.

19 July 2008: Wouter
        - #198: fixup man page to suggest chroot entropy fix.

18 July 2008: Wouter
        - branch for 1.0 support.
        - trunk work on tube.c.

17 July 2008: Wouter
        - fix bug #196, compile outside source tree.
        - fix bug #195, add --with-username=user configure option.
        - print error and exit if started with config that requires more
          fds than the builtin minievent can handle.

16 July 2008: Wouter
        - made svn tag 1.0.1, trunk now 1.0.2
        - sha256 checksums enabled in makedist.sh

15 July 2008: Wouter
        - Follow draft-ietf-dnsop-default-local-zones-06 added reverse
          IPv6 example prefix to AS112 default blocklist.
        - fixup lookup of DS records by client with trustanchor for same.
        - libunbound ub_resolve, fix handling of error condition during setup.
        - lowered log_hex blocksize to fit through BSD syslog linesize.
        - no useless initialisation if getpwnam not available.
        - iana, ldns snapshot updated.

3 July 2008: Wouter
        - Matthijs fixed memory leaks in root hints file reading.

26 June 2008: Wouter
        - fixup streamtcp bounds setting for udp mode, in the test framework.
        - contrib item for updating trust anchors.

25 June 2008: Wouter
        - fixup fwd_ancil test typos.
        - Fix for newegg lameness : ok for qtype=A, but lame for others.
        - fixup unit test for infra cache, test lame merging.
        - porting to mingw, bind, listen, getsockopt and setsockopt error
          handling.

24 June 2008: Wouter
        - removed testcode/checklocks from production code compilation path.
        - streamtcp can use UDP mode (connected UDP socket), for testing IPv6
          on windows.
        - fwd_ancil test fails if platform support is lacking.

23 June 2008: Wouter
        - fixup minitpkg to cleanup on windows with its file locking troubles.
        - minitpkg shows skipped tests in report.
        - skip ipv6 tests on ipv4 only hosts (requires only ipv6 localhost not
          ipv6 connectivity).
        - winsock event handler keeps track of sticky TCP events, that have
          not been fully handled yet. when interest in the event(s) resumes,
          they are sent again. When WOULDBLOCK is returned events are cleared.
        - skip tests that need signals when testing on mingw.

18 June 2008: Wouter
        - open testbound replay files in binary mode, because fseek/ftell
          do not work in ascii-mode on windows. The b does nothing on unix.
          unittest and testbound tests work on windows (xp too).
        - ioctlsocket prints nicer error message.
        - fixed up some TCP porting for winsock.
        - lack of IPv6 gives a warning, no fatal error.
        - use WSAGetLastError() on windows instead of errno for some errors.

17 June 2008: Wouter
        - outgoing num fds 32 by default on windows ; it supports less
          fds for waiting on than unixes.
        - winsock_event minievent handler for windows. (you could also
          attempt to link with libevent/libev ports for windows).
        - neater crypto check and gdi32 detection.
        - unbound.exe works to resolve and validate www.nlnetlabs.nl on vista.

16 June 2008: Wouter
        - on windows, use windows threads, mutex and thread-local-storage(Tls).
        - detect if openssl needs gdi32.
        - if no threading, THREADS_DISABLED is defined for use in the code.
        - sets USE_WINSOCK if using ws2_32 on windows.
        - wsa_strerror() function for more readable errors.
        - WSA Startup and Cleanup called in unbound.exe.

13 June 2008: Wouter
        - port mingw32, more signal ifdefs, detect sleep, usleep, 
          random, srandom (used inside the tests).
        - signed or unsigned FD_SET is cast.

10 June 2008: Wouter
        - fixup warnings compiling on eeepc xandros linux.

9 June 2008: Wouter
        - in iteration response type code
          * first check for SOA record (negative answer) before NS record
            and lameness.
          * check if no AA bit for non-forwarder, and thus lame zone.
            In response to error report by Richard Doty for mail.opusnet.com.
        - fixup unput warning from lexer on freeBSD.
        - bug#183. pidfile, rundir, and chroot configure options. Also the
          example.conf and manual pages get the configured defaults.
          You can use: (or accept the defaults to /usr/local/etc/unbound/)
          --with-conf-file=filename
          --with-pidfile=filename
          --with-run-dir=path
          --with-chroot-dir=path

8 June 2008: Wouter
        - if multiple CNAMEs, use the first one. Fixup akamai CNAME bug.
          Reported by Robert Edmonds.
        - iana port updated.

4 June 2008: Wouter
        - updated libtool files with newer version.
        - iana portlist updated.

3 June 2008: Wouter
        - fixup local-zone: "30.172.in-addr.arpa." nodefault, so that the
          trailing dot is not used during comparison.

2 June 2008: Wouter
        - Jelte fixed bugs in my absence
          - bug 178: fixed unportable shell usage in configure (relied on 
            bash shell).
          - bug 180: fixed buffer overflow in unbound-checkconf use of strncat.
          - bug 181: fixed buffer overflow in ldns (called by unbound to parse
            config file parts).
        - fixes by Wouter
          - bug 177: fixed compilation failure on opensuse, the 
            --disable-static configure flag caused problems.  (Patch from 
            Klaus Singvogel)
          - bug 179: same fix as 177.
          - bug 185: --disable-shared not passed along to ldns included with 
            unbound. Fixed so that configure parameters are passed to the
            subdir configure script.
            fixed that ./libtool is used always, you can still override
            manually with ./configure libtool=mylibtool or set $libtool in
            the environment.
        - update of the ldns tarball to current ldns svn version (fix 181).
        - bug 184: -r option for unbound-host, read resolv.conf for 
          forwarder. (Note that forwarder must support DNSSEC for validation
          to succeed).

23 May 2008: Wouter
        - mingw32 porting.
          - test for sys/wait.h
          - WSAEWOULDBLOCK test after nonblocking TCP connect.
          - write_iov_buffer removed: unused and no struct iov on windows.
          - signed/unsigned warning fixup mini_event.
          - use ioctlsocket to set nonblocking I/O if fnctl is unavailable.
          - skip signals that are not defined
          - detect pwd.h.
          - detect getpwnam, getrlimit, setsid, sbrk, chroot.
          - default config has no chroot if chroot() unavailable.
          - if no kill() then no pidfile is read or written.
          - gmtime_r is replaced by nonthreadsafe alternative if unavail.
            used in rrsig time validation errors.

22 May 2008: Wouter
        - contrib unbound.spec from Patrick Vande Walle.
        - fixup bug#175: call tzset before chroot to have correct timestamps
          in system log.
        - do not generate lex input and lex unput functions.
        - mingw port. replacement functions labelled _unbound.
        - fix bug 174 - check for tcp_sigpipe that ldns-testns is installed.

19 May 2008: Wouter
        - fedora 9, check in6_pktinfo define in configure.
        - CREDITS fixup of history.
        - ignore ldns-1.2.2 if installed, use builtin 1.3.0-pre alternative.

16 May 2008: Wouter
        - fixup for MacOSX hosts file reading (reported by John Dickinson).
        - created 1.0.0 svn tag.
        - trunk version 1.0.1.

14 May 2008: Wouter
        - accepted patch from Ondrej Sury for library version libtool option.
        - configure --disable-rpath fixes up libtool for rpath trouble.
          Adapted from debian package patch file.

13 May 2008: Wouter
        - Added root ipv6 addresses to builtin root hints.
        - TODO modified for post 1.0 plans.
        - trunk version set to 1.0.0.
        - no unnecessary linking with librt (only when libevent/libev used).

7 May 2008: Wouter
        - fixup no-ip4 problem with error callback in outside network.

25 April 2008: Wouter
        - DESTDIR is honored by the Makefile for rpms.
        - contrib files unbound.spec and unbound.init, builds working RPM
          on FC7 Linux, a chrooted caching resolver, and libunbound.
        - iana ports update.

24 April 2008: Wouter
        - chroot checks improved. working directory relative to chroot.
          checks if config file path is inside chroot. Documentation on it.
        - nicer example.conf text.
        - created 0.11 tag.

23 April 2008: Wouter
        - parseunbound.pl contrib update from Kai Storbeck for threads.
        - iana ports update

22 April 2008: Wouter
        - ignore SIGPIPE.
        - unit test for SIGPIPE ignore.

21 April 2008: Wouter
        - FEATURES document.
        - fixup reread of config file if it was given as a full path
          and chroot was used.

16 April 2008: Wouter
        - requirements doc, updated clean query returns.
        - parseunbound.pl update from Kai Storbeck.
        - sunos4 porting changes.

15 April 2008: Wouter
        - fixup default rc.d pidfile location to /usr/local/etc.
        - iana ports updated.
        - copyright updated in ldns-testpkts to keep same as in ldns.
        - fixup checkconf chroot tests a bit more, chdir must be inside
          chroot dir.
        - documented 'gcc: unrecognized -KPIC option' errors on Solaris.
        - example.conf values changed to /usr/local/etc/unbound
        - DSA test work.
        - DSA signatures: unbound is compatible with both encodings found.
          It will detect and convert when necessary.

14 April 2008: Wouter
        - got update for parseunbound.pl statistics script from Kai Storbeck.
        - tpkg tests for udp wait list.
        - documented 0x20 status.
        - fixup chroot and checkconf, it is much smarter now.
        - fixup DSA EVP signature decoding. Solution that Jelte found copied.
        - and check first sig byte for the encoding type.

11 April 2008: Wouter
        - random port selection out of the configged ports.
        - fixup threadsafety for libevent-1.4.3+ (event_base_get_method).
        - removed base_port.
        - created 256-port ephemeral space for the OS, 59802 available.
        - fixup consistency of port_if out array during heavy use.

10 April 2008: Wouter
        - --with-libevent works with latest libevent 1.4.99-trunk.
        - added log file statistics perl script to contrib.
        - automatic iana ports update from makefile. 60058 available.

9 April 2008: Wouter
        - configure can detect libev(from its build directory) when passed
          --with-libevent=/home/wouter/libev-3.2
          libev-3.2 is a little faster than libevent-1.4.3-stable (about 5%).
        - unused commpoints not listed in epoll list.
        - statistics-cumulative option so that the values are not reset.
        - config creates array of available ports, 61841 available,
          it excludes <1024 and iana assigned numbers.
          config statements to modify the available port numbers.

8 April 2008: Wouter
        - unbound tries to set the ulimit fds when started as server.
          if that does not work, it will scale back its requirements.

27 March 2008: Wouter
        - documented /dev/random symlink from chrootdir as FAQ entry.

26 March 2008: Wouter
        - implemented AD bit signaling. If a query sets AD bit (but not DO)
          then the AD bit is set in the reply if the answer validated.
          Without including DNSSEC signatures. Useful if you have a trusted
          path from the client to the resolver. Follows dnssec-updates draft.

25 March 2008: Wouter
        - implemented check that for NXDOMAIN and NOERROR answers a query
          section must be present in the reply (by the scrubber). And it must
          be equal to the question sent, at least lowercase folded.
          Previously this feature happened because the cache code refused
          to store such messages. However blocking by the scrubber makes 
          sure nothing gets into the RRset cache. Also, this looks like a
          timeout (instead of an allocation failure) and this retries are
          done (which is useful in a spoofing situation).
        - RTT banding. Band size 400 msec, this makes band around zero (fast)
          include unknown servers. This makes unbound explore unknown servers.

7 March 2008: Wouter
        - -C config feature for harvest program. 
        - harvest handles CNAMEs too.

5 March 2008: Wouter
        - patch from Hugo Koji Kobayashi for iterator logs spelling.

4 March 2008: Wouter
        - From report by Jinmei Tatuya, rfc2181 trust value for remainder
          of a cname trust chain is lower; not full answer_AA. 
        - test for this fix.
        - default config file location is /usr/local/etc/unbound.
          Thus prefix is used to determine the location. This is also the
          chroot and pidfile default location.

3 March 2008: Wouter
        - Create 0.10 svn tag.
        - 0.11 version in trunk.
        - indentation nicer.

29 February 2008: Wouter
        - documentation update.
        - fixup port to Solaris of perf test tool.
        - updated ldns-tarball with decl-after-statement fixes.

28 February 2008: Wouter
        - fixed memory leaks in libunbound (during cancellation and wait).
        - libunbound returns the answer packet in full.
        - snprintf compat update.
        - harvest performs lookup.
        - ldns-tarball update with fix for ldns_dname_label.
        - installs to sbin by default.
        - install all manual pages (unbound-host and libunbound too).

27 February 2008: Wouter
        - option to use caps for id randomness.
        - config file option use-caps-for-id: yes
        - harvest debug tool

26 February 2008: Wouter
        - delay utility delays TCP as well. If the server that is forwarded 
          to has a TCP error, the delay utility closes the connection.
        - delay does REUSE_ADDR, and can handle a server that closes its end.
        - answers use casing from query.

25 February 2008: Wouter
        - delay utility works. Gets decent thoughput too (>20000).

22 February 2008: Wouter
        - +2% for recursions, if identical queries (except for destination
          and query ID) in the reply list, avoid re-encoding the answer.
        - removed TODO items for optimizations that do not show up in
          profile reports.
        - default is now minievent - not libevent. As its faster and
          not needed for regular installs, only for very large port ranges.
        - loop check different speedup pkt-dname-reading, 1% faster for
          nocache-recursion check.
        - less hashing during msg parse, 4% for recursion.
        - small speed fix for dname_count_size_labels, +1 or +2% recursion.
        - some speed results noted:
          optimization resulted in +40% for recursion (cache miss) and
          +70 to +80 for cache hits, and +96% for version.bind.
          zone nsec3 example, 100 NXDOMAIN queries, NSD 35182.8 Ub 36048.4
          www.nlnetlabs.nl from cache: BIND 8987.99 Ub 31218.3
          www with DO bit set : BIND 8269.31 Ub 28735.6 qps.
          So, unbound can be about equal qps to NSD in cache hits.
          And about 3.4x faster than BIND in cache performance.
        - delay utility for testing.

21 February 2008: Wouter
        - speedup of root-delegation message encoding by 15%.
        - minor speedup of compress tree_lookup, maybe 1%.
        - speedup of dname_lab_cmp and memlowercmp - the top functions in 
          profiler output, maybe a couple percent when it matters.

20 February 2008: Wouter
        - setup speec_cache for need-ldns-testns in dotests.
        - check number of queued replies on incoming queries to avoid overload
          on that account.
        - fptr whitelist checks are not disabled in optimize mode.
        - do-daemonize config file option.
        - minievent time share initializes time at start.
        - updated testdata for nsec3 new algorithm numbers (6, 7).
        - small performance test of packet encoding (root delegation).

19 February 2008: Wouter
        - applied patch to unbound-host man page from Jan-Piet Mens.
        - fix donotquery-localhost: yes default (it erroneously was switched
          to default 'no').
        - time is only gotten once and the value is shared across unbound.
        - unittest cleans up crypto, so that it has no memory leaks.
        - mini_event shares the time value with unbound this results in 
          +3% speed for cache responses and +9% for recursions.
        - ldns tarball update with new NSEC3 sign code numbers.
        - perform several reads per UDP operation. This improves performance
          in DoS conditions, and costs very little in normal conditions.
          improves cache response +50%, and recursions +10%.
        - modified asynclook test. because the callback from async is not
          in any sort of lock (and thus can use all library functions freely),
          this causes a tiny race condition window when the last lock is 
          released for a callback and a new cancel() for that callback.
          The only way to remove this is by putting callbacks into some 
          lock window. I'd rather have the small possibility of a callback
          for a cancelled function then no use of library functions in 
          callbacks. Could be possible to only outlaw process(), wait(),
          cancel() from callbacks, by adding another lock, but I'd rather not.

18 February 2008: Wouter
        - patch to unbound-host from Jan-Piet Mens.
        - unbound host prints errors if fails to configure context.
        - fixup perf to resend faster, so that long waiting requests do
          not hold up the queue, they become lost packets or SERVFAILs,
          or can be sent a little while later (i.e. processing time may 
          take long, but throughput has to be high).
        - fixup iterator operating in no cache conditions (RD flag unset
          after a CNAME).
        - streamlined code for RD flag setting.
        - profiled code and changed dname compares to be faster. 
          The speedup is about +3% to +8% (depending on the test).
        - minievent tests for eintr and eagain.

15 February 2008: Wouter
        - added FreeBSD rc.d script to contrib.
        - --prefix option for configure also changes directory: pidfile:
          and chroot: defaults in config file.
        - added cache speed test, for cache size OK and cache too small.

14 February 2008: Wouter
        - start without a config file (will complain, but start with
          defaults).
        - perf test program works.

13 February 2008: Wouter
        - 0.9 released.
        - 1.0 development. Printout ldns version on unbound -h.
        - start of perf tool.
        - bugfix to read empty lines from /etc/hosts.

12 February 2008: Wouter
        - fixup problem with configure calling itself if ldns-src tarball
          is not present.

11 February 2008: Wouter
        - changed library to use ub_ instead of ub_val_ as prefix.
        - statistics output text nice.
        - etc/hosts handling.
        - library function to put logging to a stream.
        - set any option interface.

8 February 2008: Wouter
        - test program for multiple queries over a TCP channel.
        - tpkg test for stream tcp queries.
        - unbound replies to multiple TCP queries on a TCP channel.
        - fixup misclassification of root referral with NS in answer
          when validating a nonrec query.
        - tag 0.9
        - layout of manpages, spelling fix in header, manpages process by
          makedist, list asynclook and tcpstream tests as ldns-testns
          required.

7 February 2008: Wouter
        - moved up all current level 2 to be level 3. And 3 to 4.
          to make room for new debug level 2 for detailed information 
          for operators.
        - verbosity level 2. Describes recursion and validation.
        - cleaner configure script and fixes for libevent solaris.
        - signedness for log output memory sizes in high verbosity.

6 February 2008: Wouter
        - clearer explanation of threading configure options.
        - fixup asynclook test for nothreading (it creates only one process
          to do the extended test).
        - changed name of ub_val_result_free to ub_val_resolve_free.
        - removes warning message during library linking, renamed
          libunbound/unbound.c -> libunbound.c and worker to libworker.
        - fallback without EDNS if result is NOTIMPL as well as on FORMERR.

5 February 2008: Wouter
        - statistics-interval: seconds option added.
        - test for statistics option
        - ignore errors making directories, these can occur in parallel builds
        - fixup Makefile strip command and libunbound docs typo.

31 January 2008: Wouter
        - bg thread/process reads and writes the pipe nonblocking all the time
          so that even if the pipe is buffered or so, the bg thread does not
          block, and services both pipes and queries.

30 January 2008: Wouter
        - check trailing / on chrootdir in checkconf.
        - check if root hints and anchor files are in chrootdir.
        - no route to host tcp error is verbosity level 2. 
        - removed unused send_reply_iov. and its configure check.
        - added prints of 'remote address is 1.2.3.4 port 53' to errors
          from netevent; the basic socket errors.

28 January 2008: Wouter
        - fixup uninit use of buffer by libunbound (query id, flags) for
          local_zone answers.
        - fixup uninit warning from random.c; also seems to fix sporadic
          sigFPE coming out of openssl.
        - made openssl entropy warning more silent for library use. Needs
          verbosity 1 now.
        - fixup forgotten locks for rbtree_searches on ctx->query tree.
        - random generator cleanup - RND_STATE_SIZE removed, and instead
          a super-rnd can be passed at init to chain init random states.
        - test also does lock checks if available.
        - protect config access in libworker_setup().
        - libevent doesn't like comm_base_exit outside of runloop.
        - close fds after removing commpoints only (for epoll, kqueue).

25 January 2008: Wouter
        - added tpkg for asynclook and library use. 
        - allows localhost to be queried when as a library.
        - fixup race condition between cancel and answer (in case of
          really fast answers that beat the cancel).
        - please doxygen, put doxygen comment in one place.
        - asynclook -b blocking mode and test.
        - refactor asynclook, nicer code.
        - fixup race problems from opensll in rand init from library, with
          a mutex around the rand init.
        - fix pass async_id=NULL to _async resolve().
        - rewrote _wait() routine, so that it is threadsafe.
        - cancelation is threadsafe.
        - asynclook extended test in tpkg.
        - fixed two races where forked bg process waits for (somehow shared?)
          locks, so does not service the query pipe on the bg side.
          Now those locks are only held for fg_threads and for bg_as_a_thread.

24 January 2008: Wouter
        - tested the cancel() function.
        - asynclook -c (cancel) feature.
        - fix fail to allocate context actions.
        - make pipe nonblocking at start.
        - update plane for retry mode with caution to limit bandwidth.
        - fix Makefile for concurrent make of unbound-host.
        - renamed ub_val_ctx_wait/poll/process/fd to ub_val*.
        - new calls to set forwarding added to header and docs.

23 January 2008: Wouter
        - removed debug prints from if-auto, verb-algo enables some.
        - libunbound QUIT setup, remove memory leaks, when using threads
          will share memory for passing results instead of writing it over
          the pipe, only writes ID number over the pipe (towards the handler
          thread that does process() ).

22 January 2008: Wouter
        - library code for async in libunbound/unbound.c.
        - fix link testbound.
        - fixup exit bug in mini_event.
        - background worker query enter and result functions.
        - bg query test application asynclook, it looks up multiple
          hostaddresses (A records) at the same time.

21 January 2008: Wouter
        - libworker work, netevent raw commpoints, write_msg, serialize.

18 January 2008: Wouter
        - touch up of manpage for libunbound.
        - support for IP_RECVDSTADDR (for *BSD ip4).
        - fix for BSD, do not use ip4to6 mapping, make two sockets, once
          ip6 and once ip4, uses socket options.
        - goodbye ip4to6 mapping.
        - update ldns-testpkts with latest version from ldns-trunk.
        - updated makedist for relative ldns pathnames.
        - library API with more information inside the result structure.
        - work on background resolves.

17 January 2008: Wouter
        - fixup configure in case -lldns is installed.
        - fixup a couple of doxygen warnings, about enum variables.
        - interface-automatic now copies the interface address from the
          PKT_INFO structure as well.
        - manual page with library API, all on one page 'man libunbound'.
        - rewrite of PKTINFO structure, it also captures IP4 PKTINFO.

16 January 2008: Wouter
        - incoming queries to the server with TC bit on are replied FORMERR.
        - interface-automatic replied the wrong source address on localhost
          queries. Seems to be due to ifnum=0 in recvmsg PKTINFO. Trying
          to use ifnum=-1 to mean 'no interface, use kernel route'.

15 January 2008: Wouter
        - interface-automatic feature. experimental. Nice for anycast.
        - tpkg test for ip6 ancillary data.
        - removed debug prints.
        - porting experience, define for Solaris, test refined for BSD
          compatibility. The feature probably will not work on OpenBSD.
        - makedist fixup for ldns-src in build-dir.

14 January 2008: Wouter
        - in no debug sets NDEBUG to remove asserts.
        - configure --enable-debug is needed for dependency generation
          for assertions and for compiler warnings.
        - ldns.tgz updated with ldns-trunk (where buffer.h is updated).
        - fix lint, unit test in optimize mode.
        - default access control allows ::ffff:127.0.0.1 v6mapped localhost.
        
11 January 2008: Wouter
        - man page, warning removed.
        - added text describing the use of stub zones for private zones.
        - checkconf tests for bad hostnames (IP address), and for doubled
          interface lines.
        - memory sizes can be given with 'k', 'Kb', or M or G appended.

10 January 2008: Wouter
        - typo in example.conf.
        - made using ldns-src that is included the package more portable
          by linking with .lo instead of .o files in the ldns package.
        - nicer do-ip6: yes/no documentation.
        - nicer linking of libevent .o files.
        - man pages render correctly on solaris.

9 January 2008: Wouter
        - fixup openssl RAND problem, when the system is not configured to
          give entropy, and the rng needs to be seeded.

8 January 2008: Wouter
        - print median and quartiles with extensive logging.

4 January 2008: Wouter
        - document misconfiguration in private network.

2 January 2008: Wouter
        - fixup typo in requirements.
        - document that 'refused' is a better choice than 'drop' for 
          the access control list, as refused will stop retries.

7 December 2007: Wouter
        - unbound-host has a -d option to show what happens. This can help
          with debugging (why do I get this answer).
        - fixup CNAME handling, on nodata, sets and display canonname.
        - dot removed from CNAME display.
        - respect -v for NXDOMAINs.
        - updated ldns-src.tar.gz with ldns-trunk today (1.2.2 fixes).
        - size_t to int for portability of the header file.
        - fixup bogus handling.
        - dependencies and lint for unbound-host.

6 December 2007: Wouter
        - library resolution works in foreground mode, unbound-host app
          receives data.
        - unbound-host prints rdata using ldns.
        - unbound-host accepts trust anchors, and prints validation
          information when you give -v.

5 December 2007: Wouter
        - locking in context_new() inside the function.
        - setup of libworker.

4 December 2007: Wouter
        - minor Makefile fixup.
        - moved module-stack code out of daemon/daemon into services/modstack,
          preparing for code-reuse.
        - move context into own header file.
        - context query structure.
        - removed unused variable pwd from checkconf.
        - removed unused assignment from outside netw.
        - check timeval length of string.
        - fixup error in val_utils getsigner.
        - fixup same (*var) error in netblocktostr.
        - fixup memleak on parse error in localzone.
        - fixup memleak on packet parse error.
        - put ; after union in parser.y.
        - small hardening in iter_operate against iq==NULL.
        - hardening, if error reply with rcode=0 (noerror) send servfail.
        - fixup same (*var) error in find_rrset in msgparse, was harmless.
        - check return value of evtimer_add().
        - fixup lockorder in lruhash_reclaim(), building up a list of locked
          entries one at a time. Instead they are removed and unlocked.
        - fptr_wlist for markdelfunc.
        - removed is_locked param from lruhash delkeyfunc.
        - moved bin_unlock during bin_split purely to please.

3 December 2007: Wouter
        - changed checkconf/ to smallapp/ to make room for more support tools.
          (such as unbound-host).
        - install dirs created with -m 755 because they need to be accessible.
        - library extensive featurelist added to TODO.
        - please doxygen, lint.
        - library test application, with basic functionality.
        - fix for building in a subdirectory. 
        - link lib fix for Leopard.

30 November 2007: Wouter
        - makefile that creates libunbound.la, basic file or libunbound.a
          when creating static executables (no libtool).
        - more API setup.

29 November 2007: Wouter
        - 0.9 public API start.

28 November 2007: Wouter
        - Changeup plan for 0.8 - no complication needed, a simple solution
          has been chosen for authoritative features.
        - you can use single quotes in the config file, so it is possible
          to specify TXT records in local data.
        - fixup small memory problem in implicit transparent zone creation.
        - test for implicit zone creation and multiple RR RRsets local data.
        - local-zone nodefault test.
        - show testbound testlist on commit.
        - iterator normalizer changes CNAME chains ending in NXDOMAIN where
          the packet got rcode NXDOMAIN into rcode NOERROR. (since the initial
          domain exists).
        - nicer verbosity: 0 and 1 levels.
        - lower nonRDquery chance of eliciting wrongly typed validation
          requiring message from the cache.
        - fix for nonRDquery validation typing; nodata is detected when
          SOA record in auth section (all validation-requiring nodata messages
          have a SOA record in authority, so this is OK for the validator),
          and NS record is needed to be a referral.
        - duplicate checking when adding NSECs for a CNAME, and test.
        - created svn tag 0.8, after completing testbed tests.

27 November 2007: Wouter
        - per suggestion in rfc2308, replaced default max-ttl value with 1 day.
        - set size of msgparse lookup table to 32, from 1024, so that its size
          is below the 2048 regional large size threshold, and does not cause
          a call to malloc when a message is parsed.
        - update of memstats tool to print number of allocation calls.
          This is what is taking time (not space) and indicates the avg size
          of the allocations as well. region_alloc stat is removed.

22 November 2007: Wouter
        - noted EDNS in-the-middle dropping trouble as a TODO.
          At this point theoretical, no user trouble has been reported.
        - added all default AS112 zones.
        - answers from local zone content.
                * positive answer, the rrset in question
                * nodata answer (exist, but not that type).
                * nxdomain answer (domain does not exist).
                * empty-nonterminal answer.
                * But not: wildcard, nsec, referral, rrsig, cname/dname,
                        or additional section processing, NS put in auth.
        - test for correct working of static and transparent and couple
          of important defaults (localhost, as112, reverses). 
          Also checks deny and refuse settings.
        - fixup implicit zone generation and AA bit for NXDOMAIN on localdata.

21 November 2007: Wouter
        - local zone internal data setup.

20 November 2007: Wouter
        - 0.8 - str2list config support for double string config options.
        - local-zone and local-data options, config storage and documentation.

19 November 2007: Wouter
        - do not downcase NSEC and RRSIG for verification. Follows 
          draft-ietf-dnsext-dnssec-bis-updates-06.txt.
        - fixup leaking unbound daemons at end of tests.
        - README file updated.
        - nice libevent not found error.
        - README talks about gnu make.
        - 0.8: unit test for addr_mask and fixups for it.
          and unit test for addr_in_common().
        - 0.8: access-control config file element.
          and unit test rpl replay file.
        - 0.8: fixup address reporting from netevent.

16 November 2007: Wouter
        - privilege separation is not needed in unbound at this time.
          TODO item marked as such.
        - created beta-0.7 branch for support.
        - tagged 0.7 for beta release.
        - moved trunk to 0.8 for 0.8(auth features) development.
        - 0.8: access control list setup.

15 November 2007: Wouter
        - review fixups from Jelte.

14 November 2007: Wouter
        - testbed script does not recreate configure, since its in svn now.
        - fixup checkconf test so that it does not test 
          /etc/unbound/unbound.conf.
        - tag 0.6.

13 November 2007: Wouter
        - remove debug print.
        - fixup testbound exit when LIBEVENT_SIGNAL_PROBLEM exists.

12 November 2007: Wouter
        - fixup signal handling where SIGTERM could be ignored if a SIGHUP
          arrives later on.
        - bugreports to unbound-bugs@nlnetlabs.nl
        - fixup testbound so it exits cleanly.
        - cleanup the caches on a reload, so that rrsetID numbers won't clash.

9 November 2007: Wouter
        - took ldns snapshot in repo.
        - default config file is /etc/unbound/unbound.conf.
          If it doesn't exist, it is installed with the doc/example.conf file.
          The file is not deleted on uninstall.
        - default listening is not all, but localhost interfaces.
        
8 November 2007: Wouter
        - Fixup chroot and drop user privileges.
        - new L root ip address in default hints.

1 November 2007: Wouter
        - Fixup of crash on reload, due to anchors in env not NULLed after
          dealloc during deinit.
        - Fixup of chroot call. Happens after privileges are dropped, so
          that checking the passwd entry still works.
        - minor touch up of clear() hashtable function.
        - VERB_DETAIL prints out what chdir, username, chroot is being done.
        - when id numbers run out, caches are cleared, as in design notes.
          Tested with a mock setup with very few bits in id, it worked.
        - harden-dnssec-stripped: yes is now default. It insists on dnssec
          data for trust anchors. Included tests for the feature.

31 October 2007: Wouter
        - cache-max-ttl config option.
        - building outside sourcedir works again.
        - defaults more secure:
                username: "unbound"
                chroot: "/etc/unbound"
          The operator can override them to be less secure ("") if necessary.
        - fix horrible oversight in sorting rrset references in a message,
          sort per reference key pointer, not on referencepointer itself.
        - pidfile: "/etc/unbound/unbound.pid" is now the default.
        - tests changed to reflect the updated default.
        - created hashtable clear() function that respects locks.

30 October 2007: Wouter
        - fixup assertion failure that relied on compressed names to be
          smaller than uncompressed names. A packet from comrite.com was seen
          to be compressed to a larger size. Added it as unit test.
        - quieter logging at low verbosity level for common tcp messages.
        - no greedy TTL update.

23 October 2007: Wouter
        - fixup (grand-)parent problem for dnssec-lameness detection.
        - fixup tests to do additional section processing for lame replies,
          since the detection needs that.
        - no longer trust in query section in reply during dnssec lame detect.
        - dnssec lameness does not make the server never ever queried, but
          non-preferred. If no other servers exist or answer, the dnssec lame
          server is used; the fastest dnssec lame server is chosen.
        - added test then when trust anchor cannot be primed (nodata), the
          insecure mode from unbound works.
        - Fixup max queries per thread, any more are dropped.

22 October 2007: Wouter
        - added donotquerylocalhost config option. Can be turned off for
          out test cases.
        - ISO C compat changes.
        - detect RA-no-AA lameness, as LAME.
        - DNSSEC-lameness detection, as LAME.
          See notes in requirements.txt for choices made.
        - tests for lameness detection.
        - added all to make test target; need unbound for fwd tests.
        - testbound does not pollute /etc/unbound.

19 October 2007: Wouter
        - added configure (and its files) to svn, so that the trunk is easier
          to use. ./configure, config.guess, config.sub, ltmain.sh,
          and config.h.in.
        - added yacc/lex generated files, util/configlexer.c, 
          util/configparser.c util/configparser.h, to svn. 
        - without lex no attempt to use it.
        - unsecure response validation collated into one block.
        - remove warning about const cast of cfgfile name.
        - outgoing-interfaces can be different from service interfaces.
        - ldns-src configure is done during unbound configure and
          ldns-src make is done during unbound make, and so inherits the
          make arguments from the unbound make invocation.
        - nicer error when libevent problem causes instant exit on signal.
        - read root hints from a root hint file (like BIND does).
          
18 October 2007: Wouter
        - addresses are logged with errors.
        - fixup testcode fake event to remove pending before callback
          since the callback may create new pending items.
        - tests updated because retries are now in iterator module.
        - ldns-testpkts code is checked for differences between unbound
          and ldns by makedist.sh.
        - ldns trunk from today added in svn repo for fallback in case
          no ldns is installed on the system.
          make download_ldns refreshes the tarball with ldns svn trunk.
        - ldns-src.tar.gz is used if no ldns is found on the system, and
          statically linked into unbound.
        - start of regional allocator code.
        - regional uses less memory and variables, simplified code.
        - remove of region-allocator.
        - alloc cache keeps a cache of recently released regional blocks,
          up to a maximum.
        - make unit test cleanly free memory.

17 October 2007: Wouter
        - fixup another cycle detect and ns-addr timeout resolution bug.
          This time by refusing delegations from the cache without addresses
          when resolving a mandatory-glue nameserver-address for that zone.
          We're going to have to ask a TLD server anyway; might as well be
          the TLD server for this name. And this resolves a lot of cases where
          the other nameserver names lead to cycles or are not available.
        - changed random generator from random(3) clone to arc4random wrapped
          for thread safety. The random generator is initialised with
          entropy from the system.
        - fix crash where failure to prime DNSKEY tried to print null pointer
          in the log message.
        - removed some debug prints, only verb_algo (4) enables them.
        - fixup test; new random generator took new paths; such as one 
          where no scripted answer was available.
        - mark insecure RRs as insecure.
        - fixup removal of nonsecure items from the additional.
        - reduced timeout values to more realistic, 376 msec (262 msec has
          90% of roundtrip times, 512 msec has 99% of roundtrip times.)
        - server selection failover to next server after timeout (376 msec).

16 October 2007: Wouter
        - no malloc in log_hex.
        - assertions around system calls.
        - protect against gethostname without ending zero.
        - ntop output is null terminated by unbound.
        - pidfile content null termination
        - various snprintf use sizeof(stringbuf) instead of fixed constant.
        - changed loopdetect % 8 with & 0x7 since % can become negative for
          weird negative input and particular interpretation of integer math.
        - dname_pkt_copy checks length of result, to protect result buffers.
          prints an error, this should not happen. Bad strings should have
          been rejected earlier in the program.
        - remove a size_t underflow from msgreply size func.

15 October 2007: Wouter
        - nicer warning.
        - fix IP6 TCP, wrong definition check. With test package.
        - fixup the fact that the query section was not compressed to,
          the code was there but was called by value instead of by reference.
          And test for the case, uses xxd and nc.
        - more portable ip6 check for sockaddr types.

8 October 2007: Wouter
        - --disable-rpath option in configure for 64bit systems with
          several dynamic lib dirs.

7 October 2007: Wouter
        - fixup tests for no AD bit in non-DO queries.
        - test that makes sure AD bit is not set on non-DO query.

6 October 2007: Wouter
        - removed logfile open early. It did not have the proper permissions;
          it was opened as root instead of the user. And we cannot change user
          id yet, since chroot and bind ports need to be done.
        - callback checks for event callbacks done from mini_event. Because
          of deletions cannot do this from netevent. This means when using
          libevent the protection does not work on event-callbacks.
        - fixup too small reply (did not zero counts).
        - fixup reply no longer AD bit when query without DO bit.

5 October 2007: Wouter
        - function pointer whitelist.

4 October 2007: Wouter
        - overwrite sensitive random seed value after use.
        - switch to logfile very soon if not -d (console attached).
        - error messages do not reveal the trustanchor contents.
        - start work on function pointer whitelists.

3 October 2007: Wouter
        - fix for multiple empty nonterminals, after multiple DSes in the
          chain of trust.
        - mesh checks if modules are looping, and stops them.
        - refetch with CNAMEd nameserver address regression test added.
        - fixup line count bug in testcode, so testbound prints correct line
          number with parse errors.
        - unit test for multiple ENT case.
        - fix for cname out of validated unsec zone.
        - fixup nasty id=0 reuse. Also added assertions to detect its
          return (the assertion catches in the existing test cases).

1 October 2007: Wouter
        - skip F77, CXX, objC tests in configure step.
        - fixup crash in refetch glue after a CNAME.
          and protection against similar failures (with error print).

28 September 2007: Wouter
        - test case for unbound-checkconf, fixed so it also checks the
          interface: statements.

26 September 2007: Wouter
        - SIGHUP will reopen the log file.
        - Option to log to syslog.
        - please lint, fixup tests (that went to syslog on open, oops).
        - config check program.

25 September 2007: Wouter
        - tests for NSEC3. Fixup bitmap checks for NSEC3.
        - positive ANY response needs to check if wildcard expansion, and
          check that original data did not exist.
        - tests for NSEC3 that wrong use of OPTOUT is bad. For insecure
          delegation, for abuse of child zone apex nsec3.
        - create 0.5 release tag.

24 September 2007: Wouter
        - do not make test programs by default.
        - But 'make test' will perform all of the tests.
        - Advertise builtin select libevent alternative when no libevent
          is found.
        - signit can generate NSEC3 hashes, for generating tests.
        - multiple nsec3 parameters in message test.
        - too high nsec3 iterations becomes insecure test.

21 September 2007: Wouter
        - fixup empty_DS_name allocated in wrong region (port DEC Alpha).
        - fixup testcode lock safety (port FreeBSD).
        - removes subscript has type char warnings (port Solaris 9).
        - fixup of field with format type to int (port MacOS/X intel).
        - added test for infinite loop case in nonRD answer validation.
          It was a more general problem, but hard to reproduce. When an
          unsigned rrset is being validated and the key fetched, the DS
          sequence is followed, but if the final name has no DS, then no
          proof is possible - the signature has been stripped off.

20 September 2007: Wouter
        - fixup and test for NSEC wildcard with empty nonterminals. 
        - makedist.sh fixup for svn info.
        - acl features request in plan.
        - improved DS empty nonterminal handling.
        - compat with ANS nxdomain for empty nonterminals. Attempts the nodata
          proof anyway, which succeeds in ANS failure case.
        - striplab protection in case it becomes -1.
        - plans for static and blacklist config.

19 September 2007: Wouter
        - comments about non-packed usage.
        - plan for overload support in 0.6.
        - added testbound tests for a failed resolution from the logs
          and for failed prime when missing glue.
        - fixup so useless delegation points are not returned from the
          cache. Also the safety belt is used if priming fails to complete.
        - fixup NSEC rdata not to be lowercased, bind compat.

18 September 2007: Wouter
        - wildcard nsec3 testcases, and fixup to get correct wildcard name.
        - validator prints subtype classification for debug.

17 September 2007: Wouter
        - NSEC3 hash cache unit test.
        - validator nsec3 nameerror test.

14 September 2007: Wouter
        - nsec3 nodata proof, nods proof, wildcard proof.
        - nsec3 support for cname chain ending in noerror or nodata.
        - validator calls nsec3 proof routines if no NSECs prove anything.
        - fixup iterator bug where it stored the answer to a cname under
          the wrong qname into the cache. When prepending the cnames, the
          qname has to be reset to the original qname.

13 September 2007: Wouter
        - nsec3 find matching and covering, ce proof, prove namerror msg.

12 September 2007: Wouter
        - fixup of manual page warnings, like for NSD bugreport.
        - nsec3 work, config, max iterations, filter, and hash cache. 

6 September 2007: Wouter
        - fixup to find libevent on mac port install.
        - fixup size_t vs unsigned portability in validator/sigcrypt.
        - please compiler on different platforms, for unreachable code.
        - val_nsec3 file.
        - pthread_rwlock type is optional, in case of old pthread libs.

5 September 2007: Wouter
        - cname, name error validator tests.
        - logging of qtype ANY works.
        - ANY type answers get RRSIG in answer section of replies (but not
          in other sections, unless DO bit is on).
        - testbound can replay a TCP query (set MATCH TCP in the QUERY).
        - DS and noDS referral validation test.
        - if you configure many trust anchors, parent trust anchors can
          securely deny existence of child trust anchors, if validated.
        - not all *.name NSECs are present because a wildcard was matched,
          and *.name NSECs can prove nodata for empty nonterminals.
          Also, for wildcard name NSECs, check they are not from the parent
          zone (for wildcarded zone cuts), and check absence of CNAME bit,
          for a nodata proof.
        - configure option for memory allocation debugging.
        - port configure option for memory allocation to solaris10.

4 September 2007: Wouter
        - fixup of Leakage warning when serviced queries processed multiple
          callbacks for the same query from the same server.
        - testbound removes config file from /tmp on failed exit.
        - fixup for referral cleanup of the additional section.
        - tests for cname, referral validation.
        - neater testbound tpkg output.
        - DNAMEs no longer match their apex when synthesized from the cache.
        - find correct signer name for DNAME responses.
        - wildcarded DNAME test and fixup code to detect.
        - prepend NSEC and NSEC3 rrsets in the iterator while chasing CNAMEs.
          So that wildcarded CNAMEs get their NSEC with them to the answer.
        - test for a CNAME to a DNAME to a CNAME to an answer, all from
          different domains, for key fetching and signature checking of
          CNAME'd messages.

3 September 2007: Wouter
        - Fixed error in iterator that would cause assertion failure in 
          validator. CNAME to a NXDOMAIN response was collated into a response
          with both a CNAME and the NXDOMAIN rcode. Added a test that the
          rcode is changed to NOERROR (because of the CNAME).
        - timeout on tcp does not lead to spurious leakage detect.
        - account memory for name of lame zones, so that memory leakages does
          not show lame cache growth as a leakage growth.
        - config setting for lameness cache expressed in bytes, instead of
          number of entries.
        - tool too summarize allocations per code line.

31 August 2007: Wouter
        - can read bind trusted-keys { ... }; files, in a compatibility mode. 
        - iterator should not detach target queries that it still could need.
          the protection against multiple outstanding queries is moved to a
          current_query num check.
        - validator nodata, positive, referral tests.
        - dname print can print '*' wildcard.

30 August 2007: Wouter
        - fixup override date config option.
        - config options to control memory usage.
        - caught bad free of un-alloced data in worker_send error case.
        - memory accounting for key cache (trust anchors and temporary cache).
        - memory accounting fixup for outside network tcp pending waits.
        - memory accounting fixup for outside network tcp callbacks.
        - memory accounting for iterator fixed storage.
        - key cache size and slabs config options.
        - lib crypto cleanups at exit. 

29 August 2007: Wouter
        - test tool to sign rrsets for testing validator with.
        - added RSA and DSA test keys, public and private pairs, 512 bits.
        - default configuration is with validation enabled.
          Only a trust-anchor needs to be configured for DNSSEC to work.
        - do not convert to DER for DSA signature verification.
        - validator replay test file, for a DS to DNSKEY DSA key prime and
          positive response.

28 August 2007: Wouter
        - removed double use for udp buffers, that could fail,
          instead performs a malloc to do the backup.
        - validator validates referral messages, by validating all the rrsets
          and stores the rrsets in the cache. Further referral (nonRD queries)
          replies are made from the rrset cache directly. Unless unchecked
          rrsets are encountered, there are then validated.
        - enforce that signing is done by a parent domain (or same domain).
        - adjust TTL downwards if rrset TTL bigger than signature allows.
        - permissive mode feature, sets AD bit for secure, but bogus does
          not give servfail (bogus is changed into indeterminate).
        - optimization of rrset verification. rr canonical sorting is reused,
          for the same rrset. canonical rrset image in buffer is reused for
          the same signature.
        - if the rrset is too big (64k exactly + large owner name) the
          canonicalization routine will fail if it does not fit in buffer.
        - faster verification for large sigsets.
        - verb_detail mode reports validation failures, but not the entire
          algorithm for validation. Key prime failures are reported as 
          verb_ops level.

27 August 2007: Wouter
        - do not garble the edns if a cache answer fails.
        - answer norecursive from cache if possible.
        - honor clean_additional setting when returning secure non-recursive
          referrals.
        - do not store referral in msg cache for nonRD queries.
        - store verification status in the rrset cache to speed up future
          verification.
        - mark rrsets indeterminate and insecure if they are found to be so.
          and store this in the cache.

24 August 2007: Wouter
        - message is bogus if unsecure authority rrsets are present.
        - val-clean-additional option, so you can turn it off.
        - move rrset verification out of the specific proof types into one
          routine. This makes the proof routines prettier.
        - fixup cname handling in validator, cname-to-positive and cname-to-
          nodata work.
        - Do not synthesize DNSKEY and DS responses from the rrset cache if
          the rrset is from the additional section. Signatures may have
          fallen off the packet, and cause validation failure.
        - more verbose signature date errors (with the date attached).
        - increased default infrastructure cache size. It is important for
          performance, and 1000 entries are only 212k (or a 400 k total cache
          size). To 10000 entries (for 2M entries, 4M cache size).

23 August 2007: Wouter
        - CNAME handling - move needs_validation to before val_new().
          val_new() setups the chase-reply to be an edited copy of the msg.
          new classification, and find signer can find for it. 
          removal of unsigned crap from additional, and query restart for
          cname.
        - refuse to follow wildcarded DNAMEs when validating.
          But you can query for qtype ANY, or qtype DNAME and validate that.

22 August 2007: Wouter
        - bogus TTL.
        - review - use val_error().

21 August 2007: Wouter
        - ANY response validation.
        - store security status in cache.
        - check cache security status and either send the query to be
          validated, return the query to client, or send servfail to client.
          Sets AD bit on validated replies.
        - do not examine security status on an error reply in mesh_done.
        - construct DS, DNSKEY messages from rrset cache.
        - manual page entry for override-date.

20 August 2007: Wouter
        - validate and positive validation, positive wildcard NSEC validation.
        - nodata validation, nxdomain validation.

18 August 2007: Wouter
        - process DNSKEY response in FINDKEY state.

17 August 2007: Wouter
        - work on DS2KE routine.
        - val_nsec.c for validator NSEC proofs.
        - unit test for NSEC bitmap reading.
        - dname iswild and canonical_compare with unit tests.

16 August 2007: Wouter
        - DS sig unit test.
        - latest release libevent 1.3c and 1.3d have threading fixed.
        - key entry fixup data pointer and ttl absolute.
        - This makes a key-prime succeed in validator, with DS or DNSKEY as
          trust-anchor.
        - fixup canonical compare byfield routine, fix bug and also neater.
        - fixed iterator response type classification for queries of type
          ANY and NS.
          dig ANY gives sometimes NS rrset in AN and NS section, and parser
          removes the NS section duplicate. dig NS gives sometimes the NS
          in the answer section, as referral.
        - validator FINDKEY state.

15 August 2007: Wouter
        - crypto calls to verify signatures.
        - unit test for rrsig verification.

14 August 2007: Wouter
        - default outgoing ports changed to avoid port 2049 by default.
          This port is widely blocked by firewalls.
        - count infra lameness cache in memory size.
        - accounting of memory improved
        - outbound entries are allocated in the query region they are for.
        - extensive debugging for memory allocations.
        - --enable-lock-checks can be used to enable lock checking.
        - protect undefs in config.h from autoheaders ministrations.
        - print all received udp packets. log hex will print on multiple
          lines if needed.
        - fixed error in parser with backwards rrsig references.
        - mark cycle targets for iterator did not have CD flag so failed
          its task.

13 August 2007: Wouter
        - fixup makefile, if lexer is missing give nice error and do not
          mess up the dependencies.
        - canonical compare routine updated.
        - canonical hinfo compare.
        - printout list of the queries that the mesh is working on.

10 August 2007: Wouter
        - malloc and free overrides that track total allocation and frees.
          for memory debugging.
        - work on canonical sort.

9 August 2007: Wouter
        - canonicalization, signature checks
        - dname signature label count and unit test.
        - added debug heap size print to memory printout.
        - typo fixup in worker.c
        - -R needed on solaris.
        - validator override option for date check testing.

8 August 2007: Wouter
        - ldns _raw routines created (in ldns trunk).
        - sigcrypt DS digest routines
        - val_utils uses sigcrypt to perform signature cryptography.
        - sigcrypt keyset processing

7 August 2007: Wouter
        - security status type.
        - security status is copied when rdata is equal for rrsets.
        - rrset id is updated to invalidate all the message cache entries
          that refer to NSEC, NSEC3, DNAME rrsets that have changed.
        - val_util work
        - val_sigcrypt file for validator signature checks.

6 August 2007: Wouter
        - key cache for validator.
        - moved isroot and dellabel to own dname routines, with unit test.

3 August 2007: Wouter
        - replanning.
        - scrubber check section of lame NS set.
        - trust anchors can be in config file or read from zone file,
          DS and DNSKEY entries.
        - unit test trust anchor storage.
        - trust anchors converted to packed rrsets.
        - key entry definition.

2 August 2007: Wouter
        - configure change for latest libevent trunk version (needs -lrt).
        - query_done and walk_supers are moved out of module interface.
        - fixup delegation point duplicates.
        - fixup iterator scrubber; lame NS set is let through the scrubber
          so that the classification is lame.
        - validator module exists, and does nothing but pass through,
          with calling of next module and return.
        - validator work.

1 August 2007: Wouter
        - set version to 0.5
        - module work for module to module interconnections.
        - config of modules.
        - detect cycle takes flags.

31 July 2007: Wouter
        - updated plan
        - release 0.4 tag.

30 July 2007: Wouter
        - changed random state init, so that sequential process IDs are not
          cancelled out by sequential thread-ids in the random number seed.
        - the fwd_three test, which sends three queries to unbound, and 
          unbound is kept waiting by ldns-testns for 3 seconds, failed
          because the retry timeout for default by unbound is 3 seconds too,
          it would hit that timeout and fail the test. Changed so that unbound
          is kept waiting for 2 seconds instead.

27 July 2007: Wouter
        - removed useless -C debug option. It did not work.
        - text edit of documentation.
        - added doc/CREDITS file, referred to by the manpages.
        - updated planning.

26 July 2007: Wouter
        - cycle detection, for query state dependencies. Will attempt to
          circumvent the cycle, but if no other targets available fails.
        - unit test for AXFR, IXFR response.
        - test for cycle detection.

25 July 2007: Wouter
        - testbound read ADDRESS and check it.
        - test for version.bind and friends.
        - test for iterator chaining through several referrals.
        - test and fixup for refetch for glue. Refetch fails if glue
          is still not provided.

24 July 2007: Wouter
        - Example section in config manual.
        - Addr stored for range and moment in replay.

20 July 2007: Wouter
        - Check CNAME chain before returning cache entry with CNAMEs.
        - Option harden-glue, default is on. It will discard out of zone
          data. If disabled, performance is faster, but spoofing attempts
          become a possibility. Note that still normalize scrubbing is done,
          and that the potentially spoofed data is used for infrastructure
          and not returned to the client.
        - if glue times out, refetch by asking parent of delegation again.
          Much like asking for DS at the parent side.
        - TODO items from forgery-resilience draft.
          and on memory handling improvements.
        - renamed module_event_timeout to module_event_noreply.
        - memory reporting code; reports on memory usage after handling
          a network packet (not on cache replies).

19 July 2007: Wouter
        - shuffle NS selection when getting nameserver target addresses.
        - fixup of deadlock warnings, yield cpu in checklock code so that
          freebsd scheduler selects correct process to run.
        - added identity and version config options and replies.
        - store cname messages complete answers.

18 July 2007: Wouter
        - do not query addresses, 127.0.0.1, and ::1 by default.

17 July 2007: Wouter
        - forward zone options in config file.
        - forward per zone in iterator. takes precedence over stubs.
        - fixup commithooks.
        - removed forward-to and forward-to-port features, subsumed by
          new forward zones.
        - fix parser to handle absent server: clause.
        - change untrusted rrset test to account for scrubber that is now
          applied during the test (which removes the poison, by the way).
        - feature, addresses can be specified with @portnumber, like nsd.conf.
        - test config files changed over to new forwarder syntax.

27 June 2007: Wouter
        - delete of mesh does a postorder traverse of the tree.
        - found and fixed a memory leak. For TTL=0 messages, that would
          not be cached, instead the msg-replyinfo structure was leaked.
        - changed server selection so it will filter out hosts that are
          unresponsive. This is defined as a host with the maximum rto value.
          This means that unbound tried the host for retries up to 120 secs.
          The rto value will time out after host-ttl seconds from the cache.
          This keeps such unresolvable queries from taking up resources.
        - utility for keeping histogram.

26 June 2007: Wouter
        - mesh is called by worker, and iterator uses it.
          This removes the hierarchical code.
          QueryTargets state and Finished state are merged for iterator.
        - forwarder mode no longer sets AA bit on first reply.
        - rcode in walk_supers is not needed.

25 June 2007: Wouter
        - more mesh work.
        - error encode routine for ease.

22 June 2007: Wouter
        - removed unused _node iterator value from rbtree_t. Takes up space.
        - iterator can handle querytargets state without a delegation point
          set, so that a priming(stub) subquery error can be handled.
        - iterator stores if it is priming or not.
        - log_query_info() neater logging.
        - changed iterator so that it does not alter module_qstate.qinfo
          but keeps a chase query info. Also query_flags are not altered,
          the iterator uses chase_flags.
        - fixup crash in case no ports for the family exist.

21 June 2007: Wouter
        - Fixup secondary buffer in case of error callback.
        - cleanup slumber list of runnable states.
        - module_subreq_depth fails to work in slumber list.
        - fixup query release for cached results to sub targets.
        - neater error for tcp connection failure, shows addr in verbose.
        - rbtree_init so that it can be used with preallocated memory.

20 June 2007: Wouter
        - new -C option to enable coredumps after forking away.
        - doc update.
        - fixup CNAME generation by scrubber, and memory allocation of it.
        - fixup deletion of serviced queries when all callbacks delete too.
        - set num target queries to 0 when you move them to slumber list.
        - typo in check caused subquery errors to be ignored, fixed.
        - make lint happy about rlim_t.
        - freeup of modules after freeup of module-states.
        - duplicate replies work, this uses secondary udp buffer in outnet.

19 June 2007: Wouter
        - nicer layout in stats.c, review 0.3 change.
        - spelling improvement, review 0.3 change.
        - uncapped timeout for server selection, so that very fast or slow
          servers will stand out from the rest.
        - target-fetch-policy: "3 2 1 0 0" config setting.
        - fixup queries answered without RD bit (for root prime results).
        - refuse AXFR and IXFR requests.
        - fixup RD flag in error reply from iterator. fixup RA flag from
          worker error reply.
        - fixup encoding of very short edns buffer sizes, now sets TC bit.
        - config options harden-short-bufsize and harden-large-queries.

18 June 2007: Wouter
        - same, move subqueries to slumber list when first has resolved.
        - fixup last fix for duplicate callbacks.
        - another offbyone in targetcounter. Also in Java prototype by the way.

15 June 2007: Wouter
        - if a query asks to be notified of the same serviced query result
          multiple times, this will succeed. Only one callback will happen;
          multiple outbound-list entries result (but the double cleanup of it
          will not matter).
        - when iterator moves on due to CNAME or referral, it will remove
          the subqueries (for other targets). These are put on the slumber
          list.
        - state module wait subq is OK with no new subqs, an old one may have
          stopped, with an error, and it is still waiting for other ones.
        - if a query loops, halt entire query (easy way to clean up properly).

14 June 2007: Wouter
        - num query targets was > 0 , not >= 0 compared, so that fetch
          policy of 0 did nothing.

13 June 2007: Wouter
        - debug option: configure --enable-static-exe for compile where
          ldns and libevent are linked statically. Default is off.
        - make install and make uninstall. Works with static-exe and without.
          installation of unbound binary and manual pages.
        - alignment problem fix on solaris 64.
        - fixup address in case of TCP error.

12 June 2007: Wouter
        - num target queries was set to 0 at a bad time. Default it to 0 and
          increase as target queries are done.
        - synthesize CNAME and DNAME responses from the cache.
        - Updated doxygen config for doxygen 1.5.
        - aclocal newer version.
        - doxygen 1.5 fixes for comments (for the strict check on docs).

11 June 2007: Wouter
        - replies on TCP queries have the address field set in replyinfo,
          for serviced queries, because the initiator does not know that
          a TCP fallback has occured.
        - omit DNSSEC types from nonDO replies, except if qtype is ANY or
          if qtype directly queries for the type (and then only show that
          'unknown type' in the answer section).
        - fixed message parsing where rrsigs on their own would be put
          in the signature list over the rrsig type.

7 June 2007: Wouter
        - fixup error in double linked list insertion for subqueries and
          for outbound list of serviced queries for iterator module.
        - nicer printout of outgoing port selection. 
        - fixup cname target readout.
        - nicer debug output.
        - fixup rrset counts when prepending CNAMEs to the answer.
        - fixup rrset TTL for prepended CNAMEs.
        - process better check for looping modules, and which submodule to
          run next.
        - subreq insertion code fixup for slumber list.
        - VERB_DETAIL, verbosity: 2 level gives short but readable output.
          VERB_ALGO, verbosity: 3 gives extensive output.
        - fixup RA bit in cached replies.
        - fixup CNAME responses from the cache no longer partial response.
        - error in network send handled without leakage.
        - enable ip6 from config, and try ip6 addresses if available,
          if ip6 is not connected, skips to next server.

5 June 2007: Wouter
        - iterator state finished.
        - subrequests without parent store in cache and stop.
        - worker slumber list for ongoing promiscuous queries.
        - subrequest error handling.
        - priming failure returns SERVFAIL.
        - priming gives LAME result, returns SERVFAIL.
        - debug routine to print dns_msg as handled by iterator.
        - memleak in config file stubs fixup.
        - more small bugs, in scrubber, query compare no ID for lookup,
          in dname validation for NS targets.
        - sets entry.key for new special allocs.
        - lognametypeclass can display unknown types and classes.

4 June 2007: Wouter
        - random selection of equally preferred nameserver targets.
        - reply info copy routine. Reuses existing code.
        - cache lameness in response handling.
        - do not touch qstate after worker_process_query because it may have
          been deleted by that routine.
        - Prime response state.
        - Process target response state.
        - some memcmp changed to dname_compare for case preservation.

1 June 2007: Wouter
        - normalize incoming messages. Like unbound-java, with CNAME chain
          checked, DNAME checked, CNAME's synthesized, glue checked.
        - sanitize incoming messages.
        - split msgreply encode functions into own file msgencode.c.
        - msg_parse to queryinfo/replyinfo conversion more versatile.
        - process_response, classify response, delegpt_from_message. 

31 May 2007: Wouter
        - querytargets state.
        - dname_subdomain_c() routine.
        - server selection, based on RTT. ip6 is filtered out if not available,
          and lameness is checked too.
        - delegation point copy routine.

30 May 2007: Wouter
        - removed FLAG_CD from message and rrset caches. This was useful for
          an agnostic forwarder, but not for a sophisticated (trust value per
          rrset enabled) cache.
        - iterator response typing.
        - iterator cname handle.
        - iterator prime start.
        - subquery work.
        - processInitRequest and processInitRequest2.
        - cache synthesizes referral messages, with DS and NSEC.
        - processInitRequest3.
        - if a request creates multiple subrequests these are all activated.

29 May 2007: Wouter
        - routines to lock and unlock array of rrsets moved to cache/rrset.
        - lookup message from msg cache (and copy to region).
        - fixed cast error in dns msg lookup.
        - message with duplicate rrset does not increase its TTLs twice.
        - 'qnamesize' changed to 'qname_len' for similar naming scheme.

25 May 2007: Wouter
        - Acknowledge use of unbound-java code in iterator. Nicer readme.
        - services/cache/dns.c DNS Cache. Hybrid cache uses msgcache and
          rrset cache from module environment.
        - packed rrset key has type and class as easily accessible struct
          members. They are still kept in network format for fast msg encode.
        - dns cache find_delegation routine.
        - iterator main functions setup.
        - dns cache lookup setup.

24 May 2007: Wouter
        - small changes to prepare for subqueries.
        - iterator forwarder feature separated out.
        - iterator hints stub code, config file stub code, so that first
          testing can proceed locally.
        - replay tests now have config option to enable forwarding mode.

23 May 2007: Wouter
        - outside network does precise timers for roundtrip estimates for rtt
          and for setting timeout for UDP. Pending_udp takes milliseconds.
        - cleaner iterator sockaddr conversion of forwarder address.
        - iterator/iter_utils and iter_delegpt setup.
        - root hints.

22 May 2007: Wouter
        - outbound query list for modules and support to callback with the
          outbound entry to the module.
        - testbound support for new serviced queries.
        - test for retry to TCP cannot use testbound any longer.
        - testns test for EDNS fallback, test for TCP fallback already exists.
        - fixes for no-locking compile.
        - mini_event timer precision and fix for change in timeouts during
          timeout callback. Fix for fwd_three tests, performed nonexit query.

21 May 2007: Wouter
        - small comment on hash table locking.
        - outside network serviced queries, contain edns and tcp fallback,
          and udp retries and rtt timing.

16 May 2007: Wouter
        - lruhash_touch() would cause locking order problems. Fixup in 
          lock-verify in case locking cycle is found.
        - services/cache/rrset.c for rrset cache code.
        - special rrset_cache LRU updating function that uses the rrset id.
        - no dependencies calculation when make clean is called.
        - config settings for infra cache.
        - daemon code slightly cleaner, only creates caches once.

15 May 2007: Wouter
        - host cache code.
        - unit test for host cache.

14 May 2007: Wouter
        - Port to OS/X and Dec Alpha. Printf format and alignment fixes.
        - extensive lock debug report on join timeout.
        - proper RTT calculation, in utility code.
        - setup of services/cache/infra, host cache.

11 May 2007: Wouter
        - iterator/iterator.c module.
        - fixup to pass reply_info in testcode and in netevent.

10 May 2007: Wouter
        - created release-0.3 svn tag.
        - util/module.h
        - fixed compression - no longer compresses root name.

9 May 2007: Wouter
        - outside network cleans up waiting tcp queries on exit.
        - fallback to TCP.
        - testbound replay with retry in TCP mode.
        - tpkg test for retry in TCP mode, against ldns-testns server.
        - daemon checks max number of open files and complains if not enough.
        - test where data expires in the cache.
        - compiletests: fixed empty body ifstatements in alloc.c, in case
          locks are disabled.

8 May 2007: Wouter
        - outgoing network keeps list of available tcp buffers for outgoing 
          tcp queries.
        - outgoing-num-tcp config option.
        - outgoing network keeps waiting list of queries waiting for buffer.
        - netevent supports outgoing tcp commpoints, nonblocking connects.

7 May 2007: Wouter
        - EDNS read from query, used to make reply smaller.
        - advertised edns value constants.
        - EDNS BADVERS response, if asked for too high edns version.
        - EDNS extended error responses once the EDNS record from the query
          has successfully been parsed.

4 May 2007: Wouter
        - msgreply sizefunc is more accurate.
        - config settings for rrset cache size and slabs.
        - hashtable insert takes argument so that a thread can use its own
          alloc cache to store released keys.
        - alloc cache special_release() locks if necessary.
        - rrset trustworthiness type added.
        - thread keeps a scratchpad region for handling messages.
        - writev used in netevent to write tcp length and data after another.
          This saves a roundtrip on tcp replies.
        - test for one rrset updated in the cache.
        - test for one rrset which is not updated, as it is not deemed
          trustworthy enough.
        - test for TTL refreshed in rrset.

3 May 2007: Wouter
        - fill refs. Use new parse and encode to answer queries.
        - stores rrsets in cache.
        - uses new msgreply format in cache.

2 May 2007: Wouter
        - dname unit tests in own file and spread out neatly in functions.
        - more dname unit tests.
        - message encoding creates truncated TC flagged messages if they do 
          not fit, and will leave out (whole)rrsets from additional if needed.

1 May 2007: Wouter
        - decompress query section, extremely lenient acceptance.
          But only for answers from other servers, not for plain queries.
        - compression and decompression test cases.
        - some stats added.
        - example.conf interface: line is changed from 127.0.0.1 which leads
          to problems if used (restricting communication to the localhost),
          to a documentation and test address.

27 April 2007: Wouter
        - removed iov usage, it is not good for dns message encoding.
        - owner name compression more optimal.
        - rrsig owner name compression.
        - rdata domain name compression.

26 April 2007: Wouter
        - floating point exception fix in lock-verify.
        - lint uses make dependency
        - fixup lint in dname owner domain name compression code.
        - define for offset range that can be compressed to.

25 April 2007: Wouter
        - prettier code; parse_rrset->type kept in host byte order.
        - datatype used for hashvalue of converted rrsig structure.
        - unit test compares edns section data too.

24 April 2007: Wouter
        - ttl per RR, for RRSIG rrsets and others.
        - dname_print debug function.
        - if type is not known, size calc will skip DNAME decompression.
        - RRSIG parsing and storing and putting in messages.
        - dnssec enabled unit tests (from nlnetlabs.nl and se queries).
        - EDNS extraction routine.

20 April 2007: Wouter
        - code comes through all of the unit tests now.
        - disabled warning about spurious extra data.
        - documented the RRSIG parse plan in msgparse.h.
        - rrsig reading and outputting.

19 April 2007: Wouter
        - fix unit test to actually to tests.
        - fix write iov helper, and fakevent code.
        - extra builtin testcase (small packet).
        - ttl converted to network format in packets.
        - flags converted correctly
        - rdatalen off by 2 error fixup.
        - uses less iov space for header.

18 April 2007: Wouter
        - review of msgparse code.
        - smaller test cases.

17 April 2007: Wouter
        - copy and decompress dnames.
        - store calculated hash value too.
        - routine to create message out of stored information.
        - util/data/msgparse.c for message parsing code.
        - unit test, and first fixes because of test.
                * forgot rrset_count addition.
                * did & of ptr on stack for memory position calculation.
                * dname_pkt_copy forgot to read next label length.
        - test from file and fixes
                * double frees fixed in error conditions.
                * types with less than full rdata allowed by parser.
                  Some dynamic update packets seem to use it.

16 April 2007: Wouter
        - following a small change in LDNS, parsing code calculates the
          memory size to allocate for rrs.
        - code to handle ID creation.

13 April 2007: Wouter
        - parse routines. Code that parses rrsets, rrs.

12 April 2007: Wouter
        - dname compare routine that preserves case, with unit tests.
        
11 April 2007: Wouter
        - parse work - dname packet parse, msgparse, querysection parse,
          start of sectionparse.

10 April 2007: Wouter
        - Improved alignment of reply_info packet, nice for 32 and 64 bit.
        - Put RRset counts in reply_info, because the number of RRs can change
          due to RRset updates.
        - import of region-allocator code from nsd.
        - set alloc special type to ub_packed_rrset_key.
          Uses lruhash entry overflow chain next pointer in alloc cache.
        - doxygen documentation for region-allocator.
        - setup for parse scratch data.

5 April 2007: Wouter
        - discussed packed rrset with Jelte.

4 April 2007: Wouter
        - moved to version 0.3.
        - added util/data/dname.c
        - layout of memory for rrsets.

3 April 2007: Wouter
        - detect sign of msghdr.msg_iovlen so that the cast to that type
          in netevent (which is there to please lint) can be correct.
          The type on several OSes ranges from int, int32, uint32, size_t.
          Detects unsigned or signed using math trick.
        - constants for DNS flags. 
        - compilation without locks fixup.
        - removed include of unportable header from lookup3.c.
        - more portable use of struct msghdr.
        - casts for printf warning portability.
        - tweaks to tests to port them to the testbed.
        - 0.2 tag created.

2 April 2007: Wouter
        - check sizes of udp received messages, not too short.
        - review changes. Some memmoves can be memcpys: 4byte aligned.
          set id correctly on cached answers. 
        - review changes msgreply.c, memleak on error condition. AA flag
          clear on cached reply. Lowercase queries on hashing.
          unit test on lowercasing. Test AA bit not set on cached reply.
          Note that no TTLs are managed.

29 March 2007: Wouter
        - writev or sendmsg used when answering from cache.
          This avoids a copy of the data.
        - do not do useless byteswap on query id. Store reply flags in uint16
          for easier access (and no repeated byteswapping).
        - reviewed code.
        - configure detects and config.h includes sys/uio.h for writev decl.

28 March 2007: Wouter
        - new config option: num-queries-per-thread.
        - added tpkg test for answering three queries at the same time
          using one thread (from the query service list).

27 March 2007: Wouter
        - added test for cache and not cached answers, in testbound replays.
        - testbound can give config file and commandline options from the
          replay file to unbound.
        - created test that checks if items drop out of the cache.
        - added word 'partitioned hash table' to documentation on slab hash.
          A slab hash is a partitioned hash table.
        - worker can handle multiple queries at a time.

26 March 2007: Wouter
        - config settings for slab hash message cache.
        - test for cached answer.
        - Fixup deleting fake answer from testbound list.

23 March 2007: Wouter
        - review of yesterday's commits.
        - covered up memory leak of the entry locks.
        - answers from the cache correctly. Copies flags correctly.
        - sanity check for incoming query replies.
        - slabbed hash table. Much nicer contention, need dual cpu to see.

22 March 2007: Wouter
        - AIX configure check.
        - lock-verify can handle references to locks that are created
          in files it has not yet read in.
        - threaded hash table test. 
        - unit test runs lock-verify afterwards and checks result.
        - need writelock to update data on hash_insert.
        - message cache code, msgreply code.

21 March 2007: Wouter
        - unit test of hash table, fixup locking problem in table_grow().
        - fixup accounting of sizes for removing items from hashtable.
        - unit test for hash table, single threaded test of integrity.
        - lock-verify reports errors nicely. More quiet in operation.

16 March 2007: Wouter
        - lock-verifier, checks consistent order of locking.

14 March 2007: Wouter
        - hash table insert (and subroutines) and lookup implemented.
        - hash table remove.
        - unit tests for hash internal bin, lru functions.

13 March 2007: Wouter
        - lock_unprotect in checklocks.
        - util/storage/lruhash.h for LRU hash table structure.

12 March 2007: Wouter
        - configure.ac moved to 0.2.
        - query_info and replymsg util/data structure.

9 March 2007: Wouter
        - added rwlock writelock checking.
          So it will keep track of the writelock, and readlocks are enforced
          to not change protected memory areas.
        - log_hex function to dump hex strings to the logfile.
        - checklocks zeroes its destroyed lock after checking memory areas.
        - unit test for alloc.
        - identifier for union in checklocks to please older compilers.
        - created 0.1 tag.

8 March 2007: Wouter
        - Reviewed checklock code.

7 March 2007: Wouter
        - created a wrapper around thread calls that performs some basic
          checking for data race and deadlock, and basic performance 
          contention measurement.

6 March 2007: Wouter
        - Testbed works with threading (different machines, different options).
        - alloc work, does the special type.

2 March 2007: Wouter
        - do not compile fork funcs unless needed. Otherwise will give
          type errors as their typedefs have not been enabled.
        - log shows thread numbers much more nicely (and portably).
        - even on systems with nonthreadsafe libevent signal handling,
          unbound will exit if given a signal.
          Reloads will not work, and exit is not graceful.
        - start of alloc framework layout.

1 March 2007: Wouter
        - Signals, libevent and threads work well, with libevent patch and
          changes to code (close after event_del).
        - set ipc pipes nonblocking.

27 February 2007: Wouter
        - ub_thread_join portable definition.
        - forking is used if no threading is available.
          Tested, it works, since pipes work across processes as well.
          Thread_join is replaced with waitpid. 
        - During reloads the daemon will temporarily handle signals,
          so that they do not result in problems.
        - Also randomize the outgoing port range for tests.
        - If query list is full, will stop selecting listening ports for read.
          This makes all threads service incoming requests, instead of one.
          No memory is leaking during reloads, service of queries, etc.
        - test that uses ldns-testns -f to test threading. Have to answer
          three queries at the same time.
        - with verbose=0 operates quietly.

26 February 2007: Wouter
        - ub_random code used to select ID and port.
        - log code prints thread id.
        - unbound can thread itself, with reload(HUP) and quit working
          correctly.
        - don't open pipes for #0, doesn't need it.
        - listens to SIGTERM, SIGQUIT, SIGINT (all quit) and SIGHUP (reload).

23 February 2007: Wouter
        - Can do reloads on sigHUP. Everything is stopped, and freed,
          except the listening ports. Then the config file is reread.
          And everything is started again (and listening ports if needed).
        - Ports for queries are shared.
        - config file added interface:, chroot: and username:.
        - config file: directory, logfile, pidfile. And they work too.
        - will daemonize by default now. Use -d to stay in the foreground.
        - got BSD random[256 state] code, made it threadsafe. util/random.

22 February 2007: Wouter
        - Have a config file. Removed commandline options, moved to config.
        - tests use config file.

21 February 2007: Wouter
        - put -c option in man page.
        - minievent fd array capped by FD_SETSIZE.

20 February 2007: Wouter
        - Added locks code and pthread spinlock detection.
        - can use no locks, or solaris native thread library.
        - added yacc and lex configure, and config file parsing code.
          also makedist.sh, and manpage.
        - put include errno.h in config.h

19 February 2007: Wouter
        - Created 0.0 svn tag.
        - added acx_pthread.m4 autoconf check for pthreads from 
          the autoconf archive. It is GPL-with-autoconf-exception Licensed.
          You can specify --with-pthreads, or --without-pthreads to configure.

16 February 2007: Wouter
        - Updated testbed script, works better by using make on remote end.
        - removed check decls, we can compile without them.
        - makefile supports LIBOBJ replacements.
        - docs checks ignore compat code.
        - added util/mini-event.c and .h, a select based alternative used with
          ./configure --with-libevent=no
          It is limited to 1024 file descriptors, and has less features.
        - will not create ip6 sockets if ip6 not on the machine.

15 February 2007: Wouter
        - port to FreeBSD 4.11 Dec Alpha. Also works on Solaris 10 sparc64,
          Solaris 9, FreeBSD 6, Linux i386 and OSX powerpc.
        - malloc rndstate, so that it is aligned for access.
        - fixed rbtree cleanup with postorder traverse.
        - fixed pending messages are deleted when handled.
        - You can control verbosity; default is not verbose, every -v
          adds more verbosity.

14 February 2007: Wouter
        - Included configure.ac changes from ldns.
        - detect (some) headers before the standards check.
        - do not use isblank to test c99, since its not available on solaris9.
        - review of testcode.
                * entries in a RANGE are no longer reversed.
                * print name of file with replay entry parse errors.
        - port to OSX: cast to int for some prints of sizet.
        - Makefile copies ldnstestpkts.c before doing dependencies on it.

13 February 2007: Wouter
        - work on fake events, first fwd replay works.
        - events can do timeouts and errors on queries to servers.
        - test package that runs replay scenarios.

12 February 2007: Wouter
        - work on fake events.

9 February 2007: Wouter
        - replay file reading.
        - fake event setup, it creates fake structures, and teardowns,
          added signal callbacks to reply to be able to fake those,
          and main structure of event replay routines.

8 February 2007: Wouter
        - added tcp test.
        - replay storage.
        - testcode/fake_event work.

7 February 2007: Wouter
        - return answer with the same ID as query was sent with.
        - created udp forwarder test. I've done some effort to make it perform
          quickly. After servers are created, no big sleep statements but
          it checks the logfiles to see if servers have come up. Takes 0.14s.
        - set addrlen value when calling recvfrom.
        - comparison of addrs more portable.
        - LIBEVENT option for testbed to set libevent directory.
        - work on tcp input.

6 February 2007: Wouter
        - reviewed code and improved in places.

5 February 2007: Wouter
        - Picked up stdc99 and other define tests from ldns. Improved
          POSIX define test to include getaddrinfo.
        - defined constants for netevent callback error code.
        - unit test for strisip6.

2 February 2007: Wouter
        - Created udp4 and udp6 port arrays to provide service for both
          address families.
        - uses IPV6_USE_MIN_MTU for udp6 ,IPV6_V6ONLY to make ip6 sockets.
        - listens on both ip4 and ip6 ports to provide correct return address.
        - worker fwder address filled correctly.
        - fixup timer code.
        - forwards udp queries and sends answer.

1 February 2007: Wouter
        - outside network more UDP work.
        - moved * closer to type.
        - comm_timer object and events.

31 January 2007: Wouter
        - Added makedist.sh script to make release tarball.
        - Removed listen callback layer, did not add anything.
        - Added UDP recv to netevent, worker callback for udp.
        - netevent communication reply storage structure.
        - minimal query header sanity checking for worker.
        - copied over rbtree implementation from NSD (BSD licensed too).
        - outgoing network query service work.

30 January 2007: Wouter
        - links in example/ldns-testpkts.c and .h for premade packet support.
        - added callback argument to listen_dnsport and daemon/worker.

29 January 2007: Wouter
        - unbound.8 a short manpage.

26 January 2007: Wouter
        - fixed memleak.
        - make lint works on BSD and Linux (openssl defines).
        - make tags works.
        - testbound program start.

25 January 2007: Wouter
        - fixed lint so it may work on BSD.
        - put license into header of every file.
        - created verbosity flag.
        - fixed libevent configure flag.
        - detects event_base_free() in new libevent 1.2 version.
        - getopt in daemon. fatal_exit() and verbose() logging funcs.
        - created log_assert, that throws assertions to the logfile.
        - listen_dnsport service. Binds ports.

24  January 2007: Wouter
        - cleaned up configure.ac.

23  January 2007: Wouter
        - added libevent to configure to link with.
        - util/netevent setup work.
        - configure searches for libevent.
        - search for libs at end of configure (when other headers and types
          have been found).
        - doxygen works with ATTR_UNUSED().
        - util/netevent implementation.

22  January 2007: Wouter
        - Designed header file for network communication.

16  January 2007: Wouter
        - added readme.svn and readme.tests.

4 January 2007: Wouter
        - Testbed script (run on multiple platforms the test set).
          Works on Sunos9, Sunos10, FreeBSD 6.1, Fedora core 5.
        - added unit test tpkg.

3 January 2007: Wouter
        - committed first set of files into subversion repository.
          svn co svn+ssh://unbound.net/svn/unbound
          You need a ssh login.  There is no https access yet.
        - Added LICENSE, the BSD license.
        - Added doc/README with compile help.
        - main program stub and quiet makefile.
        - minimal logging service (to stderr).
        - added postcommit hook that serves emails.
        - added first test 00-lint. postcommit also checks if build succeeds.
        - 01-doc: doxygen doc target added for html docs. And stringent test
          on documented files, functions and parameters.

15 December 2006: Wouter
        - Created Makefile.in and configure.ac.

Generated by dwww version 1.15 on Sat May 18 12:11:50 CEST 2024.