]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - doc/Changelog
Vendor import of Unbound 1.9.2.
[FreeBSD/FreeBSD.git] / doc / Changelog
1 12 June 2019: Wouter
2         - Fix another spoolbuf storage code point, in prefetch.
3         - 1.9.2rc3 release candidate tag.
4
5 11 June 2019: Wouter
6         - Fix that fixes the Fix that spoolbuf is not used to store tcp
7           pipelined response between mesh send and callback end, this fixes
8           error cases that did not use the correct spoolbuf.
9         - 1.9.2rc2 release candidate tag.
10
11 6 June 2019: Wouter
12         - 1.9.2rc1 release candidate tag.
13
14 4 June 2019: Wouter
15         - iana portlist updated.
16
17 29 May 2019: Wouter
18         - Fix to guard _OPENBSD_SOURCE from redefinition.
19
20 28 May 2019: Wouter
21         - Fix to define _OPENBSD_SOURCE to get reallocarray on NetBSD.
22         - gitignore config.h.in~.
23
24 27 May 2019: Wouter
25         - Fix double file close in tcp pipelined response code.
26
27 24 May 2019: Wouter
28         - Fix that spoolbuf is not used to store tcp pipelined response
29           between mesh send and callback end.
30
31 20 May 2019: Wouter
32         - Note that so-reuseport at extreme load is better turned off,
33           otherwise queries are not distributed evenly, on Linux 4.4.x.
34
35 16 May 2019: Wouter
36         - Fix #31: swig 4.0 and python module.
37
38 13 May 2019: Wouter
39         - Squelch log messages from tcp send about connection reset by peer.
40           They can be enabled with verbosity at higher values for diagnosing
41           network connectivity issues.
42         - Attempt to fix malformed tcp response.
43
44 9 May 2019: Wouter
45         - Revert fix for oss-fuzz, error is in that build script that
46           unconditionally includes .o files detected by configure, also
47           when the machine architecture uses different LIBOBJS files.
48
49 8 May 2019: Wouter
50         - Attempt to fix build failure in oss-fuzz because of reallocarray.
51           https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=14648.
52           Does not omit compile flags from commandline.
53
54 7 May 2019: Wouter
55         - Fix edns-subnet locks, in error cases the lock was not unlocked.
56         - Fix doxygen output error on readme markdown vignettes.
57
58 6 May 2019: Wouter
59         - Fix #29: Solaris 11.3 and missing symbols be64toh, htobe64.
60         - Fix #30: AddressSanitizer finding in lookup3.c.  This sets the
61           hash function to use a slower but better auditable code that does
62           not read beyond array boundaries.  This makes code better security
63           checkable, and is better for security.  It is fixed to be slower,
64           but not read outside of the array.
65
66 2 May 2019: Wouter
67         - contrib/fastrpz.patch updated for code changes, and with git diff.
68         - Fix .gitignore, add pythonmod and dnstap generated files.
69           And unit test generated files, and generated doc files.
70
71 1 May 2019: Wouter
72         - Update makedist for git.
73         - Nicer travis output for clang analysis.
74         - PR #16: XoT support, AXFR over TLS, turn it on with
75           master: <ip>#<authname> in unbound.conf.  This uses TLS to
76           download the AXFR (or IXFR).
77
78 25 April 2019: Wouter
79         - Fix wrong query name in local zone redirect answers with a CNAME,
80           the copy of the local alias is in unpacked form.
81
82 18 April 2019: Ralph
83         - Scrub RRs from answer section when reusing NXDOMAIN message for
84           subdomain answers.
85         - For harden-below-nxdomain: do not consider a name to be non-exitent
86           when message contains a CNAME record.
87
88 18 April 2019: Wouter
89         - travis build file.
90
91 16 April 2019: Wouter
92         - Better braces in if statement in TCP fastopen code.
93         - iana portlist updated.
94
95 15 April 2019: Wouter
96         - Fix tls write event for read state change to re-call SSL_write and
97           not resume the TLS handshake.
98
99 11 April 2019: George
100         - Update python documentation for init_standard().
101         - Typos.
102
103 11 April 2019: Wouter
104         - Fix that auth zone uses correct network type for sockets for
105           SOA serial probes.  This fixes that probes fail because earlier
106           probe addresses are unreachable.
107         - Fix that auth zone fails over to next master for timeout in tcp.
108         - Squelch SSL read and write connection reset by peer and broken pipe 
109           messages.  Verbosity 2 and higher enables them.
110
111 8 April 2019: Wouter
112         - Fix to use event_assign with libevent for thread-safety.
113         - verbose information about auth zone lookup process, also lookup
114           start, timeout and fail.
115         - Fix #17: Add python module example from Jan Janak, that is a
116           plugin for the Unbound DNS resolver to resolve DNS records in
117           multicast DNS [RFC 6762] via Avahi.  The plugin communicates
118           with Avahi via DBus. The comment section at the beginning of
119           the file contains detailed documentation.
120         - Fix to wipe ssl ticket keys from memory with explicit_bzero,
121           if available.
122
123 5 April 2019: Wouter
124         - Fix to reinit event structure for accepted TCP (and TLS) sockets.
125
126 4 April 2019: Wouter
127         - Fix spelling error in log output for event method.
128
129 3 April 2019: Wouter
130         - Move goto label in answer_from_cache to the end of the function
131           where it is more visible.
132         - Fix auth-zone NSEC3 response for wildcard nodata answers,
133           include the closest encloser in the answer.
134
135 2 April 2019: Wouter
136         - Fix auth-zone NSEC3 response for empty nonterminals with exact
137           match nsec3 records.
138         - Fix for out of bounds integers, thanks to OSTIF audit.  It is in
139           allocation debug code.
140         - Fix for auth zone nsec3 ent fix for wildcard nodata.
141
142 25 March 2019: Wouter
143         - Fix that tls-session-ticket-keys: "" on its own in unbound.conf
144           disables the tls session ticker key calls into the OpenSSL API.
145         - Fix crash if tls-servic-pem not filled in when necessary.
146
147 21 March 2019: Wouter
148         - Fix #4240: Fix whitespace cleanup in example.conf.
149
150 19 March 2019: Wouter
151         - add type CAA to libpyunbound (accessing libunbound from python).
152
153 18 March 2019: Wouter
154         - Add log message, at verbosity 4, that says the query is encrypted
155           with TLS, if that is enabled for the query.
156         - Fix #4239: set NOTIMPL when deny-any is enabled, for RFC8482.
157
158 7 March 2019: Wouter
159         - Fix for #4233: guard use of NDEBUG, so that it can be passed in
160           CFLAGS into configure.
161
162 5 March 2019: Wouter
163         - Tag release 1.9.1rc1.  Which became 1.9.1 on 12 March 2019.  Trunk
164           has 1.9.2 in development.
165
166 1 March 2019: Wouter
167         - output forwarder log in ssl_req_order test.
168
169 28 February 2019: Wouter
170         - Remove memory leak on pythonmod python2 script file init.
171         - Remove swig gcc8 python function cast warnings, they are ignored.
172         - Print correct module that failed when module-config is wrong.
173
174 27 February 2019: Wouter
175         - Fix #4229: Unbound man pages lack information, about access-control
176           order and local zone tags, and elements in views.
177         - Fix #14: contrib/unbound.init: Fix wrong comparison judgment
178           before copying.
179         - Fix for python module on Windows, fix fopen.
180
181 25 February 2019: Wouter
182         - Fix #4227: pair event del and add for libevent for tcp_req_info.
183
184 21 February 2019: Wouter
185         - Fix the error for unknown module in module-config is understandable,
186           and explains it was not compiled in and where to see the list.
187         - In example.conf explain where to put cachedb module in module-config.
188         - In man page and example config explain that most modules have to
189           be listed at the start of module-config.
190
191 20 February 2019: Wouter
192         - Fix pythonmod include and sockaddr_un ifdefs for compile on
193           Windows, and for libunbound.
194
195 18 February 2019: Wouter
196         - Print query name with ip_ratelimit exceeded log lines.
197         - Spaces instead of tabs in that log message.
198         - Print query name and IP address when domain rate limit exceeded.
199
200 14 February 2019: Wouter
201         - Fix capsforid canonical sort qsort callback.
202
203 11 February 2019: Wouter
204         - Note default for module-config in man page.
205         - Fix recursion lame test for qname minimisation asked queries,
206           that were not present in the set of prepared answers.
207         - Fix #13: Remove left-over requirements on OpenSSL >= 1.1.0 for
208           cert name matching, from man page.
209         - make depend, with newer gcc, nicer layout.
210
211 7 February 2019: Wouter
212         - Fix #4206: OpenSSL 1.0.2 hostname verification for FreeBSD 11.2.
213         - Fix that qname minimisation does not skip a label when missing
214           nameserver targets need to be fetched.
215         - Fix #4225: clients seem to erroneously receive no answer with
216           DNS-over-TLS and qname-minimisation.
217
218 4 February 2019: Wouter
219         - Fix that log-replies prints the correct name for local-alias
220           names, for names that have a CNAME in local-data configuration.
221           It logs the original query name, not the target of the CNAME.
222         - Add local-zone type inform_redirect, which logs like type inform,
223           and redirects like type redirect.
224         - Perform canonical sort for 0x20 capsforid compare of replies,
225           this sorts rrsets in the authority and additional section before
226           comparison, so that out of order rrsets do not cause failure.
227
228 31 January 2019: Wouter
229         - Set ub_ctx_set_tls call signature in ltrace config file for
230           libunbound in contrib/libunbound.so.conf.
231         - improve documentation for tls-service-key and forward-first.
232         - #10: fixed pkg-config operations, PKG_PROG_PKG_CONFIG moved out of
233           conditional section, fixes systemd builds, from Enrico Scholz.
234         - #9: For openssl 1.0.2 use the CRYPTO_THREADID locking callbacks,
235           still supports the set_id_callback previous API.  And for 1.1.0
236           no locking callbacks are needed.
237         - #8: Fix OpenSSL without ENGINE support compilation.
238         - Wipe TLS session key data from memory on exit.
239
240 30 January 2019: Ralph
241         - Fix case in which query timeout can result in marking delegation
242           as edns_lame_known.
243
244 29 January 2019: Wouter
245         - Fix spelling of tls-ciphers in example.conf.in.
246         - Fix #4224: auth_xfr_notify.rpl test broken due to typo
247         - Fix locking for libunbound context setup with broken port config.
248
249 28 January 2019: Wouter
250         - ub_ctx_set_tls call for libunbound that enables DoT for the machines
251           set with ub_ctx_set_fwd.  Patch from Florian Obser.
252         - Set build system for added call in the libunbound API.
253         - List example config for root zone copy locally hosted with auth-zone
254           as suggested from draft-ietf-dnsop-7706-bis-02.  But with updated
255           B root address.
256         - set version to 1.9.0 for release.  And this was released with the
257           spelling for tls-ciphers fix as 1.9.0 on Feb 5.  Trunk has 1.9.1 in
258           development.
259
260 25 January 2019: Wouter
261         - Fix that tcp for auth zone and outgoing does not remove and
262           then gets the ssl read again applied to the deleted commpoint.
263         - updated contrib/fastrpz.patch to cleanly diff.
264         - no lock when threads disabled in tcp request buffer count.
265         - remove compile warnings from libnettle compile.
266         - output of newer lex 2.6.1 and bison 3.0.5.
267
268 24 January 2019: Wouter
269         - Newer aclocal and libtoolize used for generating configure scripts,
270           aclocal 1.16.1 and libtoolize 2.4.6.
271         - Fix unit test for python 3.7 new keyword 'async'.
272         - clang analysis fixes, assert arc4random buffer in init,
273           no check for already checked delegation pointer in iterator,
274           in testcode check for NULL packet matches, in perf do not copy
275           from NULL start list when growing capacity.  Adjust host and file
276           only when present in test header read to please checker.  In
277           testcode for unknown macro operand give zero result. Initialise the
278           passed argv array in test code.  In test code add EDNS data
279           segment copy only when nonempty.
280         - Patch from Florian Obser fixes some compiler warnings:
281           include mini_event.h to have a prototype for mini_ev_cmp
282           include edns.h to have a prototype for apply_edns_options
283           sldns_wire2str_edns_keepalive_print is only called in the wire2str,
284           module declare it static to get rid of compiler warning:
285           no previous prototype for function
286           infra_find_ip_ratedata() is only called in the infra module,
287           declare it static to get rid of compiler warning:
288           no previous prototype for function
289           do not shadow local variable buf in authzone
290           auth_chunks_delete and az_nsec3_findnode are only called in the
291           authzone module, declare them static to get rid of compiler warning:
292           no previous prototype for function...
293           copy_rrset() is only called in the respip module, declare it
294           static to get rid of compiler warning:
295           no previous prototype for function 'copy_rrset'
296           no need for another variable "r"; gets rid of compiler warning:
297           declaration shadows a local variable in libunbound.c
298           no need for another variable "ns"; gets rid of compiler warning:
299           declaration shadows a local variable in iterator.c
300         - Moved includes and make depend.
301
302 23 January 2019: Wouter
303         - Patch from Manabu Sonoda with tls-ciphers and tls-ciphersuites
304           options for unbound.conf.
305         - Fixes for the patch, and man page entry.
306         - Fix configure to detect SSL_CTX_set_ciphersuites, for better
307           library compatibility when compiling.
308         - Patch for TLS session resumption from Manabu Sonoda,
309           enable with tls-session-ticket-keys in unbound.conf.
310         - Fixes for patch (includes, declarations, warnings).  Free at end
311           and keep config options in order read from file to keep the first
312           one as the first one.
313         - Fix for IXFR fallback to reset counter when IXFR does not timeout.
314
315 22 January 2019: Wouter
316         - Fix space calculation for tcp req buffer size.
317         - Doc for stream-wait-size and unit test.
318         - unbound-control stats has mem.streamwait that counts TCP and TLS
319           waiting result buffers.
320         - Fix for #4219: secondaries not updated after serial change, unbound
321           falls back to AXFR after IXFR gives several timeout failures.
322         - Fix that auth zone after IXFR fallback tries the same master.
323
324 21 January 2019: Wouter
325         - Fix tcp idle timeout test, for difference in the tcp reply code.
326         - Unit test for tcp request reorder and timeouts.
327         - Unit tests for ssl out of order processing.
328         - Fix that multiple dns fragments can be carried in one TLS frame.
329         - Add stream-wait-size: 4m config option to limit the maximum
330           memory used by waiting tcp and tls stream replies.  This avoids
331           a denial of service where these replies use up all of the memory.
332
333 17 January 2019: Wouter
334         - For caps-for-id fallback, use the whitelist to avoid timeout
335           starting a fallback sequence for it.
336         - increase mesh max activation count for capsforid long fetches.
337
338 16 January 2019: Ralph
339         - Get ready for the DNS flag day: remove EDNS lame procedure, do not
340           re-query without EDNS after timeout.
341
342 15 January 2019: Wouter
343         - In the out of order processing, reset byte count for (potential)
344           partial read.
345         - Review fixes in out of order processing.
346
347 14 January 2019: Wouter
348         - streamtcp option -a send queries consecutively and prints answers
349           as they arrive.
350         - Fix for out of order processing administration quit cleanup.
351         - unit test for tcp out of order processing.
352
353 11 January 2019: Wouter
354         - Initial commit for out-of-order processing for TCP and TLS.
355
356 9 January 2019: Wouter
357         - Log query name for looping module errors.
358
359 8 January 2019: Wouter
360         - Fix syntax in comment of local alias processing.
361         - Fix NSEC3 record that is returned in wildcard replies from
362           auth-zone zones with NSEC3 and wildcards.
363
364 7 January 2019: Wouter
365         - On FreeBSD warn if systcl settings do not allow server TCP FASTOPEN,
366           and server tcp fastopen is enabled at compile time.
367         - Document interaction between the tls-upstream option in the server
368           section and forward-tls-upstream option in the forward-zone sections.
369         - Add contrib/unbound-fuzzme.patch from Jacob Hoffman-Andrews,
370           the patch adds a program used for fuzzing.
371
372 12 December 2018: Wouter
373         - Fix for crash in dns64 module if response is null.
374
375 10 December 2018: Wouter
376         - Fix config parser memory leaks.
377         - ip-ratelimit-factor of 1 allows all traffic through, instead of the
378           previous blocking everything.
379         - Fix for FreeBSD port make with dnscrypt and dnstap enabled.
380         - Fix #4206: support openssl 1.0.2 for TLS hostname verification,
381           alongside the 1.1.0 and later support that is already there.
382         - Fixup openssl 1.0.2 compile
383
384 6 December 2018: Wouter
385         - Fix dns64 allocation in wrong region for returned internal queries.
386
387 3 December 2018: Wouter
388         - Fix icon, no ragged edges and nicer resolutions available, for eg.
389           Win 7 and Windows 10 display.
390         - cache-max-ttl also defines upperbound of initial TTL in response.
391
392 30 November 2018: Wouter
393         - Patch for typo in unbound.conf man page.
394         - log-tag-queryreply: yes in unbound.conf tags the log-queries and
395           log-replies in the log file for easier log filter maintenance.
396
397 29 November 2018: Wouter
398         - iana portlist updated.
399         - Fix chroot auth-zone fix to remove chroot prefix.
400         - tag for 1.8.2rc1, which became 1.8.2 on 4 dec 2018, with icon
401           updated.  Trunk contains 1.8.3 in development.
402           Which became 1.8.3 on 11 december with only the dns64 fix of 6 dec.
403           Trunk then became 1.8.4 in development.
404         - Fix that unbound-checkconf does not complains if the config file
405           is not placed inside the chroot.
406         - Refuse to start with no ports.
407         - Remove clang analysis warnings.
408
409 28 November 2018: Wouter
410         - Fix leak in chroot fix for auth-zone.
411         - Fix clang analysis for outside directory build test.
412
413 27 November 2018: Wouter
414         - Fix DNS64 to not store intermediate results in cache, this avoids
415           other threads from picking up the wrong data.  The module restores
416           the previous no_cache_store setting when the the module is finished.
417         - Fix #4208: 'stub-no-cache' and 'forward-no-cache' not work.
418         - New and better fix for Fix #4193: Fix that prefetch failure does
419           not overwrite valid cache entry with SERVFAIL.
420         - auth-zone give SERVFAIL when expired, fallback activates when
421           expired, and this is documented in the man page.
422         - stat count SERVFAIL downstream auth-zone queries for expired zones.
423         - Put new logos into windows installer.
424         - Fix windows compile for new rrset roundrobin fix.
425         - Update contrib fastrpz patch for latest release.
426
427 26 November 2018: Wouter
428         - Fix to not set GLOB_NOSORT so the unbound.conf include: files are
429           sorted and in a predictable order.
430         - Fix #4193: Fix that prefetch failure does not overwrite valid cache
431           entry with SERVFAIL.
432         - Add unbound-control view_local_datas command, like local_datas.
433         - Fix that unbound-control can send file for view_local_datas.
434
435 22 November 2018: Wouter
436         - With ./configure --with-pyunbound --with-pythonmodule
437           PYTHON_VERSION=3.6 or with 2.7 unbound can compile and unit tests
438           succeed for the python module.
439         - pythonmod logs the python error and traceback on failure.
440         - ignore debug python module for test in doxygen output.
441         - review fixes for python module.
442         - Fix #4209: Crash in libunbound when called from getdns.
443         - auth zone zonefiles can be in a chroot, the chroot directory
444           components are removed before use.
445         - Fix that empty zonefile means the zonefile is not set and not used.
446         - make depend.
447
448 21 November 2018: Wouter
449         - Scrub NS records from NODATA responses as well.
450
451 20 November 2018: Wouter
452         - Scrub NS records from NXDOMAIN responses to stop fragmentation
453           poisoning of the cache.
454         - Add patch from Jan Vcelak for pythonmod,
455           add sockaddr_storage getters, add support for query callbacks,
456           allow raw address access via comm_reply and update API documentation.
457         - Removed compile warnings in pythonmod sockaddr routines.
458
459 19 November 2018: Wouter
460         - Support SO_REUSEPORT_LB in FreeBSD 12 with the so-reuseport: yes
461           option in unbound.conf.
462
463 6 November 2018: Ralph
464         - Bugfix min-client-subnet-ipv6
465
466 25 October 2018: Ralph
467         - Add min-client-subnet-ipv6 and min-client-subnet-ipv4 options.
468
469 25 October 2018: Wouter
470         - Fix #4191: NXDOMAIN vs SERVFAIL during dns64 PTR query.
471         - Fix #4190: Please create a "ANY" deny option, adds the option
472           deny-any: yes in unbound.conf.  This responds with an empty message
473           to queries of type ANY.
474         - Fix #4141: More randomness to rrset-roundrobin.
475         - Fix #4132: Openness/closeness of RANGE intervals in rpl files.
476         - Fix #4126: RTT_band too low on VSAT links with 600+ms latency,
477           adds the option unknown-server-time-limit to unbound.conf that
478           can be increased to avoid the problem.
479         - remade makefile dependencies.
480         - Fix #4152: Logs shows wrong time when using log-time-ascii: yes.
481
482 24 October 2018: Ralph
483         - Add markdel function to ECS slabhash.
484         - Limit ECS scope returned to client to the scope used for caching.
485         - Make lint like previous #4154 fix.
486
487 22 October 2018: Wouter
488         - Fix #4192: unbound-control-setup generates keys not readable by
489           group.
490         - check that the dnstap socket file can be opened and exists, print
491           error if not.
492         - Fix #4154: make ECS_MAX_TREESIZE configurable, with
493           the max-ecs-tree-size-ipv4 and max-ecs-tree-size-ipv6 options.
494
495 22 October 2018: Ralph
496         - Change fast-server-num default to 3.
497
498 8 October 2018: Ralph
499         - Add fast-server-permil and fast-server-num options.
500         - Deprecate low-rtt and low-rtt-permil options.
501
502 8 October 2018: Wouter
503         - Squelch log of failed to tcp initiate after TCP Fastopen failure.
504
505 5 October 2018: Wouter
506         - Squelch EADDRNOTAVAIL errors when the interface goes away,
507           this omits 'can't assign requested address' errors unless
508           verbosity is set to a high value.
509         - Set default for so-reuseport to no for FreeBSD.  It is enabled
510           by default for Linux and DragonFlyBSD.  The setting can 
511           be configured in unbound.conf to override the default.
512         - iana port update.
513
514 2 October 2018: Wouter
515         - updated contrib/fastrpz.patch to apply for this version
516         - dnscrypt.c removed sizeof to get array bounds.
517         - Fix testlock code to set noreturn on error routine.
518         - Remove unused variable from contrib fastrpz/rpz.c and
519           remove unused diagnostic pragmas that themselves generate warnings
520         - clang analyze test is used only when assertions are enabled.
521
522 1 October 2018: Wouter
523         - tag for release 1.8.1rc1.  Became release 1.8.1 on 8 oct, with
524           fastrpz.patch fix included.  Trunk has 1.8.2 in development.
525
526 27 September 2018: Wouter
527         - Fix #4188: IPv6 forwarders without ipv6 result in SERVFAIL, fixes
528           qname minimisation with a forwarder when connectivity has issues
529           from rejecting responses.
530
531 25 September 2018: Wouter
532         - Perform TLS SNI indication of the host that is being contacted
533           for DNS over TLS service.  It sets the configured tls auth name.
534           This is useful for hosts that apart from the DNS over TLS services
535           also provide other (web) services.
536         - Fix #4149: Add SSL cleanup for tcp timeout.
537
538 17 September 2018: Wouter
539         - Fix compile on Mac for unbound, provide explicit_bzero when libc
540           does not have it.
541         - Fix unbound for openssl in FIPS mode, it uses the digests with
542           the EVP call contexts.
543         - Fix that with harden-below-nxdomain and qname minisation enabled
544           some iterator states for nonresponsive domains can get into a
545           state where they waited for an empty list.
546         - Stop UDP to TCP failover after timeouts that causes the ping count
547           to be reset by the TCP time measurement (that exists for TLS),
548           because that causes the UDP part to not be measured as timeout.
549         - Fix #4156: Fix systemd service manager state change notification.
550
551 13 September 2018: Wouter
552         - Fix seed for random backup code to use explicit zero when wiped.
553         - exit log routine is annotated as noreturn function.
554         - free memory leaks in config strlist and str2list insert functions.
555         - do not move unused argv variable after getopt.
556         - Remove unused if clause in testcode.
557         - in testcode, free async ids, initialise array, and check for null
558           pointer during test of the test.  And use exit for return to note
559           irregular program stop.
560         - Free memory leak in config strlist append.
561         - make sure nsec3 comparison salt is initialized.
562         - unit test has clang analysis.
563         - remove unused variable assignment from iterator scrub routine.
564         - check for null in delegation point during iterator refetch
565           in forward zone.
566         - neater pointer cast in libunbound context quit routine.
567         - initialize statistics totals for printout.
568         - in authzone check that node exists before adding rrset.
569         - in unbound-anchor, use readwrite memory BIO.
570         - assertion in autotrust that packed rrset is formed correctly.
571         - Fix memory leak when message parse fails partway through copy.
572         - remove unused udpsize assignment in message encode.
573         - nicer bio free code in unbound-anchor.
574         - annotate exit functions with noreturn in unbound-control.
575
576 11 September 2018: Wouter
577         - Fixed unused return value warnings in contrib/fastrpz.patch for
578           asprintf.
579         - Fix to squelch respip warning in unit test, it is printed at
580           higher verbosity settings.
581         - Fix spelling errors.
582         - Fix initialisation in remote.c
583
584 10 September 2018: Wouter
585         - 1.8.1 in svn trunk. (changes from 4,5,.. sep apply).
586         - iana port update.
587
588 5 September 2018: Wouter
589         - Fix spelling error in header, from getdns commit by Andreas Gelmini.
590
591 4 September 2018: Ralph
592         - More explicitly mention the type of ratelimit when applying
593           ip-ratelimit.
594
595 4 September 2018: Wouter
596         - Tag for 1.8.0rc1 release, became 1.8.0 release on 10 Sep 2018.
597
598 31 August 2018: Wouter
599         - Disable minimal-responses in subnet unit tests.
600
601 30 August 2018: Wouter
602         - Fix that a local-zone with a local-zone-type that is transparent
603           in a view with view-first, makes queries check for answers from the
604           local-zones defined outside of views.
605
606 28 August 2018: Ralph
607         - Disable minimal-responses in ipsecmod unit tests.
608         - Added serve-expired-ttl and serve-expired-ttl-reset options.
609
610 27 August 2018: Wouter
611         - Set defaults to yes for a number of options to increase speed and
612           resilience of the server.  The so-reuseport, harden-below-nxdomain,
613           and minimal-responses options are enabled by default.  They used
614           to be disabled by default, waiting to make sure they worked.  They
615           are enabled by default now, and can be disabled explicitly by
616           setting them to "no" in the unbound.conf config file.  The reuseport
617           and minimal options increases speed of the server, and should be
618           otherwise harmless.  The harden-below-nxdomain option works well
619           together with the recently default enabled qname minimisation, this
620           causes more fetches to use information from the cache.
621         - next release is called 1.8.0.
622         - Fix lintflags for lint on FreeBSD.
623
624 22 August 2018: George
625         - #4140: Expose repinfo (comm_reply) to the inplace_callbacks. This
626           gives access to reply information for the client's communication
627           point when the callback is called before the mesh state (modules).
628           Changes to C and Python's inplace_callback signatures were also
629           necessary.
630
631 21 August 2018: Wouter
632         - log-local-actions: yes option for unbound.conf that logs all the
633           local zone actions, a patch from Saksham Manchanda (Secure64).
634         - #4146: num.query.subnet and num.query.subnet_cache counters.
635         - Fix only misc failure from log-servfail when val-log-level is not
636           enabled.
637
638 17 August 2018: Ralph
639         - Fix classification for QTYPE=CNAME queries when QNAME minimisation is
640           enabled.
641
642 17 August 2018: Wouter
643         - Set libunbound to increase current, because the libunbound change
644           to the event callback function signature.  That needs programs,
645           that use it, to recompile against the new header definition.
646         - print servfail info to log as error.
647         - added more servfail printout statements, to the iterator.
648         - log-servfail: yes prints log lines that say why queries are
649           returning SERVFAIL to clients.
650
651 16 August 2018: Wouter
652         - Fix warning on compile without threads.
653         - Fix contrib/fastrpz.patch.
654
655 15 August 2018: Wouter
656         - Fix segfault in auth-zone read and reorder of RRSIGs.
657
658 14 August 2018: Wouter
659         - Fix that printout of error for cycle targets is a verbosity 4
660           printout and does not wrongly print it is a memory error.
661         - Upgraded crosscompile script to include libunbound DLL in the
662           zipfile.
663
664 10 August 2018: Wouter
665         - Fix #4144: dns64 module caches wrong (negative) information.
666
667 9 August 2018: Wouter
668         - unbound-checkconf checks if modules exist and prints if they are
669           not compiled in the name of the wrong module.
670         - document --enable-subnet in doc/README.
671         - Patch for stub-no-cache and forward-no-cache options that disable
672           caching for the contents of that stub or forward, for when you
673           want immediate changes visible, from Bjoern A. Zeeb.
674
675 7 August 2018: Ralph
676         - Make capsforid fallback QNAME minimisation aware.
677
678 7 August 2018: Wouter
679         - Fix #4142: unbound.service.in: improvements and fixes.
680           Add unit dependency ordering (based on systemd-resolved).
681           Add 'CAP_SYS_RESOURCE' to 'CapabilityBoundingSet' (fixes warnings
682           about missing privileges during startup). Add 'AF_INET6' to
683           'RestrictAddressFamilies' (without it IPV6 can't work). From
684           Guido Shanahan.
685         - Patch to implement tcp-connection-limit from Jim Hague (Sinodun).
686           This limits the number of simultaneous TCP client connections
687           from a nominated netblock.
688         - make depend, yacc, lex, doc, headers.  And log the limit exceeded
689           message only on high verbosity, so as to not spam the logs when
690           it is busy.
691
692 6 August 2018: Wouter
693         - Fix for #4136: Fix to unconditionally call destroy in daemon.c.
694
695 3 August 2018: George
696         - Expose if a query (or a subquery) was ratelimited (not src IP
697           ratelimiting) to libunbound under 'ub_result.was_ratelimited'.
698           This also introduces a change to 'ub_event_callback_type' in
699           libunbound/unbound-event.h.
700         - Tidy pylib tests.
701
702 3 August 2018: Wouter
703         - Revert previous change for #4136: because it introduces build
704           problems.
705         - New fix for #4136: This one ignores lex without without
706           yylex_destroy.
707
708 1 August 2018: Wouter
709         - Fix to remove systemd sockaddr function check, that is not
710           always present.  Make socket activation more lenient.  But not
711           different when socket activation is not used.
712         - iana port list update.
713
714 31 July 2018: Wouter
715         - Patches from Jim Hague (Sinodun) for EDNS KeepAlive.
716         - Sort out test runs when the build directory isn't the project
717           root directory.
718         - Add config tcp-idle-timeout (default 30s). This applies to
719           client connections only; the timeout on TCP connections upstream
720           is unaffected.
721         - Error if EDNS Keepalive received over UDP.
722         - Add edns-tcp-keepalive and edns-tcp-keepalive timeout options
723           and implement option in client responses.
724         - Correct and expand manual page entries for keepalive and idle timeout.
725         - Implement progressive backoff of TCP idle/keepalive timeout.
726         - Fix 'make depend' to work when build dir is not project root.
727         - Add delay parameter to streamtcp, -d secs.
728           To be used when testing idle timeout.
729         - From Wouter: make depend, the dependencies in the patches did not
730           apply cleanly.  Also remade yacc and lex.
731         - Fix mesh.c incompatible pointer pass.
732         - Please doxygen so it passes.
733         - Fix #4139: Fix unbound-host leaks memory on ANY.
734
735 30 July 2018: Wouter
736         - Fix #4136: insufficiency from mismatch of FLEX capability between
737           released tarball and build host.
738
739 27 July 2018: Wouter
740         - Fix man page, say that chroot is enabled by default.
741
742 26 July 2018: Wouter
743         - Fix #4135: 64-bit Windows Installer Creates Entries Under The
744           Wrong Registry Key, reported by Brian White.
745
746 23 July 2018: Wouter
747         - Fix use-systemd readiness signalling, only when use-systemd is yes
748           and not in signal handler.
749
750 20 July 2018: Wouter
751         - Fix #4130: print text describing -dd and unbound-checkconf on
752           config file read error at startup, the errors may have been moved
753           away by the startup process.
754         - Fix #4131: for solaris, error YY_CURRENT_BUFFER undeclared.
755
756 19 July 2018: Wouter
757         - Fix #4129 unbound-control error message with wrong cert permissions
758           is too cryptic.
759
760 17 July 2018: Wouter
761         - Fix #4127 unbound -h does not list -p help.
762         - Print error if SSL name verification configured but not available
763           in the ssl library.
764         - Fix that ratelimit and ip-ratelimit are applied after reload of
765           changed config file.
766         - Resize ratelimit and ip-ratelimit caches if changed on reload.
767
768 16 July 2018: Wouter
769         - Fix qname minimisation NXDOMAIN validation lookup failures causing
770           error_supers assertion fails.
771         - Squelch can't bind socket errors with Permission denied unless
772           verbosity is 4 or higher, for UDP outgoing sockets.
773
774 12 July 2018: Wouter
775         - Fix to improve systemd socket activation code file descriptor
776           assignment.
777         - Fix for 4126 that the #define for UNKNOWN_SERVER_NICENESS can be more
778           easily changed to adjust default rtt assumptions.
779
780 10 July 2018: Wouter
781         - Note in documentation that the cert name match code needs
782           OpenSSL 1.1.0 or later to be enabled.
783
784 6 July 2018: Wouter
785         - Fix documentation ambiguity for tls-win-cert in tls-upstream and
786           forward-tls-upstream docs.
787         - iana port update.
788         - Note RFC8162 support.  SMIMEA record type can be read in by the
789           zone record parser.
790         - Fix round robin for failed addresses with prefer-ip6: yes
791
792 4 July 2018: Wouter
793         - Fix #4112: Fix that unbound-anchor -f /etc/resolv.conf will not pass
794           if DNSSEC is not enabled.  New option -R allows fallback from
795           resolv.conf to direct queries.
796
797 3 July 2018: Wouter
798         - Better documentation for unblock-lan-zones and insecure-lan-zones
799           config statements.
800         - Fix permission denied printed for auth zone probe random port nrs.
801
802 2 July 2018: Wouter
803         - Fix checking for libhiredis printout in configure output.
804         - Fix typo on man page in ip-address description.
805         - Update libunbound/python/examples/dnssec_test.py example code to
806           also set the 20326 trust anchor for the root in the example code.
807
808 29 June 2018: Wouter
809         - dns64-ignore-aaaa: config option to list domain names for which the
810           existing AAAA is ignored and dns64 processing is used on the A
811           record.
812
813 28 June 2018: Wouter
814         - num.queries.tls counter for queries over TLS.
815         - log port number with err_addr logs.
816
817 27 June 2018: Wouter
818         - #4109: Fix that package config depends on python unconditionally.
819         - Patch, do not export python from pkg-config, from Petr Menšík.
820
821 26 June 2018: Wouter
822         - Partial fix for permission denied on IPv6 address on FreeBSD.
823         - Fix that auth-zone master reply with current SOA serial does not
824           stop scan of masters for an updated zone.
825         - Fix that auth-zone does not start the wait timer without checking
826           if the wait timer has already been started.
827
828 21 June 2018: Wouter
829         - #4108: systemd reload hang fix.
830         - Fix usage printout for unbound-host, hostname has to be last
831           argument on BSDs and Windows.
832
833 19 June 2018: Wouter
834         - Fix for unbound-control on Windows and set TCP socket parameters
835           more closely.
836           This fix is part of 1.7.3.
837         - Windows example service.conf edited with more windows specific
838           configuration.
839         - Fix windows unbound-control no cert bad file descriptor error.
840           This fix is part of 1.7.3.
841
842 18 June 2018: Wouter
843         - Fix that control-use-cert: no works for 127.0.0.1 to disable certs.
844           This fix is part of 1.7.3rc2.
845         - Fix unbound-checkconf for control-use-cert.
846           This fix is part of 1.7.3.
847
848 15 June 2018: Wouter
849         - tag for 1.7.3rc1.
850         - trunk has 1.7.4.
851         - unbound-control auth_zone_reload _zone_ option rereads the zonefile.
852         - unbound-control auth_zone_transfer _zone_ option starts the probe
853           sequence for a master to transfer the zone from and transfers when
854           a new zone version is available.
855
856 14 June 2018: Wouter
857         - #4103: Fix that auth-zone does not insist on SOA record first in
858           file for url downloads.
859         - Fix that first control-interface determines if TLS is used.  Warn
860           when IP address interfaces are used without TLS.
861         - Fix nettle compile.
862
863 12 June 2018: Ralph
864         - Don't count CNAME response types received during qname minimisation as
865           query restart.
866
867 12 June 2018: Wouter
868         - #4102 for NSD, but for Unbound.  Named unix pipes do not use
869           certificate and key files, access can be restricted with file and
870           directory permissions.  The option control-use-cert is no longer
871           used, and ignored if found in unbound.conf.
872         - Rename tls-additional-ports to tls-additional-port, because every
873           line adds one port.
874         - Fix buffer size warning in unit test.
875         - remade dependencies in the Makefile.
876
877 6 June 2018: Wouter
878         - Patch to fix openwrt for mac os build darwin detection in configure.
879
880 5 June 2018: Wouter
881         - Fix crash if ratelimit taken into use with unbound-control
882           instead of with unbound.conf.
883
884 4 June 2018: Wouter
885         - Fix deadlock caused by incoming notify for auth-zone.
886         - tag for 1.7.2rc1, became 1.7.2 release on 11 June 2018,
887           trunk is 1.7.3 in development from this point.
888         - #4100: Fix stub reprime when it becomes useless.
889
890 1 June 2018: Wouter
891         - Rename additional-tls-port to tls-additional-ports.
892           The older name is accepted for backwards compatibility.
893
894 30 May 2018: Wouter
895         - Patch from Syzdek: Add ability to ignore RD bit and treat all
896           requests as if the RD bit is set.
897
898 29 May 2018: Wouter
899         - in compat/arc4random call getentropy_urandom when getentropy fails
900           with ENOSYS.
901         - Fix that fallback for windows port.
902
903 28 May 2018: Wouter
904         - Fix windows tcp and tls spin on events.
905         - Add routine from getdns to add windows cert store to the SSL_CTX.
906         - tls-win-cert option that adds the system certificate store for
907           authenticating DNS-over-TLS connections.  It can be used instead
908           of the tls-cert-bundle option, or with it to add certificates.
909
910 25 May 2018: Wouter
911         - For TCP and TLS connections that don't establish, perform address
912           update in infra cache, so future selections can exclude them.
913         - Fix that tcp sticky events are removed for closed fd on windows.
914         - Fix close events for tcp only.
915
916 24 May 2018: Wouter
917         - Fix that libunbound can do DNS-over-TLS, when configured.
918         - Fix that windows unbound service can use DNS-over-TLS.
919         - unbound-host initializes ssl (for potential DNS-over-TLS usage
920           inside libunbound), when ssl upstream or a cert-bundle is configured.
921
922 23 May 2018: Wouter
923         - Use accept4 to speed up incoming TCP (and TLS) connections,
924           available on Linux, FreeBSD and OpenBSD.
925
926 17 May 2018: Ralph
927         - Qname minimisation default changed to yes.
928
929 15 May 2018: Wouter
930         - Fix low-rtt-pct to low-rtt-permil, as it is parts in one thousand.
931
932 11 May 2018: Wouter
933         - Fix contrib/libunbound.pc for libssl libcrypto references,
934           from https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=226914
935
936 7 May 2018: Wouter
937         - Fix windows to not have sticky TLS events for TCP.
938         - Fix read of DNS over TLS length and data in one read call.
939         - Fix mesh state assertion failure due to callback removal.
940
941 3 May 2018: Wouter
942         - Fix that configure --with-libhiredis also turns on cachedb.
943         - Fix gcc 8 buffer warning in testcode.
944         - Fix function type cast warning in libunbound context callback type.
945
946 2 May 2018: Wouter
947         - Fix fail to reject dead peers in forward-zone, with ssl-upstream.
948
949 1 May 2018: Wouter
950         - Fix that unbound-control reload frees the rrset keys and returns
951           the memory pages to the system.
952
953 30 April 2018: Wouter
954         - Fix spelling error in man page and note defaults as no instead of
955           off.
956
957 26 April 2018: Wouter
958         - Fix for crash in daemon_cleanup with dnstap during reload,
959           from Saksham Manchanda.
960         - Also that for dnscrypt.
961         - tag for 1.7.1rc1 release.  Became 1.7.1 release on 3 May, trunk
962           is from here 1.7.2 in development.
963
964 25 April 2018: Ralph
965         - Fix memory leak when caching wildcard records for aggressive NSEC use
966
967 24 April 2018: Wouter
968         - Fix contrib/fastrpz.patch for this release.
969         - Fix auth https for libev.
970
971 24 April 2018: Ralph
972         - Added root-key-sentinel support
973
974 23 April 2018: Wouter
975         - makedist uses bz2 for expat code, instead of tar.gz.
976         - Fix #4092: libunbound: use-caps-for-id lacks colon in
977           config_set_option.
978         - auth zone http download stores exact copy of downloaded file,
979           including comments in the file.
980         - Fix sldns parse failure for CDS alternate delete syntax empty hex.
981         - Attempt for auth zone fix; add of callback in mesh gets from
982           callback does not skip callback of result.
983         - Fix cname classification with qname minimisation enabled.
984         - list_auth_zones unbound-control command.
985
986 20 April 2018: Wouter
987         - man page documentation for dns-over-tls forward-addr '#' notation.
988         - removed free from failed parse case.
989         - Fix #4091: Fix that reload of auth-zone does not merge the zonefile
990           with the previous contents.
991         - Delete auth zone when removed from config.
992
993 19 April 2018: Wouter
994         - Can set tls authentication with forward-addr: IP#tls.auth.name
995           And put the public cert bundle in tls-cert-bundle: "ca-bundle.pem".
996           such as forward-addr: 9.9.9.9@853#dns.quad9.net or
997           1.1.1.1@853#cloudflare-dns.com
998         - Fix #658: unbound using TLS in a forwarding configuration does not
999           verify the server's certificate (RFC 8310 support).
1000         - For addr with #authname and no @port notation, the default is 853.
1001
1002 18 April 2018: Wouter
1003         - Fix auth-zone retry timer to be on schedule with retry timeout,
1004           with backoff.  Also time a refresh at the zone expiry.
1005
1006 17 April 2018: Wouter
1007         - auth zone notify work.
1008         - allow-notify: config statement for auth-zones.
1009         - unit test for allow-notify
1010
1011 16 April 2018: Wouter
1012         - Fix auth zone target lookup iterator.
1013         - auth zone notify with prefix
1014         - auth zone notify work.
1015
1016 13 April 2018: Wouter
1017         - Fix for max include depth for authzones.
1018         - Fix memory free on fail for $INCLUDE in authzone.
1019         - Fix that an internal error to look up the wrong rr type for
1020           auth zone gets stopped, before trying to send there.
1021         - auth zone notify work.
1022
1023 10 April 2018: Ralph
1024         - num.query.aggressive.NOERROR and num.query.aggressive.NXDOMAIN
1025           statistics counters.
1026
1027 10 April 2018: Wouter
1028         - documentation for low-rtt and low-rtt-pct.
1029         - auth zone notify work.
1030
1031 9 April 2018: Wouter
1032         - Fix that flush_zone sets prefetch ttl expired, so that with
1033           serve-expired enabled it'll start prefetching those entries.
1034         - num.query.authzone.up and num.query.authzone.down statistics counters.
1035         - Fix downstream auth zone, only fallback when auth zone fails to
1036           answer and fallback is enabled.
1037         - Accept both option names with and without colon for get_option
1038           and set_option.
1039         - low-rtt and low-rtt-pct in unbound.conf enable the server selection
1040           of fast servers for some percentage of the time.
1041
1042 5 April 2018: Wouter
1043         - Combine write of tcp length and tcp query for dns over tls.
1044         - nitpick fixes in example.conf.
1045         - Fix above stub queries for type NS and useless delegation point.
1046         - Fix unbound-control over pipe with openssl 1.1.1, the TLSv1.3
1047           tls_choose_sigalg routine does not allow the ciphers for the pipe,
1048           so use TLSv1.2.
1049         - ED448 support.
1050
1051 3 April 2018: Wouter
1052         - Fix #4043: make test fails due to v6 presentation issue in macOS.
1053         - Fix unable to resolve after new WLAN connection, due to auth-zone
1054           failing with a forwarder set.  Now, auth-zone is only used for
1055           answers (not referrals) when a forwarder is set.
1056
1057 29 March 2018: Ralph
1058         - Check "result" in dup_all(), by Florian Obser.
1059
1060 23 March 2018: Ralph
1061         - Fix unbound-control get_option aggressive-nsec
1062
1063 21 March 2018: Ralph
1064         - Do not use cached NSEC records to generate negative answers for
1065           domains under DNSSEC Negative Trust Anchors.
1066
1067 19 March 2018: Wouter
1068         - iana port update.
1069
1070 16 March 2018: Wouter
1071         - corrected a minor typo in the changelog.
1072         - move htobe64/be64toh portability code to cachedb.c.
1073
1074 15 March 2018: Wouter
1075         - Add --with-libhiredis, unbound support for a new cachedb backend
1076           that uses a Redis server as the storage.  This implementation
1077           depends on the hiredis client library (https://redislabs.com/lp/hiredis/).
1078           And unbound should be built with both --enable-cachedb and
1079           --with-libhiredis[=PATH] (where $PATH/include/hiredis/hiredis.h
1080           should exist).  Patch from Jinmei Tatuya (Infoblox).
1081         - Fix #3817: core dump happens in libunbound delete, when queued
1082           servfail hits deleted message queue.
1083         - Create additional tls service interfaces by opening them on other
1084           portnumbers and listing the portnumbers as additional-tls-port: nr.
1085
1086 13 March 2018: Wouter
1087         - Fix typo in documentation.
1088         - Fix #3736: Fix 0 TTL domains stuck on SERVFAIL unless manually
1089           flushed with serve-expired on.
1090
1091 12 March 2018: Wouter
1092         - Added documentation for aggressive-nsec: yes.
1093         - tag 1.7.0rc3.  That became the 1.7.0 release on 15 Mar, trunk
1094           now has 1.7.1 in development.
1095         - Fix #3727: Protocol name is TLS, options have been renamed but
1096           documentation is not consistent.
1097         - Check IXFR start serial.
1098
1099 9 March 2018: Wouter
1100         - Fix #3598: Fix swig build issue on rhel6 based system.
1101           configure --disable-swig-version-check stops the swig version check.
1102
1103 8 March 2018: Wouter
1104         - tag 1.7.0rc2.
1105
1106 7 March 2018: Wouter
1107         - Fixed contrib/fastrpz.patch, even though this already applied
1108           cleanly for me, now also for others.
1109         - patch to log creates keytag queries, from A. Schulze.
1110         - patch suggested by Debian lintian: allow to -> allow one to, from 
1111           A. Schulze.
1112         - Attempt to remove warning about trailing whitespace.
1113
1114 6 March 2018: Wouter
1115         - Reverted fix for #3512, this may not be the best way forward;
1116           although it could be changed at a later time, to stay similar to
1117           other implementations.
1118         - svn trunk contains 1.7.0, this is the number for the next release.
1119         - Fix for windows compile.
1120         - tag 1.7.0rc1.
1121
1122 5 March 2018: Wouter
1123         - Fix to check define of DSA for when openssl is without deprecated.
1124         - iana port update.
1125         - Fix #3582: Squelch address already in use log when reuseaddr option
1126           causes same port to be used twice for tcp connections.
1127
1128 27 February 2018: Wouter
1129         - Fixup contrib/fastrpz.patch so that it applies.
1130         - Fix compile without threads, and remove unused variable.
1131         - Fix compile with staticexe and python module.
1132         - Fix nettle compile.
1133
1134 22 February 2018: Ralph
1135         - Save wildcard RRset from answer with original owner for use in
1136           aggressive NSEC.
1137
1138 21 February 2018: Wouter
1139         - Fix #3512: unbound incorrectly reports SERVFAIL for CAA query
1140           when there is a CNAME loop.
1141         - Fix validation for CNAME loops.  When it detects a cname loop,
1142           by finding the cname, cname in the existing list, it returns
1143           the partial result with the validation result up to then.
1144         - more robust cachedump rrset routine.
1145
1146 19 February 2018: Wouter
1147         - Fix #3505: Documentation for default local zones references
1148           wrong RFC.
1149         - Fix #3494: local-zone noview can be used to break out of the view
1150           to the global local zone contents, for queries for that zone.
1151         - Fix for more maintainable code in localzone.
1152
1153 16 February 2018: Wouter
1154         - Fixes for clang static analyzer, the missing ; in
1155           edns-subnet/addrtree.c after the assert made clang analyzer
1156           produce a failure to analyze it.
1157
1158 13 February 2018: Ralph
1159         - Aggressive NSEC tests
1160
1161 13 February 2018: Wouter
1162         - tls-cert-bundle option in unbound.conf enables TLS authentication.
1163         - iana port update.
1164
1165 12 February 2018: Wouter
1166         - Unit test for auth zone https url download.
1167
1168 12 February 2018: Ralph
1169         - Added tests with wildcard expanded NSEC records (CVE-2017-15105 test)
1170         - Processed aggressive NSEC code review remarks Wouter
1171
1172 8 February 2018: Ralph
1173         - Aggressive use of NSEC implementation. Use cached NSEC records to
1174           generate NXDOMAIN, NODATA and positive wildcard answers.
1175
1176 8 February 2018: Wouter
1177         - iana port update.
1178         - auth zone url config.
1179
1180 5 February 2018: Wouter
1181         - Fix #3451: dnstap not building when you have a separate build dir.
1182           And removed protoc warning, set dnstap.proto syntax to proto2.
1183         - auth-zone provides a way to configure RFC7706 from unbound.conf,
1184           eg. with auth-zone: name: "." for-downstream: no for-upstream: yes
1185           fallback-enabled: yes and masters or a zonefile with data.
1186
1187 2 February 2018: Wouter
1188         - Fix unfreed locks in log and arc4random at exit of unbound.
1189         - unit test with valgrind
1190         - Fix lock race condition in dns cache dname synthesis.
1191         - lock subnet new item before insertion to please checklocks,
1192           no modification of critical regions outside of lock region.
1193
1194 1 February 2018: Wouter
1195         - fix unaligned structure making a false positive in checklock
1196           unitialised memory.
1197
1198 29 January 2018: Ralph
1199         - Use NSEC with longest ce to prove wildcard absence.
1200         - Only use *.ce to prove wildcard absence, no longer names.
1201
1202 25 January 2018: Wouter
1203         - ltrace.conf file for libunbound in contrib.
1204
1205 23 January 2018: Wouter
1206         - Fix that unbound-checkconf -f flag works with auto-trust-anchor-file
1207           for startup scripts to get the full pathname(s) of anchor file(s).
1208         - Print fatal errors about remote control setup before log init,
1209           so that it is printed to console.
1210
1211 22 January 2018: Wouter
1212         - Accept tls-upstream in unbound.conf, the ssl-upstream keyword is
1213           also recognized and means the same.  Also for tls-port,
1214           tls-service-key, tls-service-pem, stub-tls-upstream and
1215           forward-tls-upstream.
1216         - Fix #3397: Fix that cachedb could return a partial CNAME chain.
1217         - Fix #3397: Fix that when the cache contains an unsigned DNAME in
1218           the middle of a cname chain, a result without the DNAME could
1219           be returned.
1220
1221 19 January 2018: Wouter
1222         - tag 1.6.8 for release with CVE fix.
1223         - trunk has 1.6.9 with fix and previous commits.
1224         - patch for CVE-2017-15105: vulnerability in the processing of
1225           wildcard synthesized NSEC records.
1226         - iana port update.
1227         - make depend: code dependencies updated in Makefile.
1228
1229 4 January 2018: Ralph
1230         - Copy query and correctly set flags on REFUSED answers when cache
1231           snooping is not allowed.
1232
1233 3 January 2018: Ralph
1234         - Fix queries being leaked above stub when refetching glue.
1235
1236 2 January 2017: Wouter
1237         - Fix that DS queries with referral replies are answered straight
1238           away, without a repeat query picking the DS from cache.
1239           The correct reply should have been an answer, the reply is fixed
1240           by the scrubber to have the answer in the answer section.
1241         - Remove clang optimizer disable,
1242           Fix that expiration date checks don't fail with clang -O2.
1243
1244 15 December 2017: Wouter
1245         - Fix timestamp failure because of clang optimizer failure, by
1246           disabling -O2 when the compiler --version is clang.
1247         - iana port update.
1248         - Also disable -flto for clang, to make incep-expi signature check
1249           work.
1250
1251 12 December 2017: Ralph
1252         - Fix qname-minimisation documentation (A QTYPE, not NS)
1253
1254 12 December 2017: Wouter
1255         - authzone work, transfer connect.
1256
1257 7 December 2017: Ralph
1258         - Check whether --with-libunbound-only is set when using --with-nettle
1259           or --with-nss.
1260
1261 4 December 2017: Wouter 
1262         - Fix link failure on OmniOS.
1263
1264 1 December 2017: Wouter 
1265         - auth zone work.
1266
1267 30 November 2017: Wouter 
1268         - Fix #3299 - forward CNAME daisy chain is not working
1269
1270 14 November 2017: Wouter 
1271         - Fix #2882: Unbound behaviour changes (wrong) when domain-insecure is
1272           set for stub zone.  It no longer searches for DNSSEC information.
1273         - auth xfer work on probe timer and lookup.
1274
1275 13 November 2017: Wouter 
1276         - Fix #2801: Install libunbound.pc.
1277         - Fix qname minimisation to send AAAA queries at zonecut like type A.
1278         - reverted AAAA change.
1279
1280 7 November 2017: Wouter 
1281         - Fix #2492: Documentation libunbound.
1282
1283 3 November 2017: Wouter 
1284         - Fix #2362: TLS1.3/openssl-1.1.1 not working.
1285         - Fix #2034 - Autoconf and -flto.
1286         - Fix #2141 - for libsodium detect lack of entropy in chroot, print
1287           a message and exit.
1288
1289 2 November 2017: Wouter 
1290         - Fix #1913: ub_ctx_config is under circumstances thread-safe.
1291         - make ip-transparent option work on OpenBSD.
1292
1293 31 October 2017: Wouter 
1294         - Document that errno is left informative on libunbound config read
1295           fail.
1296         - lexer output.
1297         - iana port update.
1298
1299 25 October 2017: Ralph
1300         - Fixed libunbound manual typo.
1301         - Fix #1949: [dnscrypt] make provider name mismatch more obvious.
1302         - Fix #2031: Double included headers
1303
1304 24 October 2017: Ralph
1305         - Update B root ipv4 address.
1306
1307 19 October 2017: Wouter 
1308         - authzone work, probe timer setup.
1309
1310 18 October 2017: Wouter 
1311         - lint for recent authzone commit.
1312
1313 17 October 2017: Wouter 
1314         - Fix #1749: With harden-referral-path: performance drops, due to
1315           circular dependency in NS and DS lookups.
1316         - [dnscrypt] prevent dnscrypt-secret-key, dnscrypt-provider-cert
1317           duplicates
1318         - [dnscrypt] introduce dnscrypt-provider-cert-rotated option,
1319           from Manu Bretelle.
1320         This option allows handling multiple cert/key pairs while only
1321         distributing some of them.
1322         In order to reliably match a client magic with a given key without
1323         strong assumption as to how those were generated, we need both key and
1324         cert. Likewise, in order to know which ES version should be used.
1325         On the other hand, when rotating a cert, it can be desirable to only
1326         serve the new cert but still be able to handle clients that are still
1327         using the old certs's public key.
1328         The `dnscrypt-provider-cert-rotated` allow to instruct unbound to not
1329         publish the cert as part of the DNS's provider_name's TXT answer.
1330         - Better documentation for cache-max-negative-ttl.
1331         - Work on local root zone code.
1332
1333 10 October 2017: Wouter 
1334         - tag 1.6.7
1335         - trunk has version 1.6.8.
1336
1337 6 October 2017: Wouter 
1338         - Fix spelling in unbound-control man page.
1339
1340 5 October 2017: Wouter 
1341         - Fix trust-anchor-signaling works in libunbound.
1342         - Fix some more crpls in testdata for different signaling default.
1343         - tag 1.6.7rc1
1344
1345 5 October 2017: Ralph 
1346         - Set trust-anchor-signaling default to yes
1347         - Use RCODE from A query on DNS64 synthesized answer.
1348
1349 2 October 2017: Wouter
1350         - Fix param unused warning for windows exportsymbol compile.
1351
1352 25 September 2017: Ralph
1353         - Fix #1450: Generate again patch contrib/aaaa-filter-iterator.patch
1354            (by Danilo G. Baio).
1355
1356 21 September 2017: Ralph
1357         - Log name of looping module
1358
1359 19 September 2017: Wouter
1360         - use a cachedb answer even if it's "expired" when serve-expired is yes
1361           (patch from Jinmei Tatuya).
1362         - trigger refetching of the answer in that case (this will bypass
1363           cachedb lookup)
1364         - allow storing a 0-TTL answer from cachedb in the in-memory message
1365           cache when serve-expired is yes
1366         - Fix DNSCACHE_STORE_ZEROTTL to be bigger than 0xffff.
1367
1368 18 September 2017: Ralph
1369         - Fix #1400: allowing use of global cache on ECS-forwarding unless
1370           always-forward.
1371
1372 18 September 2017: Wouter
1373         - tag 1.6.6 (is 1.6.6rc2)
1374         - Fix that looping modules always stop the query, and don't pass
1375           control.
1376         - Fix #1435: Please allow UDP to be disabled separately upstream and
1377           downstream.
1378         - Fix #1440: [dnscrypt] client nonce cache.
1379
1380 15 September 2017: Wouter
1381         - Fix unbound-host to report error for DNSSEC state of failed lookups.
1382         - Spelling fixes, from Josh Soref.
1383
1384 13 September 2017: Wouter
1385         - tag 1.6.6rc2, became 1.6.6 on 18 sep.  trunk 1.6.7 in development.
1386
1387 12 September 2017: Wouter
1388         - Add dns64 for client-subnet in unbound-checkconf.
1389
1390 4 September 2017: Ralph
1391         - Fix #1412: QNAME minimisation strict mode not honored
1392         - Fix #1434: Fix windows openssl 1.1.0 linking.
1393
1394 4 September 2017: Wouter
1395         - tag 1.6.6rc1
1396         - makedist fix for windows binaries, with openssl 1.1.0 windres fix,
1397           and expat 2.2.4 install target fix.
1398
1399 1 September 2017: Wouter
1400         - Recommend 1472 buffer size in unbound.conf
1401
1402 31 August 2017: Wouter
1403         - Fix #1424: cachedb:testframe is not thread safe.
1404         - For #1417: escape ; in dnscrypt tests.
1405         - but reverted that, tests fails with that escape.
1406         - Fix #1417: [dnscrypt] shared secret cache counters, and works when
1407           dnscrypt is not enabled.  And cache size configuration option.
1408         - make depend
1409         - Fix #1418: [ip ratelimit] initialize slabhash using
1410           ip-ratelimit-slabs.
1411
1412 30 August 2017: Wouter
1413         - updated contrib/fastrpz.patch to apply with configparser changes.
1414         - Fix 1416: qname-minimisation breaks TLSA lookups with CNAMEs.
1415
1416 29 August 2017: Wouter
1417         - Fix #1414: fix segfault on parse failure and log_replies.
1418         - zero qinfo in handle_request, this zeroes local_alias and also the
1419           qname member.
1420         - new keys and certs for dnscrypt tests.
1421         - fixup WKS test on buildhost without servicebyname.
1422
1423 28 August 2017: Wouter
1424         - Fix #1415: patch to free dnscrypt environment on reload.
1425         - iana portlist update
1426         - Fix #1415: [dnscrypt] shared secret cache, patch from
1427           Manu Bretelle.
1428         - Small fixes for the shared secret cache patch.
1429         - Fix WKS records on kvm autobuild host, with default protobyname
1430           entries for udp and tcp.
1431
1432 23 August 2017: Wouter
1433         - Fix #1407: Add ECS options check to unbound-checkconf.
1434         - make depend
1435         - Fix to reclaim tcp handler when it is closed due to dnscrypt buffer
1436           allocation failure.
1437
1438 22 August 2017: Wouter
1439         - Fix install of trust anchor when two anchors are present, makes both
1440           valid. Checks hash of DS but not signature of new key. This fixes
1441           the root.key file if created when unbound is installed between
1442           sep11 and oct11 2017.
1443         - tag 1.6.5 with pointrelease 1.6.5 (1.6.4 plus 5011 fix).
1444         - trunk version 1.6.6 in development.
1445         - Fix issue on macOX 10.10 where TCP fast open is detected but not
1446           implemented causing TCP to fail. The fix allows fallback to regular
1447           TCP in this case and is also more robust for cases where connectx()
1448           fails for some reason.
1449         - Fix #1402: squelch invalid argument error for fd_set_block on windows.
1450
1451 10 August 2017: Wouter
1452         - Patch to show DNSCrypt status in help output, from Carsten
1453           Strotmann.
1454
1455 8 August 2017: Wouter
1456         - Fix #1398: make cachedb secret configurable.
1457         - Remove spaces from Makefile.
1458
1459 7 August 2017: Wouter
1460         - Fix #1397: Recursive DS lookups for AS112 zones names should recurse.
1461
1462 3 August 2017: Ralph
1463         - Remove unused iter_env member (ip6arpa_dname)
1464         - Do not reset rrset.bogus stats when called using stats_noreset.
1465         - Added stats for queries that have been ratelimited by domain
1466           recursion.
1467         - Do not add rrset_bogus and query ratelimiting stats per thread, these
1468           module stats are global.
1469
1470 3 August 2017: Wouter
1471         - Fix #1394: mix of serve-expired and response-ip could cause a crash.
1472
1473 24 July 2017: Wouter
1474         - upgrade aclocal(pkg.m4 0.29.1), config.guess(2016-10-02),
1475           config.sub(2016-09-05).
1476         - annotate case statement fallthrough for gcc 7.1.1.
1477         - flex output from flex 2.6.1.
1478         - snprintf of thread number does not warn about truncated string.
1479         - squelch TCP fast open error on FreeBSD when kernel has it disabled,
1480           unless verbosity is high.
1481         - remove warning from windows compile.
1482         - Fix compile with libnettle
1483         - Fix DSA configure switch (--disable dsa) for libnettle and libnss.
1484         - Fix #1365: Add Ed25519 support using libnettle.
1485         - iana portlist update
1486
1487 17 July 2017: Wouter
1488         - Fix #1350: make cachedb backend configurable (from JINMEI Tatuya).
1489         - Fix #1349: allow suppression of pidfiles (from Daniel Kahn Gillmor).
1490           With the -p option unbound does not create a pidfile.
1491
1492 11 July 2017: Wouter
1493         - Fix #1344: RFC6761-reserved domains: test. and invalid.
1494         - Redirect all localhost names to localhost address for RFC6761.
1495
1496 6 July 2017: Wouter
1497         - Fix tests to use .tdir (from Manu Bretelle) instead of .tpkg.
1498         - Fix svn hooks for tdir (selected if testcode/mini_tdir.sh exists)..
1499
1500 4 July 2017: Wouter
1501         - Fix 1332: Bump verbosity of failed chown'ing of the control socket.
1502
1503 3 July 2017: Wouter
1504         - Fix for unbound-checkconf, check ipsecmod-hook if ipsecmod is turned
1505           on.
1506         - Fix #1331: libunbound segfault in threaded mode when context is
1507           deleted.
1508         - Fix pythonmod link line option flag.
1509         - Fix openssl 1.1.0 load of ssl error strings from ssl init.
1510
1511 29 June 2017: Wouter
1512         - Fix python example0 return module wait instead of error for pass.
1513         - iana portlist update
1514         - enhancement for hardened-tls for DNS over TLS.  Removed duplicated
1515           security settings.
1516
1517 27 June 2017: Wouter
1518         - Tag 1.6.4 is created with the 1.6.4rc2 contents.
1519         - Trunk contains 1.6.5, with changes from 26, 27 june.
1520         - Remove signed unsigned warning from authzone.
1521         - Fix that infra cache host hash does not change after reconfig.
1522
1523 26 June 2017: Wouter
1524         - (for 1.6.5)
1525           Better fixup of dnscrypt_cert_chacha test for different escapes.
1526         - First fix for zero b64 and hex text zone format in sldns.
1527         - unbound-control dump_infra prints port number for address if not 53.
1528
1529 23 June 2017: Wouter
1530         - (for 1.6.5): fixup of dnscrypt_cert_chacha test (from Manu Bretelle).
1531
1532 22 June 2017: Wouter
1533         - Tag 1.6.4rc2
1534
1535 22 June 2017: Ralph
1536         - Added fastrpz patch to contrib
1537
1538 21 June 2017: Wouter
1539         - Fix #1316: heap read buffer overflow in parse_edns_options.
1540
1541 20 June 2017: Wouter
1542         - Fix warning in pythonmod under clang compiler.
1543         - Tag 1.6.4rc1
1544         - Fix lintian typo.
1545
1546 16 June 2017: Ralph
1547         - Fix #1277: disable domain ratelimit by setting value to 0.
1548
1549 16 June 2017: Wouter
1550         - Fix #1301: memory leak in respip and tests.
1551         - Free callback in edns-subnetmod on exit and restart.
1552         - Fix memory leak in sldns_buffer_new_frm_data.
1553         - Fix memory leak in dnscrypt config read.
1554         - Fix dnscrypt chacha cert support ifdefs.
1555         - Fix dnscrypt chacha cert unit test escapes in grep.
1556         - Remove asynclook tests that cause test and purifier problems.
1557         - Fix to unlock view in view test.
1558
1559 15 June 2017: Wouter
1560         - Fix stub zone queries leaking to the internet for
1561           harden-referral-path ns checks.
1562         - Fix query for refetch_glue of stub leaking to internet.
1563
1564 13 June 2017: Wouter
1565         - Fix #1279: Memory leak on reload when python module is enabled.
1566         - Fix #1280: Unbound fails assert when response from authoritative
1567           contains malformed qname.  When 0x20 caps-for-id is enabled, when
1568           assertions are not enabled the malformed qname is handled correctly.
1569         - 1.6.3 tag created, with only #1280 fix, trunk is 1.6.4 development.
1570         - More fixes in depth for buffer checks in 0x20 qname checks.
1571
1572 12 June 2017: Wouter
1573         - Fix #1278: Incomplete wildcard proof.
1574
1575 8 June 2017: Ralph
1576         - Added domain name based ECS whitelist.
1577
1578 8 June 2017: Wouter
1579         - Detect chacha for dnscrypt at configure time.
1580         - dnscrypt unit tests with chacha.
1581
1582 7 June 2017: Wouter
1583         - Fix that unbound-control can set val_clean_additional and val_permissive_mode.
1584         - Add dnscrypt XChaCha20 tests.
1585
1586 6 June 2017: Wouter
1587         - Add an explicit type cast for TCP FASTOPEN fix.
1588         - renumbering B-Root's IPv6 address to 2001:500:200::b.
1589         - Fix #1275: cached data in cachedb is never used.
1590         - Fix #1276: [dnscrypt] add XChaCha20-Poly1305 cipher.
1591
1592 1 June 2017: Ralph
1593         - Fix #1274: automatically trim chroot path from dnscrypt key/cert paths
1594           (from Manu Bretelle).
1595
1596 1 June 2017: Wouter
1597         - Fix fastopen EPIPE fallthrough to perform connect.
1598
1599 31 May 2017: Ralph
1600         - Also use global local-zones when there is a matching view that does
1601           not have any local-zone specified.
1602
1603 31 May 2017: Wouter
1604         - Fix #1273: cachedb.c doesn't compile with -Wextra.
1605         - If MSG_FASTOPEN gives EPIPE fallthrough to try normal tcp write.
1606
1607 30 May 2017: Ralph
1608         - Fix #1269: inconsistent use of built-in local zones with views.
1609         - Add defaults for new local-zone trees added to views using
1610           unbound-control.
1611
1612 30 May 2017: Wouter
1613         - Support for openssl EVP_DigestVerify.
1614         - Support for the ED25519 algorithm with openssl (from openssl 1.1.1).
1615
1616 29 May 2017: Wouter
1617         - Fix assertion for low buffer size and big edns payload when worker
1618           overrides udpsize.
1619
1620 26 May 2017: Ralph
1621         - Added redirect-bogus.patch to contrib directory.
1622
1623 26 May 2017: Wouter
1624         - Fix #1270: unitauth.c doesn't compile with higher warning level
1625           and optimization
1626         - exec_prefix is by default equal to prefix.
1627         - printout localzone for duplicate local-zone warnings.
1628
1629 24 May 2017: Wouter
1630         - authzone cname chain, no rrset duplicates, wildcard doesn't change
1631           rrsets added for cname chain.
1632
1633 23 May 2017: Wouter
1634         - first services/authzone check in, it compiles and reads and writes
1635           zonefiles.
1636         - iana portlist update
1637
1638 22 May 2017: Wouter
1639         - Fix #1268: SIGSEGV after log_reopen.
1640
1641 18 May 2017: Wouter
1642         - Fix #1265 to use /bin/kill.
1643         - Fix #1267: Libunbound validator/val_secalgo.c uses obsolete APIs,
1644           and compatibility with BoringSSL.
1645
1646 17 May 2017: Wouter
1647         - Fix #1265: contrib/unbound.service contains hardcoded path.
1648
1649 17 May 2017: George
1650         - Use qstate's region for IPSECKEY rrset (ipsecmod).
1651
1652 16 May 2017: George
1653         - Implemented opportunistic IPsec support module (ipsecmod).
1654         - Some whitespace fixup.
1655
1656 16 May 2017: Wouter
1657         - updated dependencies in the makefile.
1658         - document trust-anchor-signaling in example config file.
1659         - updated configure, dependencies and flex output.
1660         - better module memory lookup, fix of unbound-control shm names for
1661           module memory printout of statistics.
1662         - Fix type AVC sldns rrdef.
1663
1664 12 May 2017: Wouter
1665         - Adjust servfail by iterator to not store in cache when serve-expired
1666           is enabled, to avoid overwriting useful information there.
1667         - Fix queries for nameservers under a stub leaking to the internet.
1668
1669 9 May 2017: Ralph
1670         - Add 'c' to getopt() in testbound.
1671         - iana portlist update
1672
1673 8 May 2017: Wouter
1674         - Fix tcp-mss failure printout text.
1675         - Set SO_REUSEADDR on outgoing tcp connections to fix the bind before
1676           connect limited tcp connections.  With the option tcp connections
1677           can share the same source port (for different destinations).
1678
1679 2 May 2017: Ralph
1680         - Added mesh_add_sub to add detached mesh entries.
1681         - Use mesh_add_sub for key tag signaling query.
1682
1683 2 May 2017: Wouter
1684         - Added test for leak of stub information.
1685         - Fix sldns wire2str printout of RR type CAA tags.
1686         - Fix sldns int16_data parse.
1687         - Fix sldns parse and printout of TSIG RRs.
1688         - sldns SMIMEA and AVC definitions, same as getdns definitions.
1689
1690 1 May 2017: Wouter
1691         - Fix #1259: "--disable-ecdsa" argument overwritten 
1692           by "#ifdef SHA256_DIGEST_LENGTH@daemon/remote.c".
1693         - iana portlist update
1694         - Fix #1258: Windows 10 X64 unbound 1.6.2 service will not start.
1695           and fix that 64bit getting installed in C:\Program Files (x86).
1696
1697 26 April 2017: Ralph
1698         - Implemented trust anchor signaling using key tag query.
1699
1700 26 April 2017: Wouter
1701         - Based on #1257: check parse limit before t increment in sldns RR
1702           string parse routine.
1703
1704 24 April 2017: Wouter
1705         - unbound-checkconf -o allows query of dnstap config variables.
1706           Also unbound-control get_option.  Also for dnscrypt.
1707         - trunk contains 1.6.3 version number (changes from 1.6.2 back from
1708           when the 1.6.2rc1 tag has been created).
1709
1710 21 April 2017: Ralph
1711         - Fix #1254: clarify ratelimit-{for,below}-domain (from Manu Bretelle).
1712         - iana portlist update
1713         
1714 18 April 2017: Ralph
1715         - Fix #1252: more indentation inconsistencies.
1716         - Fix #1253: unused variable in edns-subnet/addrtree.c:getbit().
1717
1718 13 April 2017: Ralph
1719         - Added ECS unit test (from Manu Bretelle).
1720         - ECS documentation fix (from Manu Bretelle).
1721
1722 13 April 2017: Wouter
1723         - Fix #1250: inconsistent indentation in services/listen_dnsport.c.
1724         - tag for 1.6.2rc1
1725         - (for 1.6.3:) unbound.h exports the shm stats structures.  They use
1726           type long long and no ifdefs, and ub_ before the typenames.
1727
1728 12 April 2017: Wouter
1729         - subnet mem value is available in shm, also when not enabled,
1730           to make the struct easier to memmap by other applications,
1731           independent of the configuration of unbound.
1732
1733 12 April 2017: Ralph
1734         - Fix #1247: unbound does not shorten source prefix length when
1735           forwarding ECS.
1736         - Properly check for allocation failure in local_data_find_tag_datas.
1737         - Fix #1249: unbound doesn't return FORMERR to bogus ECS.
1738         - Set SHM ECS memory usage to 0 when module not loaded.
1739
1740 11 April 2017: Ralph
1741         - Display ECS module memory usage.
1742
1743 10 April 2017: Wouter
1744         - harden-algo-downgrade: no also makes unbound more lenient about
1745           digest algorithms in DS records.
1746
1747 10 April 2017: Ralph
1748         - Remove ECS option after REFUSED answer.
1749         - Fix small memory leak in edns_opt_copy_alloc.
1750         - Respip dereference after NULL check.
1751         - Zero initialize addrtree allocation.
1752         - Use correct identifier for SHM destroy.
1753
1754 7 April 2017: George
1755         - Fix pythonmod for cb changes.
1756         - Some whitespace fixup.
1757
1758 7 April 2017: Ralph
1759         - Unlock view in respip unit test
1760
1761 6 April 2017: Ralph
1762         - Generalise inplace callback (de)registration
1763         - (de)register inplace callbacks for module id
1764         - No unbound-control set_option for ECS options
1765         - Deprecated client-subnet-opcode config option
1766         - Introduced client-subnet-always-forward config option
1767         - Changed max-client-subnet-ipv6 default to 56 (as in RFC)
1768         - Removed extern ECS config options
1769         - module_restart_next now calls clear on all following modules
1770         - Also create ECS module qstate on module_event_pass event
1771         - remove malloc from inplace_cb_register
1772
1773 6 April 2017: Wouter
1774         - Small fixup for documentation.
1775         - iana portlist update
1776         - Fix respip for braces when locks arent used.
1777         - Fix pythonmod for cb changes.
1778
1779 4 April 2017: Wouter
1780         - Fix #1244: document that use of chroot requires trust anchor file to
1781           be under chroot.
1782         - iana portlist update
1783
1784 3 April 2017: Ralph
1785         - Do not add current time twice to TTL before ECS cache store.
1786         - Do not touch rrset cache after ECS cache message generation.
1787         - Use LDNS_EDNS_CLIENT_SUBNET as default ECS opcode.
1788
1789 3 April 2017: Wouter
1790         - Fix #1217: Add metrics to unbound-control interface showing
1791           crypted, cert request, plaintext and malformed queries (from
1792           Manu Bretelle).
1793         - iana portlist update
1794
1795 27 March 2017: Wouter
1796         - Remove (now unused) event2 include from dnscrypt code.
1797
1798 24 March 2017: George
1799         - Fix to prevent non-referal query from being cached as referal when the
1800           no_cache_store flag was set.
1801
1802 23 March 2017: Wouter
1803         - Fix #1239: configure fails to find python distutils if python
1804           prints warning.
1805
1806 22 March 2017: Wouter
1807         - Fix #1238: segmentation fault when adding through the remote
1808           interface a per-view local zone to a view with no previous
1809           (configured) local zones.
1810         - Fix #1229: Systemd service sandboxing, options in wrong sections.
1811
1812 21 March 2017: Ralph
1813         - Merge EDNS Client subnet implementation from feature branch into main
1814           branch, using new EDNS processing framework. 
1815
1816 21 March 2017: Wouter
1817         - Fix doxygen for dnscrypt files.
1818
1819 20 March 2017: Wouter
1820         - #1217. DNSCrypt support, with --enable-dnscrypt, libsodium and then
1821           enabled in the config file from Manu Bretelle.
1822         - make depend, autoconf, remove warnings about statement before var.
1823         - lru_demote and lruhash_insert_or_retrieve functions for getdns.
1824         - fixup for lruhash (whitespace and header file comment).
1825         - dnscrypt tests.
1826
1827 17 March 2017: Wouter
1828         - Patch for view functionality for local-data-ptr from Björn Ketelaars.
1829         - Fix #1237 - Wrong resolving in chain, for norec queries that get
1830           SERVFAIL returned.
1831
1832 16 March 2017: Wouter
1833         - Fix that SHM is not inited if not enabled.
1834         - Add trustanchor.unbound CH TXT that gets a response with a number
1835           of TXT RRs with a string like "example.com. 2345 1234" with
1836           the trust anchors and their keytags.
1837         - Fix that looped DNAMEs do not cause unbound to spend effort.
1838         - trustanchor tags are sorted.  reusable routine to fetch taglist.
1839
1840 13 March 2017: Wouter
1841         - testbound understands Deckard MATCH rcode question answer commands.
1842         - Fix #1235: Fix too long DNAME expansion produces SERVFAIL instead
1843           of YXDOMAIN + query loop, reported by Petr Spacek.
1844
1845 10 March 2017: Wouter
1846         - Fix #1234: shortening DNAME loop produces duplicate DNAME records
1847           in ANSWER section.
1848
1849 9 March 2017: Wouter
1850         - --disable-sha1 disables SHA1 support in RRSIG, so from DNSKEY and
1851           DS records.  NSEC3 is not disabled.
1852         - fake-sha1 test option; print warning if used.  To make unit tests.
1853         - unbound-control list local zone and data commands listed in the
1854           help output.
1855
1856 8 March 2017: Wouter
1857         - make depend for build dependencies.
1858         - swig version 2.0.1 required.
1859         - fix enum conversion warnings
1860
1861 7 March 2017: Wouter
1862         - Fix #1230: swig version 2.0.0 is required for pythonmod, with
1863           1.3.40 it crashes when running repeatly unbound-control reload.
1864         - Response actions based on IP address from Jinmei Tatuya (Infoblox).
1865
1866 6 March 2017: Wouter
1867         - Fix #1229: Systemd service sandboxing in contrib/unbound.service.
1868         - iana portlist update
1869
1870 28 February 2017: Ralph
1871         - Fix testpkts.c, check if DO bit is set, not only if there is an OPT
1872           record.
1873
1874 28 February 2017: Wouter
1875         - For #1227: if we have sha256, set the cipher list to have no
1876           known vulns.
1877
1878 27 February 2017: Wouter
1879         - Fix #1227: Fix that Unbound control allows weak ciphersuits.
1880         - Fix #1226: provide official 32bit binary for windows.
1881
1882 24 February 2017: Wouter
1883         - include sys/time.h for new shm code on NetBSD.
1884
1885 23 February 2017: Wouter
1886         - Fix doc/CNAME-basedRedirectionDesignNotes.pdf zone static to
1887           redirect.
1888         - Patch from Luiz Fernando Softov for Stats Shared Memory.
1889         - unbound-control stats_shm command prints stats using shared memory,
1890           which uses less cpu.
1891         - make depend, autoconf, doxygen and lint fixed up.
1892
1893 22 February 2017: Wouter
1894         - Fix #1224: Fix that defaults should not fall back to "Program Files
1895           (x86) if Unbound is 64bit by default on windows.
1896
1897 21 February 2017: Wouter
1898         - iana portlist update
1899
1900 16 February 2017: Wouter
1901         - sldns updated for vfixed and buffer resize indication from getdns.
1902
1903 15 February 2017: Wouter
1904         - sldns has ED25519 and ED448 algorithm number and name for display.
1905
1906 14 February 2017: Wouter
1907         - tag 1.6.1rc3. -- which became 1.6.1 on 21feb, trunk has 1.6.2
1908
1909 13 February 2017: Wouter
1910         - Fix autoconf of systemd check for lack of pkg-config.
1911
1912 10 February 2017: Wouter
1913         - Fix pythonmod for typedef changes.
1914         - Fix dnstap for warning of set but not used.
1915         - tag 1.6.1rc2.
1916
1917 9 February 2017: Wouter
1918         - tag 1.6.1rc1.
1919
1920 8 February 2017: Wouter
1921         - Fix for type name change and fix warning on windows compile.
1922
1923 7 February 2017: Wouter
1924         - Include root trust anchor id 20326 in unbound-anchor.
1925
1926 6 February 2017: Wouter
1927         - Fix compile on solaris of the fix to use $host detect.
1928
1929 4 February 2017: Wouter
1930         - fix root_anchor test for updated icannbundle.pem lower certificates.
1931
1932 26 January 2017: Wouter
1933         - Fix 1211: Fix can't enable interface-automatic if no IPv6 with
1934           more helpful error message.
1935
1936 20 January 2017: Wouter
1937         - Increase MAX_MODULE to 16.
1938
1939 19 January 2017: Wouter
1940         - Fix to Rename ub_callback_t to ub_callback_type, because POSIX
1941           reserves _t typedefs.
1942         - Fix to rename internally used types from _t to _type, because _t
1943           type names are reserved by POSIX.
1944         - iana portlist update
1945
1946 12 January 2017: Wouter
1947         - Fix to also block meta types 128 through to 248 with formerr. 
1948         - Fix #1206: Some view-related commands are missing from 'unbound-control -h'
1949
1950 9 January 2017: Wouter
1951         - Fix #1202: Fix code comment that packed_rrset_data is not always
1952           'packed'.
1953
1954 6 January 2017: Wouter
1955         - Fix #1201: Fix missing unlock in answer_from_cache error condition.
1956
1957 5 January 2017: Wouter
1958         - Fix to return formerr for queries for meta-types, to avoid
1959           packet amplification if this meta-type is sent on to upstream.
1960         - Fix #1184: Log DNS replies. This includes the same logging
1961           information that DNS queries and response code and response size,
1962           patch from Larissa Feng.
1963         - Fix #1187: Source IP rate limiting, patch from Larissa Feng.
1964
1965 3 January 2017: Wouter
1966         - configure --enable-systemd and lets unbound use systemd sockets if
1967           you enable use-systemd: yes in unbound.conf.
1968           Also there are contrib/unbound.socket and contrib/unbound.service:
1969           systemd files for unbound, install them in /usr/lib/systemd/system.
1970           Contributed by Sami Kerola and Pavel Odintsov.
1971         - Fix reload chdir failure when also chrooted to that directory.
1972
1973 2 January 2017: Wouter
1974         - Fix #1194: Cross build fails when $host isn't `uname` for getentropy.
1975
1976 23 December 2016: Ralph
1977         - Fix #1190: Do not echo back EDNS options in local-zone error response.
1978         - iana portlist update
1979
1980 21 December 2016: Ralph
1981         - Fix #1188: Unresolved symbol 'fake_dsa' in libunbound.so when built
1982           with Nettle
1983
1984 19 December 2016: Ralph
1985         - Fix #1191: remove comment about view deletion.
1986
1987 15 December 2016: Wouter
1988         - iana portlist update
1989         - 64bit is default for windows builds.
1990         - Fix inet_ntop and inet_pton warnings in windows compile.
1991
1992 14 December 2016: Wouter
1993         - Fix #1178: attempt to fix setup error at end, pop result values
1994           at end of install.
1995
1996 13 December 2016: Wouter
1997         - Fix #1182: Fix Resource leak (socket), at startup.
1998         - Fix unbound-control and ipv6 only.
1999
2000 9 December 2016: Wouter
2001         - Fix #1176: stack size too small for Alpine Linux.
2002
2003 8 December 2016: Wouter
2004         - Fix downcast warnings from visual studio in sldns code.
2005         - tag 1.6.0rc1 which became 1.6.0 on 15 dec, and trunk is 1.6.1.
2006
2007 7 December 2016: Ralph
2008         - Add DSA support for OpenSSL 1.1.0
2009         - Fix remote control without cert for LibreSSL
2010
2011 6 December 2016: George
2012         - Added generic EDNS code for registering known EDNS option codes,
2013           bypassing the cache response stage and uniquifying mesh states. Four EDNS
2014           option lists were added to module_qstate (module_qstate.edns_opts_*) to
2015           store EDNS options from/to front/back side.
2016         - Added two flags to module_qstate (no_cache_lookup, no_cache_store) that
2017           control the modules' cache interactions.
2018         - Added code for registering inplace callback functions. The registered
2019           functions can be called just before replying with local data or Chaos,
2020           replying from cache, replying with SERVFAIL, replying with a resolved
2021           query, sending a query to a nameserver. The functions can inspect the
2022           available data and maybe change response/query related data (i.e. append
2023           EDNS options).
2024         - Updated Python module for the above.
2025         - Updated Python documentation.
2026
2027 5 December 2016: Ralph
2028         - Fix #1173: differ local-zone type deny from unset
2029           tag_actions element.
2030
2031 5 December 2016: Wouter
2032         - Fix #1170: document that 'inform' local-zone uses local-data.
2033
2034 1 December 2016: Ralph
2035         - hyphen as minus fix, by Andreas Schulze
2036
2037 30 November 2016: Ralph
2038         - Added local-zones and local-data bulk addition and removal
2039           functionality in unbound-control (local_zones, local_zones_remove,
2040           local_datas and local_datas_remove).
2041         - iana portlist update
2042
2043 29 November 2016: Wouter
2044         - version 1.6.0 is in the development branch.
2045         - braces in view.c around lock statements.
2046
2047 28 November 2016: Wouter
2048         - new install-sh.
2049
2050 25 November 2016: Wouter
2051         - Fix that with openssl 1.1 control-use-cert: no uses less cpu, by
2052           using no encryption over the unix socket.
2053
2054 22 Novenber 2016: Ralph
2055         - Make access-control-tag-data RDATA absolute. This makes the RDATA
2056           origin consistent between local-data and access-control-tag-data.
2057         - Fix NSEC ENT wildcard check. Matching wildcard does not have to be a
2058           subdomain of the NSEC owner.
2059         - QNAME minimisation uses QTYPE=A, therefore always check cache for
2060           this type in harden-below-nxdomain functionality.
2061         - Added unit test for QNAME minimisation + harden below nxdomain
2062           synergy.
2063
2064 22 November 2016: Wouter
2065         - iana portlist update.
2066         - Fix unit tests for DS hash processing for fake-dsa test option.
2067         - patch from Dag-Erling Smorgrav that removes code that relies
2068           on sbrk().
2069
2070 21 November 2016: Wouter
2071         - Fix #1158: reference RFC 8020 "NXDOMAIN: There Really Is Nothing
2072           Underneath" for the harden-below-nxdomain option.
2073
2074 10 November 2016: Ralph
2075         - Fix #1155: test status code of unbound-control in 04-checkconf,
2076           not the status code from the tee command.
2077
2078 4 November 2016: Ralph
2079         - Added stub-ssl-upstream and forward-ssl-upstream options.
2080
2081 4 November 2016: Wouter
2082         - configure detects ssl security level API function in the autoconf
2083           manner.  Every function on its own, so that other libraries (eg.
2084           LibreSSL) can develop their API without hindrance.
2085         - Fix #1154: segfault when reading config with duplicate zones.
2086         - Note that for harden-below-nxdomain the nxdomain must be secure,
2087           this means nsec3 with optout is insufficient.
2088
2089 3 November 2016: Ralph
2090         - Set OpenSSL security level to 0 when using aNULL ciphers.
2091
2092 3 November 2016: Wouter
2093         - .gitattributes line for githubs code language display.
2094         - log-identity: config option to set sys log identity, patch from
2095           "Robin H. Johnson" <robbat2@gentoo.org>
2096
2097 2 November 2016: Wouter
2098         - iana portlist update.
2099
2100 31 October 2016: Wouter
2101         - Fix failure to build on arm64 with no sbrk.
2102         - iana portlist update.
2103
2104 28 October 2016: Wouter
2105         - Patch for server.num.zero_ttl stats for count of expired replies,
2106           from Pavel Odintsov.
2107
2108 26 October 2016: Wouter
2109         - Fix unit tests for openssl 1.1, with no DSA, by faking DSA, enabled
2110           with the undocumented switch 'fake-dsa'.  It logs a warning.
2111
2112 25 October 2016: Wouter
2113         - Fix #1134: unbound-control set_option -- val-override-date: -1 works
2114           immediately to ignore datetime, or back to 0 to enable it again.
2115           The -- is to ignore the '-1' as an option flag.
2116
2117 24 October 2016: Wouter
2118         - serve-expired config option: serve expired responses with TTL 0.
2119         - g.root-servers.net has AAAA address.
2120
2121 21 October 2016: Wouter
2122         - Ported tests for local_cname unit test to testbound framework.
2123
2124 20 October 2016: Wouter
2125         - suppress compile warning in lex files.
2126         - init lzt variable, for older gcc compiler warnings.
2127         - fix --enable-dsa to work, instead of copying ecdsa enable.
2128         - Fix DNSSEC validation of query type ANY with DNAME answers.
2129         - Fixup query_info local_alias init.
2130
2131 19 October 2016: Wouter
2132         - Fix #1130: whitespace in example.conf.in more consistent.
2133
2134 18 October 2016: Wouter
2135         - Patch that resolves CNAMEs entered in local-data conf statements that
2136           point to data on the internet, from Jinmei Tatuya (Infoblox).
2137         - Removed patch comments from acllist.c and msgencode.c
2138         - Added documentation doc/CNAME-basedRedirectionDesignNotes.pdf,
2139           from Jinmei Tatuya (Infoblox).
2140         - Fix #1125: unbound could reuse an answer packet incorrectly for
2141           clients with different EDNS parameters, from Jinmei Tatuya.
2142         - Fix #1118: libunbound.pc sets strange Libs, Libs.private values.
2143         - Added Requires line to libunbound.pc
2144         - Please doxygen by modifying mesh.h
2145
2146 17 October 2016: Wouter
2147         - Re-fix #839 from view commit overwrite.
2148         - Fixup const void cast warning.
2149
2150 12 October 2016: Ralph
2151         - Free view config elements.
2152
2153 11 October 2016: Ralph
2154         - Added qname-minimisation-strict config option.
2155         - iana portlist update.
2156         - fix memoryleak logfile when in debug mode.
2157
2158 5 October 2016: Ralph
2159         - Added views functionality.
2160         - Fix #1117: spelling errors, from Robert Edmonds.
2161
2162 30 September 2016: Wouter
2163         - Fix Nits for 1.5.10 reported by Dag-Erling Smorgrav.
2164
2165 29 September 2016: Wouter
2166         - Fix #838: 1.5.10 cannot be built on Solaris, undefined PATH_MAX.
2167         - Fix #839: Memory grows unexpectedly with large RPZ files.
2168         - Fix #840: infinite loop in unbound_munin_ plugin on unowned lockfile.
2169         - Fix #841: big local-zone's make it consume large amounts of memory.
2170
2171 27 September 2016: Wouter
2172         - tag for 1.5.10 release
2173         - trunk contains 1.5.11 in development.
2174         - Fix dnstap relaying "random" messages instead of resolver/forwarder
2175           responses, from Nikolay Edigaryev.
2176         - Fix #836: unbound could echo back EDNS options in an error response.
2177
2178 20 September 2016: Wouter
2179         - iana portlist update.
2180         - Fix #835: fix --disable-dsa with nettle verify.
2181         - tag for 1.5.10rc1 release.
2182
2183 15 September 2016: Wouter
2184         - Fix 883: error for duplicate local zone entry.
2185         - Test for openssl init_crypto and init_ssl functions.
2186
2187 15 September 2016: Ralph
2188         - fix potential memory leak in daemon/remote.c and nullpointer
2189           dereference in validator/autotrust.
2190         - iana portlist update.
2191
2192 13 September 2016: Wouter
2193         - Silenced flex-generated sign-unsigned warning print with gcc
2194           diagnostic pragma.
2195         - Fix for new splint on FreeBSD.  Fix cast for sockaddr_un.sun_len.
2196
2197 9 September 2016: Wouter
2198         - Fix #831: workaround for spurious fread_chk warning against petal.c
2199
2200 5 September 2016: Ralph
2201         - Take configured minimum TTL into consideration when reducing TTL
2202           to original TTL from RRSIG.
2203
2204 5 September 2016: Wouter
2205         - Fix #829: doc of sldns_wire2str_rdata_buf() return value has an
2206           off-by-one typo, from Jinmei Tatuya (Infoblox).
2207         - Fix incomplete prototypes reported by Dag-Erling Smørgrav.
2208         - Fix #828: missing type in access-control-tag-action redirect results
2209           in NXDOMAIN.
2210
2211 2 September 2016: Wouter
2212         - Fix compile with openssl 1.1.0 with api=1.1.0.
2213
2214 1 September 2016: Wouter
2215         - RFC 7958 is now out, updated docs for unbound-anchor.
2216         - Fix for compile without warnings with openssl 1.1.0.
2217         - Fix #826: Fix refuse_non_local could result in a broken response.
2218         - iana portlist update.
2219
2220 29 August 2016: Wouter
2221         - Fix #777: OpenSSL 1.1.0 compatibility, patch from Sebastian A.
2222           Siewior.
2223         - Add default root hints for IPv6 E.ROOT-SERVERS.NET, 2001:500:a8::e.
2224
2225 25 August 2016: Ralph
2226         - Clarify local-zone-override entry in unbound.conf.5 
2227         
2228 25 August 2016: Wouter
2229         - 64bit build option for makedist windows compile, -w64.
2230
2231 24 August 2016: Ralph
2232         - Fix #820: set sldns_str2wire_rr_buf() dual meaning len parameter
2233           in each iteration in find_tag_datas().
2234         - unbound.conf.5 entries for define-tag, access-control-tag,
2235           access-control-tag-action, access-control-tag-data, local-zone-tag,
2236           and local-zone-override.
2237           
2238 23 August 2016: Wouter
2239         - Fix #804: unbound stops responding after outage.  Fixes queries
2240           that attempt to wait for an empty list of subqueries.
2241         - Fix #804: lower num_target_queries for iterator also for failed
2242           lookups.
2243
2244 8 August 2016: Wouter
2245         - Note that OPENPGPKEY type is RFC 7929.
2246
2247 4 August 2016: Wouter
2248         - Fix #807: workaround for possible some "unused" function parameters
2249           in test code, from Jinmei Tatuya.
2250
2251 3 August 2016: Wouter
2252         - use sendmsg instead of sendto for TFO.
2253
2254 28 July 2016: Wouter
2255         - Fix #806: wrong comment removed.
2256
2257 26 July 2016: Wouter
2258         - nicer ratelimit-below-domain explanation.
2259
2260 22 July 2016: Wouter
2261         - Fix #801: missing error condition handling in
2262           daemon_create_workers().
2263         - Fix #802: workaround for function parameters that are "unused"
2264           without log_assert.
2265         - Fix #803: confusing (and incorrect) code comment in daemon_cleanup().
2266
2267 20 July 2016: Wouter
2268         - Fix typo in unbound.conf.
2269
2270 18 July 2016: Wouter
2271         - Fix #798: Client-side TCP fast open fails (Linux).
2272
2273 14 July 2016: Wouter
2274         - TCP Fast open patch from Sara Dickinson.
2275         - Fixed unbound.doxygen for 1.8.11.
2276
2277 7 July 2016: Wouter
2278         - access-control-tag-data implemented. verbose(4) prints tag debug.
2279
2280 5 July 2016: Wouter
2281         - Fix dynamic link of anchor-update.exe on windows.
2282         - Fix detect of mingw for MXE package build.
2283         - Fixes for 64bit windows compile.
2284         - Fix #788 for nettle 3.0: Failed to build with Nettle >= 3.0 and
2285           --with-libunbound-only --with-nettle.
2286
2287 4 July 2016: Wouter
2288         - For #787: prefer-ip6 option for unbound.conf prefers to send
2289           upstream queries to ipv6 servers.
2290         - Fix #787: outgoing-interface netblock/64 ipv6 option to use linux
2291           freebind to use 64bits of entropy for every query with random local
2292           part.
2293
2294 30 June 2016: Wouter
2295         - Document always_transparent, always_refuse, always_nxdomain types.
2296
2297 29 June 2016: Wouter
2298         - Fix static compile on windows missing gdi32.
2299
2300 28 June 2016: Wouter
2301         - Create a pkg-config file for libunbound in contrib.
2302
2303 27 June 2016: Wouter
2304         - Fix #784: Build configure assumess that having getpwnam means there
2305           is endpwent function available.
2306         - Updated repository with newer flex and bison output.
2307
2308 24 June 2016: Ralph
2309         - Possibility to specify local-zone type for an acl/tag pair
2310         - Possibility to specify (override) local-zone type for a source address
2311           block
2312 16 June 2016: Ralph
2313         - Decrease dp attempts at each QNAME minimisation iteration
2314
2315 16 June 2016: Wouter
2316         - Fix tcp timeouts in tv.usec.
2317
2318 15 June 2016: Wouter
2319         - TCP_TIMEOUT is specified in milliseconds.
2320         - If more than half of tcp connections are in use, a shorter timeout
2321           is used (200 msec, vs 2 minutes) to pressure tcp for new connects.
2322
2323 14 June 2016: Ralph
2324         - QNAME minimisation unit test for dropped QTYPE=A queries.
2325
2326 14 June 2016: Wouter
2327         - Fix 775: unbound-host and unbound-anchor crash on windows, ignore
2328           null delete for wsaevent.
2329         - Fix spelling in freebind option man page text.
2330         - Fix windows link of ssl with crypt32.
2331         - Fix 779: Union casting is non-portable.
2332         - Fix 780: MAP_ANON not defined in HP-UX 11.31.
2333         - Fix 781: prealloc() is an HP-UX system library call.
2334
2335 13 June 2016: Ralph
2336         - Use QTYPE=A for QNAME minimisation.
2337         - Keep track of number of time-outs when performing QNAME minimisation.
2338           Stop minimising when number of time-outs for a QNAME/QTYPE pair is
2339           more than three.
2340
2341 13 June 2016: Wouter
2342         - Fix #778: unbound 1.5.9: -h segfault (null deref).
2343         - Fix directory: fix for unbound-checkconf, it restores cwd.
2344
2345 10 June 2016: Wouter
2346         - And delete service.conf.shipped on uninstall.
2347         - In unbound.conf directory: dir immediately changes to that directory,
2348           so that include: file below that is relative to that directory.
2349           With chroot, make the directory an absolute path inside chroot.
2350         - keep debug symbols in windows build.
2351         - do not delete service.conf on windows uninstall.
2352         - document directory immediate fix and allow EXECUTABLE syntax in it
2353           on windows.
2354
2355 9 June 2016: Wouter
2356         - Trunk is called 1.5.10 (with previous fixes already in there to 2
2357           june).
2358         - Revert fix for NetworkService account on windows due to breakage
2359           it causes.
2360         - Fix that windows install will not overwrite existing service.conf
2361           file (and ignore gui config choices if it exists).
2362
2363 7 June 2016: Ralph
2364         - Lookup localzones by taglist from acl.
2365         - Possibility to lookup local_zone, regardless the taglist.
2366         - Added local_zone/taglist/acl unit test.
2367
2368 7 June 2016: Wouter
2369         - Fix #773: Non-standard Python location build failure with pyunbound.
2370         - Improve threadsafety for openssl 0.9.8 ecdsa dnssec signatures.
2371
2372 6 June 2016: Wouter
2373         - Better help text from -h (from Ray Griffith).
2374         - access-control-tag config directive.
2375         - local-zone-override config directive.
2376         - access-control-tag-action and access-control-tag-data config
2377           directives.
2378         - free acl-tags, acltag-action and acltag-data config lists during
2379           initialisation to free up memory for more entries.
2380
2381 3 June 2016: Wouter
2382         - Fix to not ignore return value of chown() in daemon startup.
2383
2384 2 June 2016: Wouter
2385         - Fix libubound for edns optlist feature.
2386         - Fix distinction between free and CRYPTO_free in dsa and ecdsa alloc.
2387         - Fix #752: retry resource temporarily unavailable on control pipe.
2388         - un-document localzone tags.
2389         - tag for release 1.5.9rc1.
2390           And this also became release 1.5.9.
2391         - Fix (for 1.5.10): Fix unbound-anchor.exe file location defaults to
2392           Program Files with (x86) appended.
2393         - re-documented localzone tags in example.conf.
2394
2395 31 May 2016: Wouter
2396         - Fix windows service to be created run with limited rights, as a
2397           network service account, from Mario Turschmann.
2398         - compat strsep implementation.
2399         - generic edns option parse and store code.
2400         - and also generic edns options for upstream messages (and replies).
2401           after parse use edns_opt_find(edns.opt_list, LDNS_EDNS_NSID),
2402           to insert use edns_opt_append(edns, region, code, len, bindata) on
2403           the opt_list passed to send_query, or in edns_opt_inplace_reply.
2404
2405 30 May 2016: Wouter
2406         - Fix time in case answer comes from cache in ub_resolve_event().
2407         - Attempted fix for #765: _unboundmodule missing for python3.
2408
2409 27 May 2016: Wouter
2410         - Fix #770: Small subgroup attack on DH used in unix pipe on localhost
2411           if unbound control uses a unix local named pipe.
2412         - Document write permission to directory of trust anchor needed.
2413         - Fix #768:  Unbound Service Sometimes Can Not Shutdown
2414           Completely, WER Report Shown Up.  Close handle before closing WSA.
2415
2416 26 May 2016: Wouter
2417         - Updated patch from Charles Walker.
2418
2419 24 May 2016: Wouter
2420         - disable-dnssec-lame-check config option from Charles Walker.
2421         - remove memory leak from lame-check patch.
2422         - iana portlist update.
2423
2424 23 May 2016: Wouter
2425         - Fix #767:  Reference to an expired Internet-Draft in
2426           harden-below-nxdomain documentation.
2427
2428 20 May 2016: Ralph
2429         - No QNAME minimisation fall-back for NXDOMAIN answers from DNSSEC 
2430           signed zones.
2431         - iana portlist update.
2432
2433 19 May 2016: Wouter
2434         - Fix #766: dns64 should synthesize results on timeout/errors.
2435
2436 18 May 2016: Wouter
2437         - Fix #761: DNSSEC LAME false positive resolving nic.club.
2438
2439 17 May 2016: Wouter
2440         - trunk updated with output of flex 2.6.0.
2441
2442 6 May 2016: Wouter
2443         - Fix memory leak in out-of-memory conditions of local zone add.
2444
2445 29 April 2016: Wouter
2446         - Fix sldns with static checking fixes copied from getdns.
2447
2448 28 April 2016: Wouter
2449         - Fix #759: 0x20 capsforid no longer checks type PTR, for
2450           compatibility with cisco dns guard.  This lowers false positives.
2451
2452 18 April 2016: Wouter
2453         - Fix some malformed responses to edns queries get fallback to nonedns.
2454
2455 15 April 2016: Wouter
2456         - cachedb module event handling design.
2457
2458 14 April 2016: Wouter
2459         - cachedb module framework (empty).
2460         - iana portlist update.
2461
2462 12 April 2016: Wouter
2463         - Fix #753: document dump_requestlist is for first thread.
2464
2465 24 March 2016: Wouter
2466         - Document permit-small-holddown for 5011 debug.
2467         - Fix #749: unbound-checkconf gets SIGSEGV when use against a
2468           malformatted conf file.
2469
2470 23 March 2016: Wouter
2471         - OpenSSL 1.1.0 portability, --disable-dsa configure option.
2472
2473 21 March 2016: Wouter
2474         - Fix compile of getentropy_linux for SLES11 servicepack 4.
2475         - Fix dnstap-log-resolver-response-messages, from Nikolay Edigaryev.
2476         - Fix test for openssl to use HMAC_Update for 1.1.0.
2477         - acx_nlnetlabs.m4 to v33, with HMAC_Update.
2478         - acx_nlnetlabs.m4 to v34, with -ldl -pthread test for libcrypto.
2479         - ERR_remove_state deprecated since openssl 1.0.0.
2480         - OPENSSL_config is deprecated, removing.
2481
2482 18 March 2016: Ralph
2483         - Validate QNAME minimised NXDOMAIN responses.
2484         - If QNAME minimisation is enabled, do cache lookup for QTYPE NS in
2485           harden-below-nxdomain.
2486
2487 17 March 2016: Ralph
2488         - Limit number of QNAME minimisation iterations.
2489
2490 17 March 2016: Wouter
2491         - Fix #746: Fix unbound sets CD bit on all forwards.
2492           If no trust anchors, it'll not set CD bit when forwarding to another
2493           server.  If a trust anchor, no CD bit on the first attempt to a
2494           forwarder, but CD bit thereafter on repeated attempts to get DNSSEC.
2495         - iana portlist update.
2496
2497 16 March 2016: Wouter
2498         - Fix ip-transparent for ipv6 on FreeBSD, thanks to Nick Hibma.
2499         - Fix ip-transparent for tcp on freebsd.
2500
2501 15 March 2016: Wouter
2502         - ip_freebind: yesno option in unbound.conf sets IP_FREEBIND for
2503           binding to an IP address while the interface or address is down.
2504
2505 14 March 2016: Wouter
2506         - Fix warnings in ifdef corner case, older or unknown libevent.
2507         - Fix compile for ub_event code with older libev.
2508
2509 11 March 2016: Wouter
2510         - Remove warning about unused parameter in event_pluggable.c.
2511         - Fix libev usage of dispatch return value.
2512         - No side effects in tolower() call, in case it is a macro.
2513         - For test put free in pluggable api in parenthesis.
2514
2515 10 March 2016: Wouter
2516         - Fixup backend2str for libev.
2517
2518 09 March 2016: Willem
2519         - User defined pluggable event API for libunbound
2520         - Fixup of compile fix for pluggable event API from P.Y. Adi
2521           Prasaja.
2522
2523 09 March 2016: Wouter
2524         - Updated configure and ltmain.sh.
2525         - Updated L root IPv6 address.
2526
2527 07 March 2016: Wouter
2528         - Fix #747: assert in outnet_serviced_query_stop.
2529         - iana ports fetched via https.
2530         - iana portlist update.
2531
2532 03 March 2016: Wouter
2533         - configure tests for the weak attribute support by the compiler.
2534
2535 02 March 2016: Wouter
2536         - 1.5.8 release tag
2537         - trunk contains 1.5.9 in development.
2538         - iana portlist update.
2539         - Fix #745: unbound.py - idn2dname throws UnicodeError when idnname
2540           contains trailing dot.
2541
2542 24 February 2016: Wouter
2543         - Fix OpenBSD asynclook lock free that gets used later (fix test code).
2544         - Fix that NSEC3 negative cache is used when there is no salt.
2545
2546 23 February 2016: Wouter
2547         - ub_ctx_set_stub() function for libunbound to config stub zones.
2548         - sorted ubsyms.def file with exported libunbound functions.
2549
2550 19 February 2016: Wouter
2551         - Print understandable debug log when unusable DS record is seen.
2552         - load gost algorithm if digest is seen before key algorithm.
2553         - iana portlist update.
2554
2555 17 February 2016: Wouter
2556         - Fix that "make install" fails due to "text file busy" error.
2557
2558 16 February 2016: Wouter
2559         - Set IPPROTO_IP6 for ipv6 sockets otherwise invalid argument error.
2560
2561 15 February 2016: Wouter
2562         - ip-transparent option for FreeBSD with IP_BINDANY socket option.
2563         - wait for sendto to drain socket buffers when they are full.
2564
2565 9 February 2016: Wouter
2566         - Test for type OPENPGPKEY.
2567         - insecure-lan-zones: yesno config option, patch from Dag-Erling
2568           Smørgrav.
2569
2570 8 February 2016: Wouter
2571         - Fix patch typo in prevuous commit for 734 from Adi Prasaja.
2572         - RR Type CSYNC support RFC 7477, in debug printout and config input.
2573         - RR Type OPENPGPKEY support (draft-ietf-dane-openpgpkey-07).
2574
2575 29 January 2016: Wouter
2576         - Neater cmdline_verbose increment patch from Edgar Pettijohn.
2577
2578 27 January 2016: Wouter
2579         - Made netbsd sendmsg test nonfatal, in case of false positives.
2580         - Fix #741: log message for dnstap socket connection is more clear.
2581
2582 26 January 2016: Wouter
2583         - Fix #734: chown the pidfile if it resides inside the chroot.
2584         - Use arc4random instead of random in tests (because it is
2585           available, possibly as compat, anyway).
2586         - Fix cmsg alignment for argument to sendmsg on NetBSD.
2587         - Fix that unbound complains about unimplemented IP_PKTINFO for
2588           sendmsg on NetBSD (for interface-automatic).
2589
2590 25 January 2016: Wouter
2591         - Fix #738: Swig should not be invoked with CPPFLAGS.
2592
2593 19 January 2016: Wouter
2594         - Squelch 'cannot assign requested address' log messages unless
2595           verbosity is high, it was spammed after network down.
2596
2597 14 January 2016: Wouter
2598         - Fix to simplify empty string checking from Michael McConville.
2599         - iana portlist update.
2600
2601 12 January 2016: Wouter
2602         - Fix #734: Do not log an error when the PID file cannot be chown'ed.
2603           Patch from Simon Deziel.
2604
2605 11 January 2016: Wouter
2606         - Fix test if -pthreads unused to use better grep for portability.
2607
2608 06 January 2016: Wouter
2609         - Fix mingw crosscompile for recent mingw.
2610         - Update aclocal, autoconf output with new versions (1.15, 2.4.6).
2611
2612 05 January 2016: Wouter
2613         - #731: tcp-mss, outgoing-tcp-mss options for unbound.conf, patch
2614           from Daisuke Higashi.
2615         - Support RFC7686: handle ".onion" Special-Use Domain. It is blocked
2616           by default, and can be unblocked with "nodefault" localzone config.
2617
2618 04 January 2016: Wouter
2619         - Define DEFAULT_SOURCE together with BSD_SOURCE when that is defined,
2620           for Linux glibc 2.20.
2621         - Fixup contrib/aaaa-filter-iterator.patch for moved contents in the
2622           source code, so it applies cleanly again.  Removed unused variable
2623           warnings.
2624
2625 15 December 2015: Ralph
2626         - Fix #729: omit use of escape sequences in echo since they are not 
2627           portable (unbound-control-setup).
2628
2629 11 December 2015: Wouter
2630         - remove NULL-checks before free, patch from Michael McConville.
2631         - updated ax_pthread.m4 to version 21 with clang support, this
2632           removes a warning from compilation.
2633         - OSX portability, detect if sbrk is deprecated.
2634         - OSX clang, stop -pthread unused during link stage warnings.
2635         - OSX clang new flto check.
2636
2637 10 December 2015: Wouter
2638         - 1.5.7 release
2639         - trunk has 1.5.8 in development.
2640
2641 8 December 2015: Wouter
2642         - Fixup 724 for unbound-control.
2643
2644 7 December 2015: Ralph
2645         - Do not minimise forwarded requests.
2646
2647 4 December 2015: Wouter
2648         - Removed unneeded whitespace from example.conf.
2649
2650 3 December 2015: Ralph
2651         - (after rc1 tag)
2652         - Committed fix to qname minimisation and unit test case for it.
2653         
2654 3 December 2015: Wouter
2655         - iana portlist update.
2656         - 1.5.7rc1 prerelease tag.
2657
2658 2 December 2015: Wouter
2659         - Fixup 724: Fix PCA prompt for unbound-service-install.exe.
2660           re-enable stdout printout.
2661         - For 724: Add Changelog to windows binary dist.
2662
2663 1 December 2015: Ralph
2664         - Qname minimisation review fixes
2665
2666 1 December 2015: Wouter
2667         - Fixup 724 fix for fname_after_chroot() calls.
2668         - Remove stdout printout for unbound-service-install.exe
2669         - .gitignore for git users.
2670
2671 30 November 2015: Ralph
2672         - Implemented qname minimisation
2673
2674 30 November 2015: Wouter
2675         - Fix for #724: conf syntax to read files from run dir (on Windows).
2676
2677 25 November 2015: Wouter
2678         - Fix for #720, fix unbound-control-setup windows batch file.
2679
2680 24 November 2015: Wouter
2681         - Fix #720: add windows scripts to zip bundle.
2682         - iana portlist update.
2683
2684 20 November 2015: Wouter
2685         - Added assert on rrset cache correctness.
2686         - Fix that malformed EDNS query gets a response without malformed EDNS.
2687
2688 18 November 2015: Wouter
2689         - newer acx_nlnetlabs.m4.
2690         - spelling fixes from Igor Sobrado Delgado.
2691
2692 17 November 2015: Wouter
2693         - Fix #594. libunbound: optionally use libnettle for crypto.
2694           Contributed by Luca Bruno.  Added --with-nettle for use with
2695           --with-libunbound-only.
2696         - refactor nsec3 hash implementation to be more library-portable.
2697         - iana portlist update.
2698         - Fixup DER encoded DSA signatures for libnettle.
2699
2700 16 November 2015: Wouter
2701         - Fix for lenient accept of reverse order DNAME and CNAME.
2702
2703 6 November 2015: Wouter
2704         - Change example.conf: ftp.internic.net to https://www.internic.net
2705
2706 5 November 2015: Wouter
2707         - ACX_SSL_CHECKS no longer adds -ldl needlessly.
2708
2709 3 November 2015: Wouter
2710         - Fix #718: Fix unbound-control-setup with support for env
2711           without HEREDOC bash support.
2712
2713 29 October 2015: Wouter
2714         - patch from Doug Hogan for SSL_OP_NO_SSLvx options.
2715         - Fix #716: nodata proof with empty non-terminals and wildcards.
2716
2717 28 October 2015: Wouter
2718         - Fix checklock testcode for linux threads on exit.
2719
2720 27 October 2015: Wouter
2721         - isblank() compat implementation.
2722         - detect libexpat without xml_StopParser function.
2723         - portability fixes.
2724         - portability, replace snprintf if return value broken.
2725
2726 23 October 2015: Wouter
2727         - Fix #714: Document config to block private-address for IPv4
2728           mapped IPv6 addresses.
2729
2730 22 October 2015: Wouter
2731         - Fix #712: unbound-anchor appears to not fsync root.key.
2732
2733 20 October 2015: Wouter
2734         - 1.5.6 release.
2735         - trunk tracks development of 1.5.7.
2736
2737 15 October 2015: Wouter
2738         - Fix segfault in the dns64 module in the formaterror error path.
2739         - Fix sldns_wire2str_rdata_scan for malformed RRs.
2740         - tag for 1.5.6rc1 release.
2741
2742 14 October 2015: Wouter
2743         - ANY responses include DNAME records if present, as per Evan Hunt's
2744           remark in dnsop.
2745         - Fix manpage to suggest using SIGTERM to terminate the server.
2746
2747 9 October 2015: Wouter
2748         - Default for ssl-port is port 853, the temporary port assignment
2749           for secure domain name system traffic.
2750           If you used to rely on the older default of port 443, you have
2751           to put a clause in unbound.conf for that.  The new value is likely
2752           going to be the standardised port number for this traffic.
2753         - iana portlist update.
2754
2755 6 October 2015: Wouter
2756         - 1.5.5 release.
2757         - trunk tracks the development of 1.5.6.
2758
2759 28 September 2015: Wouter
2760         - MAX_TARGET_COUNT increased to 64, to fix up sporadic resolution
2761           failures.
2762         - tag for 1.5.5rc1 release.
2763         - makedist.sh: pgp sig echo commands.
2764
2765 25 September 2015: Wouter
2766         - Fix unbound-control flush that does not succeed in removing data.
2767
2768 22 September 2015: Wouter
2769         - Fix config globbed include chroot treatment, this fixes reload of
2770           globs (patch from Dag-Erling Smørgrav).
2771         - iana portlist update.
2772         - Fix #702: New IPs for for h.root-servers.net.
2773         - Remove confusion comment from canonical_compare() function.
2774         - Fix #705: ub_ctx_set_fwd() return value mishandled on windows.
2775         - testbound selftest also works in non-debug mode.
2776         - Fix minor error in unbound.conf.5.in
2777         - Fix unbound.conf(5) access-control description for precedence
2778           and default.
2779
2780 31 August 2015: Wouter
2781         - changed windows setup compression to be more transparent.
2782
2783 28 August 2015: Wouter
2784         - Fix #697: Get PY_MAJOR_VERSION failure at configure for python
2785           2.4 to 2.6.
2786         - Feature #699: --enable-pie option to that builds PIE binary.
2787         - Feature #700: --enable-relro-now option that enables full read-only
2788           relocation.
2789
2790 24 August 2015: Wouter
2791         - Fix deadlock for local data add and zone add when unbound-control
2792           list_local_data printout is interrupted.
2793         - iana portlist update.
2794         - Change default of harden-algo-downgrade to off.  This is lenient
2795           for algorithm rollover.
2796
2797 13 August 2015: Wouter
2798         - 5011 implementation does not insist on all algorithms, when
2799           harden-algo-downgrade is turned off.
2800         - Reap the child process that libunbound spawns.
2801
2802 11 August 2015: Wouter
2803         - Fix #694: configure script does not detect LibreSSL 2.2.2
2804
2805 4 August 2015: Wouter
2806         - Document that local-zone nodefault matches exactly and transparent
2807           can be used to release a subzone.
2808
2809 3 August 2015: Wouter
2810         - Document in the manual more text about configuring locally served
2811           zones.
2812         - Fix 5011 anchor update timer after reload.
2813         - Fix mktime in unbound-anchor not using UTC.
2814
2815 30 July 2015: Wouter
2816         - please afl-gcc (llvm) for uninitialised variable warning.
2817         - Added permit-small-holddown config to debug fast 5011 rollover.
2818
2819 24 July 2015: Wouter
2820         - Fix #690: Reload fails when so-reuseport is yes after changing
2821           num-threads.
2822         - iana portlist update.
2823
2824 21 July 2015: Wouter
2825         - Fix configure to detect SSL_CTX_set_ecdh_auto.
2826         - iana portlist update.
2827
2828 20 July 2015: Wouter
2829         - Enable ECDHE for servers.  Where available, use
2830           SSL_CTX_set_ecdh_auto() for TLS-wrapped server configurations to
2831           enable ECDHE.  Otherwise, manually offer curve p256.
2832           Client connections should automatically use ECDHE when available.
2833           (thanks Daniel Kahn Gillmor)
2834
2835 18 July 2015: Willem
2836         - Allow certificate chain files to allow for intermediate certificates.
2837           (thanks Daniel Kahn Gillmor)
2838
2839 13 July 2015: Wouter
2840         - makedist produces sha1 and sha256 files for created binaries too.
2841
2842 9 July 2015: Wouter
2843         - 1.5.4 release tag
2844         - trunk has 1.5.5 in development.
2845         - Fix #681: Setting forwarders with unbound-control forward
2846           implicitly turns on forward-first.
2847
2848 29 June 2015: Wouter
2849         - iana portlist update.
2850         - Fix alloc with log for allocation size checks.
2851
2852 26 June 2015: Wouter
2853         - Fix #677 Fix DNAME responses from cache that failed internal chain
2854           test.
2855         - iana portlist update.
2856
2857 22 June 2015: Wouter
2858         - Fix #677 Fix CNAME corresponding to a DNAME was checked incorrectly
2859           and was therefore always synthesized (thanks to Valentin Dietrich).
2860
2861 4 June 2015: Wouter
2862         - RFC 7553 RR type URI support, is now enabled by default.
2863
2864 2 June 2015: Wouter
2865         - Fix #674: Do not free pointers given by getenv.
2866
2867 29 May 2015: Wouter
2868         - Fix that unparseable error responses are ratelimited.
2869         - SOA negative TTL is capped at minimumttl in its rdata section.
2870         - cache-max-negative-ttl config option, default 3600.
2871
2872 26 May 2015: Wouter
2873         - Document that ratelimit works with unbound-control set_option.
2874
2875 21 May 2015: Wouter
2876         - iana portlist update.
2877         - documentation proposes ratelimit of 1000 (closer to what upstream
2878           servers expect from us).
2879
2880 20 May 2015: Wouter
2881         - DLV is going to be decommissioned.  Advice to stop using it, and
2882           put text in the example configuration and man page to that effect.
2883
2884 10 May 2015: Wouter
2885         - Change syntax of particular validator error to be easier for
2886           machine parse, swap rrset and ip adres info so it looks like:
2887           validation failure <www.example.nl. TXT IN>: signature crypto
2888           failed from 2001:DB8:7:bba4::53 for <*.example.nl. NSEC IN>
2889
2890 1 May 2015: Wouter
2891         - caps-whitelist in unbound.conf allows whitelist of loadbalancers
2892           that cannot work with caps-for-id or its fallback.
2893
2894 30 April 2015: Wouter
2895         - Unit test for type ANY synthesis.
2896
2897 22 April 2015: Wouter
2898         - Removed contrib/unbound_unixsock.diff, because it has been
2899           integrated, use control-interface: /path in unbound.conf.
2900         - iana portlist update.
2901
2902 17 April 2015: Wouter
2903         - Synthesize ANY responses from cache.  Does not search exhaustively,
2904           but MX,A,AAAA,SOA,NS also CNAME.
2905         - Fix leaked dns64prefix configuration string.
2906
2907 16 April 2015: Wouter
2908         - Add local-zone type inform_deny, that logs query and drops answer.
2909         - Ratelimit does not apply to prefetched queries, and ratelimit-factor
2910           is default 10.  Repeated normal queries get resolved and with
2911           prefetch stay in the cache.
2912         - Fix bug#664: libunbound python3 related fixes (from Tomas Hozza)
2913           Use print_function also for Python2.
2914           libunbound examples: produce sorted output.
2915           libunbound-Python: libldns is not used anymore.
2916           Fix issue with Python 3 mapping of FILE* using file_py3.i from ldns.
2917
2918 10 April 2015: Wouter
2919         - unbound-control ratelimit_list lists high rate domains.
2920         - ratelimit feature, ratelimit: 100, or some sensible qps, can be
2921           used to turn it on.  It ratelimits recursion effort per zone.
2922           For particular names you can configure exceptions in unbound.conf.
2923         - Fix that get_option for cache-sizes does not print double newline.
2924         - Fix#663: ssl handshake fails when using unix socket because dh size
2925           is too small.
2926
2927 8 April 2015: Wouter
2928         - Fix crash in dnstap: Do not try to log TCP responses after timeout.
2929
2930 7 April 2015: Wouter
2931         - Libunbound skips dos-line-endings from etc/hosts.
2932         - Unbound exits with a fatal error when the auto-trust-anchor-file
2933           fails to be writable.  This is seconds after startup.  You can
2934           load a readonly auto-trust-anchor-file with trust-anchor-file.
2935           The file has to be writable to notice the trust anchor change,
2936           without it, a trust anchor change will be unnoticed and the system
2937           will then become inoperable.
2938         - unbound-control list_insecure command shows the negative trust
2939           anchors currently configured, patch from Jelte Jansen.
2940
2941 2 April 2015: Wouter
2942         - Fix #660: Fix interface-automatic broken in the presence of
2943           asymmetric routing.
2944
2945 26 March 2015: Wouter
2946         - remote.c probedelay line is easier to read.
2947         - rename ldns subdirectory to sldns to avoid name collision.
2948
2949 25 March 2015: Wouter
2950         - Fix #657:  libunbound(3) recommends deprecated
2951           CRYPTO_set_id_callback.
2952         - If unknown trust anchor algorithm, and libressl is used, error
2953           message encourages upgrade of the libressl package.
2954
2955 23 March 2015: Wouter
2956         - Fix segfault on user not found at startup (from Maciej Soltysiak).
2957
2958 20 March 2015: Wouter
2959         - Fixed to add integer overflow checks on allocation (defense in depth).
2960
2961 19 March 2015: Wouter
2962         - Add ip-transparent config option for bind to non-local addresses.
2963
2964 17 March 2015: Wouter
2965         - Use reallocarray for integer overflow protection, patch submitted
2966           by Loganaden Velvindron.
2967
2968 16 March 2015: Wouter
2969         - Fixup compile on cygwin, more portable openssl thread id.
2970
2971 12 March 2015: Wouter
2972         - Updated default keylength in unbound-control-setup to 3k.
2973
2974 10 March 2015: Wouter
2975         - Fix lintian warning in unbound-checkconf man page (from Andreas
2976           Schulze).
2977         - print svnroot when building windows dist.
2978         - iana portlist update.
2979         - Fix warning on sign compare in getentropy_linux.
2980
2981 9 March 2015: Wouter
2982         - Fix #644: harden-algo-downgrade option, if turned off, fixes the
2983           reported excessive validation failure when multiple algorithms
2984           are present.  It allows the weakest algorithm to validate the zone.
2985         - iana portlist update.
2986
2987 5 March 2015: Wouter
2988         - contrib/unbound_smf22.tar.gz: Solaris SMF installation/removal
2989           scripts.  Contributed by Yuri Voinov.
2990         - Document that incoming-num-tcp increase is good for large servers.
2991         - stats reports tcp usage, of incoming-num-tcp buffers.
2992
2993 4 March 2015: Wouter
2994         - Patch from Brad Smith that syncs compat/getentropy_linux with
2995           OpenBSD's version (2015-03-04).
2996         - 0x20 fallback improved: servfail responses do not count as missing
2997           comparisons (except if all responses are errors),
2998           inability to find nameservers does not fail equality comparisons,
2999           many nameservers does not try to compare more than max-sent-count,
3000           parse failures start 0x20 fallback procedure.
3001         - store caps_response with best response in case downgrade response
3002           happens to be the last one.
3003         - Document windows 8 tests.
3004
3005 3 March 2015: Wouter
3006         - tag 1.5.3rc1
3007         [ This became 1.5.3 on 10 March, trunk is 1.5.4 in development ]
3008
3009 2 March 2015: Wouter
3010         - iana portlist update.
3011
3012 20 February 2015: Wouter
3013         - Use the getrandom syscall introduced in Linux 3.17 (from Heiner
3014           Kallweit).
3015         - Fix #645 Portability to Solaris 10, use AF_LOCAL.
3016         - Fix #646 Portability to Solaris, -lrt for getentropy_solaris.
3017         - Fix #647 crash in 1.5.2 because pwd.db no longer accessible after
3018           reload.
3019
3020 19 February 2015: Wouter
3021         - 1.5.2 release tag.
3022         - svn trunk contains 1.5.3 under development.
3023
3024 13 February 2015: Wouter
3025         - Fix #643: doc/example.conf.in: unnecessary whitespace.
3026
3027 12 February 2015: Wouter
3028         - tag 1.5.2rc1
3029
3030 11 February 2015: Wouter
3031         - iana portlist update.
3032
3033 10 February 2015: Wouter
3034         - Fix scrubber with harden-glue turned off to reject NS (and other
3035           not-address) records.
3036
3037 9 February 2015: Wouter
3038         - Fix validation failure in case upstream forwarder (ISC BIND) does
3039           not have the same trust anchors and decides to insert unsigned NS
3040           record in authority section.
3041
3042 2 February 2015: Wouter
3043         - infra-cache-min-rtt patch from Florian Riehm, for expected long
3044           uplink roundtrip times.
3045
3046 30 January 2015: Wouter
3047         - Fix 0x20 capsforid fallback to omit gratuitous NS and additional
3048           section changes.
3049         - Portability fix for Solaris ('sun' is not usable for a variable).
3050
3051 29 January 2015: Wouter
3052         - Fix pyunbound byte string representation for python3.
3053
3054 26 January 2015: Wouter
3055         - Fix unintended use of gcc extension for incomplete enum types,
3056           compile with pedantic c99 compliance (from Daniel Dickman).
3057
3058 23 January 2015: Wouter
3059         - windows port fixes, no AF_LOCAL, no chown, no chmod(grp).
3060
3061 16 January 2015: Wouter
3062         - unit test for local unix connection.  Documentation and log_addr
3063           does not inspect port for AF_LOCAL.
3064         - unbound-checkconf -f prints chroot with pidfile path.
3065
3066 13 January 2015: Wouter
3067         - iana portlist update.
3068
3069 12 January 2015: Wouter
3070         - Cast sun_len sizeof to socklen_t.
3071         - Fix pyunbound ord call, portable for python 2 and 3.
3072
3073 7 January 2015: Wouter
3074         - Fix warnings in pythonmod changes.
3075
3076 6 January 2015: Wouter
3077         - iana portlist update.
3078         - patch for remote control over local sockets, from Dag-Erling
3079           Smorgrav, Ilya Bakulin.  Use control-interface: /path/sock and
3080           control-use-cert: no.
3081         - Fixup that patch and uid lookup (only for daemon).
3082         - coded the default of control-use-cert, to yes.
3083
3084 5 January 2015: Wouter
3085         - getauxval test for ppc64 linux compatibility.
3086         - make strip works for unbound-host and unbound-anchor.
3087         - patch from Stephane Lapie that adds to the python API, that
3088           exposes struct delegpt, and adds the find_delegation function.
3089         - print query name when max target count is exceeded.
3090         - patch from Stuart Henderson that fixes DESTDIR in
3091           unbound-control-setup for installs where config is not in
3092           the prefix location.
3093         - Fix #634: fix fail to start on Linux LTS 3.14.X, ignores missing
3094           IP_MTU_DISCOVER OMIT option (fix from Remi Gacogne).
3095         - Updated contrib warmup.cmd/sh to support two modes - load
3096           from pre-defined list of domains or (with filename as argument)
3097           load from user-specified list of domains, and updated contrib
3098           unbound_cache.sh/cmd to support loading/save/reload cache to/from
3099           default path or (with secondary argument) arbitrary path/filename,
3100           from Yuri Voinov.
3101         - Patch from Philip Paeps to contrib/unbound_munin_ that uses
3102           type ABSOLUTE.  Allows munin.conf: [idleserver.example.net]
3103           unbound_munin_hits.graph_period minute
3104
3105 9 December 2014: Wouter
3106         - svn trunk has 1.5.2 in development.
3107         - config.guess and config.sub update from libtoolize.
3108         - local-zone: example.com inform makes unbound log a message with
3109           client IP for queries in that zone.  Eg. for finding infected hosts.
3110
3111 8 December 2014: Wouter
3112         - Fix CVE-2014-8602: denial of service by making resolver chase
3113           endless series of delegations.
3114
3115 1 December 2014: Wouter
3116         - Fix bug#632: unbound fails to build on AArch64, protects
3117           getentropy compat code from calling sysctl if it is has been removed.
3118
3119 29 November 2014: Wouter
3120         - Add include to getentropy_linux.c, hopefully fixing debian build.
3121
3122 28 November 2014: Wouter
3123         - Fix makefile for build from noexec source tree.
3124
3125 26 November 2014: Wouter
3126         - Fix libunbound undefined symbol errors for main.
3127           Referencing main does not seem to be possible for libunbound.
3128
3129 24 November 2014: Wouter
3130         - Fix log at high verbosity and memory allocation failure.
3131         - iana portlist update.
3132
3133 21 November 2014: Wouter
3134         - Fix crash on multiple thread random usage on systems without
3135           arc4random.
3136
3137 20 November 2014: Wouter
3138         - fix compat/getentropy_win.c check if CryptGenRandom works and no
3139           immediate exit on windows.
3140
3141 19 November 2014: Wouter
3142         - Fix cdflag dns64 processing.
3143
3144 18 November 2014: Wouter
3145         - Fix that CD flag disables DNS64 processing, returning the DNSSEC
3146           signed AAAA denial.
3147         - iana portlist update.
3148
3149 17 November 2014: Wouter
3150         - Fix #627: SSL_CTX_load_verify_locations return code not properly
3151           checked.
3152
3153 14 November 2014: Wouter
3154         - parser with bison 2.7
3155
3156 13 November 2014: Wouter
3157         - Patch from Stephane Lapie for ASAHI Net that implements aaaa-filter,
3158         added to contrib/aaaa-filter-iterator.patch.
3159
3160 12 November 2014: Wouter
3161         - trunk has 1.5.1 in development.
3162         - Patch from Robert Edmonds to build pyunbound python module
3163           differently.  No versioninfo, with -shared and without $(LIBS).
3164         - Patch from Robert Edmonds fixes hyphens in unbound-anchor man page.
3165         - Removed 'increased limit open files' log message that is written
3166           to console.  It is only written on verbosity 4 and higher.
3167           This keeps system bootup console cleaner.
3168         - Patch from James Raftery, always print stats for rcodes 0..5.
3169
3170 11 November 2014: Wouter
3171         - iana portlist update.
3172         - Fix bug where forward or stub addresses with same address but
3173           different port number were not tried.
3174         - version number in svn trunk is 1.5.0
3175         - tag 1.5.0rc1
3176         - review fix from Ralph.
3177
3178 7 November 2014: Wouter
3179         - dnstap fixes by Robert Edmonds:
3180                 dnstap/dnstap.m4: cosmetic fixes
3181                 dnstap/: Remove compiled protoc-c output files
3182                 dnstap/dnstap.m4: Error out if required libraries are not found
3183                 dnstap: Fix ProtobufCBufferSimple usage that is incorrect as of
3184                         protobuf-c 1.0.0
3185                 dnstap/: Adapt to API changes in latest libfstrm (>= 0.2.0)
3186
3187 4 November 2014: Wouter
3188         - Add ub_ctx_add_ta_autr function to add a RFC5011 automatically
3189           tracked trust anchor to libunbound.
3190         - Redefine internal minievent symbols to unique symbols that helps
3191           linking on platforms where the linker leaks names across modules.
3192
3193 27 October 2014: Wouter
3194         - Disabled use of SSLv3 in remote-control and ssl-upstream.
3195         - iana portlist update.
3196
3197 16 October 2014: Wouter
3198         - Documented dns64 configuration in unbound.conf man page.
3199
3200 13 October 2014: Wouter
3201         - Fix #617: in ldns in unbound, lowercase WKS services.
3202         - Fix ctype invocation casts.
3203
3204 10 October 2014: Wouter
3205         - Fix unbound-checkconf check for module config with dns64 module.
3206         - Fix unbound capsforid fallback, it ignores TTLs in comparison.
3207
3208 6 October 2014: Wouter
3209         - Fix #614: man page variable substitution bug.
3210 6 October 2014: Willem
3211         - Whitespaces after $ORIGIN are not part of the origin dname (ldns).
3212         - $TTL's value starts at position 5 (ldns).
3213
3214 1 October 2014: Wouter
3215         - fix #613: Allow tab ws in var length last rdfs (in ldns str2wire).
3216
3217 29 September 2014: Wouter
3218         - Fix #612: create service with service.conf in present directory and
3219           auto load it.
3220         - Fix for mingw compile openssl ranlib.
3221
3222 25 September 2014: Wouter
3223         - updated configure and aclocal with newer autoconf 1.13.
3224
3225 22 September 2014: Wouter
3226         - Fix swig and python examples for Python 3.x.
3227         - Fix for mingw compile with openssl-1.0.1i.
3228
3229 19 September 2014: Wouter
3230         - improve python configuration detection to build on Fedora 22.
3231
3232 18 September 2014: Wouter
3233         - patches to also build with Python 3.x (from Pavel Simerda).
3234
3235 16 September 2014: Wouter
3236         - Fix tcp timer waiting list removal code.
3237         - iana portlist update.
3238         - Updated the TCP_BACLOG from 5 to 256, so that the tcp accept queue
3239           is longer and more tcp connections can be handled.
3240
3241 15 September 2014: Wouter
3242         - Fix unit test for CDS typecode.
3243
3244 5 September 2014: Wouter
3245         - type CDS and CDNSKEY types in sldns.
3246
3247 25 August 2014: Wouter
3248         - Fixup checklock code for log lock and its mutual initialization
3249           dependency.
3250         - iana portlist update.
3251         - Removed necessity for pkg-config from the dnstap.m4, new are
3252           the --with-libfstrm and --with-protobuf-c configure options.
3253
3254 19 August 2014: Wouter
3255         - Update unbound manpage with more explanation (from Florian Obser).
3256
3257 18 August 2014: Wouter
3258         - Fix #603: unbound-checkconf -o <option> should skip verification
3259           checks.
3260         - iana portlist update.
3261         - Fixup doc/unbound.doxygen to remove obsolete 1.8.7 settings.
3262
3263 5 August 2014: Wouter
3264         - dnstap support, with a patch from Farsight Security, written by
3265           Robert Edmonds. The --enable-dnstap needs libfstrm and protobuf-c.
3266           It is BSD licensed (see dnstap/dnstap.c).
3267           Building with --enable-dnstap needs pkg-config with this patch.
3268         - Noted dnstap in doc/README and doc/CREDITS.
3269         - Changes to the dnstap patch.
3270           - lint fixes.
3271           - dnstap/dnstap_config.h should not have been added to the repo,
3272             because is it generated.
3273
3274 1 August 2014: Wouter
3275         - Patch add msg, rrset, infra and key cache sizes to stats command
3276           from Maciej Soltysiak.
3277         - iana portlist update.
3278
3279 31 July 2014: Wouter
3280         - DNS64 from Viagenie (BSD Licensed), written by Simon Perrault.
3281           Initial commit of the patch from the FreeBSD base (with its fixes).
3282           This adds a module (for module-config in unbound.conf) dns64 that
3283           performs DNS64 processing, see README.DNS64.
3284         - Changes from DNS64:
3285           strcpy changed to memmove.
3286           arraybound check fixed from prefix_net/8/4 to prefix_net/8+4.
3287           allocation of result consistently in the correct region.
3288           time_t is now used for ttl in unbound (since the patch's version).
3289         - testdata/dns64_lookup.rpl for unit test for dns64 functionality.
3290
3291 29 July 2014: Wouter
3292         - Patch from Dag-Erling Smorgrav that implements feature, unbound -dd
3293           does not fork in the background and also logs to stderr.
3294
3295 21 July 2014: Wouter
3296         - Fix endian.h include for OpenBSD.
3297
3298 16 July 2014: Wouter
3299         - And Fix#596: Bail out of unbound-control dump_infra when ssl
3300           write fails.
3301
3302 15 July 2014: Wouter
3303         - Fix #596: Bail out of unbound-control list_local_zones when ssl
3304           write fails.
3305         - iana portlist update.
3306
3307 13 July 2014: Wouter
3308         - Configure tests if main can be linked to from getentropy compat.
3309
3310 12 July 2014: Wouter
3311         - Fix getentropy compat code, function refs were not portable.
3312         - Fix to check openssl version number only for OpenSSL.
3313         - LibreSSL provides compat items, check for that in configure.
3314         - Fix bug in fix for log locks that caused deadlock in signal handler.
3315         - update compat/getentropy and arc4random to the most recent ones from OpenBSD.
3316
3317 11 July 2014: Matthijs
3318         - fake-rfc2553 patch (thanks Benjamin Baier).
3319
3320 11 July 2014: Wouter
3321         - arc4random in compat/ and getentropy, explicit_bzero, chacha for
3322           dependencies, from OpenBSD.  arc4_lock and sha512 in compat.
3323           This makes arc4random available on all platforms, except when
3324           compiled with LIBNSS (it uses libNSS crypto random).
3325         - fix strptime implicit declaration error on OpenBSD.
3326         - arc4random, getentropy and explicit_bzero compat for Windows.
3327
3328 4 July 2014: Wouter
3329         - Fix #593: segfault or crash upon rotating logfile.
3330
3331 3 July 2014: Wouter
3332         - DLV tests added.
3333         - signit tool fixup for compile with libldns library.
3334         - iana portlist updated.
3335
3336 27 June 2014: Wouter
3337         - so-reuseport is available on BSDs(such as FreeBSD 10) and OS/X.
3338
3339 26 June 2014: Wouter
3340         - unbound-control status reports if so-reuseport was successful.
3341         - iana portlist updated.
3342
3343 24 June 2014: Wouter
3344         - Fix caps-for-id fallback, and added fallback attempt when servers
3345           drop 0x20 perturbed queries.
3346         - Fixup testsetup for VM tests (run testcode/run_vm.sh).
3347
3348 17 June 2014: Wouter
3349         - iana portlist updated.
3350
3351 3 June 2014: Wouter
3352         - Add AAAA for B root server to default root hints.
3353
3354 2 June 2014: Wouter
3355         - Remove unused define from iterator.h
3356
3357 30 May 2014: Wouter
3358         - Fixup sldns_enum_edns_option typedef definition.
3359
3360 28 May 2014: Wouter
3361         - Code cleanup patch from Dag-Erling Smorgrav, with compiler issue
3362           fixes from FreeBSD's copy of Unbound, he notes:
3363           Generate unbound-control-setup.sh at build time so it respects
3364           prefix and sysconfdir from the configure script.  Also fix the
3365           umask to match the comment, and the comment to match the umask.
3366           Add const and static where needed.  Use unions instead of
3367           playing pointer poker.  Move declarations that are needed in
3368           multiple source files into a shared header.  Move sldns_bgetc()
3369           from parse.c to buffer.c where it belongs.  Introduce a new
3370           header file, worker.h, which declares the callbacks that
3371           all workers must define.  Remove those declarations from
3372           libworker.h.  Include the correct headers in the correct places.
3373           Fix a few dummy callbacks that don't match their prototype.
3374           Fix some casts.  Hide the sbrk madness behind #ifdef HAVE_SBRK.
3375           Remove a useless printf which breaks reproducible builds.
3376           Get rid of CONFIGURE_{TARGET,DATE,BUILD_WITH} now that they're
3377           no longer used.  Add unbound-control-setup.sh to the list of
3378           generated files.  The prototype for libworker_event_done_cb()
3379           needs to be moved from libunbound/libworker.h to
3380           libunbound/worker.h.
3381         - Fixup out-of-directory compile with unbound-control-setup.sh.in.
3382         - make depend.
3383
3384 23 May 2014: Wouter
3385         - unbound-host -D enabled dnssec and reads root trust anchor from
3386           the default root key file that was compiled in.
3387
3388 20 May 2014: Wouter
3389         - Feature, unblock-lan-zones: yesno that you can use to make unbound
3390           perform 10.0.0.0/8 and other reverse lookups normally, for use if
3391           unbound is running service for localhost on localhost.
3392
3393 16 May 2014: Wouter
3394         - Updated create_unbound_ad_servers and unbound_cache scripts from
3395           Yuri Voinov in the source/contrib directory. Added
3396           warmup.cmd (and .sh): warm up the DNS cache with your MRU domains.
3397
3398 9 May 2014: Wouter
3399         - Implement draft-ietf-dnsop-rfc6598-rfc6303-01.
3400         - iana portlist updated.
3401
3402 8 May 2014: Wouter
3403         - Contrib windows scripts from Yuri Voinov added to src/contrib:
3404           create_unbound_ad_servers.cmd: enters anti-ad server lists.
3405           unbound_cache.cmd: saves and loads the cache.
3406         - Added unbound-control-setup.cmd from Yuri Voinov to the windows
3407           unbound distribution set.  It requires openssl installed in %PATH%.
3408
3409 6 May 2014: Wouter
3410         - Change MAX_SENT_COUNT from 16 to 32 to resolve some cases easier.
3411
3412 5 May 2014: Wouter
3413         - More #567: remove : from output of stub and forward lists, this is
3414           easier to parse.
3415
3416 29 April 2014: Wouter
3417         - iana portlist updated.
3418         - Add unbound-control flush_negative that flushed nxdomains, nodata,
3419           and errors from the cache.  For dnssec-trigger and NetworkManager,
3420           fixes cases where network changes have localdata that was already
3421           negatively cached from the previous network.
3422
3423 23 April 2014: Wouter
3424         - Patch from Jeremie Courreges-Anglas to use arc4random_uniform
3425           if available on the OS, it gets entropy from the OS.
3426
3427 15 April 2014: Wouter
3428         - Fix compile with libevent2 on FreeBSD.
3429
3430 11 April 2014: Wouter
3431         - Fix #502: explain that do-ip6 disable does not stop AAAA lookups,
3432           but it stops the use of the ipv6 transport layer for DNS traffic.
3433         - iana portlist updated.
3434
3435 10 April 2014: Wouter
3436         - iana portlist updated.
3437         - Patch from Hannes Frederic Sowa for Linux 3.15 fragmentation
3438           option for DNS fragmentation defense.
3439         - Document that dump_requestlist only prints queries from thread 0.
3440         - unbound-control stats prints num.query.tcpout with number of TCP
3441           outgoing queries made in the previous statistics interval.
3442         - Fix #567: unbound lists if forward zone is secure or insecure with
3443           +i annotation in output of list_forwards, also for list_stubs
3444           (for NetworkManager integration.)
3445         - Fix #554: use unsigned long to print 64bit statistics counters on
3446           64bit systems.
3447         - Fix #558: failed prefetch lookup does not remove cached response
3448           but delays next prefetch (in lieu of caching a SERVFAIL).
3449         - Fix #545: improved logging, the ip address of the error is printed
3450           on the same log-line as the error.
3451
3452 8 April 2014: Wouter
3453         - Fix #574: make test fails on Ubuntu 14.04.  Disabled remote-control
3454           in testbound scripts.
3455         - iana portlist updated.
3456
3457 7 April 2014: Wouter
3458         - C.ROOT-SERVERS.NET has an IPv6 address, and we updated the root
3459           hints (patch from Anand Buddhdev).
3460         - Fix #572: Fix unit test failure for systems with different
3461           /etc/services.
3462
3463 28 March 2014: Wouter
3464         - Fix #569: do_tcp is do-tcp in unbound.conf man page.
3465
3466 25 March 2014: Wouter
3467         - Patch from Stuart Henderson to build unbound-host man from .1.in.
3468
3469 24 March 2014: Wouter
3470         - Fix print filename of encompassing config file on read failure.
3471
3472 12 March 2014: Wouter
3473         - tag 1.4.22
3474         - trunk has 1.4.23 in development.
3475
3476 10 March 2014: Wouter
3477         - Fix bug#561: contrib/cacti plugin did not report SERVFAIL rcodes
3478           because of spelling.  Patch from Chris Coates.
3479
3480 27 February 2014: Wouter
3481         - tag 1.4.22rc1
3482
3483 21 February 2014: Wouter
3484         - iana portlist updated.
3485
3486 20 February 2014: Matthijs
3487         - Be lenient when a NSEC NameError response with RCODE=NXDOMAIN is
3488           received. This is okay according 4035, but not after revising
3489           existence in 4592.  NSEC empty non-terminals exist and thus the
3490           RCODE should have been NOERROR. If this occurs, and the RRsets
3491           are secure, we set the RCODE to NOERROR and the security status
3492           of the response is also considered secure.
3493
3494 14 February 2014: Wouter
3495         - Works on Minix (3.2.1).
3496
3497 11 February 2014: Wouter
3498         - Fix parse of #553(NSD) string in sldns, quotes without spaces.
3499
3500 7 February 2014: Wouter
3501         - iana portlist updated.
3502         - add body to ifstatement if locks disabled.
3503         - add TXT string"string" test case to unit test.
3504         - Fix #551: License change "Regents" to "Copyright holder", matching
3505           the BSD license on opensource.org.
3506
3507 6 February 2014: Wouter
3508         - sldns has type HIP.
3509         - code documentation on the module interface.
3510
3511 5 February 2014: Wouter
3512         - Fix sldns parse tests on osx.
3513
3514 3 February 2014: Wouter
3515         - Detect libevent2 install automatically by configure.
3516         - Fixup link with lib/event2 subdir.
3517         - Fix parse in sldns of quoted parenthesized text strings.
3518
3519 31 January 2014: Wouter
3520         - unit test for ldns wire to str and back with zones, root, nlnetlabs
3521           and types.sidnlabs.
3522         - Fix for hex to string in unknown, atma and nsap.
3523         - fixup nss compile (no ldns in it).
3524         - fixup warning in unitldns
3525         - fixup WKS and rdata type service to print unsigned because strings
3526           are not portable; they cannot be read (for sure) on other computers.
3527         - fixup type EUI48 and EUI64, type APL and type IPSECKEY in string
3528           parse sldns.
3529
3530 30 January 2014: Wouter
3531         - delay-close does not act if there are udp-wait queries, so that
3532           it does not make a socketdrain DoS easier.
3533
3534 28 January 2014: Wouter
3535         - iana portlist updated.
3536         - iana portlist test updated so it does not touch the source
3537           if there are no changes.
3538         - delay-close: msec option that delays closing ports for which
3539           the UDP reply has timed out.  Keeps the port open, only accepts
3540           the correct reply.  This correct reply is not used, but the port
3541           is open so that no port-denied ICMPs are generated.
3542
3543 27 January 2014: Wouter
3544         - reuseport is attempted, then fallback to without on failure.
3545
3546 24 January 2014: Wouter
3547         - Change unbound-event.h to use void* buffer, length idiom.
3548         - iana portlist updated.
3549         - unbound-event.h is installed if you configure --enable-event-api.
3550         - speed up unbound (reports say it could be up to 10%), by reducing
3551           lock contention on localzones.lock.  It is changed to an rwlock.
3552         - so-reuseport: yesno option to distribute queries evenly over
3553           threads on Linux (Thanks Robert Edmonds).
3554         - made lint clean.
3555
3556 21 January 2014: Wouter
3557         - Fix #547: no trustanchor written if filesystem full, fclose checked.
3558
3559 17 January 2014: Wouter
3560         - Fix isprint() portability in sldns, uses unsigned int.
3561         - iana portlist updated.
3562
3563 16 January 2014: Wouter
3564         - fix #544: Fixed +i causes segfault when running with module conf
3565           "iterator".
3566         - Windows port, adjust %lld to %I64d, and warning in win_event.c.
3567
3568 14 January 2014: Wouter
3569         - iana portlist updated.
3570
3571 5 Dec 2013: Wouter
3572         - Fix bug in cachedump that uses sldns.
3573         - update pythonmod for ldns_ to sldns_ name change.
3574
3575 3 Dec 2013: Wouter
3576         - Fix sldns to use sldns_ prefix for all ldns_ variables.
3577         - Fix windows compile to compile with sldns.
3578
3579 30 Nov 2013: Wouter
3580         - Fix sldns to make globals use sldns_ prefix.  This fixes
3581           linking with libldns that uses global variables ldns_ .
3582
3583 13 Nov 2013: Wouter
3584         - Fix bug#537: compile python plugin without ldns library.
3585
3586 12 Nov 2013: Wouter
3587         - Fix bug#536: acl_deny_non_local and refuse_non_local added.
3588
3589 5 Nov 2013: Wouter
3590         - Patch from Neel Goyal to fix async id assignment if callback
3591           is called by libunbound in the mesh attach.
3592         - Accept ip-address: as an alternative for interface: for
3593           consistency with nsd.conf syntax.
3594
3595 4 Nov 2013: Wouter
3596         - Patch from Neel Goyal to fix callback in libunbound.
3597
3598 3 Nov 2013: Wouter
3599         - if configured --with-libunbound-only fix make install.
3600
3601 31 Oct 2013: Wouter
3602         - Fix #531: Set SO_REUSEADDR so that the wildcard interface and a 
3603           more specific interface port 53 can be used at the same time, and
3604           one of the daemons is unbound.
3605         - iana portlist update.
3606         - separate ldns into core ldns inside ldns/ subdirectory.  No more
3607           --with-ldns is needed and unbound does not rely on libldns.
3608         - portability fixes for new USE_SLDNS ldns subdir codebase.
3609
3610 22 Oct 2013: Wouter
3611         - Patch from Neel Goyal: Add an API call to set an event base on an
3612           existing ub_ctx.  This basically just destroys the current worker and
3613           sets the event base to the current.  And fix a deadlock in
3614           ub_resolve_event â€“ the cfglock is held when libworker_create is
3615           called.  This ends up trying to acquire the lock again in
3616           context_obtain_alloc in the call chain.
3617         - Fix #528: if very high logging (4 or more) segfault on allow_snoop.
3618
3619 26 Sep 2013: Wouter
3620         - unbound-event.h is installed if configured --with-libevent.  It
3621           contains low-level library calls, that use libevent's event_base
3622           and an ldns_buffer for the wire return packet to perform async
3623           resolution in the client's eventloop.
3624
3625 19 Sep 2013: Wouter
3626         - 1.4.21 tag created.
3627         - trunk has 1.4.22 number inside it.
3628         - iana portlist updated.
3629         - acx_nlnetlabs.m4 to 26; improve FLTO help text.
3630
3631 16 Sep 2013: Wouter
3632         - Fix#524: max-udp-size not effective to non-EDNS0 queries, from
3633           Daisuke HIGASHI.
3634
3635 10 Sep 2013: Wouter
3636         - MIN_TTL and MAX_TTL also in time_t.
3637         - tag 1.4.21rc1 made again.
3638
3639 26 Aug 2013: Wouter
3640         - More fixes for bug#519: for the threaded case test if the bg
3641           thread has been killed, on ub_ctx_delete, to avoid hangs.
3642
3643 22 Aug 2013: Wouter
3644         - more fixes that I overlooked.
3645         - review fixes from Willem.
3646
3647 21 Aug 2013: Wouter
3648         - Fix#520: Errors found by static analysis from Tomas Hozza(redhat).
3649
3650 20 Aug 2013: Wouter
3651         - Fix for 2038, with time_t instead of uint32_t.
3652
3653 19 Aug 2013: Wouter
3654         - Fix#519 ub_ctx_delete may hang in some scenarios (libunbound).
3655
3656 14 Aug 2013: Wouter
3657         - Fix uninit variable in fix#516.
3658
3659 8 Aug 2013: Wouter
3660         - Fix#516 dnssec lameness detection for answers that are improper.
3661
3662 30 Jun 2013: Wouter
3663         - tag 1.4.21rc1
3664
3665 29 Jun 2013: Wouter
3666         - Fix#512 memleak in testcode for testbound (if it fails).
3667         - Fix#512 NSS returned arrays out of setup function to be statics.
3668
3669 26 Jun 2013: Wouter
3670         - max include of 100.000 files (depth and globbed at one time).
3671           This is to preserve system memory in bug cases, or endless cases.
3672         - iana portlist updated.
3673
3674 19 Jun 2013: Wouter
3675         - streamtcp man page, contributed by Tomas Hozza.
3676         - iana portlist updated.
3677         - libunbound documentation on how to avoid openssl race conditions.
3678
3679 25 Jun 2013: Wouter
3680         - Squelch sendto-permission denied errors when the network is
3681           not connected, to avoid spamming syslog.
3682         - configure --disable-flto option (from Robert Edmonds).
3683
3684 18 Jun 2013: Wouter
3685         - Fix for const string literals in C++ for libunbound, from Karel
3686           Slany.
3687         - iana portlist updated.
3688
3689 17 Jun 2013: Wouter
3690         - Fixup manpage syntax.
3691
3692 14 Jun 2013: Wouter
3693         - get_option and set_option support for log-time-ascii, python-script
3694           val-sig-skew-min and val-sig-skew-max.  log-time-ascii takes effect
3695           immediately.  The others are mostly useful for libunbound users.
3696
3697 13 Jun 2013: Wouter
3698         - get_option, set_option, unbound-checkconf -o and libunbound
3699           getoption and setoption support cache-min-ttl and cache-max-ttl.
3700
3701 10 Jun 2013: Wouter
3702         - Fix#501: forward-first does not recurse, when forward name is ".".
3703         - iana portlist update.
3704         - Max include depth is unlimited.
3705
3706 27 May 2013: Wouter
3707         - Update acx_pthreads.m4 to ax_pthreads.4 (2013-03-29), and apply
3708           patch to it to not fail when -Werror is also specified, from the
3709           autoconf-archives.
3710         - iana portlist update.
3711
3712 21 May 2013: Wouter
3713         - Explain bogus and secure flags in libunbound more.
3714
3715 16 May 2013: Wouter
3716         - Fix#499 use-after-free in out-of-memory handling code (thanks Jake
3717           Montgomery).
3718         - Fix#500 use on non-initialised values on socket bind failures.
3719
3720 15 May 2013: Wouter
3721         - Fix round-robin doesn't work with some Windows clients (from Ilya
3722           Bakulin).
3723
3724 3 May 2013: Wouter
3725         - update acx_nlnetlabs.m4 to v23, sleep w32 fix.
3726
3727 26 April 2013: Wouter
3728         - add unbound-control insecure_add and insecure_remove for the
3729           administration of negative trust anchors.
3730
3731 25 April 2013: Wouter
3732         - Implement max-udp-size config option, default 4096 (thanks
3733           Daisuke Higashi).
3734         - Robust checks on dname validity from rdata for dname compare.
3735         - updated iana portlist.
3736
3737 19 April 2013: Wouter
3738         - Fixup snprintf return value usage, fixed libunbound_get_option.
3739
3740 18 April 2013: Wouter
3741         - fix bug #491: pick program name (0th argument) as syslog identity.
3742         - own implementation of compat/snprintf.c.
3743
3744 15 April 2013: Wouter
3745         - Fix so that for a configuration line of include: "*.conf" it is not
3746           an error if there are no files matching the glob pattern.
3747         - unbound-anchor review: BIO_write can return 0 successfully if it
3748           has successfully appended a zero length string.
3749
3750 11 April 2013: Wouter
3751         - Fix queries leaking up for stubs and forwards, if the configured
3752           nameservers all fail to answer.
3753
3754 10 April 2013: Wouter
3755         - code improve for minimal responses, small speed increase.
3756
3757 9 April 2013: Wouter
3758         - updated iana portlist.
3759         - Fix crash in previous private address fixup of 22 March.
3760
3761 28 March 2013: Wouter
3762         - Make reverse zones easier by documenting the nodefault statements
3763           commented-out in the example config file.
3764
3765 26 March 2013: Wouter
3766         - more fixes to lookup3.c endianness detection.
3767
3768 25 March 2013: Wouter
3769         - #492: Fix endianness detection, revert to older lookup3.c detection
3770           and put new detect lines after previous tests, to avoid regressions
3771           but allow new detections to succeed.
3772           And add detection for machine/endian.h to it.
3773
3774 22 March 2013: Wouter
3775         - Fix resolve of names that use a mix of public and private addresses.
3776         - iana portlist update.
3777         - Fix makedist for new svn for -d option.
3778         - unbound.h header file has UNBOUND_VERSION_MAJOR define.
3779         - Fix windows RSRC version for long version numbers.
3780
3781 21 March 2013: Wouter
3782         - release 1.4.20
3783         - trunk has 1.4.21
3784         - committed libunbound version 4:1:2 for binary API updated in 1.4.20
3785         - install copy of unbound-control.8 man page for unbound-control-setup
3786
3787 14 March 2013: Wouter
3788         - iana portlist update.
3789         - tag 1.4.20rc1
3790
3791 12 March 2013: Wouter
3792         - Fixup makedist.sh for windows compile.
3793
3794 11 March 2013: Wouter
3795         - iana portlist update.
3796         - testcode/ldns-testpkts.c check for makedist is informational.
3797
3798 15 February 2013: Wouter
3799         - fix defines in lookup3 for bigendian bsd alpha
3800
3801 11 February 2013: Wouter
3802         - Fixup openssl_thread init code to only run if compiled with SSL.
3803
3804 7 February 2013: Wouter
3805         - detect endianness in lookup3 on BSD.
3806         - add libunbound.ttl at end of result structure, version bump for
3807           libunbound and binary backwards compatible, but 1.4.19 is not
3808           forward compatible with 1.4.20.
3809         - update iana port list.
3810
3811 30 January 2013: Wouter
3812         - includes and have_ssl fixes for nss.
3813
3814 29 January 2013: Wouter
3815         - printout name of zone with duplicate fwd and hint errors.
3816
3817 28 January 2013: Wouter
3818         - updated fwd_zero for newer nc. Updated common.sh for newer netstat.
3819
3820 17 January 2013: Wouter
3821         - unbound-anchors checks the emailAddress of the signer of the
3822           root.xml file, default is dnssec@iana.org.  It also checks that
3823           the signer has the correct key usage for a digital signature.
3824         - update iana port list.
3825
3826 3 January 2013: Wouter
3827         - Test that unbound-control checks client credentials.
3828         - Test that unbound can handle a CNAME at an intermediate node in
3829           the chain of trust (where it seeks a DS record).
3830         - Check the commonName of the signer of the root.xml file in
3831           unbound-anchor, default is dnssec@iana.org.
3832
3833 2 January 2013: Wouter
3834         - Fix openssl lock free on exit (reported by Robert Fleischman).
3835         - iana portlist updated.
3836         - Tested that unbound implements the RFC5155 Technical Errata id 3441.
3837           Unbound already implements insecure classification of an empty
3838           nonterminal in NSEC3 optout zone.
3839
3840 20 December 2012: Wouter
3841         - Fix unbound-anchor xml parse of entity declarations for safety.
3842
3843 19 December 2012: Wouter
3844         - iana portlist updated.
3845
3846 18 December 2012: Wouter
3847         - iana portlist updated.
3848
3849 14 December 2012: Wouter
3850         - Change of D.ROOT-SERVERS.NET A address in default root hints.
3851
3852 12 December 2012: Wouter
3853         - 1.4.19 release.
3854         - trunk has 1.4.20 under development.
3855
3856 5 December 2012: Wouter
3857         - note support for AAAA RR type RFC.
3858
3859 4 December 2012: Wouter
3860         - 1.4.19rc1 tag.
3861
3862 30 November 2012: Wouter
3863         - bug 481: fix python example0.
3864         - iana portlist updated.
3865
3866 27 November 2012: Wouter
3867         - iana portlist updated.
3868
3869 9 November 2012: Wouter
3870         - Fix unbound-control forward disables configured stubs below it.
3871
3872 7 November 2012: Wouter
3873         - Fixup ldns-testpkts, identical to ldns/examples.
3874         - iana portlist updated.
3875
3876 30 October 2012: Wouter
3877         - Fix bug #477: unbound-anchor segfaults if EDNS is blocked.
3878
3879 29 October 2012: Matthijs
3880         - Fix validation for responses with both CNAME and wildcard
3881           expanded CNAME records in answer section.
3882
3883 8 October 2012: Wouter
3884         - update ldns-testpkts.c to ldns 1.6.14 version.
3885         - fix build of pythonmod in objdir, for unbound.py.
3886         - make clean and makerealclean remove generated python and docs.
3887
3888 5 October 2012: Wouter
3889         - fix build of pythonmod in objdir (thanks Jakob Schlyter).
3890
3891 3 October 2012: Wouter
3892         - fix text in unbound-anchor man page.
3893
3894 1 October 2012: Wouter
3895         - ignore trusted-keys globs that have no files (from Paul Wouters).
3896
3897 27 September 2012: Wouter
3898         - include: directive in config file accepts wildcards.  Patch from
3899           Paul Wouters.  Suggested use: include: "/etc/unbound.d/conf.d/*"
3900         - unbound-control -q option is quiet, patch from Mariano Absatz.
3901         - iana portlist updated.
3902         - updated contrib/unbound.spec, patch from Valentin Bud.
3903
3904 21 September 2012: Wouter
3905         - chdir to / after chroot call (suggested by Camiel Dobbelaar).
3906
3907 17 September 2012: Wouter
3908         - patch_rsamd5_enable.diff: this patch enables RSAMD5 validation
3909           otherwise it is treated as insecure.  The RSAMD5 algorithm is
3910           deprecated (RFC6725).  The MD5 hash is considered weak for some
3911           purposes, if you want to sign your zone, then RSASHA256 is an
3912           uncontested hash.
3913
3914 30 August 2012: Wouter
3915         - RFC6725 deprecates RSAMD5: this DNSKEY algorithm is disabled.
3916         - iana portlist updated.
3917
3918 29 August 2012: Wouter
3919         - Nicer comments outgoing-port-avoid, thanks Stu (bug #465).
3920
3921 22 August 2012: Wouter
3922         - Fallback to 1472 and 1232, one fragment size without headers.
3923
3924 21 August 2012: Wouter
3925         - Fix timeouts so that when a server has been offline for a while
3926           and is probed to see it works, it becomes fully available for
3927           server selection again.
3928
3929 17 August 2012: Wouter
3930         - Add documentation to libunbound for default nonuse of resolv.conf.
3931
3932 2 August 2012: Wouter
3933         - trunk has 1.4.19 under development (fixes from 1 aug and 31 july
3934         are for 1.4.19).
3935         - iana portlist updated.
3936
3937 1 August 2012: Wouter
3938         - Fix openssl race condition, initializes openssl locks, reported
3939           by Einar Lonn and Patrik Wallstrom.
3940
3941 31 July 2012: Wouter
3942         - Improved forward-first and stub-first documentation.
3943         - Fix that enables modules to register twice for the same
3944           serviced_query, without race conditions or administration issues.
3945           This should not happen with the current codebase, but it is robust.
3946         - Fix forward-first option where it sets the RD flag wrongly.
3947         - added manpage links for libunbound calls (Thanks Paul Wouters).
3948
3949 30 July 2012: Wouter
3950         - tag 1.4.18rc2 (became 1.4.18 release at 2 august 2012).
3951
3952 27 July 2012: Wouter
3953         - unbound-host works with libNSS
3954         - fix bogus nodata cname chain not reported as bogus by validator,
3955           (Thanks Peter van Dijk).
3956
3957 26 July 2012: Wouter
3958         - iana portlist updated.
3959         - tag 1.4.18rc1.
3960
3961 25 July 2012: Wouter
3962         - review fix for libnss, check hash prefix allocation size.
3963
3964 23 July 2012: Wouter
3965         - fix missing break for GOST DS hash function.
3966         - implemented forward_first for the root.
3967
3968 20 July 2012: Wouter
3969         - Fix bug#452 and another assertion failure in mesh.c, makes
3970           assertions in mesh.c resist duplicates.  Fixes DS NS search to
3971           not generate duplicate sub queries.
3972
3973 19 July 2012: Willem
3974         - Fix bug#454: Remove ACX_CHECK_COMPILER_FLAG from configure.ac,
3975           if CFLAGS is specified at configure time then '-g -O2' is not
3976           appended to CFLAGS, so that the user can override them.
3977
3978 18 July 2012: Willem
3979         - Fix libunbound report of errors when in background mode.
3980
3981 11 July 2012: Willem
3982         - updated iana ports list.
3983
3984 9 July 2012: Willem
3985         - Add flush_bogus option for unbound-control
3986
3987 6 July 2012: Wouter
3988         - Fix validation of qtype DS queries that result in no data for
3989           non-optout NSEC3 zones.
3990
3991 4 July 2012: Wouter
3992         - compile libunbound with libnss on Suse, passes regression tests.
3993
3994 3 July 2012: Wouter
3995         - FIPS_mode openssl does not use arc4random but RAND_pseudo_bytes.
3996
3997 2 July 2012: Wouter
3998         - updated iana ports list.
3999
4000 29 June 2012: Wouter
4001         - patch for unbound_munin_ script to handle arbitrary thread count by
4002           Sven Ulland.
4003
4004 28 June 2012: Wouter
4005         - detect if openssl has FIPS_mode.
4006         - code review: return value of cache_store can be ignored for better
4007           performance in out of memory conditions.
4008         - fix edns-buffer-size and msg-buffer-size manpage documentation.
4009         - updated iana ports list.
4010
4011 25 June 2012: Wouter
4012         - disable RSAMD5 if in FIPS mode (for openssl and for libnss).
4013
4014 22 June 2012: Wouter
4015         - implement DS records, NSEC3 and ECDSA for compile with libnss.
4016
4017 21 June 2012: Wouter
4018         - fix error handling of alloc failure during rrsig verification.
4019         - nss check for verification failure.
4020         - nss crypto works for RSA and DSA.
4021
4022 20 June 2012: Wouter
4023         - work on --with-nss build option (for now, --with-libunbound-only).
4024
4025 19 June 2012: Wouter
4026         - --with-libunbound-only build option, only builds the library and
4027           not the daemon and other tools.
4028
4029 18 June 2012: Wouter
4030         - code review.
4031
4032 15 June 2012: Wouter
4033         - implement log-time-ascii on windows.
4034         - The key-cache bad key ttl is now 60 seconds.
4035         - updated iana ports list.
4036         - code review.
4037
4038 11 June 2012: Wouter
4039         - bug #452: fix crash on assert in mesh_state_attachment.
4040
4041 30 May 2012: Wouter
4042         - silence warning from swig-generated code (md set but not used in
4043           swig initmodule, due to ifdefs in swig-generated code).
4044
4045 27 May 2012: Wouter
4046         - Fix debian-bugs-658021: Please enable hardened build flags.
4047
4048 25 May 2012: Wouter
4049         - updated iana ports list.
4050
4051 24 May 2012: Wouter
4052         - tag for 1.4.17 release.
4053         - trunk is 1.4.18 in development.
4054
4055 18 May 2012: Wouter
4056         - Review comments, removed duplicate memset to zero in delegpt.
4057
4058 16 May 2012: Wouter
4059         - Updated doc/FEATURES with RFCs that are implemented but not listed.
4060         - Protect if statements in val_anchor for compile without locks.
4061         - tag for 1.4.17rc1.
4062
4063 15 May 2012: Wouter
4064         - fix configure ECDSA support in ldns detection for windows compile.
4065         - fix possible uninitialised variable in windows pipe implementation.
4066
4067 9 May 2012: Wouter
4068         - Fix alignment problem in util/random on sparc64/freebsd.
4069
4070 8 May 2012: Wouter
4071         - Fix for accept spinning reported by OpenBSD.
4072         - iana portlist updated.
4073
4074 2 May 2012: Wouter
4075         - Fix validation of nodata for DS query in NSEC zones, reported by
4076           Ondrej Mikle.
4077
4078 13 April 2012: Wouter
4079         - ECDSA support (RFC 6605) by default. Use --disable-ecdsa for older
4080           openssl.
4081
4082 10 April 2012: Wouter
4083         - Applied patch from Daisuke HIGASHI for rrset-roundrobin and
4084           minimal-responses features.
4085         - iana portlist updated.
4086
4087 5 April 2012: Wouter
4088         - fix bug #443: --with-chroot-dir not honoured by configure.
4089         - fix bug #444: setusercontext was called too late (thanks Bjorn
4090           Ketelaars).
4091
4092 27 March 2012: Wouter
4093         - fix bug #442: Fix that Makefile depends on pythonmod headers
4094           even using --without-pythonmodule.
4095
4096 22 March 2012: Wouter
4097         - contrib/validation-reporter follows rotated log file (patch from
4098           Augie Schwer).
4099
4100 21 March 2012: Wouter
4101         - new approach to NS fetches for DS lookup that works with
4102           cornercases, and is more robust and considers forwarders.
4103
4104 19 March 2012: Wouter
4105         - iana portlist updated.
4106         - fix to locate nameservers for DS lookup with NS fetches.
4107
4108 16 March 2012: Wouter
4109         - Patch for access to full DNS packet data in unbound python module
4110           from Ondrej Mikle.
4111
4112 9 March 2012: Wouter
4113         - Applied line-buffer patch from Augie Schwer to validation.reporter.sh.
4114
4115 2 March 2012: Wouter
4116         - flush_infra cleans timeouted servers from the cache too.
4117         - removed warning from --enable-ecdsa.
4118
4119 1 March 2012: Wouter
4120         - forward-first option.  Tries without forward if a query fails.
4121           Also stub-first option that is similar.
4122
4123 28 February 2012: Wouter
4124         - Fix from code review, if EINPROGRESS not defined chain if statement
4125           differently.
4126
4127 27 February 2012: Wouter
4128         - Fix bug#434: on windows check registry for config file location
4129           for unbound-control.exe, and unbound-checkconf.exe.
4130
4131 23 February 2012: Wouter
4132         - Fix to squelch 'network unreachable' errors from tcp connect in
4133           logs, high verbosity will show them.
4134
4135 16 February 2012: Wouter
4136         - iter_hints is now thread-owned in module env, and thus threadsafe.
4137         - Fix prefetch and sticky NS, now the prefetch works.  It picks
4138           nameservers that 'would be valid in the future', and if this makes
4139           the NS timeout, it updates that NS by asking delegation from the
4140           parent again.  If child NS has longer TTL, that TTL does not get
4141           refreshed from the lookup to the child nameserver.
4142
4143 15 February 2012: Wouter
4144         - Fix forward-zone memory, uses malloc and frees original root dp.
4145         - iter hints (stubs) uses malloc inside for more dynamicity.
4146         - unbound-control forward_add, forward_remove, stub_add, stub_remove
4147           can modify stubs and forwards for running unbound (on mobile computer)
4148           they can also add and remove domain-insecure for the zone.
4149
4150 14 February 2012: Wouter
4151         - Fix sticky NS (ghost domain problem) if prefetch is yes.
4152         - iter forwards uses malloc inside for more dynamicity.
4153
4154 13 February 2012: Wouter
4155         - RT#2955. Fix for cygwin compilation. 
4156         - iana portlist updated.
4157
4158 10 February 2012: Wouter
4159         - Slightly smaller critical region in one case in infra cache.
4160         - Fix timeouts to keep track of query type, A, AAAA and other, if
4161           another has caused timeout blacklist, different type can still probe.
4162         - unit test fix for nomem_cnametopos.rpl race condition.
4163
4164 9 February 2012: Wouter
4165         - Fix AHX_BROKEN_MEMCMP for autoheader mess up of #undef in config.h.
4166
4167 8 February 2012: Wouter
4168         - implement draft-ietf-dnsext-ecdsa-04; which is in IETF LC; This
4169           implementation is experimental at this time and not recommended
4170           for use on the public internet (the protocol numbers have not
4171           been assigned).  Needs recent ldns with --enable-ecdsa.
4172         - fix memory leak in errorcase for DSA signatures.
4173         - iana portlist updated.
4174         - workaround for openssl 0.9.8 ecdsa sha2 and evp problem.
4175
4176 3 February 2012: Wouter
4177         - fix for windows, rename() is not posix compliant on windows.
4178
4179 2 February 2012: Wouter
4180         - 1.4.16 release tag.
4181         - svn trunk is 1.4.17 in development.
4182         - iana portlist updated.
4183
4184 1 February 2012: Wouter
4185         - Fix validation failures (like: validation failure xx: no NSEC3
4186           closest encloser from yy for DS zz. while building chain of trust,
4187           because of a bug in the TTL-fix in 1.4.15, it picked the wrong rdata
4188           for an NSEC3.  Now it does not change rdata, and fixes TTL.
4189
4190 30 January 2012: Wouter
4191         - Fix version-number in libtool to be version-info so it produces
4192           libunbound.so.2 like it should.
4193
4194 26 January 2012: Wouter
4195         - Tag 1.4.15 (same as 1.4.15rc1), for 1.4.15 release.
4196         - trunk 1.4.16; includes changes memset testcode, #424 openindiana,
4197           and keyfile write fixup.
4198         - applied patch to support outgoing-interface with ub_ctx_set_option.
4199
4200 23 January 2012: Wouter
4201         - Fix memset in test code.
4202
4203 20 January 2012: Wouter
4204         - Fix bug #424: compile on OpenIndiana OS with gcc 4.6.2.
4205
4206 19 January 2012: Wouter
4207         - Fix to write key files completely to a temporary file, and if that
4208           succeeds, replace the real key file.  So failures leave a useful file.
4209
4210 18 January 2012: Wouter
4211         - tag 1.4.15rc1 created
4212         - updated libunbound/ubsyms.def and remade tag 1.4.15rc1.
4213
4214 17 January 2012: Wouter
4215         - Fix bug where canonical_compare of RRSIG did not downcase the
4216           signer-name.  This is mostly harmless because RRSIGs do not have
4217           to be sorted in canonical order, usually.
4218
4219 12 January 2012: Wouter
4220         - bug#428: add ub_version() call to libunbound.  API version increase,
4221           with (binary) backwards compatibility for the previous version.
4222
4223 10 January 2012: Wouter
4224         - Fix bug #425: unbound reports wrong TTL in reply, it reports a TTL
4225           that would be permissible by the RFCs but it is not the TTL in the
4226           cache.
4227         - iana portlist updated.
4228         - uninitialised variable in reprobe for rtt blocked domains fixed.
4229         - lintfix and new flex output.
4230
4231 2 January 2012: Wouter
4232         - Fix to randomize hash function, based on 28c3 congress, reported
4233           by Peter van Dijk.
4234
4235 24 December 2011: Wouter
4236         - Fix for memory leak (about 20 bytes when a tcp or udp send operation
4237           towards authority servers failed, takes about 50.000 such failures to
4238           leak one Mb, such failures are also usually logged), reported by
4239           Robert Fleischmann.
4240         - iana portlist updated.
4241
4242 19 December 2011: Wouter
4243         - Fix for VU#209659 CVE-2011-4528: Unbound denial of service
4244           vulnerabilities from nonstandard redirection and denial of existence
4245           http://www.unbound.net/downloads/CVE-2011-4528.txt
4246         - robust checks for next-closer NSEC3s.
4247         - tag 1.4.14 created.
4248         - trunk has 1.4.15 in development.
4249
4250 15 December 2011: Wouter
4251         - remove uninit warning from cachedump code.
4252         - Fix parse error on negative SOA RRSIGs if badly ordered in the packet.
4253
4254 13 December 2011: Wouter
4255         - iana portlist updated.
4256         - svn tag 1.4.14rc1
4257         - fix infra cache comparison.
4258         - Fix to constrain signer_name to be a parent of the lookupname.
4259
4260 5 December 2011: Wouter
4261         - Fix getaddrinfowithincludes on windows with fedora16 mingw32-gcc.
4262         - Fix warnings with gcc 4.6 in compat/inet_ntop.c.
4263         - Fix warning unused in compat/strptime.c.
4264         - Fix malloc detection and double definition.
4265
4266 2 December 2011: Wouter
4267         - configure generated with autoconf 2.68.
4268
4269 30 November 2011: Wouter
4270         - Fix for tcp-upstream and ssl-upstream for if a laptop sleeps, causes
4271           SERVFAILs.  Also fixed for UDP (but less likely).
4272
4273 28 November 2011: Wouter
4274         - Fix quartile time estimate, it was too low, (thanks Jan Komissar).
4275         - iana ports updated.
4276
4277 11 November 2011: Wouter
4278         - Makefile compat with SunOS make, BSD make and GNU make.
4279         - iana ports updated.
4280
4281 10 November 2011: Wouter
4282         - Makefile changed for BSD make compatibility.
4283
4284 9 November 2011: Wouter
4285         - added unit test for SSL service and SSL-upstream.
4286
4287 8 November 2011: Wouter
4288         - can configure ssl service to one port number, and not on others.
4289         - fixup windows compile with ssl support.
4290         - Fix double free in unbound-host, reported by Steve Grubb.
4291         - iana portlist updated.
4292
4293 1 November 2011: Wouter
4294         - dns over ssl support as a client, ssl-upstream yes turns it on.
4295           It performs an SSL transaction for every DNS query (250 msec).
4296         - documentation for new options: ssl-upstream, ssl-service-key and
4297           ssl-service.pem.
4298         - iana portlist updated.
4299         - fix -flto detection on Lion for llvm-gcc.
4300
4301 31 October 2011: Wouter
4302         - dns over ssl support, ssl-service-pem and ssl-service-key files
4303           can be given and then TCP queries are serviced wrapped in SSL.
4304
4305 27 October 2011: Wouter
4306         - lame-ttl and lame-size options no longer exist, it is integrated
4307           with the host info.  They are ignored (with verbose warning) if
4308           encountered to keep the config file backwards compatible.
4309         - fix iana-update for changing gzip compression of results.
4310         - fix export-all-symbols on OSX.
4311
4312 26 October 2011: Wouter
4313         - iana portlist updated.
4314         - Infra cache stores information about ping and lameness per IP, zone.
4315           This fixes bug #416.
4316         - fix iana_update target for gzipped file on iana site.
4317
4318 24 October 2011: Wouter
4319         - Fix resolve of partners.extranet.microsoft.com with a fix for the
4320           server selection for choosing out of a (particular) list of bad
4321           choices. (bug#415)
4322         - Fix make_new_space function so that the incoming query is not
4323           overwritten if a jostled out query causes a waiting query to be
4324           resumed that then fails and sends an error message.  (Thanks to
4325           Matthew Lee).
4326
4327 21 October 2011: Wouter
4328         - fix --enable-allsymbols, fptr wlist is disabled on windows with this 
4329           option enabled because of memory layout exe vs dll.
4330
4331 19 October 2011: Wouter
4332         - fix unbound-anchor for broken strptime on OSX lion, detected
4333           in configure.
4334         - Detect if GOST really works, openssl1.0 on OSX fails.
4335         - Implement ipv6%interface notation for scope_id usage.
4336
4337 17 October 2011: Wouter
4338         - better documentation for inform_super (Thanks Yang Zhe).
4339
4340 14 October 2011: Wouter
4341         - Fix for out-of-memory condition in libunbound (thanks
4342           Robert Fleischman).
4343
4344 13 October 2011: Wouter
4345         - Fix --enable-allsymbols, it depended on link specifics of the
4346           target platform, or fptr_wlist assertion failures could occur.
4347
4348 12 October 2011: Wouter
4349         - updated contrib/unbound_munin_ to family=auto so that it works with
4350           munin-node-configure automatically (if installed as
4351           /usr/local/share/munin/plugins/unbound_munin_ ).
4352
4353 27 September 2011: Wouter
4354         - unbound.exe -w windows option for start and stop service.
4355
4356 23 September 2011: Wouter
4357         - TCP-upstream calculates tcp-ping so server selection works if there
4358           are alternatives.
4359
4360 20 September 2011: Wouter
4361         - Fix classification of NS set in answer section, where there is a
4362           parent-child server, and the answer has the AA flag for dir.slb.com.
4363           Thanks to Amanda Constant from Secure64.
4364
4365 16 September 2011: Wouter
4366         - fix bug #408: accept patch from Steve Snyder that comments out
4367           unused functions in lookup3.c.
4368         - iana portlist updated.
4369         - fix EDNS1480 change memleak and TCP fallback.
4370         - fix various compiler warnings (reported by Paul Wouters).
4371         - max sent count.  EDNS1480 only for rtt < 5000.  No promiscuous
4372           fetch if sentcount > 3, stop query if sentcount > 16.  Count is
4373           reset when referral or CNAME happens.  This makes unbound better
4374           at managing large NS sets, they are explored when there is continued
4375           interest (in the form of queries).
4376
4377 15 September 2011: Wouter
4378         - release 1.4.13.
4379         - trunk contains 1.4.14 in development.
4380         - Unbound probes at EDNS1480 if there an EDNS0 timeout.
4381
4382 12 September 2011: Wouter
4383         - Reverted dns EDNS backoff fix, it did not help and needs
4384           fragmentation fixes instead.
4385         - tag 1.4.13rc2
4386
4387 7 September 2011: Wouter
4388         - Fix operation in ipv6 only (do-ip4: no) mode.
4389
4390 6 September 2011: Wouter
4391         - fedora specfile updated.
4392
4393 5 September 2011: Wouter
4394         - tag 1.4.13rc1
4395
4396 2 September 2011: Wouter
4397         - iana portlist updated.
4398
4399 26 August 2011: Wouter
4400         - Fix num-threads 0 does not segfault, reported by Simon Deziel.
4401         - Fix validation failures due to EDNS backoff retries, the retry
4402           for fetch of data has want_dnssec because the iter_indicate_dnssec
4403           function returns true when validation failure retry happens, and
4404           then the serviced query code does not fallback to noEDNS, even if
4405           the cache says it has this.  This helps for DLV deployment when
4406           the DNSSEC status is not known for sure before the lookup concludes.
4407
4408 24 August 2011: Wouter
4409         - Applied patch from Karel Slany that fixes a memory leak in the
4410           unbound python module, in string conversions.
4411
4412 22 August 2011: Wouter
4413         - Fix validation of qtype ANY responses with CNAMEs (thanks Cathy
4414           Zhang and Luo Ce).  Unbound responds with the RR types that are
4415           available at the name for qtype ANY and validates those RR types.
4416           It does not test for completeness (i.e. with NSEC or NSEC3 query),
4417           and it does not follow the CNAME or DNAME to another name (with
4418           even more data for the already large response).
4419         - Fix that internally, CNAMEs with NXDOMAIN have that as rcode.
4420         - Documented the options that work with control set_option command.
4421         - tcp-upstream yes/no option (works with set_option) for tunnels.
4422
4423 18 August 2011: Wouter
4424         - fix autoconf call in makedist crosscompile to RC or snapshot.
4425
4426 17 August 2011: Wouter
4427         - Fix validation of . DS query.
4428         - new xml format at IANA, new awk for iana_update.
4429         - iana portlist updated.
4430
4431 10 August 2011: Wouter
4432         - Fix python site-packages path to /usr/lib64.
4433         - updated patch from Tom.
4434         - fix memory and fd leak after out-of-memory condition.
4435
4436 9 August 2011: Wouter
4437         - patch from Tom Hendrikx fixes load of python modules.
4438
4439 8 August 2011: Wouter
4440         - make clean had ldns-src reference, removed.
4441
4442 1 August 2011: Wouter
4443         - Fix autoconf 2.68 warnings
4444
4445 14 July 2011: Wouter
4446         - Unbound implements RFC6303 (since version 1.4.7).
4447         - tag 1.4.12rc1 is released as 1.4.12 (without the other fixes in the
4448           meantime, those are for 1.4.13).
4449         - iana portlist updated.
4450
4451 13 July 2011: Wouter
4452         - Quick fix for contrib/unbound.spec example, no ldns-builtin any more.
4453
4454 11 July 2011: Wouter
4455         - Fix wildcard expansion no-data reply under an optout NSEC3 zone is
4456           validated as insecure, reported by Jia Li (lijia@cnnic.cn).
4457
4458 4 July 2011: Wouter
4459         - 1.4.12rc1 tag created.
4460
4461 1 July 2011: Wouter
4462         - version number in example config file.
4463         - fix that --enable-static-exe does not complain about it unknown.
4464
4465 30 June 2011: Wouter
4466         - tag relase 1.4.11, trunk is 1.4.12 development.
4467         - iana portlist updated.
4468         - fix bug#395: id bits of other query may leak out under conditions
4469         - fix replyaddr count wrong after jostled queries, which leads to
4470           eventual starvation where the daemon has no replyaddrs left to use.
4471         - fix comment about rndc port, that referred to the old port number.
4472         - fix that the listening socket is not closed when too many remote
4473           control connections are made at the same time.
4474         - removed ldns-src tarball inside the unbound tarball.
4475
4476 23 June 2011: Wouter
4477         - Changed -flto check to support clang compiler.
4478         - tag 1.4.11rc3 created.
4479
4480 17 June 2011: Wouter
4481         - tag 1.4.11rc1 created.
4482         - remove warning about signed/unsigned from flex (other flex version).
4483         - updated aclocal.m4 and libtool to match.
4484         - tag 1.4.11rc2 created.
4485
4486 16 June 2011: Wouter
4487         - log-queries: yesno option, default is no, prints querylog.
4488         - version is 1.4.11.
4489
4490 14 June 2011: Wouter
4491         - Use -flto compiler flag for link time optimization, if supported.
4492         - iana portlist updated.
4493
4494 12 June 2011: Wouter
4495         - IPv6 service address for d.root-servers.net (2001:500:2D::D).
4496
4497 10 June 2011: Wouter
4498         - unbound-control has version number in the header,
4499           UBCT[version]_space_ is the header sent by the client now.
4500         - Unbound control port number is registered with IANA:
4501           ub-dns-control  8953/tcp    unbound dns nameserver control
4502           This is the new default for the control-port config setting.
4503         - statistics-interval prints the number of jostled queries to log.
4504
4505 30 May 2011: Wouter
4506         - Fix Makefile for U in environment, since wrong U is more common than
4507           deansification necessity.
4508         - iana portlist updated.
4509         - updated ldns tarball to 1.6.10rc2 snapshot of today.
4510
4511 25 May 2011: Wouter
4512         - Fix assertion failure when unbound generates an empty error reply
4513           in response to a query, CVE-2011-1922 VU#531342.
4514         - This fix is in tag 1.4.10.
4515         - defense in depth against the above bug, an error is printed to log
4516           instead of an assertion failure.
4517
4518 10 May 2011: Wouter
4519         - bug#386: --enable-allsymbols option links all binaries to libunbound
4520           and reduces install size significantly.
4521         - feature, ignore-cd-flag: yesno to provide dnssec to legacy servers.
4522         - iana portlist updated.
4523         - Fix TTL of SOA so negative TTL is separately cached from normal TTL.
4524
4525 14 April 2011: Wouter
4526         - configure created with newer autoconf 2.66.
4527
4528 12 April 2011: Wouter
4529         - bug#378: Fix that configure checks for ldns_get_random presence.
4530
4531 8 April 2011: Wouter
4532         - iana portlist updated.
4533         - queries with CD flag set cause DNSSEC validation, but the answer is
4534           not withheld if it is bogus.  Thus, unbound will retry if it is bad
4535           and curb the TTL if it is bad, thus protecting the cache for use by
4536           downstream validators.
4537         - val-override-date: -1 ignores dates entirely, for NTP usage.
4538
4539 29 March 2011: Wouter
4540         - harden-below-nxdomain: changed so that it activates when the
4541           cached nxdomain is dnssec secure.  This avoids backwards
4542           incompatibility because those old servers do not have dnssec.
4543
4544 24 March 2011: Wouter
4545         - iana portlist updated.
4546         - release 1.4.9.
4547         - trunk is 1.5.0
4548
4549 17 March 2011: Wouter
4550         - bug#370: new unbound.spec for CentOS 5.x from Harold Jones.
4551           Applied but did not do the --disable-gost.
4552
4553 10 March 2011: Wouter
4554         - tag 1.4.9 release candidate 1 created.
4555
4556 3 March 2011: Wouter
4557         - updated ldns to today.
4558
4559 1 March 2011: Wouter
4560         - Fix no ADflag for NXDOMAIN in NSEC3 optout. And wildcard in optout.
4561         - give config parse error for multiple names on a stub or forward zone.
4562         - updated ldns tarball to 1.6.9(todays snapshot).
4563
4564 24 February 2011: Wouter
4565         - bug #361: Fix, time.elapsed variable not reset with stats_noreset.
4566
4567 23 February 2011: Wouter
4568         - iana portlist updated.
4569         - common.sh to version 3.
4570
4571 18 February 2011: Wouter
4572         - common.sh in testdata updated to version 2.
4573
4574 15 February 2011: Wouter
4575         - Added explicit note on unbound-anchor usage:
4576           Please note usage of unbound-anchor root anchor is at your own risk
4577           and under the terms of our LICENSE (see that file in the source).
4578
4579 11 February 2011: Wouter
4580         - iana portlist updated.
4581         - tpkg updated with common.sh for common functionality.
4582
4583 7 February 2011: Wouter
4584         - Added regression test for addition of a .net DS to the root, and
4585           cache effects with different TTL for glue and DNSKEY.
4586         - iana portlist updated.
4587
4588 28 January 2011: Wouter
4589         - Fix remove private address does not throw away entire response.
4590
4591 24 January 2011: Wouter
4592         - release 1.4.8
4593
4594 19 January 2011: Wouter
4595         - fix bug#349: no -L/usr for ldns.
4596
4597 18 January 2011: Wouter
4598         - ldns 1.6.8 tarball included.
4599         - release 1.4.8rc1.
4600
4601 17 January 2011: Wouter
4602         - add get and set option for harden-below-nxdomain feature.
4603         - iana portlist updated.
4604
4605 14 January 2011: Wouter
4606         - Fix so a changed NS RRset does not get moved name stuck on old
4607           server, for type NS the TTL is not increased.
4608
4609 13 January 2011: Wouter
4610         - Fix prefetch so it does not get stuck on old server for moved names.
4611
4612 12 January 2011: Wouter
4613         - iana portlist updated.
4614
4615 11 January 2011: Wouter
4616         - Fix insecure CNAME sequence marked as secure, reported by Bert
4617           Hubert.
4618
4619 10 January 2011: Wouter
4620         - faster lruhash get_mem routine.
4621
4622 4 January 2011: Wouter
4623         - bug#346: remove ITAR scripts from contrib, the service is discontinued, use the root.
4624         - iana portlist updated.
4625
4626 23 December 2010: Wouter
4627         - Fix in infra cache that could cause rto larger than TOP_TIMEOUT kept.
4628
4629 21 December 2010: Wouter
4630         - algorithm compromise protection using the algorithms signalled in
4631           the DS record.  Also, trust anchors, DLV, and RFC5011 receive this,
4632           and thus, if you have multiple algorithms in your trust-anchor-file
4633           then it will now behave different than before.  Also, 5011 rollover
4634           for algorithms needs to be double-signature until the old algorithm
4635           is revoked.
4636           It is not an option, because I see no use to turn the security off.
4637         - iana portlist updated.
4638
4639 17 December 2010: Wouter
4640         - squelch 'tcp connect: bla' in logfile, (set verbosity 2 to see them).
4641         - fix validation in this case: CNAME to nodata for co-hosted opt-in
4642           NSEC3 insecure delegation, was bogus, fixed to be insecure.
4643
4644 16 December 2010: Wouter
4645         - Fix our 'BDS' license (typo reported by Xavier Belanger).
4646
4647 10 December 2010: Wouter
4648         - iana portlist updated.
4649         - review changes for unbound-anchor.
4650
4651 2 December 2010: Wouter
4652         - feature typetransparent localzone, does not block other RR types.
4653
4654 1 December 2010: Wouter
4655         - Fix bug#338: print address when socket creation fails.
4656
4657 30 November 2010: Wouter
4658         - Fix storage of EDNS failures in the infra cache.
4659         - iana portlist updated.
4660
4661 18 November 2010: Wouter
4662         - harden-below-nxdomain option, default off (because very old
4663           software may be incompatible).  We could enable it by default in
4664           the future.
4665
4666 17 November 2010: Wouter
4667         - implement draft-vixie-dnsext-resimprove-00, we stop on NXDOMAIN.
4668         - make test output nicer.
4669
4670 15 November 2010: Wouter
4671         - silence 'tcp connect: broken pipe' and 'net down' at low verbosity.
4672         - iana portlist updated.
4673         - so-sndbuf option for very busy servers, a bit like so-rcvbuf.
4674
4675 9 November 2010: Wouter
4676         - unbound-anchor compiles with openssl 0.9.7.
4677
4678 8 November 2010: Wouter
4679         - release tag 1.4.7.
4680         - trunk is version 1.4.8.
4681         - Be lenient and accept imgw.pl malformed packet (like BIND).
4682
4683 5 November 2010: Wouter
4684         - do not synthesize a CNAME message from cache for qtype DS.
4685
4686 4 November 2010: Wouter
4687         - Use central entropy to seed threads.
4688
4689 3 November 2010: Wouter
4690         - Change the rtt used to probe EDNS-timeout hosts to 1000 msec.
4691
4692 2 November 2010: Wouter
4693         - tag 1.4.7rc1.
4694         - code review.
4695
4696 1 November 2010: Wouter
4697         - GOST code enabled by default (RFC 5933).
4698
4699 27 October 2010: Wouter
4700         - Fix uninit value in dump_infra print.
4701         - Fix validation failure for parent and child on same server with an
4702           insecure childzone and a CNAME from parent to child.
4703         - Configure detects libev-4.00.
4704
4705 26 October 2010: Wouter
4706         - dump_infra and flush_infra commands for unbound-control.
4707         - no timeout backoff if meanwhile a query succeeded.
4708         - Change of timeout code.  No more lost and backoff in blockage.
4709           At 12sec timeout (and at least 2x lost before) one probe per IP
4710           is allowed only.  At 120sec, the IP is blocked.  After 15min, a
4711           120sec entry has a single retry packet.
4712
4713 25 October 2010: Wouter
4714         - Configure errors if ldns is not found.
4715
4716 22 October 2010: Wouter
4717         - Windows 7 fix for the installer.
4718
4719 21 October 2010: Wouter
4720         - Fix bug where fallback_tcp causes wrong roundtrip and edns
4721           observation to be noted in cache.  Fix bug where EDNSprobe halted
4722           exponential backoff if EDNS status unknown.
4723         - new unresponsive host method, exponentially increasing block backoff.
4724         - iana portlist updated.
4725
4726 20 October 2010: Wouter
4727         - interface automatic works for some people with ip6 disabled.
4728           Therefore the error check is removed, so they can use the option.
4729
4730 19 October 2010: Wouter
4731         - Fix for request list growth, if a server has long timeout but the
4732           lost counter is low, then its effective rtt is the one without
4733           exponential backoff applied.  Because the backoff is not working.
4734           The lost counter can then increase and the server is blacklisted,
4735           or the lost counter does not increase and the server is working
4736           for some queries.
4737
4738 18 October 2010: Wouter
4739         - iana portlist updated.
4740
4741 13 October 2010: Wouter
4742         - Fix TCP so it uses a random outgoing-interface.
4743         - unbound-anchor handles ADDPEND keystate.
4744
4745 11 October 2010: Wouter
4746         - Fix bug when DLV below a trust-anchor that uses NSEC3 optout where
4747           the zone has a secure delegation hosted on the same server did not
4748           verify as secure (it was insecure by mistake).
4749         - iana portlist updated.
4750         - ldns tarball updated (for reading cachedumps with bad RR data).
4751
4752 1 October 2010: Wouter
4753         - test for unbound-anchor. fix for reading certs.
4754         - Fix alloc_reg_release for longer uptime in out of memory conditions.
4755
4756 28 September 2010: Wouter
4757         - unbound-anchor working, it creates or updates a root.key file.
4758           Use it before you start the validator (e.g. at system boot time).
4759
4760 27 September 2010: Wouter
4761         - iana portlist updated.
4762
4763 24 September 2010: Wouter
4764         - bug#329: in example.conf show correct ipv4 link-local 169.254/16.
4765
4766 23 September 2010: Wouter
4767         - unbound-anchor app, unbound requires libexpat (xml parser library).
4768
4769 22 September 2010: Wouter
4770         - compliance with draft-ietf-dnsop-default-local-zones-14, removed
4771           reverse ipv6 orchid prefix from builtin list.
4772         - iana portlist updated.
4773
4774 17 September 2010: Wouter
4775         - DLV has downgrade protection again, because the RFC says so.
4776         - iana portlist updated.
4777
4778 16 September 2010: Wouter
4779         - Algorithm rollover operational reality intrudes, for trust-anchor,
4780           5011-store, and DLV-anchor if one key matches it's good enough.
4781         - iana portlist updated.
4782         - Fix reported validation error in out of memory condition.
4783
4784 15 September 2010: Wouter
4785         - Abide RFC5155 section 9.2: no AD flag for replies with NSEC3 optout.
4786
4787 14 September 2010: Wouter
4788         - increased mesh-max-activation from 1000 to 3000 for crazy domains
4789           like _tcp.slb.com with 262 servers.
4790         - iana portlist updated.
4791
4792 13 September 2010: Wouter
4793         - bug#327: Fix for cannot access stub zones until the root is primed.
4794
4795 9 September 2010: Wouter
4796         - unresponsive servers are not completely blacklisted (because of
4797           firewalls), but also not probed all the time (because of the request
4798           list size it generates).  The probe rate is 1%.
4799         - iana portlist updated.
4800
4801 20 August 2010: Wouter
4802         - openbsd-lint fixes: acl_list_get_mem used if debug-alloc enabled.
4803           iterator get_mem includes priv_get_mem.  delegpt nodup removed.
4804           listen_pushback, query_info_allocqname, write_socket, send_packet,
4805           comm_point_set_cb_arg and listen_resume removed.
4806
4807 19 August 2010: Wouter
4808         - Fix bug#321: resolution of rs.ripe.net artifacts with 0x20.
4809           Delegpt structures checked for duplicates always.
4810           No more nameserver lookups generated when depth is full anyway.
4811         - example.conf notes how to do DNSSEC validation and track the root.
4812         - iana portlist updated.
4813
4814 18 August 2010: Wouter
4815         - Fix bug#322: configure does not respect CFLAGS on Solaris.
4816           Pass CFLAGS="-xO4 -xtarget=generic" on the configure command line
4817           if use sun-cc, but some systems need different flags.
4818
4819 16 August 2010: Wouter
4820         - Fix acx_nlnetlabs.m4 configure output for autoconf-2.66 AS_TR_CPP
4821           changes, uses m4_bpatsubst now.
4822         - make test (or make check) should be more portable and run the unit 
4823           test and testbound scripts. (make longtest has special requirements).
4824
4825 13 August 2010: Wouter
4826         - More pleasant remote control command parsing.
4827         - documentation added for return values reported by doxygen 1.7.1.
4828         - iana portlist updated.
4829
4830 9 August 2010: Wouter
4831         - Fix name of rrset printed that failed validation.
4832
4833 5 August 2010: Wouter
4834         - Return NXDOMAIN after chain of CNAMEs ends at name-not-found.
4835
4836 4 August 2010: Wouter
4837         - Fix validation in case a trust anchor enters into a zone with
4838           unsupported algorithms.
4839
4840 3 August 2010: Wouter
4841         - updated ldns tarball with bugfixes.
4842         - release tag 1.4.6.
4843         - trunk becomes 1.4.7 develop.
4844         - iana portlist updated.
4845
4846 22 July 2010: Wouter
4847         - more error details on failed remote control connection.
4848
4849 15 July 2010: Wouter
4850         - rlimit adjustments for select and ulimit can happen at the same time.
4851
4852 14 July 2010: Wouter
4853         - Donation text added to README.
4854         - Fix integer underflow in prefetch ttl creation from cache.  This
4855           fixes a potential negative prefetch ttl.
4856
4857 12 July 2010: Wouter
4858         - Changed the defaults for num-queries-per-thread/outgoing-range.
4859           For builtin-select: 512/960, for libevent 1024/4096 and for
4860           windows 24/48 (because of win api).  This makes the ratio this way
4861           to improve resilience under heavy load.  For high performance, use
4862           libevent and possibly higher numbers.
4863
4864 10 July 2010: Wouter
4865         - GOST enabled if SSL is recent and ldns has GOST enabled too.
4866         - ldns tarball updated.
4867
4868 9 July 2010: Wouter
4869         - iana portlist updated.
4870         - Fix validation of qtype DNSKEY when a key-cache entry exists but
4871           no rr-cache entry is used (it expired or prefetch), it then goes
4872           back up to the DS or trust-anchor to validate the DNSKEY.
4873
4874 7 July 2010: Wouter
4875         - Neat function prototypes, unshadowed local declarations.
4876
4877 6 July 2010: Wouter
4878         - failure to chown the pidfile is not fatal any more.
4879         - testbound uses UTC timezone.
4880         - ldns tarball updated (ports and works on Minix 3.1.7).  On Minix, add
4881           /usr/gnu/bin to PATH, use ./configure AR=/usr/gnu/bin/gar and gmake.
4882
4883 5 July 2010: Wouter
4884         - log if a server is skipped because it is on the donotquery list,
4885           at verbosity 4, to enable diagnosis why no queries to 127.0.0.1.
4886         - added feature to print configure date, target and options with -h.
4887         - added feature to print event backend system details with -h.
4888         - wdiff is not actually required by make test, updated requirements.
4889
4890 1 July 2010: Wouter
4891         - Fix RFC4035 compliance with 2.2 statement that the DNSKEY at apex
4892           must be signed with all algorithms from the DS rrset at the parent.
4893           This is now checked and becomes bogus if not.
4894
4895 28 June 2010: Wouter
4896         - Fix jostle list bug found by Vince (luoce@cnnic), it caused the qps
4897           in overload situations to be about 5 qps for the class of shortly
4898           serviced queries.
4899           The capacity of the resolver is then about (numqueriesperthread / 2)
4900           / (average time for such long queries) qps for long queries.
4901           And about (numqueriesperthread / 2)/(jostletimeout in whole seconds)
4902           qps for short queries, per thread.
4903         - Fix the max number of reply-address count to be applied for duplicate
4904           queries, and not for new query list entries.  This raises the memory
4905           usage to a max of (16+1)*numqueriesperthread reply addresses.
4906
4907 25 June 2010: Wouter
4908         - Fix handling of corner case reply from lame server, follows rfc2308.
4909           It could lead to a nodata reply getting into the cache if the search
4910           for a non-lame server turned up other misconfigured servers.
4911         - unbound.h has extern "C" statement for easier include in c++.
4912
4913 23 June 2010: Wouter
4914         - iana portlist updated.
4915         - makedist upgraded cross compile openssl option, like this: 
4916           ./makedist.sh -s -wssl openssl-1.0.0a.tar.gz -w --enable-gost
4917
4918 22 June 2010: Wouter
4919         - Unbound reports libev or libevent correctly in logs in verbose mode.
4920         - Fix to unload gost dynamic library module for leak testing.
4921
4922 18 June 2010: Wouter
4923         - iana portlist updated.
4924
4925 17 June 2010: Wouter
4926         - Add AAAA to root hints for I.ROOT-SERVERS.NET.
4927
4928 16 June 2010: Wouter
4929         - Fix assertion failure reported by Kai Storbeck from XS4ALL, the
4930           assertion was wrong.
4931         - updated ldns tarball.
4932
4933 15 June 2010: Wouter
4934         - tag 1.4.5 created.
4935         - trunk contains 1.4.6 in development.
4936         - Fix TCPreply on systems with no writev, if just 1 byte could be sent.
4937         - Fix to use one pointer less for iterator query state store_parent_NS.
4938         - makedist crosscompile to windows uses builtin ldns not host ldns.
4939         - Max referral count from 30 to 130, because 128 one character domains
4940           is valid DNS.
4941         - added documentation for the histogram printout to syslog.
4942
4943 11 June 2010: Wouter
4944         - When retry to parent the retrycount is not wiped, so failed 
4945           nameservers are not tried again.
4946         - iana portlist updated.
4947
4948 10 June 2010: Wouter
4949         - Fix bug where a long loop could be entered, now cycle detection
4950           has a loop-counter and maximum search amount.
4951
4952 4 June 2010: Wouter
4953         - iana portlist updated.
4954         - 1.4.5rc1 tag created.
4955
4956 3 June 2010: Wouter
4957         - ldns tarball updated, 1.6.5.
4958         - review comments, split dependency cycle tracking for parentside
4959           last resort lookups for A and AAAA so there are more lookup options.
4960
4961 2 June 2010: Wouter
4962         - Fix compile warning if compiled without threads.
4963         - updated ldns-tarball with current ldns svn (pre 1.6.5).
4964         - GOST disabled-by-default, the algorithm number is allocated but the
4965           RFC is still has to pass AUTH48 at the IETF.
4966
4967 1 June 2010: Wouter
4968         - Ignore Z flag in incoming messages too.
4969         - Fix storage of negative parent glue if that last resort fails.
4970         - libtoolize 2.2.6b, autoconf 2.65 applied to configure.
4971         - new splint flags for newer splint install.
4972
4973 31 May 2010: Wouter
4974         - Fix AD flag handling, it could in some cases mistakenly copy the AD 
4975           flag from upstream servers.
4976         - alloc_special_obtain out of memory is not a fatal error any more,
4977           enabling unbound to continue longer in out of memory conditions.
4978         - parentside names are dispreferred but not said to be dnssec-lame.
4979         - parentside check for cached newname glue.
4980         - fix parentside and querytargets modulestate, for dump_requestlist.
4981         - unbound-control-setup makes keys -rw-r--- so not all users permitted.
4982         - fix parentside from cache to be marked dispreferred for bad names.
4983
4984 28 May 2010: Wouter
4985         - iana portlist updated.
4986         - parent-child disagreement approach altered.  Older fixes are
4987           removed in place of a more exhaustive search for misconfigured data
4988           available via the parent of a delegation.
4989           This is designed to be throttled by cache entries, with TTL from the
4990           parent if possible.  Additionally the loop-counter is used.
4991           It also tests for NS RRset differences between parent and child.
4992           The fetch of misconfigured data should be more reliable and thorough.
4993           It should work reliably even with no or only partial data in cache.
4994           Data received from the child (as always) is deemed more
4995           authoritative than information received from the delegation parent.
4996           The search for misconfigured data is not performed normally.
4997
4998 26 May 2010: Wouter
4999         - Contribution from Migiel de Vos (Surfnet): nagios patch for
5000           unbound-host, in contrib/ (in the source tarball).  Makes
5001           unbound-host suitable for monitoring dnssec(-chain) status.
5002
5003 21 May 2010: Wouter
5004         - EDNS timeout code will not fire if EDNS status already known.
5005         - EDNS failure not stored if EDNS status known to work.
5006
5007 19 May 2010: Wouter
5008         - Fix resolution for domains like safesvc.com.cn.  If the iterator
5009           can not recurse further and it finds the delegation in a state
5010           where it would otherwise have rejected it outhand if so received
5011           from a cache lookup, then it can try to ask higherup (with loop
5012           protection).
5013         - Fix comments in iter_utils:dp_is_useless.
5014
5015 18 May 2010: Wouter
5016         - Fix various compiler warnings from the clang llvm compiler.
5017         - iana portlist updated.
5018
5019 6 May 2010: Wouter
5020         - Fix bug#308: spelling error in variable name in parser and lexer.
5021
5022 4 May 2010: Wouter
5023         - Fix dnssec-missing detection that was turned off by server selection.
5024         - Conforms to draft-ietf-dnsop-default-local-zones-13.  Added default
5025           reverse lookup blocks for IPv4 test nets 100.51.198.in-addr.arpa,
5026           113.0.203.in-addr.arpa and Orchid prefix 0.1.1.0.0.2.ip6.arpa.
5027
5028 29 April 2010: Wouter
5029         - Fix for dnssec lameness detection to use the key cache.
5030         - infra cache entries that are expired are wiped clean.  Previously
5031           it was possible to not expire host data (if accessed often).
5032
5033 28 April 2010: Wouter
5034         - ldns tarball updated and GOST support is detected and then enabled. 
5035         - iana portlist updated.
5036         - Fix detection of gost support in ldns (reported by Chris Smith).
5037
5038 27 April 2010: Wouter
5039         - unbound-control get_option domain-insecure shows config file items.
5040         - fix retry sequence if prime hints are recursion-lame.
5041         - autotrust anchor file can be initialized with a ZSK key as well.
5042         - harden-referral-path does not result in failures due to max-depth.
5043           You can increase the max-depth by adding numbers (' 0') after the
5044           target-fetch-policy, this increases the depth to which is checked.
5045
5046 26 April 2010: Wouter
5047         - Compile fix using Sun Studio 12 compiler on Solaris 5.9, use
5048           CPPFLAGS during configure process.
5049         - if libev is installed on the base system (not libevent), detect
5050           it from the event.h header file and link with -lev.
5051         - configlexer.lex gets config.h, and configyyrename.h added by make,
5052           no more double include.
5053         - More strict scrubber (Thanks to George Barwood for the idea):
5054           NS set must be pertinent to the query (qname subdomain nsname).
5055         - Fix bug#307: In 0x20 backoff fix fallback so the number of 
5056           outstanding queries does not become -1 and block the request.
5057           Fixed handling of recursion-lame in combination with 0x20 fallback.
5058           Fix so RRsets are compared canonicalized and sorted if the immediate
5059           comparison fails, this makes it work around round-robin sites.
5060
5061 23 April 2010: Wouter
5062         - Squelch log message: sendto failed permission denied for
5063           255.255.255.255, it is visible in VERB_DETAIL (verbosity 2).
5064         - Fix to fetch data as last resort more tenaciously.  When cycle
5065           targets cause the server selection to believe there are more options
5066           when they really are not there, the server selection is reinitiated.
5067         - Fix fetch from blacklisted dnssec lame servers as last resort.  The
5068           server's IP address is then given in validator errors as well.
5069         - Fix local-zone type redirect that did not use the query name for
5070           the answer rrset.
5071
5072 22 April 2010: Wouter
5073         - tag 1.4.4.
5074         - trunk contains 1.4.5 in development.
5075         - Fix validation failure for qtype ANY caused by a RRSIG parse failure.
5076           The validator error message was 'no signatures from ...'.
5077
5078 16 April 2010: Wouter
5079         - more portability defines for CMSG_SPACE, CMSG_ALIGN, CMSG_LEN.
5080         - tag 1.4.4rc1.
5081
5082 15 April 2010: Wouter
5083         - ECC-GOST algorithm number 12 that is assigned by IANA.  New test
5084           example key and signatures for GOST.  GOST requires openssl-1.0.0.
5085           GOST is still disabled by default.
5086
5087 9 April 2010: Wouter
5088         - Fix bug#305: pkt_dname_tolower could read beyond end of buffer or
5089           get into an endless loop, if 0x20 was enabled, and buffers are small
5090           or particular broken packets are received.
5091         - Fix chain of trust with CNAME at an intermediate step, for the DS
5092           processing proof.
5093
5094 8 April 2010: Wouter
5095         - Fix validation of queries with wildcard names (*.example).
5096
5097 6 April 2010: Wouter
5098         - Fix EDNS probe for .de DNSSEC testbed failure, where the infra
5099           cache timeout coincided with a server update, the current EDNS 
5100           backoff is less sensitive, and does not cache the backoff unless 
5101           the backoff actually works and the domain is not expecting DNSSEC.
5102         - GOST support with correct algorithm numbers.
5103
5104 1 April 2010: Wouter
5105         - iana portlist updated.
5106
5107 24 March 2010: Wouter
5108         - unbound control flushed items are not counted when flushed again.
5109
5110 23 March 2010: Wouter
5111         - iana portlist updated.
5112
5113 22 March 2010: Wouter
5114         - unbound-host disables use-syslog from config file so that the
5115           config file for the main server can be used more easily.
5116         - fix bug#301: unbound-checkconf could not parse interface
5117           '0.0.0.0@5353', even though unbound itself worked fine.
5118
5119 19 March 2010: Wouter
5120         - fix fwd_ancil test to pass if the socket options are not supported.
5121
5122 18 March 2010: Wouter
5123         - Fixed random numbers for port, interface and server selection.
5124           Removed very small bias.
5125         - Refer to the listing in unbound-control man page in the extended
5126           statistics entry in the unbound.conf man page.
5127
5128 16 March 2010: Wouter
5129         - Fix interface-automatic for OpenBSD: msg.controllen was too small,
5130           also assertions on ancillary data buffer.
5131         - check for IP_SENDSRCADDR for interface-automatic or IP_PKTINFO.
5132         - for NSEC3 check if signatures are cached.
5133
5134 15 March 2010: Wouter
5135         - unit test for util/regional.c.
5136
5137 12 March 2010: Wouter
5138         - Reordered configure checks so fork and -lnsl -lsocket checks are
5139           earlier, and thus later checks benefit from and do not hinder them.
5140         - iana portlist updated.
5141         - ldns tarball updated.
5142         - Fix python use when multithreaded.
5143         - Fix solaris python compile.
5144         - Include less in config.h and include per code file for ldns, ssl.
5145
5146 11 March 2010: Wouter
5147         - another memory allocation option: --enable-alloc-nonregional.
5148           exposes the regional allocations to other memory purifiers.
5149         - fix for memory alignment in struct sock_list allocation.
5150         - Fix for MacPorts ldns without ssl default, unbound checks if ldns
5151           has dnssec functionality and uses the builtin if not.
5152         - Fix daemonize on Solaris 10, it did not detach from terminal.
5153         - tag 1.4.3 created.
5154         - trunk is 1.4.4 in development.
5155         - spelling fix in validation error involving cnames.
5156
5157 10 March 2010: Wouter
5158         - --enable-alloc-lite works with test set.
5159         - portability in the testset: printf format conversions, prototypes.
5160
5161 9 March 2010: Wouter
5162         - tag 1.4.2 created.
5163         - trunk is 1.4.3 in development.
5164         - --enable-alloc-lite debug option.
5165
5166 8 March 2010: Wouter
5167         - iana portlist updated.
5168
5169 4 March 2010: Wouter
5170         - Fix crash in control channel code.
5171
5172 3 March 2010: Wouter
5173         - better casts in pipe code, brackets placed wrongly.
5174         - iana portlist updated.
5175
5176 1 March 2010: Wouter
5177         - make install depends on make all.
5178         - Fix 5011 auto-trust-anchor-file initial read to skip RRSIGs.
5179         - --enable-checking: enables assertions but does not look nonproduction.
5180         - nicer VERB_DETAIL (verbosity 2, unbound-host -d) output, with
5181           nxdomain and nodata distinguished.
5182         - ldns tarball updated.
5183         - --disable-rpath fixed for libtool not found errors.
5184         - new fedora specfile from Fedora13 in contrib from Paul Wouters.
5185
5186 26 February 2010: Wouter
5187         - Fixup prototype for lexer cleanup in daemon code.
5188         - unbound-control list_stubs, list_forwards, list_local_zones and
5189           list_local_data.
5190
5191 24 February 2010: Wouter
5192         - Fix scrubber bug that potentially let NS records through.  Reported
5193           by Amanda Constant.
5194         - Also delete potential poison references from additional.
5195         - Fix: no classification of a forwarder as lame, throw away instead.
5196
5197 23 February 2010: Wouter
5198         - libunbound ub_ctx_get_option() added.
5199         - unbound-control set_option and get_option commands.
5200         - iana portlist updated.
5201
5202 18 February 2010: Wouter
5203         - A little more strict DS scrubbing.
5204         - No more blacklisting of unresponsive servers, a 2 minute timeout
5205           is backed off to.
5206         - RD flag not enabled for dnssec-blacklisted tries, unless necessary.
5207         - pickup ldns compile fix, libdl for libcrypto.
5208         - log 'tcp connect: connection timed out' only in high verbosity.
5209         - unbound-control log_reopen command.
5210         - moved get_option code from unbound-checkconf to util/config_file.c
5211
5212 17 February 2010: Wouter
5213         - Disregard DNSKEY from authority section for chain of trust.
5214           DS records that are irrelevant to a referral scrubbed.  Anti-poison.
5215         - iana portlist updated.
5216
5217 16 February 2010: Wouter
5218         - Check for 'no space left on device' (or other errors) when 
5219           writing updated autotrust anchors and print errno to log.
5220
5221 15 February 2010: Wouter
5222         - Fixed the requery protection, the TTL was 0, it is now 900 seconds,
5223           hardcoded.  We made the choice to send out more conservatively,
5224           protecting against an aggregate effect more than protecting a
5225           single user (from their own folly, perhaps in case of misconfig).
5226
5227 12 February 2010: Wouter
5228         - Re-query pattern changed on validation failure.  To protect troubled
5229           authority servers, unbound caches a failure for the DNSKEY or DS
5230           records for the entire zone, and only retries that 900 seconds later.
5231           This implies that only a handful of packets are sent extra to the
5232           authority if the zone fails.
5233
5234 11 February 2010: Wouter
5235         - ldns tarball update for long label length syntax error fix.
5236         - iana portlist updated.
5237
5238 9 February 2010: Wouter
5239         - Fixup in compat snprintf routine, %f 1.02 and %g support.
5240         - include math.h for testbound test compile portability.
5241
5242 2 February 2010: Wouter
5243         - Updated url of IANA itar, interim trust anchor repository, in script.
5244
5245 1 February 2010: Wouter
5246         - iana portlist updated.
5247         - configure test for memcmp portability.
5248
5249 27 January 2010: Wouter
5250         - removed warning on format string in validator error log statement.
5251         - iana portlist updated.
5252
5253 22 January 2010: Wouter
5254         - libtool finish the install of unbound python dynamic library.
5255
5256 21 January 2010: Wouter
5257         - acx_nlnetlabs.m4 synchronised with nsd's version.
5258
5259 20 January 2010: Wouter
5260         - Fixup lookup trouble for parent-child domains on the first query.
5261
5262 14 January 2010: Wouter
5263         - Fixup ldns detection to also check for header files.
5264
5265 13 January 2010: Wouter
5266         - prefetch-key option that performs DNSKEY queries earlier in the
5267           validation process, and that could halve the latency on DNSSEC
5268           queries.  It takes some extra processing (CPU, a cache is needed).
5269
5270 12 January 2010: Wouter
5271         - Fix unbound-checkconf for auto-trust-anchor-file present checks.
5272
5273 8 January 2010: Wouter
5274         - Fix for parent-child disagreement code which could have trouble
5275           when (a) ipv6 was disabled and (b) the TTL for parent and child
5276           were different.  There were two bugs, the parent-side information
5277           is fixed to no longer block lookup of child side information and
5278           the iterator is fixed to no longer attempt to get ipv6 when it is
5279           not enabled and then give up in failure.
5280         - test and fixes to make prefetch actually store the answer in the
5281           cache.  Considers some rrsets 'already expired' but does not allow
5282           overwriting of rrsets considered more secure.
5283
5284 7 January 2010: Wouter
5285         - Fixup python documentation (thanks Leo Vandewoestijne).
5286         - Work on cache prefetch feature.
5287         - Stats for prefetch, in log print stats, unbound-control stats
5288           and in unbound_munin plugin.
5289
5290 6 January 2010: Wouter
5291         - iana portlist updated.
5292         - bug#291: DNS wireformat max is 255. dname_valid allowed 256 length.
5293         - verbose output includes parent-side-address notion for lameness.
5294         - documented val-log-level: 2 setting in example.conf and man page.
5295         - change unbound-control-setup from 1024(sha1) to 1536(sha256).
5296
5297 1 January 2010: Wouter
5298         - iana portlist updated.
5299
5300 22 December 2009: Wouter
5301         - configure with newer libtool 2.2.6b.
5302
5303 17 December 2009: Wouter
5304         - review comments.
5305         - tag 1.4.1.
5306         - trunk to version 1.4.2.
5307         
5308 15 December 2009: Wouter
5309         - Answer to qclass=ANY queries, with class IN contents.
5310           Test that validation also works.
5311         - updated ldns snapshot tarball with latest fixes (parsing records).
5312
5313 11 December 2009: Wouter
5314         - on IPv4 UDP turn off DF flag.
5315
5316 10 December 2009: Wouter
5317         - requirements.txt updated with design choice explanations.
5318         - Reading fixes: fix to set unlame when child confirms parent glue,
5319           and fix to avoid duplicate addresses in delegation point.
5320         - verify_rrsig routine checks expiration last.
5321
5322 9 December 2009: Wouter
5323         - Fix Bug#287(reopened): update of ldns tarball with fix for parse
5324           errors generated for domain names like '.example.com'.
5325         - Fix SOA excluded from negative DS responses.  Reported by Hauke
5326           Lampe.  The negative cache did not include proper SOA records for
5327           negative qtype DS responses which makes BIND barf on it, such
5328           responses are now only used internally.
5329         - Fix negative cache lookup of closestencloser check of DS type bit.
5330
5331 8 December 2009: Wouter
5332         - Fix for lookup of parent-child disagreement domains, where the
5333           parent-side glue works but it does not provide proper NS, A or AAAA
5334           for itself, fixing domains such as motorcaravanners.eu.
5335         - Feature: you can specify a port number in the interface: line, so
5336           you can bind the same interface multiple times at different ports.
5337
5338 7 December 2009: Wouter
5339         - Bug#287: Fix segfault when unbound-control remove nonexistent local
5340           data.  Added check to tests.
5341
5342 1 December 2009: Wouter
5343         - Fix crash with module-config "iterator".
5344         - Added unit test that has "iterator" module-config.
5345
5346 30 November 2009: Wouter
5347         - bug#284: fix parse of # without end-of-line at end-of-file.
5348
5349 26 November 2009: Wouter
5350         - updated ldns with release candidate for version 1.6.3.
5351         - tag for 1.4.0 release.
5352         - 1.4.1 version in trunk.
5353         - Fixup major libtool version to 2 because of why_bogus change.
5354           It was 1:5:0 but should have been 2:0:0.
5355
5356 23 November 2009: Wouter
5357         - Patch from David Hubbard for libunbound manual page.
5358         - Fixup endless spinning in unbound-control stats reported by
5359           Attila Nagy.  Probably caused by clock reversal.
5360
5361 20 November 2009: Wouter
5362         - contrib/split-itar.sh contributed by Tom Hendrikx.
5363
5364 19 November 2009: Wouter
5365         - better argument help for unbound-control.
5366         - iana portlist updated.
5367
5368 17 November 2009: Wouter
5369         - noted multiple entries for multiple domain names in example.conf.
5370         - iana portlist updated.
5371
5372 16 November 2009: Wouter
5373         - Fixed signer detection of CNAME responses without signatures.
5374         - Fix#282 libunbound memleak on error condition by Eric Sesterhenn.
5375         - Tests for CNAMEs to deeper trust anchors, secure and bogus.
5376         - svn tag 1.4.0rc1 made.
5377
5378 13 November 2009: Wouter
5379         - Fixed validation failure for CNAME to optout NSEC3 nodata answer.
5380         - unbound-host does not fail on type ANY.
5381         - Fixed wireparse failure to put RRSIGs together with data in some
5382           long ANY mix cases, which fixes validation failures.
5383
5384 12 November 2009: Wouter
5385         - iana portlist updated.
5386         - fix manpage errors reported by debian lintian.
5387         - review comments.
5388         - fixup very long vallog2 level error strings.
5389         
5390 11 November 2009: Wouter
5391         - ldns tarball updated (to 1.6.2).
5392         - review comments.
5393
5394 10 November 2009: Wouter
5395         - Thanks to Surfnet found bug in new dnssec-retry code that failed
5396           to combine well when combined with DLV and a particular failure. 
5397         - Fixed unbound-control -h output about argument optionality.
5398         - review comments.
5399
5400 5 November 2009: Wouter
5401         - lint fixes and portability tests.
5402         - better error text for multiple domain keys in one autotrust file.
5403
5404 2 November 2009: Wouter
5405         - Fix bug where autotrust does not work when started with a DS.
5406         - Updated GOST unit tests for unofficial algorithm number 249
5407           and DNSKEY-format changes in draft version -01.
5408
5409 29 October 2009: Wouter
5410         - iana portlist updated.
5411         - edns-buffer-size option, default 4096.
5412         - fixed do-udp: no.
5413
5414 28 October 2009: Wouter
5415         - removed abort on prealloc failure, error still printed but softfail.
5416         - iana portlist updated.
5417         - RFC 5702: RSASHA256 and RSASHA512 support enabled by default.
5418         - ldns tarball updated (which also enables rsasha256 support).
5419
5420 27 October 2009: Wouter
5421         - iana portlist updated.
5422
5423 8 October 2009: Wouter
5424         - please doxygen
5425         - add val-log-level print to corner case (nameserver.epost.bg).
5426         - more detail to errors from insecure delegation checks.
5427         - Fix double time subtraction in negative cache reported by 
5428           Amanda Constant and Hugh Mahon.
5429         - Made new validator error string available from libunbound for
5430           applications.  It is in result->why_bogus, a zero-terminated string.
5431           unbound-host prints it by default if a result is bogus.
5432           Also the errinf is public in module_qstate (for other modules).
5433
5434 7 October 2009: Wouter
5435         - retry for validation failure in DS and prime results. Less mem use.
5436           unit test.  Provisioning in other tests for requeries.
5437         - retry for validation failure in DNSKEY in middle of chain of trust.
5438           unit test.
5439         - retry for empty non terminals in chain of trust and unit test.
5440         - Fixed security bug where the signatures for NSEC3 records were not
5441           checked when checking for absence of DS records.  This could have
5442           enabled the substitution of an insecure delegation.
5443         - moved version number to 1.4.0 because of 1.3.4 release with only
5444           the NSEC3 patch from the entry above.
5445         - val-log-level: 2 shows extended error information for validation
5446           failures, but still one (longish) line per failure.  For example:
5447           validation failure <example.com. DNSKEY IN>: signature expired from
5448           192.0.2.4 for trust anchor example.com. while building chain of trust
5449           validation failure <www.example.com. A IN>: no signatures from
5450           192.0.2.6 for key example.com. while building chain of trust
5451
5452 6 October 2009: Wouter
5453         - Test set updated to provide additional ns lookup result.
5454           The retry would attempt to fetch the data from other nameservers
5455           for bogus data, and this needed to be provisioned in the tests.
5456
5457 5 October 2009: Wouter
5458         - first validation failure retry code.  Retries for data failures.
5459           And unit test.
5460
5461 2 October 2009: Wouter
5462         - improve 5011 modularization.
5463         - fix unbound-host so -d can be given before -C.
5464         - iana portlist updated.
5465
5466 28 September 2009: Wouter
5467         - autotrust-anchor-file can read multiline input and $ORIGIN.
5468         - prevent integer overflow in holddown calculation. review fixes.
5469         - fixed race condition in trust point revocation. review fix.
5470         - review fixes to comments, removed unused code.
5471
5472 25 September 2009: Wouter
5473         - so-rcvbuf: 4m option added.  Set this on large busy servers to not
5474           drop the occasional packet in spikes due to full socket buffers.
5475           netstat -su keeps a counter of UDP dropped due to full buffers.
5476         - review of validator/autotrust.c, small fixes and comments.
5477
5478 23 September 2009: Wouter
5479         - 5011 query failed counts verification failures, not lookup failures.
5480         - 5011 probe failure handling fixup.
5481         - test unbound reading of original autotrust data.
5482           The metadata per-key, such as key state (PENDING, MISSING, VALID) is
5483           picked up, otherwise performs initial probe like usual.
5484
5485 22 September 2009: Wouter
5486         - autotrust test with algorithm rollover, new ordering of checks
5487           assists in orderly rollover.
5488         - autotrust test with algorithm rollover to unknown algorithm.
5489           checks if new keys are supported before adding them.
5490         - autotrust test with trust point revocation, becomes unsigned.
5491         - fix DNSSEC-missing-signature detection for minimal responses
5492           for qtype DNSKEY (assumes DNSKEY occurs at zone apex).
5493
5494 18 September 2009: Wouter
5495         - autotrust tests, fix trustpoint timer deletion code.
5496           fix count of valid anchors during missing remove.
5497         - autotrust: pick up REVOKE even if not signed with known other keys.
5498
5499 17 September 2009: Wouter
5500         - fix compile of unbound-host when --enable-alloc-checks.
5501         - Fix lookup problem reported by Koh-ichi Ito and Jaap Akkerhuis.
5502         - Manual page fixes reported by Tony Finch.
5503
5504 16 September 2009: Wouter
5505         - Fix memory leak reported by Tao Ma.
5506         - Fix memstats test tool for log-time-ascii log format.
5507
5508 15 September 2009: Wouter
5509         - iana portlist updated.
5510
5511 10 September 2009: Wouter
5512         - increased MAXSYSLOGLEN so .bg key can be printed in debug output.
5513         - use linebuffering for log-file: output, this can be significantly
5514           faster than the previous fflush method and enable some class of
5515           resolvers to use high verbosity (for short periods).
5516           Not on windows, because line buffering does not work there.
5517
5518 9 September 2009: Wouter
5519         - Fix bug where DNSSEC-bogus messages were marked with too high TTL.
5520           The RRsets would still expire at the normal time, but this would
5521           keep messages bogus in the cache for too long.
5522         - regression test for that bug.
5523         - documented that load_cache is meant for debugging.
5524
5525 8 September 2009: Wouter
5526         - fixup printing errors when load_cache, they were printed to the
5527           SSL connection which broke, now to the log.
5528         - new ldns - with fixed parse of large SOA values.
5529
5530 7 September 2009: Wouter
5531         - autotrust testbound scenarios.
5532         - autotrust fix that failure count is written to file.
5533         - autotrust fix that keys may become valid after add holddown time
5534           alone, before the probe returns.
5535
5536 4 September 2009: Wouter
5537         - Changes to make unbound work with libevent-2.0.3 alpha. (in
5538           configure detection due to new ssl dependency in libevent)
5539         - do not call sphinx for documentation when python is disabled.
5540         - remove EV_PERSIST from libevent timeout code to make the code
5541           compatible with the libevent-2.0.  Works with older libevent too.
5542         - fix memory leak in python code.
5543
5544 3 September 2009: Wouter
5545         - Got a patch from Luca Bruno for libunbound support on windows to
5546           pick up the system resolvconf nameservers and hosts there.
5547         - included ldns updated (enum warning fixed).
5548         - makefile fix for parallel makes.
5549         - Patch from Zdenek Vasicek and Attila Nagy for using the source IP
5550           from python scripts.  See pythonmod/examples/resip.py.
5551         - doxygen comment fixes.
5552
5553 2 September 2009: Wouter
5554         - TRAFFIC keyword for testbound. Simplifies test generation.
5555           ${range lower val upper} to check probe timeout values.
5556         - test with 5011-prepublish rollover and revocation.
5557         - fix revocation of RR for autotrust, stray exclamation mark.
5558
5559 1 September 2009: Wouter
5560         - testbound variable arithmetic.
5561         - autotrust probe time is randomised.
5562         - autotrust: the probe is active and does not fetch from cache.
5563
5564 31 August 2009: Wouter
5565         - testbound variable processing.
5566
5567 28 August 2009: Wouter
5568         - fixup unbound-control lookup to print forward and stub servers.
5569
5570 27 August 2009: Wouter
5571         - autotrust: mesh answer callback is empty.
5572
5573 26 August 2009: Wouter
5574         - autotrust probing.
5575         - iana portlist updated.
5576
5577 25 August 2009: Wouter
5578         - fixup memleak in trust anchor unsupported algorithm check.
5579         - iana portlist updated.
5580         - autotrust options: add-holddown, del-holddown, keep-missing.
5581         - autotrust store revoked status of trust points.
5582         - ctime_r compat definition.
5583         - detect yylex_destroy() in configure.
5584         - detect SSL_get_compression_methods declaration in configure.
5585         - fixup DS lookup at anchor point with unsigned parent.
5586         - fixup DLV lookup for DS queries to unsigned domains.
5587
5588 24 August 2009: Wouter
5589         - cleaner memory allocation on exit. autotrust test routines.
5590         - free all memory on program exit, fix for ssl and flex.
5591
5592 21 August 2009: Wouter
5593         - autotrust: debug routines. Read,write and conversions work.
5594
5595 20 August 2009: Wouter
5596         - autotrust: save and read trustpoint variables.
5597
5598 19 August 2009: Wouter
5599         - autotrust: state table updates.
5600         - iana portlist updated.
5601
5602 17 August 2009: Wouter
5603         - autotrust: process events.
5604
5605 17 August 2009: Wouter
5606         - Fix so that servers are only blacklisted if they fail to reply 
5607           to 16 queries in a row and the timeout gets above 2 minutes.
5608         - autotrust work, split up DS verification of DNSKEYs.
5609
5610 14 August 2009: Wouter
5611         - unbound-control lookup prints out infra cache information, like RTT.
5612         - Fix bug in DLV lookup reported by Amanda from Secure64.
5613           It could sometimes wrongly classify a domain as unsigned, which
5614           does not give the AD bit on replies.
5615
5616 13 August 2009: Wouter
5617         - autotrust read anchor files. locked trust anchors.
5618
5619 12 August 2009: Wouter
5620         - autotrust import work.
5621
5622 11 August 2009: Wouter
5623         - Check for openssl compatible with gost if enabled.
5624         - updated unit test for GOST=211 code.
5625           Nicer naming of test files.
5626         - iana portlist updated.
5627
5628 7 August 2009: Wouter
5629         - call OPENSSL_config() in unbound and unit test so that the
5630           operator can use openssl.cnf for configuration options.
5631         - removed small memory leak from config file reader.
5632
5633 6 August 2009: Wouter
5634         - configure --enable-gost for GOST support, experimental
5635           implementation of draft-dolmatov-dnsext-dnssec-gost-01.
5636         - iana portlist updated.
5637         - ldns tarball updated (with GOST support).
5638
5639 5 August 2009: Wouter
5640         - trunk moved to 1.3.4.
5641
5642 4 August 2009: Wouter
5643         - Added test that the examples from draft rsasha256-14 verify.
5644         - iana portlist updated.
5645         - tagged 1.3.3
5646
5647 3 August 2009: Wouter
5648         - nicer warning when algorithm not supported, tells you to upgrade.
5649         - iana portlist updated.
5650
5651 27 July 2009: Wouter
5652         - Updated unbound-cacti contribution from Dmitriy Demidov, with
5653           the queue statistics displayed in its own graph.
5654         - iana portlist updated.
5655
5656 22 July 2009: Wouter
5657         - Fix bug found by Michael Tokarev where unbound would try to
5658           prime the root servers even though forwarders are configured for
5659           the root.
5660         - tagged 1.3.3rc1
5661
5662 21 July 2009: Wouter
5663         - Fix server selection, so that it waits for open target queries when
5664           faced with lameness.
5665
5666 20 July 2009: Wouter
5667         - Ignore transient sendto errors, no route to host, and host, net down.
5668         - contrib/update-anchor.sh has -r option for root-hints.
5669         - feature val-log-level: 1 prints validation failures so you can
5670           keep track of them during dnssec deployment.
5671
5672 16 July 2009: Wouter
5673         - fix replacement malloc code.  Used in crosscompile.
5674         - makedist -w creates crosscompiled setup.exe on fedora11.
5675
5676 15 July 2009: Wouter
5677         - dependencies for compat items, for crosscompile.
5678         - mingw32 crosscompile changes, dependencies and zipfile creation.
5679           and with System.dll from the windows NSIS you can make setup.exe.
5680         - package libgcc_s_sjlj exception handler for NSISdl.dll.
5681
5682 14 July 2009: Wouter
5683         - updated ldns tarball for solaris x64 compile assistance.
5684         - no need to define RAND_MAX from config.h.
5685         - iana portlist updated.
5686         - configure changes and ldns update for mingw32 crosscompile.
5687
5688 13 July 2009: Wouter
5689         - Fix for crash at start on windows.
5690         - tag for release 1.3.2.
5691         - trunk has version 1.3.3.
5692         - Fix for ID bits on windows to use all 16. RAND_MAX was not
5693           defined like you'd expect on mingw. Reported by Mees de Roo.
5694
5695 9 July 2009: Wouter
5696         - tag for release 1.3.1.
5697         - trunk has version 1.3.2.
5698
5699 7 July 2009: Wouter
5700         - iana portlist updated.
5701
5702 6 July 2009: Wouter
5703         - prettier error handling in SSL setup.
5704         - makedist.sh uname fix (same as ldns).
5705         - updated fedora spec file.
5706
5707 3 July 2009: Wouter
5708         - fixup linking when ldnsdir is "".
5709
5710 30 June 2009: Wouter
5711         - more lenient truncation checks.
5712
5713 29 June 2009: Wouter
5714         - ldns trunk r2959 imported as tarball, because of solaris cc compile
5715           support for c99.  r2960 for better configure.
5716         - better wrongly_truncated check.
5717         - On Linux, fragment IPv6 datagrams to the IPv6 minimum MTU, to
5718           avoid dropped packets at routers.
5719
5720 26 June 2009: Wouter
5721         - Fix EDNS fallback when EDNS works for short answers but long answers
5722           are dropped.
5723
5724 22 June 2009: Wouter
5725         - fixup iter priv strict aliasing while preserving size of sockaddr.
5726         - iana portlist updated.  (one less port allocated, one more fraction
5727           of a bit for security!)
5728         - updated fedora specfile in contrib from Paul Wouters.
5729         
5730 19 June 2009: Wouter
5731         - Fixup strict aliasing warning in iter priv code.
5732           and config_file code.
5733         - iana portlist updated.
5734         - harden-referral-path: handle cases where NS is in answer section.
5735
5736 18 June 2009: Wouter
5737         - Fix of message parse bug where (specifically) an NSEC and RRSIG
5738           in the wrong order would be parsed, but put wrongly into internal
5739           structures so that later validation would fail.
5740         - Extreme lenience for wrongly truncated replies where a positive
5741           reply has an NS in the authority but no signatures.  They are
5742           turned into minimal responses with only the (secure) answer.
5743         - autoconf 2.63 for configure.
5744         - python warnings suppress.  Keep python API away from header files.
5745
5746 17 June 2009: Wouter
5747         - CREDITS entry for cz.nic, sponsoring a 'summer of code' that was
5748           used for the python code in unbound. (http://www.nic.cz/vip/ in cz).
5749
5750 16 June 2009: Wouter
5751         - Fixup opportunistic target query generation to it does not
5752           generate queries that are known to fail.
5753         - Touchup on munin total memory report.
5754         - messages picked out of the cache by the iterator are checked
5755           if their cname chain is still correct and if validation status
5756           has to be reexamined.
5757
5758 15 June 2009: Wouter
5759         - iana portlist updated.
5760
5761 14 June 2009: Wouter
5762         - Fixed bug where cached responses would lose their security
5763           status on second validation, which especially impacted dlv
5764           lookups.  Reported by Hauke Lampe.
5765
5766 13 June 2009: Wouter
5767         - bug #254. removed random whitespace from example.conf.
5768
5769 12 June 2009: Wouter
5770         - Fixup potential wrong NSEC picked out of the cache.
5771         - If unfulfilled callbacks are deleted they are called with an error.
5772         - fptr wlist checks for mesh callbacks.
5773         - fwd above stub in configuration works.
5774
5775 11 June 2009: Wouter
5776         - Fix queries for type DS when forward or stub zones are there.
5777           They are performed to higherup domains, and thus treated as if
5778           going to higher zones when looking up the right forward or stub
5779           server.  This makes a stub pointing to a local server that has
5780           a local view of example.com signed with the same keys as are
5781           publicly used work.  Reported by Johan Ihren.
5782         - Added build-unbound-localzone-from-hosts.pl to contrib, from
5783           Dennis DeDonatis.  It converts /etc/hosts into config statements.
5784         - same thing fixed for forward-zone and DS, chain of trust from
5785           public internet into the forward-zone works now.  Added unit test.
5786
5787 9 June 2009: Wouter
5788         - openssl key files are opened apache-style, when user is root and
5789           before chrooting.  This makes permissions on remote-control key 
5790           files easier to set up.  Fixes bug #251.
5791         - flush_type and flush_name remove msg cache entries.
5792         - codereview - dp copy bogus setting fix.
5793
5794 8 June 2009: Wouter
5795         - Removed RFC5011 REVOKE flag support. Partial 5011 support may cause
5796           inadvertant behaviour.
5797         - 1.3.0 tarball for release created.
5798         - 1.3.1 development in svn trunk.
5799         - iana portlist updated.
5800         - fix lint from complaining on ldns/sha.h.
5801         - help compiler figure out aliasing in priv_rrset_bad() routine.
5802         - fail to configure with python if swig is not found.
5803         - unbound_munin_ in contrib uses ps to show rss if sbrk does not work.
5804
5805 3 June 2009: Wouter
5806         - fixup bad free() when wrongly encoded DSA signature is seen.
5807           Reported by Paul Wouters.
5808         - review comments from Matthijs.
5809
5810 2 June 2009: Wouter
5811         - --enable-sha2 option. The draft rsasha256 changed its algorithm
5812           numbers too often.  Therefore it is more prudent to disable the
5813           RSASHA256 and RSASHA512 support by default.
5814         - ldns trunk included as new tarball.
5815         - recreated the 1.3.0 tag in svn. rc1 tarball generated at this point.
5816
5817 29 May 2009: Wouter
5818         - fixup doc bug in README reported by Matthew Dempsky.
5819
5820 28 May 2009: Wouter
5821         - update iana port list
5822         - update ldns lib tarball
5823
5824 27 May 2009: Wouter
5825         - detect lack of IPv6 support on XP (with a different error code).
5826         - Fixup a crash-on-exit which was triggered by a very long queue.
5827           Unbound would try to re-use ports that came free, but this is
5828           of course not really possible because everything is deleted.
5829           Most easily triggered on XP (not Vista), maybe because of the
5830           network stack encouraging large messages backlogs.
5831         - change in debug statements.
5832         - Fixed bug that could cause a crash if root prime failed when there
5833           were message backlogs.
5834
5835 26 May 2009: Wouter
5836         - Thanks again to Brett Carr, found an assertion that was not true.
5837           Assertion checked if recursion parent query still existed.
5838
5839 29 April 2009: Wouter
5840         - Thanks to Brett Carr, caught windows resource leak, use 
5841           closesocket() and not close() on sockets or else the network stack
5842           starts to leak handles.
5843         - Removed usage of windows Mutex because windows cannot handle enough
5844           mutexes open.  Provide own mutex implementation using primitives.
5845
5846 28 April 2009: Wouter
5847         - created svn tag for 1.3.0.
5848
5849 27 April 2009: Wouter
5850         - optimised cname from cache.
5851         - ifdef windows functions in testbound.
5852
5853 23 April 2009: Wouter
5854         - fix for threadsafety in solaris thr_key_create() in tests.
5855         - iana portlist updated.
5856         - fix pylib test for Darwin.
5857         - fix pymod test for Darwin and a python threading bug in pymod init.
5858         - check python >= 2.4 in configure.
5859         - -ldl check for libcrypto 1.0.0beta.
5860
5861 21 April 2009: Wouter
5862         - fix for build outside sourcedir.
5863         - fix for configure script swig detection.
5864
5865 17 April 2009: Wouter
5866         - Fix reentrant in minievent handler for unix. Could have resulted
5867           in spurious event callbacks.
5868         - timers do not take up a fd slot for winsock handler.
5869         - faster fix for winsock reentrant check.
5870         - fix rsasha512 unit test for new (interim) algorithm number.
5871         - fix test:ldns doesn't like DOS line endings in keyfiles on unix.
5872         - fix compile warning on ubuntu (configlexer fwrite return value).
5873         - move python include directives into CPPFLAGS instead of CFLAGS.
5874
5875 16 April 2009: Wouter
5876         - winsock event handler exit very quickly on signal, even if
5877           under heavy load.
5878         - iana portlist updated.
5879         - fixup windows winsock handler reentrant problem.
5880
5881 14 April 2009: Wouter
5882         - bug #245: fix munin plugin, perform cleanup of stale lockfiles.
5883         - makedist.sh; better help text.
5884         - cache-min-ttl option and tests.
5885         - mingw detect error condition on TCP sockets (NOTCONN).
5886
5887 9 April 2009: Wouter
5888         - Fix for removal of RSASHA256_NSEC3 protonumber from ldns.
5889         - ldns tarball updated.
5890         - iana portlist update.
5891         - detect GOST support in openssl-1.0.0-beta1, and fix compile problem
5892           because that openssl defines the name STRING for itself.
5893
5894 6 April 2009: Wouter
5895         - windows compile fix.
5896         - Detect FreeBSD jail without ipv6 addresses assigned.
5897         - python libunbound wrapper unit test.
5898         - installs the following files. Default is to not build them.
5899                 from configure --with-pythonmodule:
5900           /usr/lib/python2.x/site-packages/unboundmodule.py
5901                 from configure --with-pyunbound:
5902           /usr/lib/python2.x/site-packages/unbound.py
5903           /usr/lib/python2.x/site-packages/_unbound.so*
5904           The example python scripts (pythonmod/examples and
5905           libunbound/python/examples) are not installed.
5906         - python invalidate routine respects packed rrset ids and locks.
5907         - clock skew checks in unbound, config statements.
5908         - nxdomain ttl considerations in requirements.txt
5909
5910 3 April 2009: Wouter
5911         - Fixed a bug that caused messages to be stored in the cache too 
5912           long.  Hard to trigger, but NXDOMAINs for nameservers or CNAME
5913           targets have been more vulnerable to the TTL miscalculation bug. 
5914         - documentation test fixed for python addition.
5915
5916 2 April 2009: Wouter
5917         - pyunbound (libunbound python plugin) compiles using libtool.
5918         - documentation for pythonmod and pyunbound is generated in doc/html.
5919         - iana portlist updated.
5920         - fixed bug in unbound-control flush_zone where it would not flush
5921           every message in the target domain.  This especially impacted 
5922           NXDOMAIN messages which could remain in the cache regardless.
5923         - python module test package.
5924
5925 1 April 2009: Wouter
5926         - suppress errors when trying to contact authority servers that gave
5927           ipv6 AAAA records for their nameservers with ipv4 mapped contents.
5928           Still tries to do so, could work when deployed in intranet.
5929           Higher verbosity shows the error.
5930         - new libunbound calls documented.
5931         - pyunbound in libunbound/python. Removed compile warnings.
5932           Makefile to make it.
5933
5934 30 March 2009: Wouter
5935         - Fixup LDFLAGS from libevent sourcedir compile configure restore.
5936         - Fixup so no non-absolute rpaths are added.
5937         - Fixup validation of RRSIG queries, they are let through.
5938         - read /dev/random before chroot
5939         - checkconf fix no python checks when no python module enabled.
5940         - fix configure, pthread first, so other libs do not change outcome.
5941
5942 27 March 2009: Wouter
5943         - nicer -h output. report linked libraries and modules.
5944         - prints modules in intuitive order (config file friendly).
5945         - python compiles easily on BSD.
5946
5947 26 March 2009: Wouter
5948         - ignore swig varargs warnings with gcc.
5949         - remove duplicate example.conf text from python example configs.
5950         - outofdir compile fix for python.
5951         - pyunbound works.
5952         - print modules compiled in on -h. manpage.
5953
5954 25 March 2009: Wouter
5955         - initial import of the python contribution from Zdenek Vasicek and
5956           Marek Vavrusa.
5957         - pythonmod in Makefile; changes to remove warnings/errors for 1.3.0.
5958
5959 24 March 2009: Wouter
5960         - more neat configure.ac. Removed duplicate config.h includes.
5961         - neater config.h.in.
5962         - iana portlist updated.
5963         - fix util/configlexer.c and solaris -std=c99 flag.
5964         - fix postcommit aclocal errors.
5965         - spaces stripped. Makefile cleaner, /usr omitted from -I, -L, -R.
5966         - swap order of host detect and libtool generation.
5967
5968 23 March 2009: Wouter
5969         - added launchd plist example file for MacOSX to contrib.
5970         - deprecation test for daemon(3).
5971         - moved common configure actions to m4 include, prettier Makefile.
5972
5973 20 March 2009: Wouter
5974         - bug #239: module-config entries order is important. Documented.
5975         - build fix for test asynclook.
5976
5977 19 March 2009: Wouter
5978         - winrc/README.txt dos-format text file.
5979         - iana portlist updated.
5980         - use _beginthreadex() when available (performs stack alignment).
5981         - defaults for windows baked into configure.ac (used if on mingw).
5982
5983 18 March 2009: Wouter
5984         - Added tests, unknown algorithms become insecure. fallback works.
5985         - Fix for and test for unknown algorithms in a trust anchor
5986           definition.  Trust anchors with no supported algos are ignored.
5987           This means a (higher)DS or DLV entry for them could succeed, and
5988           otherwise they are treated as insecure.
5989         - domain-insecure: "example.com" statement added. Sets domain
5990           insecure regardless of chain of trust DSs or DLVs. The inverse
5991           of a trust-anchor.
5992
5993 17 March 2009: Wouter
5994         - unit test for unsupported algorithm in anchor warning.
5995         - fixed so queries do not fail on opportunistic target queries.
5996
5997 16 March 2009: Wouter
5998         - fixup diff error printout in contrib/update-itar.sh.
5999         - added contrib/unbound_cacti for statistics support in cacti,
6000           contributed by Dmitriy Demidov.
6001
6002 13 March 2009: Wouter
6003         - doxygen and lex/yacc on linux.
6004         - strip update-anchor on makedist -w.
6005         - fix testbound on windows.
6006         - default log to syslog for windows.
6007         - uninstaller can stop unbound - changed text on it to reflect that.
6008         - remove debugging from windows 'cron' actions.
6009
6010 12 March 2009: Wouter
6011         - log to App.logs on windows prints executable identity.
6012         - fixup tests.
6013         - munin plugin fix benign locking error printout.
6014         - anchor-update for windows, called every 24 hours; unbound reloads.
6015
6016 11 March 2009: Wouter
6017         - winsock event handler resets WSAevents after signalled.
6018         - winsock event handler tests if signals are really signalled.
6019         - install and service with log to file works on XP and Vista on 
6020           default install location.
6021         - on windows logging to the Application logbook works (as a service).
6022         - fix RUN_DIR on windows compile setting in makedist.
6023         - windows registry has Software\Unbound\ConfigFile element.
6024           If does not exist, the default is used. The -c switch overrides it.
6025         - fix makedist version cleanup function.
6026
6027 10 March 2009: Wouter
6028         - makedist -w strips out old rc.. and snapshot info from version.
6029         - setup.exe starts and stops unbound after install, before uninstall.
6030         - unbound-checkconf recognizes absolute pathnames on windows (C:...).
6031
6032 9 March 2009: Wouter
6033         - Nullsoft NSIS installer creation script.
6034
6035 5 March 2009: Wouter
6036         - fixup memory leak introduced on 18feb in mesh reentrant fix.
6037
6038 3 March 2009: Wouter
6039         - combined icon with 16x16(4) 32x32(4) 48x48(8) 64x64(8).
6040         - service works on xp/vista, no config necessary (using defaults).
6041         - windows registry settings.
6042
6043 2 March 2009: Wouter
6044         - fixup --export-symbols to be -export-symbls for libtool.
6045           This should fix extraneous symbols exported from libunbound.
6046           Thanks to Ondrej Sury and Robert Edmonds for finding it.
6047         - iana portlist updated.
6048         - document FAQ entry on stub/forward zones and default blocking.
6049         - fix asynclook test app for libunbound not exporting symbols.
6050         - service install and remove utils that work with vista UAC.
6051                 
6052 27 February 2009: Wouter
6053         - Fixup lexer, to not give warnings about fwrite. Appeared in
6054           new lexer features.
6055         - makedistro functionality for mingw. Has RC support.
6056         - support spaces and backslashes in configured defaults paths.
6057         - register, deregister in service control manager.
6058
6059 25 February 2009: Wouter
6060         - windres usage for application resources.
6061
6062 24 February 2009: Wouter
6063         - isc moved their dlv key download location.
6064         - fixup warning on vista/mingw.
6065         - makedist -w for window zip distribution first version.
6066
6067 20 February 2009: Wouter
6068         - Fixup contrib/update-itar.sh, the exit codes 1 and 0 were swapped.
6069           Nicer script layout.  Added url to site in -h output.
6070
6071 19 February 2009: Wouter
6072         - unbound-checkconf and unbound print warnings when trust anchors
6073           have unsupported algorithms.
6074         - added contrib/update-itar.sh  This script is similar to
6075           update-anchor.sh, and updates from the IANA ITAR repository.
6076           You can provide your own PGP key and trust repo, or can use the
6077           builtin.  The program uses wget and gpg to work.
6078         - iana portlist updated.
6079         - update-itar.sh: using ftp:// urls because https godaddy certificate
6080           is not available everywhere and then gives fatal errors.  The 
6081           security is provided by pgp signature.
6082
6083 18 February 2009: Wouter
6084         - more cycle detection. Also for target queries.
6085         - fixup bug where during deletion of the mesh queries the callbacks
6086           that were reentrant caused assertion failures. Keep the mesh in 
6087           a reentrant safe state.  Affects libunbound, reload of server,
6088           on quit and flush_requestlist.
6089         - iana portlist updated.
6090
6091 13 February 2009: Wouter
6092         - forwarder information now per-thread duplicated.
6093           This keeps it read only for speed, with no locking necessary.
6094         - forward command for unbound control to change forwarders to use
6095           on the fly.
6096         - document that unbound-host reads no config file by default.
6097         - updated iana portlist.
6098
6099 12 February 2009: Wouter
6100         - call setusercontext if available (on BSD).
6101         - small refactor of stats clearing.
6102         - #227: flush_stats feature for unbound-control.
6103         - stats_noreset feature for unbound-control.
6104         - flush_requestlist feature for unbound-control.
6105         - libunbound version upped API (was changed 5 feb).
6106         - unbound-control status shows if root forwarding is in use.
6107         - slightly nicer memory management in iter-fwd code.
6108
6109 10 February 2009: Wouter
6110         - keys with rfc5011 REVOKE flag are skipped and not considered when
6111           validating data.
6112         - iana portlist updated
6113         - #226: dump_requestlist feature for unbound-control.
6114
6115 6 February 2009: Wouter
6116         - contrib contains specfile for fedora 1.2.1 (from Paul Wouters).
6117         - iana portlist updated.
6118         - fixup EOL in include directive (reported by Paul Wouters).
6119           You can no longer specify newlines in the names of included files.
6120         - config parser changed. Gives some syntax errors closer to where they 
6121           occurred. Does not enforce a space after keyword anymore.
6122           Does not allow literal newlines inside quoted strings anymore.
6123         - verbosity level 5 logs customer IP for new requestlist entries.
6124         - test fix, lexer and cancel test.
6125         - new option log-time-ascii: yes  if you enable it prints timestamps
6126           in the log file as Feb 06 13:45:26 (like syslog does).
6127         - detect event_base_new in libevent-1.4.1 and later and use it.
6128         - #231 unbound-checkconf -o option prints that value from config file.
6129           Useful for scripting in management scripts and the like.
6130
6131 5 February 2009: Wouter
6132         - ldns 1.5.0 rc as tarball included.
6133         - 1.3.0 development continues:
6134           change in libunbound API: ub_cancel can return an error, that
6135           the async_id did not exist, or that it was already delivered.
6136           The result could have been delivered just before the cancel 
6137           routine managed to acquire the lock, so a caller may get the
6138           result at the same time they call cancel.  For this case, 
6139           ub_cancel tries to return an error code.
6140           Fixes race condition in ub_cancel() libunbound function.
6141         - MacOSX Leopard cleaner text output from configure.
6142         - initgroups(3) is called to drop secondary group permissions, if
6143           applicable.
6144         - configure option --with-ldns-builtin forces the use of the 
6145           inluded ldns package with the unbound source.  The -I include
6146           is put before the others, so it avoids bad include files from
6147           an older ldns install.
6148         - daemon(3) posix call is used when available.
6149         - testbound test for older fix added.
6150
6151 4 February 2009: Wouter
6152         - tag for release 1.2.1.
6153         - trunk setup for 1.3.0 development.
6154
6155 3 February 2009: Wouter
6156         - noted feature requests in doc/TODO.
6157         - printout more detailed errors on ssl certificate loading failures.
6158         - updated IANA portlist.
6159
6160 16 January 2009: Wouter
6161         - more quiet about ipv6 network failures, i.e. when ipv6 is not
6162           available (network unreachable). Debug still printed on high
6163           verbosity.
6164         - unbound-host -4 and -6 options. Stops annoying ipv6 errors when
6165           debugging with unbound-host -4 -d ... 
6166         - more cycle detection for NS-check, addr-check, root-prime and
6167           stub-prime queries in the iterator.  Avoids possible deadlock
6168           when priming fails.
6169
6170 15 January 2009: Wouter
6171         - bug #229: fixup configure checks for compilation with Solaris 
6172           Sun cc compiler, ./configure CC=/opt/SUNWspro/bin/cc
6173         - fixup suncc warnings.
6174         - fix bug where unbound could crash using libevent 1.3 and older.
6175         - update testset for recent retry change.
6176
6177 14 January 2009: Wouter
6178         - 1.2.1 feature: negative caching for failed queries.
6179           Queries that failed are cached for 5 seconds (NORR_TTL).
6180           If the failure is local, like out of memory, it is not cached.
6181         - the TTL comparison for the cache used different comparisons,
6182           causing many cache responses that used the iterator and validator
6183           state machines unnecessarily.
6184         - retry from 4 to 5 so that EDNS drop retry is part of the first
6185           query resolve attempt, and cached error does not stop EDNS fallback.
6186         - remove debug prints that protect against bad referrals.
6187         - honor QUIET=no on make commandline (or QUIET=yes ).
6188
6189 13 January 2009: Wouter
6190         - fixed bug in lameness marking, removed printouts.
6191         - find NS rrset more cleanly for qtype NS.
6192         - Moved changes to 1.2.0 for release. Thanks to Mark Zealey for
6193           reporting and logs.
6194         - 1.2.1 feature: stops resolving AAAAs promiscuously when they
6195           are in the negative cache.
6196
6197 12 January 2009: Wouter
6198         - fixed bug in infrastructure lameness cache, did not lowercase
6199           name of zone to hash when setting lame.
6200         - lameness debugging printouts.
6201
6202 9 January 2009: Wouter
6203         - created svn tag for 1.2.0 release.
6204         - svn trunk contains 1.2.1 version number.
6205         - iana portlist updated for todays list.
6206         - removed debug print.
6207
6208 8 January 2009: Wouter
6209         - new version of ldns-trunk (today) included as tarball, fixed 
6210           bug #224, building with -j race condition.
6211         - remove possible race condition in the test for race conditions.
6212
6213 7 January 2009: Wouter
6214         - version 1.2.0 in preparation.
6215         - feature to allow wildcards (*, ?, [], {}. ~) in trusted-keys-file
6216           statements. (Adapted from patch by Paul Wouters).
6217         - typo fix and iana portlist updated.
6218         - porting testsuite; unused var warning, and type fixup.
6219
6220 6 January 2009: Wouter
6221         - fixup packet-of-death when compiled with --enable-debug.
6222           A malformed packet could cause an internal assertion failure.
6223         - added test for HINFO canonicalisation behaviour.
6224         - fixup reported problem with transparent local-zone data where
6225           queries with different type could get nxdomain. Now queries
6226           with a different name get resolved normally, with different type
6227           get a correct NOERROR/NODATA answer.
6228         - HINFO no longer downcased for validation, making unbound compatible
6229           with bind and ldns.
6230         - fix reading included config files when chrooted.
6231           Give full path names for include files.
6232           Relative path names work if the start dir equals the working dir.
6233         - fix libunbound message transport when no packet buffer is available.
6234
6235 5 January 2009: Wouter
6236         - fixup getaddrinfo failure handling for remote control port.
6237         - added L.ROOT-SERVERS.NET. AAAA 2001:500:3::42 to builtin root hints.
6238         - fixup so it works with libev-3.51 from http://dist.schmorp.de/libev/
6239         - comm_timer_set performs base_set operation after event_add.
6240
6241 18 December 2008: Wouter
6242         - fixed bug reported by Duane Wessels: error in DLV lookup, would make
6243           some zones that had correct DLV keys as insecure.
6244         - follows -rc makedist from ldns changes (no _rc).
6245         - ldns tarball updated with 1.4.1rc for DLV unit test.
6246         - verbose prints about recursion lame detection and server selection.
6247         - fixup BSD port for infra host storage. It hashed wrongly.
6248         - fixup makedist snapshot name generation.
6249         - do not reopen syslog to avoid dev/log dependency.
6250
6251 17 December 2008: Wouter
6252         - follows ldns makedist.sh. -rc option. autom4te dir removed.
6253         - unbound-control status command.
6254         - extended statistics has a number of ipv6 queries counter.
6255           contrib/unbound_munin_ was updated to draw ipv6 in the hits graph.
6256
6257 16 December 2008: Wouter
6258         - follow makedist improvements from ldns, for maintainers prereleases.
6259         - snapshot version uses _ not - to help rpm distinguish the
6260           version number.
6261
6262 11 December 2008: Wouter
6263         - better fix for bug #219: use LOG_NDELAY with openlog() call.
6264           Thanks to Tamas Tevesz.
6265
6266 9 December 2008: Wouter
6267         - bug #221 fixed: unbound checkconf checks if key files exist if
6268           remote control is enabled. Also fixed NULL printf when not chrooted.
6269         - iana portlist updated.
6270
6271 3 December 2008: Wouter
6272         - Fix problem reported by Jaco Engelbrecht where unbound-control stats
6273           freezes up unbound if this was compiled without threading, and
6274           was using multiple processes.
6275         - iana portlist updated.
6276         - test for remote control with interprocess communication.
6277         - created command distribution mechanism so that remote control
6278           commands other than 'stats' work on all processes in a nonthreaded
6279           compiled version. dump/load cache work, on the first process.
6280         - fixup remote control local_data addition memory corruption bug.
6281
6282 1 December 2008: Wouter
6283         - SElinux policy files in contrib/selinux for the unbound daemon,
6284           by Paul Wouters and Adam Tkac.
6285
6286 25 November 2008: Wouter
6287         - configure complains when --without-ssl is given (bug #220).
6288         - skip unsupported feature tests on vista/mingw.
6289         - fixup testcode/streamtcp to work on vista/mingw.
6290         - root-hints test checks version of dig required.
6291         - blacklisted servers are polled at a low rate (1%) to see if they
6292           come back up. But not if there is some other working server.
6293
6294 24 November 2008: Wouter
6295         - document that the user of the server daemon needs read privileges
6296           on the keys and certificates generated by unbound-control-setup.
6297           This is different per system or distribution, usually, running the
6298           script under the same username as the server uses suffices.
6299           i.e.  sudo -u unbound unbound-control-setup
6300         - testset port to vista/mingw.
6301         - tcp_sigpipe to freebsd port.
6302
6303 21 November 2008: Wouter
6304         - fixed tcp accept, errors were printed when they should not.
6305         - unbound-control-setup.sh removes read/write permissions other
6306           from the keys it creates (as suggested by Dmitriy Demidov).
6307
6308 20 November 2008: Wouter
6309         - fixup fatal error due to faulty error checking after tcp accept.
6310         - add check in rlimit to avoid integer underflow.
6311         - rlimit check with new formula; better estimate for number interfaces
6312         - nicer comments in rlimit check.
6313         - tag 1.1.1 created in svn.
6314         - trunk label is 1.1.2
6315
6316 19 November 2008: Wouter
6317         - bug #219: fixed so that syslog which delays opening until the first
6318           log line is written, gets a log line while not chroot'ed yet.
6319
6320 18 November 2008: Wouter
6321         - iana portlist updated.
6322         - removed cast in unit test debug print that was not 64bit safe.
6323         - trunk back to 1.1.0; copied to tags 1.1.0 release.
6324         - trunk to has version number 1.1.1 again.
6325         - in 1.1.1; make clean nicer. grammar in manpage.
6326
6327 17 November 2008: Wouter
6328         - theoretical fix for problems reported on mailing list.
6329           If a delegation point has no A but only AAAA and do-ip6 is no,
6330           resolution would fail. Fixed to ask for the A and AAAA records.
6331           It has to ask for both always, so that it can fail quietly, from
6332           TLD perspective, when a zone is only reachable on one transport.
6333         - test for above, only AAAA and doip6 is no. Fix causes A record
6334           for nameserver to be fetched.
6335         - fixup address duplication on cache fillup for delegation points.
6336         - testset updated for new query answer requirements.
6337
6338 14 November 2008: Wouter
6339         - created 1.1.0 release tag in svn.
6340         - trunk moved to 1.1.1
6341         - fixup unittest-neg for locking.
6342
6343 13 November 2008: Wouter
6344         - added fedora init and specfile to contrib (by Paul Wouters).
6345         - added configure check for ldns 1.4.0 (using its compat funcs).
6346         - neater comments in worker.h.
6347         - removed doc/plan and updated doc/TODO.
6348         - silenced EHOSTDOWN (verbosity 2 or higher to see it).
6349         - review comments from Jelte, Matthijs. Neater code.
6350
6351 12 November 2008: Wouter
6352         - add unbound-control manpage to makedist replace list.
6353
6354 11 November 2008: Wouter
6355         - unit test for negative cache, stress tests the refcounting.
6356         - fix for refcounting error that could cause fptr_wlist fatal exit
6357           in the negative cache rbtree (upcoming 1.1 feature). (Thanks to 
6358           Attila Nagy for testing).
6359         - nicer comments in cachedump about failed RR to string conversion.
6360         - fix 32bit wrap around when printing large (4G and more) mem usage
6361           for extended statistics.
6362
6363 10 November 2008: Wouter
6364         - fixup the getaddrinfo compat code rename.
6365
6366 8 November 2008: Wouter
6367         - added configure check for eee build warning.
6368
6369 7 November 2008: Wouter
6370         - fix bug 217: fixed, setreuid and setregid do not work on MacOSX10.4.
6371         - detect nonblocking problems in network stack in configure script.
6372
6373 6 November 2008: Wouter
6374         - dname_priv must decompress the name before comparison.
6375         - iana portlist updated.
6376
6377 5 November 2008: Wouter
6378         - fixed possible memory leak in key_entry_key deletion.
6379           Would leak a couple bytes when trust anchors were replaced.
6380         - if query and reply qname overlap, the bytes are skipped not copied.
6381         - fixed file descriptor leak when messages were jostled out that
6382           had outstanding (TCP) replies.
6383         - DNAMEs used from cache have their synthesized CNAMEs initialized
6384           properly.
6385         - fixed file descriptor leak for localzone type deny (for TCP).
6386         - fixed memleak at exit for nsec3 negative cached zones.
6387         - fixed memleak for the keyword 'nodefault' when reading config.
6388         - made verbosity of 'edns incapable peer' warning higher, so you
6389           do not get spammed by it.
6390         - caught elusive Bad file descriptor error bug, that would print the
6391           error while unnecessarily try to listen to a closed fd. Fixed.
6392
6393 4 November 2008: Wouter
6394         - fixed -Wwrite-strings warnings that result in better code.
6395
6396 3 November 2008: Wouter
6397         - fixup build process for Mac OSX linker, use ldns b32 compat funcs.
6398         - generated configure with autoconf-2.61.
6399         - iana portlist updated.
6400         - detect if libssl needs libdl.  For static linking with libssl.
6401         - changed to use new algorithm identifiers for sha256/sha512
6402           from ldns 1.4.0 (need very latest version).
6403         - updated the included ldns tarball.
6404         - proper detection of SHA256 and SHA512 functions (not just sizes).
6405
6406 23 October 2008: Wouter
6407         - a little more debug info for failure on signer names. prints names.
6408
6409 22 October 2008: Wouter
6410         - CFLAGS are picked up by configure from the environment.
6411         - iana portlist updated.
6412         - updated ldns to use 1.4.0-pre20081022 so it picks up CFLAGS too.
6413         - new stub-prime: yesno option. Default is off, so it does not prime.
6414           can be turned on to get same behaviour as previous unbound release.
6415         - made automated test that checks if builtin root hints are uptodate.
6416         - finished draft-wijngaards-dnsext-resolver-side-mitigation
6417           implementation. The unwanted-reply-threshold can be set.
6418         - fixup so fptr_whitelist test in alloc.c works.
6419
6420 21 October 2008: Wouter
6421         - fix update-anchors.sh, so it does not report different RR order
6422           as an update.  Sorts the keys in the file.  Updated copyright.
6423         - fixup testbound on windows, the command control pipe doesn't exist.
6424         - skip 08hostlib test on windows, no fork() available.
6425         - made unbound-remote work on windows.
6426
6427 20 October 2008: Wouter
6428         - quench a log message that is debug only.
6429         - iana portlist updated.
6430         - do not query bogus nameservers.  It is like nameservers that have 
6431           the NS or A or AAAA record bogus are listed as donotquery.
6432         - if server selection is faced with only bad choices, it will
6433           attempt to get more options to be fetched.
6434         - changed bogus-ttl default value from 900 to 60 seconds.
6435           In anticipation that operator caused failures are more likely than
6436           actual attacks at this time.  And thus repeated validation helps
6437           the operators get the problem fixed sooner.  It makes validation
6438           failures go away sooner (60 seconds after the zone is fixed).
6439           Also it is likely to try different nameserver targets every minute,
6440           so that if a zone is bad on one server but not another, it is 
6441           likely to pick up the 'correct' one after a couple minutes,
6442           and if the TTL is big enough that solves validation for the zone.
6443         - fixup unbound-control compilation on windows.
6444
6445 17 October 2008: Wouter
6446         - port Leopard/G5: fixup type conversion size_t/uint32.
6447           please ranlib, stop file without symbols warning.
6448         - harden referral path now also validates the root after priming.
6449           It looks up the root NS authoritatively as well as the root servers
6450           and attemps to validate the entries.
6451
6452 16 October 2008: Wouter
6453         - Fixup negative TTL values appearing (reported by Attila Nagy).
6454
6455 15 October 2008: Wouter
6456         - better documentation for 0x20; remove fallback TODO, it is done.
6457         - harden-referral-path feature includes A, AAAA queries for glue,
6458           as well as very careful NS caching (only when doing NS query).
6459           A, AAAA use the delegation from the NS-query.
6460
6461 14 October 2008: Wouter
6462         - fwd_three.tpkg test was flaky.  If the three requests hit the
6463           wrong threads by chance (or bad OS) then the test would fail.
6464           Made less flaky by increasing number of retries.
6465         - stub_udp.tpkg changed to work, give root hints. fixed ldns_dname_abs.
6466         - ldns tarball is snapshot of ldns r2759 (1.4.0-pre-20081014).
6467           Which includes the ldns_dname_absolute fix.
6468         - fwd_three test remains flaky now that unbound does not stop
6469           listening when full.  Thus, removed timeout problem.
6470           It may be serviced by three threads, or maybe by one.
6471           Mostly only useful for lock-check testing now.
6472
6473 13 October 2008: Wouter
6474         - fixed recursion servers deployed as authoritative detection, so
6475           that as a last resort, a +RD query is sent there to get the 
6476           correct answer.
6477         - iana port list update.
6478         - ldns tarball is snapshot of ldns r2759 (1.4.0-pre-20081013).
6479
6480 10 October 2008: Wouter
6481         - fixup tests - the negative cache contained the correct NSEC3s for
6482           two tests that are supposed to fail to validate.
6483
6484 9 October 2008: Wouter
6485         - negative cache caps max iterations of NSEC3 done.
6486         - NSEC3 negative cache for qtype DS works.
6487
6488 8 October 2008: Wouter
6489         - NSEC negative cache for DS.
6490
6491 6 October 2008: Wouter
6492         - jostle-timeout option, so you can config for slow links.
6493         - 0x20 fallback code.  Tries 3xnumber of nameserver addresses
6494           queries that must all be the same.  Sent to random nameservers.
6495         - documented choices for DoS, EDNS, 0x20.
6496
6497 2 October 2008: Wouter
6498         - fixup unlink of pidfile.
6499         - fixup SHA256 algorithm collation code.
6500         - contrib/update-anchor.sh does not overwrite anchors if not needed.
6501           exits 0 when a restart is needed, other values if not.
6502           so,  update-anchor.sh -d mydir && /etc/rc.d/unbound restart
6503           can restart unbound exactly when needed.
6504
6505 30 September 2008: Wouter
6506         - fixup SHA256 DS downgrade, no longer possible to downgrade to SHA1.
6507         - tests for sha256 support and downgrade resistance.
6508         - RSASHA256 and RSASHA512 support (using the draft in dnsext),
6509           using the drafted protocol numbers.
6510         - when using stub on localhost (127.0.0.1@10053) unbound works.
6511           Like when running NSD to host a local zone, on the same machine.
6512           The noprime feature. manpages more explanation. Added a test for it.
6513         - shorthand for reverse PTR,  local-data-ptr: "1.2.3.4 www.ex.com"
6514
6515 29 September 2008: Wouter
6516         - EDNS lameness detection, if EDNS packets are dropped this is
6517           detected, eventually.
6518         - multiple query timeout rtt backoff does not backoff too much.
6519
6520 26 September 2008: Wouter
6521         - tests for remote-control.
6522         - small memory leak in exception during remote control fixed.
6523         - fixup for lock checking but not unchecking in remote control.
6524         - iana portlist updated.
6525
6526 23 September 2008: Wouter
6527         - Msg cache is loaded. A cache load enables cache responses.
6528         - unbound-control flush [name], flush_type and flush_zone.
6529
6530 22 September 2008: Wouter
6531         - dump_cache and load_cache statements in unbound-control.
6532           RRsets are dumped and loaded correctly.
6533           Msg cache is dumped.
6534
6535 19 September 2008: Wouter
6536         - locking on the localdata structure.
6537         - add and remove local zone and data with unbound-control.
6538         - ldns trunk snapshot updated, make tests work again.
6539
6540 18 September 2008: Wouter
6541         - fixup error in time calculation.
6542         - munin plugin improvements.
6543         - nicer abbreviations for high query types values (ixfr, axfr, any...)
6544         - documented the statistics output in unbound-control man page.
6545         - extended statistics prints out histogram, over unbound-control.
6546
6547 17 September 2008: Wouter
6548         - locking for threadsafe bogus rrset counter.
6549         - ldns trunk no longer exports b32 functions, provide compat.
6550         - ldns tarball updated.
6551         - testcode/ldns-testpkts.c const fixups.
6552         - fixed rcode stat printout.
6553         - munin plugin in contrib.
6554         - stats always printout uptime, because stats plugins need it.
6555
6556 16 September 2008: Wouter
6557         - extended-statistics: yesno config option.
6558         - unwanted replies spoof nearmiss detector.
6559         - iana portlist updated.
6560
6561 15 September 2008: Wouter
6562         - working start, stop, reload commands for unbound-control.
6563         - test for unbound-control working; better exit value for control.
6564         - verbosity control via unbound-control.
6565         - unbound-control stats.
6566
6567 12 September 2008: Wouter
6568         - removed browser control mentions. Proto speccy.
6569
6570 11 September 2008: Wouter
6571         - set nonblocking on new TCP streams, because linux does not inherit
6572           the socket options to the accepted socket.
6573         - fix TCP timeouts.
6574         - SSL protected connection between server and unbound-control.
6575
6576 10 September 2008: Wouter
6577         - remove memleak in privacy addresses on reloads and quits.
6578         - remote control work.
6579
6580 9 September 2008: Wouter
6581         - smallapp/unbound-control-setup.sh script to set up certificates.
6582
6583 4 September 2008: Wouter
6584         - scrubber scrubs away private addresses.
6585         - test for private addresses. man page entry.
6586         - code refactored for name and address tree lookups.
6587
6588 3 September 2008: Wouter
6589         - options for 'DNS Rebinding' protection: private-address and
6590           private-domain.
6591         - dnstree for reuse of routines that help with domain, addr lookups.
6592         - private-address and private-domain config option read, stored.
6593
6594 2 September 2008: Wouter
6595         - DoS protection features. Queries are jostled out to make room.
6596         - testbound can pass time, increasing the internal timer.
6597         - do not mark unsigned additionals bogus, leave unchecked, which
6598           is removed too.
6599
6600 1 September 2008: Wouter
6601         - disallow nonrecursive queries for cache snooping by default.
6602           You can allow is using access-control: <subnet> allow_snoop.
6603           The defaults do allow access no authoritative data without RD bit.
6604         - two tests for it and fixups of tests for nonrec refused.
6605
6606 29 August 2008: Wouter
6607         - version 1.1 number in trunk.
6608         - harden-referral-path option for query for NS records.
6609           Default turns off expensive, experimental option.
6610
6611 28 August 2008: Wouter
6612         - fixup logfile handling; it is created with correct permissions
6613           again. (from bugfix#199).
6614           Some errors are not written to logfile (pidfile writing, forking),
6615           and these are only visible by using the -d commandline flag.
6616
6617 27 August 2008: Wouter
6618         - daemon(3) is causing problems for people. Reverting the patch.
6619           bug#200, and 199 and 203 contain sideline discussion on it.
6620         - bug#199 fixed: pidfile can be outside chroot. openlog is done before
6621           chroot and drop permissions.
6622         - config option to set size of aggressive negative cache,
6623           neg-cache-size.
6624         - bug#203 fixed: dlv has been implemented.
6625
6626 26 August 2008: Wouter
6627         - test for insecure zone when DLV is in use, also does negative cache.
6628         - test for trustanchor when DLV is in use (the anchor works).
6629         - test for DLV used for a zone below a trustanchor.
6630         - added scrub filter for overreaching NSEC records and unit test.
6631         - iana portlist update
6632         - use of setresuid or setreuid when available.
6633         - use daemon(3) if available.
6634
6635 25 August 2008: Wouter
6636         - realclean patch from Robert Edmonds.
6637
6638 22 August 2008: Wouter
6639         - nicer debuglogging of DLV.
6640         - test with secure delegation inside the DLV repository.
6641
6642 21 August 2008: Wouter
6643         - negative cache code linked into validator, for DLV use.
6644           negative cache works for DLV.
6645         - iana portlist update.
6646         - dlv-anchor option for unit tests.
6647         - fixup NSEC_AT_APEX classification for short typemaps.
6648         - ldns-testns has subdomain checks, for unit tests.
6649
6650 20 August 2008: Wouter
6651         - negative cache code, reviewed.
6652
6653 18 August 2008: Wouter
6654         - changes info: in logfile to notice: info: or debug: depending on 
6655           the verbosity of the statements.  Better logfile message
6656           classification.
6657         - bug #208: extra rc.d unbound flexibility for freebsd/nanobsd.
6658
6659 15 August 2008: Wouter
6660         - DLV nsec code fixed for better detection of closest existing 
6661           enclosers from NSEC responses.
6662         - DLV works, straight to the dlv repository, so not for production.
6663         - Iana port update.
6664
6665 14 August 2008: Wouter
6666         - synthesize DLV messages from the rrset cache, like done for DS.
6667
6668 13 August 2008: Wouter
6669         - bug #203: nicer do-auto log message when user sets incompatible
6670           options.
6671         - bug #204: variable name ameliorated in log.c.
6672         - bug #206: in iana_update, no egrep, but awk use.
6673         - ldns snapshot r2699 taken (includes DLV type).
6674         - DLV work, config file element, trust anchor read in.
6675
6676 12 August 2008: Wouter
6677         - finished adjusting testset to provide qtype NS answers.
6678
6679 11 August 2008: Wouter
6680         - Fixup rrset security updates overwriting 2181 trust status.
6681           This makes validated to be insecure data just as worthless as
6682           nonvalidated data, and 2181 rules prevent cache overwrites to them.
6683         - Fix assertion fail on bogus key handling.
6684         - dnssec lameness detection works on first query at trust apex.
6685         - NS queries get proper cache and dnssec lameness treatment.
6686         - fixup compilation without pthreads on linux.
6687
6688 8 August 2008: Wouter
6689         - NS queries are done after every referral.
6690           validator is used on those NS records (if anchors enabled).
6691
6692 7 August 2008: Wouter
6693         - Scrubber more strict. CNAME chains, DNAMEs from cache, other 
6694           irrelevant rrsets removed.
6695         - 1.0.2 released from 1.0 support branch.
6696         - fixup update-anchor.sh to work both in BSD shell and bash.
6697
6698 5 August 2008: Wouter
6699         - fixup DS test so apex nodata works again.
6700
6701 4 August 2008: Wouter
6702         - iana port update. 
6703         - TODO update.
6704         - fix bug 201: null ptr deref on cleanup while udp pkts wait for port.
6705         - added explanatory text for outgoing-port-permit in manpage.
6706
6707 30 July 2008: Wouter
6708         - fixup bug qtype DS for unsigned zone and signed parent validation.
6709
6710 25 July 2008: Wouter
6711         - added original copyright statement of OpenBSD arc4random code.
6712         - created tube signaling solution on windows, as a pipe replacement.
6713           this makes background asynchronous resolution work on windows.
6714         - removed very insecure socketpair compat code. It also did not
6715           work with event_waiting. Solved by pipe replacement.
6716         - unbound -h prints openssl version number as well.
6717
6718 22 July 2008: Wouter
6719         - moved pipe actions to util/tube.c. easier porting and shared code.
6720         - check _raw() commpoint callbacks with fptr_wlist.
6721         - iana port update.
6722
6723 21 July 2008: Wouter
6724         - #198: nicer entropy warning message. manpage OS hints.
6725
6726 19 July 2008: Wouter
6727         - #198: fixup man page to suggest chroot entropy fix.
6728
6729 18 July 2008: Wouter
6730         - branch for 1.0 support.
6731         - trunk work on tube.c.
6732
6733 17 July 2008: Wouter
6734         - fix bug #196, compile outside source tree.
6735         - fix bug #195, add --with-username=user configure option.
6736         - print error and exit if started with config that requires more
6737           fds than the builtin minievent can handle.
6738
6739 16 July 2008: Wouter
6740         - made svn tag 1.0.1, trunk now 1.0.2
6741         - sha256 checksums enabled in makedist.sh
6742
6743 15 July 2008: Wouter
6744         - Follow draft-ietf-dnsop-default-local-zones-06 added reverse
6745           IPv6 example prefix to AS112 default blocklist.
6746         - fixup lookup of DS records by client with trustanchor for same.
6747         - libunbound ub_resolve, fix handling of error condition during setup.
6748         - lowered log_hex blocksize to fit through BSD syslog linesize.
6749         - no useless initialisation if getpwnam not available.
6750         - iana, ldns snapshot updated.
6751
6752 3 July 2008: Wouter
6753         - Matthijs fixed memory leaks in root hints file reading.
6754
6755 26 June 2008: Wouter
6756         - fixup streamtcp bounds setting for udp mode, in the test framework.
6757         - contrib item for updating trust anchors.
6758
6759 25 June 2008: Wouter
6760         - fixup fwd_ancil test typos.
6761         - Fix for newegg lameness : ok for qtype=A, but lame for others.
6762         - fixup unit test for infra cache, test lame merging.
6763         - porting to mingw, bind, listen, getsockopt and setsockopt error
6764           handling.
6765
6766 24 June 2008: Wouter
6767         - removed testcode/checklocks from production code compilation path.
6768         - streamtcp can use UDP mode (connected UDP socket), for testing IPv6
6769           on windows.
6770         - fwd_ancil test fails if platform support is lacking.
6771
6772 23 June 2008: Wouter
6773         - fixup minitpkg to cleanup on windows with its file locking troubles.
6774         - minitpkg shows skipped tests in report.
6775         - skip ipv6 tests on ipv4 only hosts (requires only ipv6 localhost not
6776           ipv6 connectivity).
6777         - winsock event handler keeps track of sticky TCP events, that have
6778           not been fully handled yet. when interest in the event(s) resumes,
6779           they are sent again. When WOULDBLOCK is returned events are cleared.
6780         - skip tests that need signals when testing on mingw.
6781
6782 18 June 2008: Wouter
6783         - open testbound replay files in binary mode, because fseek/ftell
6784           do not work in ascii-mode on windows. The b does nothing on unix.
6785           unittest and testbound tests work on windows (xp too).
6786         - ioctlsocket prints nicer error message.
6787         - fixed up some TCP porting for winsock.
6788         - lack of IPv6 gives a warning, no fatal error.
6789         - use WSAGetLastError() on windows instead of errno for some errors.
6790
6791 17 June 2008: Wouter
6792         - outgoing num fds 32 by default on windows ; it supports less
6793           fds for waiting on than unixes.
6794         - winsock_event minievent handler for windows. (you could also
6795           attempt to link with libevent/libev ports for windows).
6796         - neater crypto check and gdi32 detection.
6797         - unbound.exe works to resolve and validate www.nlnetlabs.nl on vista.
6798
6799 16 June 2008: Wouter
6800         - on windows, use windows threads, mutex and thread-local-storage(Tls).
6801         - detect if openssl needs gdi32.
6802         - if no threading, THREADS_DISABLED is defined for use in the code.
6803         - sets USE_WINSOCK if using ws2_32 on windows.
6804         - wsa_strerror() function for more readable errors.
6805         - WSA Startup and Cleanup called in unbound.exe.
6806
6807 13 June 2008: Wouter
6808         - port mingw32, more signal ifdefs, detect sleep, usleep, 
6809           random, srandom (used inside the tests).
6810         - signed or unsigned FD_SET is cast.
6811
6812 10 June 2008: Wouter
6813         - fixup warnings compiling on eeepc xandros linux.
6814
6815 9 June 2008: Wouter
6816         - in iteration response type code
6817           * first check for SOA record (negative answer) before NS record
6818             and lameness.
6819           * check if no AA bit for non-forwarder, and thus lame zone.
6820             In response to error report by Richard Doty for mail.opusnet.com.
6821         - fixup unput warning from lexer on freeBSD.
6822         - bug#183. pidfile, rundir, and chroot configure options. Also the
6823           example.conf and manual pages get the configured defaults.
6824           You can use: (or accept the defaults to /usr/local/etc/unbound/)
6825           --with-conf-file=filename
6826           --with-pidfile=filename
6827           --with-run-dir=path
6828           --with-chroot-dir=path
6829
6830 8 June 2008: Wouter
6831         - if multiple CNAMEs, use the first one. Fixup akamai CNAME bug.
6832           Reported by Robert Edmonds.
6833         - iana port updated.
6834
6835 4 June 2008: Wouter
6836         - updated libtool files with newer version.
6837         - iana portlist updated.
6838
6839 3 June 2008: Wouter
6840         - fixup local-zone: "30.172.in-addr.arpa." nodefault, so that the
6841           trailing dot is not used during comparison.
6842
6843 2 June 2008: Wouter
6844         - Jelte fixed bugs in my absence
6845           - bug 178: fixed unportable shell usage in configure (relied on 
6846             bash shell).
6847           - bug 180: fixed buffer overflow in unbound-checkconf use of strncat.
6848           - bug 181: fixed buffer overflow in ldns (called by unbound to parse
6849             config file parts).
6850         - fixes by Wouter
6851           - bug 177: fixed compilation failure on opensuse, the 
6852             --disable-static configure flag caused problems.  (Patch from 
6853             Klaus Singvogel)
6854           - bug 179: same fix as 177.
6855           - bug 185: --disable-shared not passed along to ldns included with 
6856             unbound. Fixed so that configure parameters are passed to the
6857             subdir configure script.
6858             fixed that ./libtool is used always, you can still override
6859             manually with ./configure libtool=mylibtool or set $libtool in
6860             the environment.
6861         - update of the ldns tarball to current ldns svn version (fix 181).
6862         - bug 184: -r option for unbound-host, read resolv.conf for 
6863           forwarder. (Note that forwarder must support DNSSEC for validation
6864           to succeed).
6865
6866 23 May 2008: Wouter
6867         - mingw32 porting.
6868           - test for sys/wait.h
6869           - WSAEWOULDBLOCK test after nonblocking TCP connect.
6870           - write_iov_buffer removed: unused and no struct iov on windows.
6871           - signed/unsigned warning fixup mini_event.
6872           - use ioctlsocket to set nonblocking I/O if fnctl is unavailable.
6873           - skip signals that are not defined
6874           - detect pwd.h.
6875           - detect getpwnam, getrlimit, setsid, sbrk, chroot.
6876           - default config has no chroot if chroot() unavailable.
6877           - if no kill() then no pidfile is read or written.
6878           - gmtime_r is replaced by nonthreadsafe alternative if unavail.
6879             used in rrsig time validation errors.
6880
6881 22 May 2008: Wouter
6882         - contrib unbound.spec from Patrick Vande Walle.
6883         - fixup bug#175: call tzset before chroot to have correct timestamps
6884           in system log.
6885         - do not generate lex input and lex unput functions.
6886         - mingw port. replacement functions labelled _unbound.
6887         - fix bug 174 - check for tcp_sigpipe that ldns-testns is installed.
6888
6889 19 May 2008: Wouter
6890         - fedora 9, check in6_pktinfo define in configure.
6891         - CREDITS fixup of history.
6892         - ignore ldns-1.2.2 if installed, use builtin 1.3.0-pre alternative.
6893
6894 16 May 2008: Wouter
6895         - fixup for MacOSX hosts file reading (reported by John Dickinson).
6896         - created 1.0.0 svn tag.
6897         - trunk version 1.0.1.
6898
6899 14 May 2008: Wouter
6900         - accepted patch from Ondrej Sury for library version libtool option.
6901         - configure --disable-rpath fixes up libtool for rpath trouble.
6902           Adapted from debian package patch file.
6903
6904 13 May 2008: Wouter
6905         - Added root ipv6 addresses to builtin root hints.
6906         - TODO modified for post 1.0 plans.
6907         - trunk version set to 1.0.0.
6908         - no unnecessary linking with librt (only when libevent/libev used).
6909
6910 7 May 2008: Wouter
6911         - fixup no-ip4 problem with error callback in outside network.
6912
6913 25 April 2008: Wouter
6914         - DESTDIR is honored by the Makefile for rpms.
6915         - contrib files unbound.spec and unbound.init, builds working RPM
6916           on FC7 Linux, a chrooted caching resolver, and libunbound.
6917         - iana ports update.
6918
6919 24 April 2008: Wouter
6920         - chroot checks improved. working directory relative to chroot.
6921           checks if config file path is inside chroot. Documentation on it.
6922         - nicer example.conf text.
6923         - created 0.11 tag.
6924
6925 23 April 2008: Wouter
6926         - parseunbound.pl contrib update from Kai Storbeck for threads.
6927         - iana ports update
6928
6929 22 April 2008: Wouter
6930         - ignore SIGPIPE.
6931         - unit test for SIGPIPE ignore.
6932
6933 21 April 2008: Wouter
6934         - FEATURES document.
6935         - fixup reread of config file if it was given as a full path
6936           and chroot was used.
6937
6938 16 April 2008: Wouter
6939         - requirements doc, updated clean query returns.
6940         - parseunbound.pl update from Kai Storbeck.
6941         - sunos4 porting changes.
6942
6943 15 April 2008: Wouter
6944         - fixup default rc.d pidfile location to /usr/local/etc.
6945         - iana ports updated.
6946         - copyright updated in ldns-testpkts to keep same as in ldns.
6947         - fixup checkconf chroot tests a bit more, chdir must be inside
6948           chroot dir.
6949         - documented 'gcc: unrecognized -KPIC option' errors on Solaris.
6950         - example.conf values changed to /usr/local/etc/unbound
6951         - DSA test work.
6952         - DSA signatures: unbound is compatible with both encodings found.
6953           It will detect and convert when necessary.
6954
6955 14 April 2008: Wouter
6956         - got update for parseunbound.pl statistics script from Kai Storbeck.
6957         - tpkg tests for udp wait list.
6958         - documented 0x20 status.
6959         - fixup chroot and checkconf, it is much smarter now.
6960         - fixup DSA EVP signature decoding. Solution that Jelte found copied.
6961         - and check first sig byte for the encoding type.
6962
6963 11 April 2008: Wouter
6964         - random port selection out of the configged ports.
6965         - fixup threadsafety for libevent-1.4.3+ (event_base_get_method).
6966         - removed base_port.
6967         - created 256-port ephemeral space for the OS, 59802 available.
6968         - fixup consistency of port_if out array during heavy use.
6969
6970 10 April 2008: Wouter
6971         - --with-libevent works with latest libevent 1.4.99-trunk.
6972         - added log file statistics perl script to contrib.
6973         - automatic iana ports update from makefile. 60058 available.
6974
6975 9 April 2008: Wouter
6976         - configure can detect libev(from its build directory) when passed
6977           --with-libevent=/home/wouter/libev-3.2
6978           libev-3.2 is a little faster than libevent-1.4.3-stable (about 5%).
6979         - unused commpoints not listed in epoll list.
6980         - statistics-cumulative option so that the values are not reset.
6981         - config creates array of available ports, 61841 available,
6982           it excludes <1024 and iana assigned numbers.
6983           config statements to modify the available port numbers.
6984
6985 8 April 2008: Wouter
6986         - unbound tries to set the ulimit fds when started as server.
6987           if that does not work, it will scale back its requirements.
6988
6989 27 March 2008: Wouter
6990         - documented /dev/random symlink from chrootdir as FAQ entry.
6991
6992 26 March 2008: Wouter
6993         - implemented AD bit signaling. If a query sets AD bit (but not DO)
6994           then the AD bit is set in the reply if the answer validated.
6995           Without including DNSSEC signatures. Useful if you have a trusted
6996           path from the client to the resolver. Follows dnssec-updates draft.
6997
6998 25 March 2008: Wouter
6999         - implemented check that for NXDOMAIN and NOERROR answers a query
7000           section must be present in the reply (by the scrubber). And it must
7001           be equal to the question sent, at least lowercase folded.
7002           Previously this feature happened because the cache code refused
7003           to store such messages. However blocking by the scrubber makes 
7004           sure nothing gets into the RRset cache. Also, this looks like a
7005           timeout (instead of an allocation failure) and this retries are
7006           done (which is useful in a spoofing situation).
7007         - RTT banding. Band size 400 msec, this makes band around zero (fast)
7008           include unknown servers. This makes unbound explore unknown servers.
7009
7010 7 March 2008: Wouter
7011         - -C config feature for harvest program. 
7012         - harvest handles CNAMEs too.
7013
7014 5 March 2008: Wouter
7015         - patch from Hugo Koji Kobayashi for iterator logs spelling.
7016
7017 4 March 2008: Wouter
7018         - From report by Jinmei Tatuya, rfc2181 trust value for remainder
7019           of a cname trust chain is lower; not full answer_AA. 
7020         - test for this fix.
7021         - default config file location is /usr/local/etc/unbound.
7022           Thus prefix is used to determine the location. This is also the
7023           chroot and pidfile default location.
7024
7025 3 March 2008: Wouter
7026         - Create 0.10 svn tag.
7027         - 0.11 version in trunk.
7028         - indentation nicer.
7029
7030 29 February 2008: Wouter
7031         - documentation update.
7032         - fixup port to Solaris of perf test tool.
7033         - updated ldns-tarball with decl-after-statement fixes.
7034
7035 28 February 2008: Wouter
7036         - fixed memory leaks in libunbound (during cancellation and wait).
7037         - libunbound returns the answer packet in full.
7038         - snprintf compat update.
7039         - harvest performs lookup.
7040         - ldns-tarball update with fix for ldns_dname_label.
7041         - installs to sbin by default.
7042         - install all manual pages (unbound-host and libunbound too).
7043
7044 27 February 2008: Wouter
7045         - option to use caps for id randomness.
7046         - config file option use-caps-for-id: yes
7047         - harvest debug tool
7048
7049 26 February 2008: Wouter
7050         - delay utility delays TCP as well. If the server that is forwarded 
7051           to has a TCP error, the delay utility closes the connection.
7052         - delay does REUSE_ADDR, and can handle a server that closes its end.
7053         - answers use casing from query.
7054
7055 25 February 2008: Wouter
7056         - delay utility works. Gets decent thoughput too (>20000).
7057
7058 22 February 2008: Wouter
7059         - +2% for recursions, if identical queries (except for destination
7060           and query ID) in the reply list, avoid re-encoding the answer.
7061         - removed TODO items for optimizations that do not show up in
7062           profile reports.
7063         - default is now minievent - not libevent. As its faster and
7064           not needed for regular installs, only for very large port ranges.
7065         - loop check different speedup pkt-dname-reading, 1% faster for
7066           nocache-recursion check.
7067         - less hashing during msg parse, 4% for recursion.
7068         - small speed fix for dname_count_size_labels, +1 or +2% recursion.
7069         - some speed results noted:
7070           optimization resulted in +40% for recursion (cache miss) and
7071           +70 to +80 for cache hits, and +96% for version.bind.
7072           zone nsec3 example, 100 NXDOMAIN queries, NSD 35182.8 Ub 36048.4
7073           www.nlnetlabs.nl from cache: BIND 8987.99 Ub 31218.3
7074           www with DO bit set : BIND 8269.31 Ub 28735.6 qps.
7075           So, unbound can be about equal qps to NSD in cache hits.
7076           And about 3.4x faster than BIND in cache performance.
7077         - delay utility for testing.
7078
7079 21 February 2008: Wouter
7080         - speedup of root-delegation message encoding by 15%.
7081         - minor speedup of compress tree_lookup, maybe 1%.
7082         - speedup of dname_lab_cmp and memlowercmp - the top functions in 
7083           profiler output, maybe a couple percent when it matters.
7084
7085 20 February 2008: Wouter
7086         - setup speec_cache for need-ldns-testns in dotests.
7087         - check number of queued replies on incoming queries to avoid overload
7088           on that account.
7089         - fptr whitelist checks are not disabled in optimize mode.
7090         - do-daemonize config file option.
7091         - minievent time share initializes time at start.
7092         - updated testdata for nsec3 new algorithm numbers (6, 7).
7093         - small performance test of packet encoding (root delegation).
7094
7095 19 February 2008: Wouter
7096         - applied patch to unbound-host man page from Jan-Piet Mens.
7097         - fix donotquery-localhost: yes default (it erroneously was switched
7098           to default 'no').
7099         - time is only gotten once and the value is shared across unbound.
7100         - unittest cleans up crypto, so that it has no memory leaks.
7101         - mini_event shares the time value with unbound this results in 
7102           +3% speed for cache responses and +9% for recursions.
7103         - ldns tarball update with new NSEC3 sign code numbers.
7104         - perform several reads per UDP operation. This improves performance
7105           in DoS conditions, and costs very little in normal conditions.
7106           improves cache response +50%, and recursions +10%.
7107         - modified asynclook test. because the callback from async is not
7108           in any sort of lock (and thus can use all library functions freely),
7109           this causes a tiny race condition window when the last lock is 
7110           released for a callback and a new cancel() for that callback.
7111           The only way to remove this is by putting callbacks into some 
7112           lock window. I'd rather have the small possibility of a callback
7113           for a cancelled function then no use of library functions in 
7114           callbacks. Could be possible to only outlaw process(), wait(),
7115           cancel() from callbacks, by adding another lock, but I'd rather not.
7116
7117 18 February 2008: Wouter
7118         - patch to unbound-host from Jan-Piet Mens.
7119         - unbound host prints errors if fails to configure context.
7120         - fixup perf to resend faster, so that long waiting requests do
7121           not hold up the queue, they become lost packets or SERVFAILs,
7122           or can be sent a little while later (i.e. processing time may 
7123           take long, but throughput has to be high).
7124         - fixup iterator operating in no cache conditions (RD flag unset
7125           after a CNAME).
7126         - streamlined code for RD flag setting.
7127         - profiled code and changed dname compares to be faster. 
7128           The speedup is about +3% to +8% (depending on the test).
7129         - minievent tests for eintr and eagain.
7130
7131 15 February 2008: Wouter
7132         - added FreeBSD rc.d script to contrib.
7133         - --prefix option for configure also changes directory: pidfile:
7134           and chroot: defaults in config file.
7135         - added cache speed test, for cache size OK and cache too small.
7136
7137 14 February 2008: Wouter
7138         - start without a config file (will complain, but start with
7139           defaults).
7140         - perf test program works.
7141
7142 13 February 2008: Wouter
7143         - 0.9 released.
7144         - 1.0 development. Printout ldns version on unbound -h.
7145         - start of perf tool.
7146         - bugfix to read empty lines from /etc/hosts.
7147
7148 12 February 2008: Wouter
7149         - fixup problem with configure calling itself if ldns-src tarball
7150           is not present.
7151
7152 11 February 2008: Wouter
7153         - changed library to use ub_ instead of ub_val_ as prefix.
7154         - statistics output text nice.
7155         - etc/hosts handling.
7156         - library function to put logging to a stream.
7157         - set any option interface.
7158
7159 8 February 2008: Wouter
7160         - test program for multiple queries over a TCP channel.
7161         - tpkg test for stream tcp queries.
7162         - unbound replies to multiple TCP queries on a TCP channel.
7163         - fixup misclassification of root referral with NS in answer
7164           when validating a nonrec query.
7165         - tag 0.9
7166         - layout of manpages, spelling fix in header, manpages process by
7167           makedist, list asynclook and tcpstream tests as ldns-testns
7168           required.
7169
7170 7 February 2008: Wouter
7171         - moved up all current level 2 to be level 3. And 3 to 4.
7172           to make room for new debug level 2 for detailed information 
7173           for operators.
7174         - verbosity level 2. Describes recursion and validation.
7175         - cleaner configure script and fixes for libevent solaris.
7176         - signedness for log output memory sizes in high verbosity.
7177
7178 6 February 2008: Wouter
7179         - clearer explanation of threading configure options.
7180         - fixup asynclook test for nothreading (it creates only one process
7181           to do the extended test).
7182         - changed name of ub_val_result_free to ub_val_resolve_free.
7183         - removes warning message during library linking, renamed
7184           libunbound/unbound.c -> libunbound.c and worker to libworker.
7185         - fallback without EDNS if result is NOTIMPL as well as on FORMERR.
7186
7187 5 February 2008: Wouter
7188         - statistics-interval: seconds option added.
7189         - test for statistics option
7190         - ignore errors making directories, these can occur in parallel builds
7191         - fixup Makefile strip command and libunbound docs typo.
7192
7193 31 January 2008: Wouter
7194         - bg thread/process reads and writes the pipe nonblocking all the time
7195           so that even if the pipe is buffered or so, the bg thread does not
7196           block, and services both pipes and queries.
7197
7198 30 January 2008: Wouter
7199         - check trailing / on chrootdir in checkconf.
7200         - check if root hints and anchor files are in chrootdir.
7201         - no route to host tcp error is verbosity level 2. 
7202         - removed unused send_reply_iov. and its configure check.
7203         - added prints of 'remote address is 1.2.3.4 port 53' to errors
7204           from netevent; the basic socket errors.
7205
7206 28 January 2008: Wouter
7207         - fixup uninit use of buffer by libunbound (query id, flags) for
7208           local_zone answers.
7209         - fixup uninit warning from random.c; also seems to fix sporadic
7210           sigFPE coming out of openssl.
7211         - made openssl entropy warning more silent for library use. Needs
7212           verbosity 1 now.
7213         - fixup forgotten locks for rbtree_searches on ctx->query tree.
7214         - random generator cleanup - RND_STATE_SIZE removed, and instead
7215           a super-rnd can be passed at init to chain init random states.
7216         - test also does lock checks if available.
7217         - protect config access in libworker_setup().
7218         - libevent doesn't like comm_base_exit outside of runloop.
7219         - close fds after removing commpoints only (for epoll, kqueue).
7220
7221 25 January 2008: Wouter
7222         - added tpkg for asynclook and library use. 
7223         - allows localhost to be queried when as a library.
7224         - fixup race condition between cancel and answer (in case of
7225           really fast answers that beat the cancel).
7226         - please doxygen, put doxygen comment in one place.
7227         - asynclook -b blocking mode and test.
7228         - refactor asynclook, nicer code.
7229         - fixup race problems from opensll in rand init from library, with
7230           a mutex around the rand init.
7231         - fix pass async_id=NULL to _async resolve().
7232         - rewrote _wait() routine, so that it is threadsafe.
7233         - cancelation is threadsafe.
7234         - asynclook extended test in tpkg.
7235         - fixed two races where forked bg process waits for (somehow shared?)
7236           locks, so does not service the query pipe on the bg side.
7237           Now those locks are only held for fg_threads and for bg_as_a_thread.
7238
7239 24 January 2008: Wouter
7240         - tested the cancel() function.
7241         - asynclook -c (cancel) feature.
7242         - fix fail to allocate context actions.
7243         - make pipe nonblocking at start.
7244         - update plane for retry mode with caution to limit bandwidth.
7245         - fix Makefile for concurrent make of unbound-host.
7246         - renamed ub_val_ctx_wait/poll/process/fd to ub_val*.
7247         - new calls to set forwarding added to header and docs.
7248
7249 23 January 2008: Wouter
7250         - removed debug prints from if-auto, verb-algo enables some.
7251         - libunbound QUIT setup, remove memory leaks, when using threads
7252           will share memory for passing results instead of writing it over
7253           the pipe, only writes ID number over the pipe (towards the handler
7254           thread that does process() ).
7255
7256 22 January 2008: Wouter
7257         - library code for async in libunbound/unbound.c.
7258         - fix link testbound.
7259         - fixup exit bug in mini_event.
7260         - background worker query enter and result functions.
7261         - bg query test application asynclook, it looks up multiple
7262           hostaddresses (A records) at the same time.
7263
7264 21 January 2008: Wouter
7265         - libworker work, netevent raw commpoints, write_msg, serialize.
7266
7267 18 January 2008: Wouter
7268         - touch up of manpage for libunbound.
7269         - support for IP_RECVDSTADDR (for *BSD ip4).
7270         - fix for BSD, do not use ip4to6 mapping, make two sockets, once
7271           ip6 and once ip4, uses socket options.
7272         - goodbye ip4to6 mapping.
7273         - update ldns-testpkts with latest version from ldns-trunk.
7274         - updated makedist for relative ldns pathnames.
7275         - library API with more information inside the result structure.
7276         - work on background resolves.
7277
7278 17 January 2008: Wouter
7279         - fixup configure in case -lldns is installed.
7280         - fixup a couple of doxygen warnings, about enum variables.
7281         - interface-automatic now copies the interface address from the
7282           PKT_INFO structure as well.
7283         - manual page with library API, all on one page 'man libunbound'.
7284         - rewrite of PKTINFO structure, it also captures IP4 PKTINFO.
7285
7286 16 January 2008: Wouter
7287         - incoming queries to the server with TC bit on are replied FORMERR.
7288         - interface-automatic replied the wrong source address on localhost
7289           queries. Seems to be due to ifnum=0 in recvmsg PKTINFO. Trying
7290           to use ifnum=-1 to mean 'no interface, use kernel route'.
7291
7292 15 January 2008: Wouter
7293         - interface-automatic feature. experimental. Nice for anycast.
7294         - tpkg test for ip6 ancillary data.
7295         - removed debug prints.
7296         - porting experience, define for Solaris, test refined for BSD
7297           compatibility. The feature probably will not work on OpenBSD.
7298         - makedist fixup for ldns-src in build-dir.
7299
7300 14 January 2008: Wouter
7301         - in no debug sets NDEBUG to remove asserts.
7302         - configure --enable-debug is needed for dependency generation
7303           for assertions and for compiler warnings.
7304         - ldns.tgz updated with ldns-trunk (where buffer.h is updated).
7305         - fix lint, unit test in optimize mode.
7306         - default access control allows ::ffff:127.0.0.1 v6mapped localhost.
7307         
7308 11 January 2008: Wouter
7309         - man page, warning removed.
7310         - added text describing the use of stub zones for private zones.
7311         - checkconf tests for bad hostnames (IP address), and for doubled
7312           interface lines.
7313         - memory sizes can be given with 'k', 'Kb', or M or G appended.
7314
7315 10 January 2008: Wouter
7316         - typo in example.conf.
7317         - made using ldns-src that is included the package more portable
7318           by linking with .lo instead of .o files in the ldns package.
7319         - nicer do-ip6: yes/no documentation.
7320         - nicer linking of libevent .o files.
7321         - man pages render correctly on solaris.
7322
7323 9 January 2008: Wouter
7324         - fixup openssl RAND problem, when the system is not configured to
7325           give entropy, and the rng needs to be seeded.
7326
7327 8 January 2008: Wouter
7328         - print median and quartiles with extensive logging.
7329
7330 4 January 2008: Wouter
7331         - document misconfiguration in private network.
7332
7333 2 January 2008: Wouter
7334         - fixup typo in requirements.
7335         - document that 'refused' is a better choice than 'drop' for 
7336           the access control list, as refused will stop retries.
7337
7338 7 December 2007: Wouter
7339         - unbound-host has a -d option to show what happens. This can help
7340           with debugging (why do I get this answer).
7341         - fixup CNAME handling, on nodata, sets and display canonname.
7342         - dot removed from CNAME display.
7343         - respect -v for NXDOMAINs.
7344         - updated ldns-src.tar.gz with ldns-trunk today (1.2.2 fixes).
7345         - size_t to int for portability of the header file.
7346         - fixup bogus handling.
7347         - dependencies and lint for unbound-host.
7348
7349 6 December 2007: Wouter
7350         - library resolution works in foreground mode, unbound-host app
7351           receives data.
7352         - unbound-host prints rdata using ldns.
7353         - unbound-host accepts trust anchors, and prints validation
7354           information when you give -v.
7355
7356 5 December 2007: Wouter
7357         - locking in context_new() inside the function.
7358         - setup of libworker.
7359
7360 4 December 2007: Wouter
7361         - minor Makefile fixup.
7362         - moved module-stack code out of daemon/daemon into services/modstack,
7363           preparing for code-reuse.
7364         - move context into own header file.
7365         - context query structure.
7366         - removed unused variable pwd from checkconf.
7367         - removed unused assignment from outside netw.
7368         - check timeval length of string.
7369         - fixup error in val_utils getsigner.
7370         - fixup same (*var) error in netblocktostr.
7371         - fixup memleak on parse error in localzone.
7372         - fixup memleak on packet parse error.
7373         - put ; after union in parser.y.
7374         - small hardening in iter_operate against iq==NULL.
7375         - hardening, if error reply with rcode=0 (noerror) send servfail.
7376         - fixup same (*var) error in find_rrset in msgparse, was harmless.
7377         - check return value of evtimer_add().
7378         - fixup lockorder in lruhash_reclaim(), building up a list of locked
7379           entries one at a time. Instead they are removed and unlocked.
7380         - fptr_wlist for markdelfunc.
7381         - removed is_locked param from lruhash delkeyfunc.
7382         - moved bin_unlock during bin_split purely to please.
7383
7384 3 December 2007: Wouter
7385         - changed checkconf/ to smallapp/ to make room for more support tools.
7386           (such as unbound-host).
7387         - install dirs created with -m 755 because they need to be accessible.
7388         - library extensive featurelist added to TODO.
7389         - please doxygen, lint.
7390         - library test application, with basic functionality.
7391         - fix for building in a subdirectory. 
7392         - link lib fix for Leopard.
7393
7394 30 November 2007: Wouter
7395         - makefile that creates libunbound.la, basic file or libunbound.a
7396           when creating static executables (no libtool).
7397         - more API setup.
7398
7399 29 November 2007: Wouter
7400         - 0.9 public API start.
7401
7402 28 November 2007: Wouter
7403         - Changeup plan for 0.8 - no complication needed, a simple solution
7404           has been chosen for authoritative features.
7405         - you can use single quotes in the config file, so it is possible
7406           to specify TXT records in local data.
7407         - fixup small memory problem in implicit transparent zone creation.
7408         - test for implicit zone creation and multiple RR RRsets local data.
7409         - local-zone nodefault test.
7410         - show testbound testlist on commit.
7411         - iterator normalizer changes CNAME chains ending in NXDOMAIN where
7412           the packet got rcode NXDOMAIN into rcode NOERROR. (since the initial
7413           domain exists).
7414         - nicer verbosity: 0 and 1 levels.
7415         - lower nonRDquery chance of eliciting wrongly typed validation
7416           requiring message from the cache.
7417         - fix for nonRDquery validation typing; nodata is detected when
7418           SOA record in auth section (all validation-requiring nodata messages
7419           have a SOA record in authority, so this is OK for the validator),
7420           and NS record is needed to be a referral.
7421         - duplicate checking when adding NSECs for a CNAME, and test.
7422         - created svn tag 0.8, after completing testbed tests.
7423
7424 27 November 2007: Wouter
7425         - per suggestion in rfc2308, replaced default max-ttl value with 1 day.
7426         - set size of msgparse lookup table to 32, from 1024, so that its size
7427           is below the 2048 regional large size threshold, and does not cause
7428           a call to malloc when a message is parsed.
7429         - update of memstats tool to print number of allocation calls.
7430           This is what is taking time (not space) and indicates the avg size
7431           of the allocations as well. region_alloc stat is removed.
7432
7433 22 November 2007: Wouter
7434         - noted EDNS in-the-middle dropping trouble as a TODO.
7435           At this point theoretical, no user trouble has been reported.
7436         - added all default AS112 zones.
7437         - answers from local zone content.
7438                 * positive answer, the rrset in question
7439                 * nodata answer (exist, but not that type).
7440                 * nxdomain answer (domain does not exist).
7441                 * empty-nonterminal answer.
7442                 * But not: wildcard, nsec, referral, rrsig, cname/dname,
7443                         or additional section processing, NS put in auth.
7444         - test for correct working of static and transparent and couple
7445           of important defaults (localhost, as112, reverses). 
7446           Also checks deny and refuse settings.
7447         - fixup implicit zone generation and AA bit for NXDOMAIN on localdata.
7448
7449 21 November 2007: Wouter
7450         - local zone internal data setup.
7451
7452 20 November 2007: Wouter
7453         - 0.8 - str2list config support for double string config options.
7454         - local-zone and local-data options, config storage and documentation.
7455
7456 19 November 2007: Wouter
7457         - do not downcase NSEC and RRSIG for verification. Follows 
7458           draft-ietf-dnsext-dnssec-bis-updates-06.txt.
7459         - fixup leaking unbound daemons at end of tests.
7460         - README file updated.
7461         - nice libevent not found error.
7462         - README talks about gnu make.
7463         - 0.8: unit test for addr_mask and fixups for it.
7464           and unit test for addr_in_common().
7465         - 0.8: access-control config file element.
7466           and unit test rpl replay file.
7467         - 0.8: fixup address reporting from netevent.
7468
7469 16 November 2007: Wouter
7470         - privilege separation is not needed in unbound at this time.
7471           TODO item marked as such.
7472         - created beta-0.7 branch for support.
7473         - tagged 0.7 for beta release.
7474         - moved trunk to 0.8 for 0.8(auth features) development.
7475         - 0.8: access control list setup.
7476
7477 15 November 2007: Wouter
7478         - review fixups from Jelte.
7479
7480 14 November 2007: Wouter
7481         - testbed script does not recreate configure, since its in svn now.
7482         - fixup checkconf test so that it does not test 
7483           /etc/unbound/unbound.conf.
7484         - tag 0.6.
7485
7486 13 November 2007: Wouter
7487         - remove debug print.
7488         - fixup testbound exit when LIBEVENT_SIGNAL_PROBLEM exists.
7489
7490 12 November 2007: Wouter
7491         - fixup signal handling where SIGTERM could be ignored if a SIGHUP
7492           arrives later on.
7493         - bugreports to unbound-bugs@nlnetlabs.nl
7494         - fixup testbound so it exits cleanly.
7495         - cleanup the caches on a reload, so that rrsetID numbers won't clash.
7496
7497 9 November 2007: Wouter
7498         - took ldns snapshot in repo.
7499         - default config file is /etc/unbound/unbound.conf.
7500           If it doesn't exist, it is installed with the doc/example.conf file.
7501           The file is not deleted on uninstall.
7502         - default listening is not all, but localhost interfaces.
7503         
7504 8 November 2007: Wouter
7505         - Fixup chroot and drop user privileges.
7506         - new L root ip address in default hints.
7507
7508 1 November 2007: Wouter
7509         - Fixup of crash on reload, due to anchors in env not NULLed after
7510           dealloc during deinit.
7511         - Fixup of chroot call. Happens after privileges are dropped, so
7512           that checking the passwd entry still works.
7513         - minor touch up of clear() hashtable function.
7514         - VERB_DETAIL prints out what chdir, username, chroot is being done.
7515         - when id numbers run out, caches are cleared, as in design notes.
7516           Tested with a mock setup with very few bits in id, it worked.
7517         - harden-dnssec-stripped: yes is now default. It insists on dnssec
7518           data for trust anchors. Included tests for the feature.
7519
7520 31 October 2007: Wouter
7521         - cache-max-ttl config option.
7522         - building outside sourcedir works again.
7523         - defaults more secure:
7524                 username: "unbound"
7525                 chroot: "/etc/unbound"
7526           The operator can override them to be less secure ("") if necessary.
7527         - fix horrible oversight in sorting rrset references in a message,
7528           sort per reference key pointer, not on referencepointer itself.
7529         - pidfile: "/etc/unbound/unbound.pid" is now the default.
7530         - tests changed to reflect the updated default.
7531         - created hashtable clear() function that respects locks.
7532
7533 30 October 2007: Wouter
7534         - fixup assertion failure that relied on compressed names to be
7535           smaller than uncompressed names. A packet from comrite.com was seen
7536           to be compressed to a larger size. Added it as unit test.
7537         - quieter logging at low verbosity level for common tcp messages.
7538         - no greedy TTL update.
7539
7540 23 October 2007: Wouter
7541         - fixup (grand-)parent problem for dnssec-lameness detection.
7542         - fixup tests to do additional section processing for lame replies,
7543           since the detection needs that.
7544         - no longer trust in query section in reply during dnssec lame detect.
7545         - dnssec lameness does not make the server never ever queried, but
7546           non-preferred. If no other servers exist or answer, the dnssec lame
7547           server is used; the fastest dnssec lame server is chosen.
7548         - added test then when trust anchor cannot be primed (nodata), the
7549           insecure mode from unbound works.
7550         - Fixup max queries per thread, any more are dropped.
7551
7552 22 October 2007: Wouter
7553         - added donotquerylocalhost config option. Can be turned off for
7554           out test cases.
7555         - ISO C compat changes.
7556         - detect RA-no-AA lameness, as LAME.
7557         - DNSSEC-lameness detection, as LAME.
7558           See notes in requirements.txt for choices made.
7559         - tests for lameness detection.
7560         - added all to make test target; need unbound for fwd tests.
7561         - testbound does not pollute /etc/unbound.
7562
7563 19 October 2007: Wouter
7564         - added configure (and its files) to svn, so that the trunk is easier
7565           to use. ./configure, config.guess, config.sub, ltmain.sh,
7566           and config.h.in.
7567         - added yacc/lex generated files, util/configlexer.c, 
7568           util/configparser.c util/configparser.h, to svn. 
7569         - without lex no attempt to use it.
7570         - unsecure response validation collated into one block.
7571         - remove warning about const cast of cfgfile name.
7572         - outgoing-interfaces can be different from service interfaces.
7573         - ldns-src configure is done during unbound configure and
7574           ldns-src make is done during unbound make, and so inherits the
7575           make arguments from the unbound make invocation.
7576         - nicer error when libevent problem causes instant exit on signal.
7577         - read root hints from a root hint file (like BIND does).
7578           
7579 18 October 2007: Wouter
7580         - addresses are logged with errors.
7581         - fixup testcode fake event to remove pending before callback
7582           since the callback may create new pending items.
7583         - tests updated because retries are now in iterator module.
7584         - ldns-testpkts code is checked for differences between unbound
7585           and ldns by makedist.sh.
7586         - ldns trunk from today added in svn repo for fallback in case
7587           no ldns is installed on the system.
7588           make download_ldns refreshes the tarball with ldns svn trunk.
7589         - ldns-src.tar.gz is used if no ldns is found on the system, and
7590           statically linked into unbound.
7591         - start of regional allocator code.
7592         - regional uses less memory and variables, simplified code.
7593         - remove of region-allocator.
7594         - alloc cache keeps a cache of recently released regional blocks,
7595           up to a maximum.
7596         - make unit test cleanly free memory.
7597
7598 17 October 2007: Wouter
7599         - fixup another cycle detect and ns-addr timeout resolution bug.
7600           This time by refusing delegations from the cache without addresses
7601           when resolving a mandatory-glue nameserver-address for that zone.
7602           We're going to have to ask a TLD server anyway; might as well be
7603           the TLD server for this name. And this resolves a lot of cases where
7604           the other nameserver names lead to cycles or are not available.
7605         - changed random generator from random(3) clone to arc4random wrapped
7606           for thread safety. The random generator is initialised with
7607           entropy from the system.
7608         - fix crash where failure to prime DNSKEY tried to print null pointer
7609           in the log message.
7610         - removed some debug prints, only verb_algo (4) enables them.
7611         - fixup test; new random generator took new paths; such as one 
7612           where no scripted answer was available.
7613         - mark insecure RRs as insecure.
7614         - fixup removal of nonsecure items from the additional.
7615         - reduced timeout values to more realistic, 376 msec (262 msec has
7616           90% of roundtrip times, 512 msec has 99% of roundtrip times.)
7617         - server selection failover to next server after timeout (376 msec).
7618
7619 16 October 2007: Wouter
7620         - no malloc in log_hex.
7621         - assertions around system calls.
7622         - protect against gethostname without ending zero.
7623         - ntop output is null terminated by unbound.
7624         - pidfile content null termination
7625         - various snprintf use sizeof(stringbuf) instead of fixed constant.
7626         - changed loopdetect % 8 with & 0x7 since % can become negative for
7627           weird negative input and particular interpretation of integer math.
7628         - dname_pkt_copy checks length of result, to protect result buffers.
7629           prints an error, this should not happen. Bad strings should have
7630           been rejected earlier in the program.
7631         - remove a size_t underflow from msgreply size func.
7632
7633 15 October 2007: Wouter
7634         - nicer warning.
7635         - fix IP6 TCP, wrong definition check. With test package.
7636         - fixup the fact that the query section was not compressed to,
7637           the code was there but was called by value instead of by reference.
7638           And test for the case, uses xxd and nc.
7639         - more portable ip6 check for sockaddr types.
7640
7641 8 October 2007: Wouter
7642         - --disable-rpath option in configure for 64bit systems with
7643           several dynamic lib dirs.
7644
7645 7 October 2007: Wouter
7646         - fixup tests for no AD bit in non-DO queries.
7647         - test that makes sure AD bit is not set on non-DO query.
7648
7649 6 October 2007: Wouter
7650         - removed logfile open early. It did not have the proper permissions;
7651           it was opened as root instead of the user. And we cannot change user
7652           id yet, since chroot and bind ports need to be done.
7653         - callback checks for event callbacks done from mini_event. Because
7654           of deletions cannot do this from netevent. This means when using
7655           libevent the protection does not work on event-callbacks.
7656         - fixup too small reply (did not zero counts).
7657         - fixup reply no longer AD bit when query without DO bit.
7658
7659 5 October 2007: Wouter
7660         - function pointer whitelist.
7661
7662 4 October 2007: Wouter
7663         - overwrite sensitive random seed value after use.
7664         - switch to logfile very soon if not -d (console attached).
7665         - error messages do not reveal the trustanchor contents.
7666         - start work on function pointer whitelists.
7667
7668 3 October 2007: Wouter
7669         - fix for multiple empty nonterminals, after multiple DSes in the
7670           chain of trust.
7671         - mesh checks if modules are looping, and stops them.
7672         - refetch with CNAMEd nameserver address regression test added.
7673         - fixup line count bug in testcode, so testbound prints correct line
7674           number with parse errors.
7675         - unit test for multiple ENT case.
7676         - fix for cname out of validated unsec zone.
7677         - fixup nasty id=0 reuse. Also added assertions to detect its
7678           return (the assertion catches in the existing test cases).
7679
7680 1 October 2007: Wouter
7681         - skip F77, CXX, objC tests in configure step.
7682         - fixup crash in refetch glue after a CNAME.
7683           and protection against similar failures (with error print).
7684
7685 28 September 2007: Wouter
7686         - test case for unbound-checkconf, fixed so it also checks the
7687           interface: statements.
7688
7689 26 September 2007: Wouter
7690         - SIGHUP will reopen the log file.
7691         - Option to log to syslog.
7692         - please lint, fixup tests (that went to syslog on open, oops).
7693         - config check program.
7694
7695 25 September 2007: Wouter
7696         - tests for NSEC3. Fixup bitmap checks for NSEC3.
7697         - positive ANY response needs to check if wildcard expansion, and
7698           check that original data did not exist.
7699         - tests for NSEC3 that wrong use of OPTOUT is bad. For insecure
7700           delegation, for abuse of child zone apex nsec3.
7701         - create 0.5 release tag.
7702
7703 24 September 2007: Wouter
7704         - do not make test programs by default.
7705         - But 'make test' will perform all of the tests.
7706         - Advertise builtin select libevent alternative when no libevent
7707           is found.
7708         - signit can generate NSEC3 hashes, for generating tests.
7709         - multiple nsec3 parameters in message test.
7710         - too high nsec3 iterations becomes insecure test.
7711
7712 21 September 2007: Wouter
7713         - fixup empty_DS_name allocated in wrong region (port DEC Alpha).
7714         - fixup testcode lock safety (port FreeBSD).
7715         - removes subscript has type char warnings (port Solaris 9).
7716         - fixup of field with format type to int (port MacOS/X intel).
7717         - added test for infinite loop case in nonRD answer validation.
7718           It was a more general problem, but hard to reproduce. When an
7719           unsigned rrset is being validated and the key fetched, the DS
7720           sequence is followed, but if the final name has no DS, then no
7721           proof is possible - the signature has been stripped off.
7722
7723 20 September 2007: Wouter
7724         - fixup and test for NSEC wildcard with empty nonterminals. 
7725         - makedist.sh fixup for svn info.
7726         - acl features request in plan.
7727         - improved DS empty nonterminal handling.
7728         - compat with ANS nxdomain for empty nonterminals. Attempts the nodata
7729           proof anyway, which succeeds in ANS failure case.
7730         - striplab protection in case it becomes -1.
7731         - plans for static and blacklist config.
7732
7733 19 September 2007: Wouter
7734         - comments about non-packed usage.
7735         - plan for overload support in 0.6.
7736         - added testbound tests for a failed resolution from the logs
7737           and for failed prime when missing glue.
7738         - fixup so useless delegation points are not returned from the
7739           cache. Also the safety belt is used if priming fails to complete.
7740         - fixup NSEC rdata not to be lowercased, bind compat.
7741
7742 18 September 2007: Wouter
7743         - wildcard nsec3 testcases, and fixup to get correct wildcard name.
7744         - validator prints subtype classification for debug.
7745
7746 17 September 2007: Wouter
7747         - NSEC3 hash cache unit test.
7748         - validator nsec3 nameerror test.
7749
7750 14 September 2007: Wouter
7751         - nsec3 nodata proof, nods proof, wildcard proof.
7752         - nsec3 support for cname chain ending in noerror or nodata.
7753         - validator calls nsec3 proof routines if no NSECs prove anything.
7754         - fixup iterator bug where it stored the answer to a cname under
7755           the wrong qname into the cache. When prepending the cnames, the
7756           qname has to be reset to the original qname.
7757
7758 13 September 2007: Wouter
7759         - nsec3 find matching and covering, ce proof, prove namerror msg.
7760
7761 12 September 2007: Wouter
7762         - fixup of manual page warnings, like for NSD bugreport.
7763         - nsec3 work, config, max iterations, filter, and hash cache. 
7764
7765 6 September 2007: Wouter
7766         - fixup to find libevent on mac port install.
7767         - fixup size_t vs unsigned portability in validator/sigcrypt.
7768         - please compiler on different platforms, for unreachable code.
7769         - val_nsec3 file.
7770         - pthread_rwlock type is optional, in case of old pthread libs.
7771
7772 5 September 2007: Wouter
7773         - cname, name error validator tests.
7774         - logging of qtype ANY works.
7775         - ANY type answers get RRSIG in answer section of replies (but not
7776           in other sections, unless DO bit is on).
7777         - testbound can replay a TCP query (set MATCH TCP in the QUERY).
7778         - DS and noDS referral validation test.
7779         - if you configure many trust anchors, parent trust anchors can
7780           securely deny existence of child trust anchors, if validated.
7781         - not all *.name NSECs are present because a wildcard was matched,
7782           and *.name NSECs can prove nodata for empty nonterminals.
7783           Also, for wildcard name NSECs, check they are not from the parent
7784           zone (for wildcarded zone cuts), and check absence of CNAME bit,
7785           for a nodata proof.
7786         - configure option for memory allocation debugging.
7787         - port configure option for memory allocation to solaris10.
7788
7789 4 September 2007: Wouter
7790         - fixup of Leakage warning when serviced queries processed multiple
7791           callbacks for the same query from the same server.
7792         - testbound removes config file from /tmp on failed exit.
7793         - fixup for referral cleanup of the additional section.
7794         - tests for cname, referral validation.
7795         - neater testbound tpkg output.
7796         - DNAMEs no longer match their apex when synthesized from the cache.
7797         - find correct signer name for DNAME responses.
7798         - wildcarded DNAME test and fixup code to detect.
7799         - prepend NSEC and NSEC3 rrsets in the iterator while chasing CNAMEs.
7800           So that wildcarded CNAMEs get their NSEC with them to the answer.
7801         - test for a CNAME to a DNAME to a CNAME to an answer, all from
7802           different domains, for key fetching and signature checking of
7803           CNAME'd messages.
7804
7805 3 September 2007: Wouter
7806         - Fixed error in iterator that would cause assertion failure in 
7807           validator. CNAME to a NXDOMAIN response was collated into a response
7808           with both a CNAME and the NXDOMAIN rcode. Added a test that the
7809           rcode is changed to NOERROR (because of the CNAME).
7810         - timeout on tcp does not lead to spurious leakage detect.
7811         - account memory for name of lame zones, so that memory leakages does
7812           not show lame cache growth as a leakage growth.
7813         - config setting for lameness cache expressed in bytes, instead of
7814           number of entries.
7815         - tool too summarize allocations per code line.
7816
7817 31 August 2007: Wouter
7818         - can read bind trusted-keys { ... }; files, in a compatibility mode. 
7819         - iterator should not detach target queries that it still could need.
7820           the protection against multiple outstanding queries is moved to a
7821           current_query num check.
7822         - validator nodata, positive, referral tests.
7823         - dname print can print '*' wildcard.
7824
7825 30 August 2007: Wouter
7826         - fixup override date config option.
7827         - config options to control memory usage.
7828         - caught bad free of un-alloced data in worker_send error case.
7829         - memory accounting for key cache (trust anchors and temporary cache).
7830         - memory accounting fixup for outside network tcp pending waits.
7831         - memory accounting fixup for outside network tcp callbacks.
7832         - memory accounting for iterator fixed storage.
7833         - key cache size and slabs config options.
7834         - lib crypto cleanups at exit. 
7835
7836 29 August 2007: Wouter
7837         - test tool to sign rrsets for testing validator with.
7838         - added RSA and DSA test keys, public and private pairs, 512 bits.
7839         - default configuration is with validation enabled.
7840           Only a trust-anchor needs to be configured for DNSSEC to work.
7841         - do not convert to DER for DSA signature verification.
7842         - validator replay test file, for a DS to DNSKEY DSA key prime and
7843           positive response.
7844
7845 28 August 2007: Wouter
7846         - removed double use for udp buffers, that could fail,
7847           instead performs a malloc to do the backup.
7848         - validator validates referral messages, by validating all the rrsets
7849           and stores the rrsets in the cache. Further referral (nonRD queries)
7850           replies are made from the rrset cache directly. Unless unchecked
7851           rrsets are encountered, there are then validated.
7852         - enforce that signing is done by a parent domain (or same domain).
7853         - adjust TTL downwards if rrset TTL bigger than signature allows.
7854         - permissive mode feature, sets AD bit for secure, but bogus does
7855           not give servfail (bogus is changed into indeterminate).
7856         - optimization of rrset verification. rr canonical sorting is reused,
7857           for the same rrset. canonical rrset image in buffer is reused for
7858           the same signature.
7859         - if the rrset is too big (64k exactly + large owner name) the
7860           canonicalization routine will fail if it does not fit in buffer.
7861         - faster verification for large sigsets.
7862         - verb_detail mode reports validation failures, but not the entire
7863           algorithm for validation. Key prime failures are reported as 
7864           verb_ops level.
7865
7866 27 August 2007: Wouter
7867         - do not garble the edns if a cache answer fails.
7868         - answer norecursive from cache if possible.
7869         - honor clean_additional setting when returning secure non-recursive
7870           referrals.
7871         - do not store referral in msg cache for nonRD queries.
7872         - store verification status in the rrset cache to speed up future
7873           verification.
7874         - mark rrsets indeterminate and insecure if they are found to be so.
7875           and store this in the cache.
7876
7877 24 August 2007: Wouter
7878         - message is bogus if unsecure authority rrsets are present.
7879         - val-clean-additional option, so you can turn it off.
7880         - move rrset verification out of the specific proof types into one
7881           routine. This makes the proof routines prettier.
7882         - fixup cname handling in validator, cname-to-positive and cname-to-
7883           nodata work.
7884         - Do not synthesize DNSKEY and DS responses from the rrset cache if
7885           the rrset is from the additional section. Signatures may have
7886           fallen off the packet, and cause validation failure.
7887         - more verbose signature date errors (with the date attached).
7888         - increased default infrastructure cache size. It is important for
7889           performance, and 1000 entries are only 212k (or a 400 k total cache
7890           size). To 10000 entries (for 2M entries, 4M cache size).
7891
7892 23 August 2007: Wouter
7893         - CNAME handling - move needs_validation to before val_new().
7894           val_new() setups the chase-reply to be an edited copy of the msg.
7895           new classification, and find signer can find for it. 
7896           removal of unsigned crap from additional, and query restart for
7897           cname.
7898         - refuse to follow wildcarded DNAMEs when validating.
7899           But you can query for qtype ANY, or qtype DNAME and validate that.
7900
7901 22 August 2007: Wouter
7902         - bogus TTL.
7903         - review - use val_error().
7904
7905 21 August 2007: Wouter
7906         - ANY response validation.
7907         - store security status in cache.
7908         - check cache security status and either send the query to be
7909           validated, return the query to client, or send servfail to client.
7910           Sets AD bit on validated replies.
7911         - do not examine security status on an error reply in mesh_done.
7912         - construct DS, DNSKEY messages from rrset cache.
7913         - manual page entry for override-date.
7914
7915 20 August 2007: Wouter
7916         - validate and positive validation, positive wildcard NSEC validation.
7917         - nodata validation, nxdomain validation.
7918
7919 18 August 2007: Wouter
7920         - process DNSKEY response in FINDKEY state.
7921
7922 17 August 2007: Wouter
7923         - work on DS2KE routine.
7924         - val_nsec.c for validator NSEC proofs.
7925         - unit test for NSEC bitmap reading.
7926         - dname iswild and canonical_compare with unit tests.
7927
7928 16 August 2007: Wouter
7929         - DS sig unit test.
7930         - latest release libevent 1.3c and 1.3d have threading fixed.
7931         - key entry fixup data pointer and ttl absolute.
7932         - This makes a key-prime succeed in validator, with DS or DNSKEY as
7933           trust-anchor.
7934         - fixup canonical compare byfield routine, fix bug and also neater.
7935         - fixed iterator response type classification for queries of type
7936           ANY and NS.
7937           dig ANY gives sometimes NS rrset in AN and NS section, and parser
7938           removes the NS section duplicate. dig NS gives sometimes the NS
7939           in the answer section, as referral.
7940         - validator FINDKEY state.
7941
7942 15 August 2007: Wouter
7943         - crypto calls to verify signatures.
7944         - unit test for rrsig verification.
7945
7946 14 August 2007: Wouter
7947         - default outgoing ports changed to avoid port 2049 by default.
7948           This port is widely blocked by firewalls.
7949         - count infra lameness cache in memory size.
7950         - accounting of memory improved
7951         - outbound entries are allocated in the query region they are for.
7952         - extensive debugging for memory allocations.
7953         - --enable-lock-checks can be used to enable lock checking.
7954         - protect undefs in config.h from autoheaders ministrations.
7955         - print all received udp packets. log hex will print on multiple
7956           lines if needed.
7957         - fixed error in parser with backwards rrsig references.
7958         - mark cycle targets for iterator did not have CD flag so failed
7959           its task.
7960
7961 13 August 2007: Wouter
7962         - fixup makefile, if lexer is missing give nice error and do not
7963           mess up the dependencies.
7964         - canonical compare routine updated.
7965         - canonical hinfo compare.
7966         - printout list of the queries that the mesh is working on.
7967
7968 10 August 2007: Wouter
7969         - malloc and free overrides that track total allocation and frees.
7970           for memory debugging.
7971         - work on canonical sort.
7972
7973 9 August 2007: Wouter
7974         - canonicalization, signature checks
7975         - dname signature label count and unit test.
7976         - added debug heap size print to memory printout.
7977         - typo fixup in worker.c
7978         - -R needed on solaris.
7979         - validator override option for date check testing.
7980
7981 8 August 2007: Wouter
7982         - ldns _raw routines created (in ldns trunk).
7983         - sigcrypt DS digest routines
7984         - val_utils uses sigcrypt to perform signature cryptography.
7985         - sigcrypt keyset processing
7986
7987 7 August 2007: Wouter
7988         - security status type.
7989         - security status is copied when rdata is equal for rrsets.
7990         - rrset id is updated to invalidate all the message cache entries
7991           that refer to NSEC, NSEC3, DNAME rrsets that have changed.
7992         - val_util work
7993         - val_sigcrypt file for validator signature checks.
7994
7995 6 August 2007: Wouter
7996         - key cache for validator.
7997         - moved isroot and dellabel to own dname routines, with unit test.
7998
7999 3 August 2007: Wouter
8000         - replanning.
8001         - scrubber check section of lame NS set.
8002         - trust anchors can be in config file or read from zone file,
8003           DS and DNSKEY entries.
8004         - unit test trust anchor storage.
8005         - trust anchors converted to packed rrsets.
8006         - key entry definition.
8007
8008 2 August 2007: Wouter
8009         - configure change for latest libevent trunk version (needs -lrt).
8010         - query_done and walk_supers are moved out of module interface.
8011         - fixup delegation point duplicates.
8012         - fixup iterator scrubber; lame NS set is let through the scrubber
8013           so that the classification is lame.
8014         - validator module exists, and does nothing but pass through,
8015           with calling of next module and return.
8016         - validator work.
8017
8018 1 August 2007: Wouter
8019         - set version to 0.5
8020         - module work for module to module interconnections.
8021         - config of modules.
8022         - detect cycle takes flags.
8023
8024 31 July 2007: Wouter
8025         - updated plan
8026         - release 0.4 tag.
8027
8028 30 July 2007: Wouter
8029         - changed random state init, so that sequential process IDs are not
8030           cancelled out by sequential thread-ids in the random number seed.
8031         - the fwd_three test, which sends three queries to unbound, and 
8032           unbound is kept waiting by ldns-testns for 3 seconds, failed
8033           because the retry timeout for default by unbound is 3 seconds too,
8034           it would hit that timeout and fail the test. Changed so that unbound
8035           is kept waiting for 2 seconds instead.
8036
8037 27 July 2007: Wouter
8038         - removed useless -C debug option. It did not work.
8039         - text edit of documentation.
8040         - added doc/CREDITS file, referred to by the manpages.
8041         - updated planning.
8042
8043 26 July 2007: Wouter
8044         - cycle detection, for query state dependencies. Will attempt to
8045           circumvent the cycle, but if no other targets available fails.
8046         - unit test for AXFR, IXFR response.
8047         - test for cycle detection.
8048
8049 25 July 2007: Wouter
8050         - testbound read ADDRESS and check it.
8051         - test for version.bind and friends.
8052         - test for iterator chaining through several referrals.
8053         - test and fixup for refetch for glue. Refetch fails if glue
8054           is still not provided.
8055
8056 24 July 2007: Wouter
8057         - Example section in config manual.
8058         - Addr stored for range and moment in replay.
8059
8060 20 July 2007: Wouter
8061         - Check CNAME chain before returning cache entry with CNAMEs.
8062         - Option harden-glue, default is on. It will discard out of zone
8063           data. If disabled, performance is faster, but spoofing attempts
8064           become a possibility. Note that still normalize scrubbing is done,
8065           and that the potentially spoofed data is used for infrastructure
8066           and not returned to the client.
8067         - if glue times out, refetch by asking parent of delegation again.
8068           Much like asking for DS at the parent side.
8069         - TODO items from forgery-resilience draft.
8070           and on memory handling improvements.
8071         - renamed module_event_timeout to module_event_noreply.
8072         - memory reporting code; reports on memory usage after handling
8073           a network packet (not on cache replies).
8074
8075 19 July 2007: Wouter
8076         - shuffle NS selection when getting nameserver target addresses.
8077         - fixup of deadlock warnings, yield cpu in checklock code so that
8078           freebsd scheduler selects correct process to run.
8079         - added identity and version config options and replies.
8080         - store cname messages complete answers.
8081
8082 18 July 2007: Wouter
8083         - do not query addresses, 127.0.0.1, and ::1 by default.
8084
8085 17 July 2007: Wouter
8086         - forward zone options in config file.
8087         - forward per zone in iterator. takes precedence over stubs.
8088         - fixup commithooks.
8089         - removed forward-to and forward-to-port features, subsumed by
8090           new forward zones.
8091         - fix parser to handle absent server: clause.
8092         - change untrusted rrset test to account for scrubber that is now
8093           applied during the test (which removes the poison, by the way).
8094         - feature, addresses can be specified with @portnumber, like nsd.conf.
8095         - test config files changed over to new forwarder syntax.
8096
8097 27 June 2007: Wouter
8098         - delete of mesh does a postorder traverse of the tree.
8099         - found and fixed a memory leak. For TTL=0 messages, that would
8100           not be cached, instead the msg-replyinfo structure was leaked.
8101         - changed server selection so it will filter out hosts that are
8102           unresponsive. This is defined as a host with the maximum rto value.
8103           This means that unbound tried the host for retries up to 120 secs.
8104           The rto value will time out after host-ttl seconds from the cache.
8105           This keeps such unresolvable queries from taking up resources.
8106         - utility for keeping histogram.
8107
8108 26 June 2007: Wouter
8109         - mesh is called by worker, and iterator uses it.
8110           This removes the hierarchical code.
8111           QueryTargets state and Finished state are merged for iterator.
8112         - forwarder mode no longer sets AA bit on first reply.
8113         - rcode in walk_supers is not needed.
8114
8115 25 June 2007: Wouter
8116         - more mesh work.
8117         - error encode routine for ease.
8118
8119 22 June 2007: Wouter
8120         - removed unused _node iterator value from rbtree_t. Takes up space.
8121         - iterator can handle querytargets state without a delegation point
8122           set, so that a priming(stub) subquery error can be handled.
8123         - iterator stores if it is priming or not.
8124         - log_query_info() neater logging.
8125         - changed iterator so that it does not alter module_qstate.qinfo
8126           but keeps a chase query info. Also query_flags are not altered,
8127           the iterator uses chase_flags.
8128         - fixup crash in case no ports for the family exist.
8129
8130 21 June 2007: Wouter
8131         - Fixup secondary buffer in case of error callback.
8132         - cleanup slumber list of runnable states.
8133         - module_subreq_depth fails to work in slumber list.
8134         - fixup query release for cached results to sub targets.
8135         - neater error for tcp connection failure, shows addr in verbose.
8136         - rbtree_init so that it can be used with preallocated memory.
8137
8138 20 June 2007: Wouter
8139         - new -C option to enable coredumps after forking away.
8140         - doc update.
8141         - fixup CNAME generation by scrubber, and memory allocation of it.
8142         - fixup deletion of serviced queries when all callbacks delete too.
8143         - set num target queries to 0 when you move them to slumber list.
8144         - typo in check caused subquery errors to be ignored, fixed.
8145         - make lint happy about rlim_t.
8146         - freeup of modules after freeup of module-states.
8147         - duplicate replies work, this uses secondary udp buffer in outnet.
8148
8149 19 June 2007: Wouter
8150         - nicer layout in stats.c, review 0.3 change.
8151         - spelling improvement, review 0.3 change.
8152         - uncapped timeout for server selection, so that very fast or slow
8153           servers will stand out from the rest.
8154         - target-fetch-policy: "3 2 1 0 0" config setting.
8155         - fixup queries answered without RD bit (for root prime results).
8156         - refuse AXFR and IXFR requests.
8157         - fixup RD flag in error reply from iterator. fixup RA flag from
8158           worker error reply.
8159         - fixup encoding of very short edns buffer sizes, now sets TC bit.
8160         - config options harden-short-bufsize and harden-large-queries.
8161
8162 18 June 2007: Wouter
8163         - same, move subqueries to slumber list when first has resolved.
8164         - fixup last fix for duplicate callbacks.
8165         - another offbyone in targetcounter. Also in Java prototype by the way.
8166
8167 15 June 2007: Wouter
8168         - if a query asks to be notified of the same serviced query result
8169           multiple times, this will succeed. Only one callback will happen;
8170           multiple outbound-list entries result (but the double cleanup of it
8171           will not matter).
8172         - when iterator moves on due to CNAME or referral, it will remove
8173           the subqueries (for other targets). These are put on the slumber
8174           list.
8175         - state module wait subq is OK with no new subqs, an old one may have
8176           stopped, with an error, and it is still waiting for other ones.
8177         - if a query loops, halt entire query (easy way to clean up properly).
8178
8179 14 June 2007: Wouter
8180         - num query targets was > 0 , not >= 0 compared, so that fetch
8181           policy of 0 did nothing.
8182
8183 13 June 2007: Wouter
8184         - debug option: configure --enable-static-exe for compile where
8185           ldns and libevent are linked statically. Default is off.
8186         - make install and make uninstall. Works with static-exe and without.
8187           installation of unbound binary and manual pages.
8188         - alignment problem fix on solaris 64.
8189         - fixup address in case of TCP error.
8190
8191 12 June 2007: Wouter
8192         - num target queries was set to 0 at a bad time. Default it to 0 and
8193           increase as target queries are done.
8194         - synthesize CNAME and DNAME responses from the cache.
8195         - Updated doxygen config for doxygen 1.5.
8196         - aclocal newer version.
8197         - doxygen 1.5 fixes for comments (for the strict check on docs).
8198
8199 11 June 2007: Wouter
8200         - replies on TCP queries have the address field set in replyinfo,
8201           for serviced queries, because the initiator does not know that
8202           a TCP fallback has occured.
8203         - omit DNSSEC types from nonDO replies, except if qtype is ANY or
8204           if qtype directly queries for the type (and then only show that
8205           'unknown type' in the answer section).
8206         - fixed message parsing where rrsigs on their own would be put
8207           in the signature list over the rrsig type.
8208
8209 7 June 2007: Wouter
8210         - fixup error in double linked list insertion for subqueries and
8211           for outbound list of serviced queries for iterator module.
8212         - nicer printout of outgoing port selection. 
8213         - fixup cname target readout.
8214         - nicer debug output.
8215         - fixup rrset counts when prepending CNAMEs to the answer.
8216         - fixup rrset TTL for prepended CNAMEs.
8217         - process better check for looping modules, and which submodule to
8218           run next.
8219         - subreq insertion code fixup for slumber list.
8220         - VERB_DETAIL, verbosity: 2 level gives short but readable output.
8221           VERB_ALGO, verbosity: 3 gives extensive output.
8222         - fixup RA bit in cached replies.
8223         - fixup CNAME responses from the cache no longer partial response.
8224         - error in network send handled without leakage.
8225         - enable ip6 from config, and try ip6 addresses if available,
8226           if ip6 is not connected, skips to next server.
8227
8228 5 June 2007: Wouter
8229         - iterator state finished.
8230         - subrequests without parent store in cache and stop.
8231         - worker slumber list for ongoing promiscuous queries.
8232         - subrequest error handling.
8233         - priming failure returns SERVFAIL.
8234         - priming gives LAME result, returns SERVFAIL.
8235         - debug routine to print dns_msg as handled by iterator.
8236         - memleak in config file stubs fixup.
8237         - more small bugs, in scrubber, query compare no ID for lookup,
8238           in dname validation for NS targets.
8239         - sets entry.key for new special allocs.
8240         - lognametypeclass can display unknown types and classes.
8241
8242 4 June 2007: Wouter
8243         - random selection of equally preferred nameserver targets.
8244         - reply info copy routine. Reuses existing code.
8245         - cache lameness in response handling.
8246         - do not touch qstate after worker_process_query because it may have
8247           been deleted by that routine.
8248         - Prime response state.
8249         - Process target response state.
8250         - some memcmp changed to dname_compare for case preservation.
8251
8252 1 June 2007: Wouter
8253         - normalize incoming messages. Like unbound-java, with CNAME chain
8254           checked, DNAME checked, CNAME's synthesized, glue checked.
8255         - sanitize incoming messages.
8256         - split msgreply encode functions into own file msgencode.c.
8257         - msg_parse to queryinfo/replyinfo conversion more versatile.
8258         - process_response, classify response, delegpt_from_message. 
8259
8260 31 May 2007: Wouter
8261         - querytargets state.
8262         - dname_subdomain_c() routine.
8263         - server selection, based on RTT. ip6 is filtered out if not available,
8264           and lameness is checked too.
8265         - delegation point copy routine.
8266
8267 30 May 2007: Wouter
8268         - removed FLAG_CD from message and rrset caches. This was useful for
8269           an agnostic forwarder, but not for a sophisticated (trust value per
8270           rrset enabled) cache.
8271         - iterator response typing.
8272         - iterator cname handle.
8273         - iterator prime start.
8274         - subquery work.
8275         - processInitRequest and processInitRequest2.
8276         - cache synthesizes referral messages, with DS and NSEC.
8277         - processInitRequest3.
8278         - if a request creates multiple subrequests these are all activated.
8279
8280 29 May 2007: Wouter
8281         - routines to lock and unlock array of rrsets moved to cache/rrset.
8282         - lookup message from msg cache (and copy to region).
8283         - fixed cast error in dns msg lookup.
8284         - message with duplicate rrset does not increase its TTLs twice.
8285         - 'qnamesize' changed to 'qname_len' for similar naming scheme.
8286
8287 25 May 2007: Wouter
8288         - Acknowledge use of unbound-java code in iterator. Nicer readme.
8289         - services/cache/dns.c DNS Cache. Hybrid cache uses msgcache and
8290           rrset cache from module environment.
8291         - packed rrset key has type and class as easily accessible struct
8292           members. They are still kept in network format for fast msg encode.
8293         - dns cache find_delegation routine.
8294         - iterator main functions setup.
8295         - dns cache lookup setup.
8296
8297 24 May 2007: Wouter
8298         - small changes to prepare for subqueries.
8299         - iterator forwarder feature separated out.
8300         - iterator hints stub code, config file stub code, so that first
8301           testing can proceed locally.
8302         - replay tests now have config option to enable forwarding mode.
8303
8304 23 May 2007: Wouter
8305         - outside network does precise timers for roundtrip estimates for rtt
8306           and for setting timeout for UDP. Pending_udp takes milliseconds.
8307         - cleaner iterator sockaddr conversion of forwarder address.
8308         - iterator/iter_utils and iter_delegpt setup.
8309         - root hints.
8310
8311 22 May 2007: Wouter
8312         - outbound query list for modules and support to callback with the
8313           outbound entry to the module.
8314         - testbound support for new serviced queries.
8315         - test for retry to TCP cannot use testbound any longer.
8316         - testns test for EDNS fallback, test for TCP fallback already exists.
8317         - fixes for no-locking compile.
8318         - mini_event timer precision and fix for change in timeouts during
8319           timeout callback. Fix for fwd_three tests, performed nonexit query.
8320
8321 21 May 2007: Wouter
8322         - small comment on hash table locking.
8323         - outside network serviced queries, contain edns and tcp fallback,
8324           and udp retries and rtt timing.
8325
8326 16 May 2007: Wouter
8327         - lruhash_touch() would cause locking order problems. Fixup in 
8328           lock-verify in case locking cycle is found.
8329         - services/cache/rrset.c for rrset cache code.
8330         - special rrset_cache LRU updating function that uses the rrset id.
8331         - no dependencies calculation when make clean is called.
8332         - config settings for infra cache.
8333         - daemon code slightly cleaner, only creates caches once.
8334
8335 15 May 2007: Wouter
8336         - host cache code.
8337         - unit test for host cache.
8338
8339 14 May 2007: Wouter
8340         - Port to OS/X and Dec Alpha. Printf format and alignment fixes.
8341         - extensive lock debug report on join timeout.
8342         - proper RTT calculation, in utility code.
8343         - setup of services/cache/infra, host cache.
8344
8345 11 May 2007: Wouter
8346         - iterator/iterator.c module.
8347         - fixup to pass reply_info in testcode and in netevent.
8348
8349 10 May 2007: Wouter
8350         - created release-0.3 svn tag.
8351         - util/module.h
8352         - fixed compression - no longer compresses root name.
8353
8354 9 May 2007: Wouter
8355         - outside network cleans up waiting tcp queries on exit.
8356         - fallback to TCP.
8357         - testbound replay with retry in TCP mode.
8358         - tpkg test for retry in TCP mode, against ldns-testns server.
8359         - daemon checks max number of open files and complains if not enough.
8360         - test where data expires in the cache.
8361         - compiletests: fixed empty body ifstatements in alloc.c, in case
8362           locks are disabled.
8363
8364 8 May 2007: Wouter
8365         - outgoing network keeps list of available tcp buffers for outgoing 
8366           tcp queries.
8367         - outgoing-num-tcp config option.
8368         - outgoing network keeps waiting list of queries waiting for buffer.
8369         - netevent supports outgoing tcp commpoints, nonblocking connects.
8370
8371 7 May 2007: Wouter
8372         - EDNS read from query, used to make reply smaller.
8373         - advertised edns value constants.
8374         - EDNS BADVERS response, if asked for too high edns version.
8375         - EDNS extended error responses once the EDNS record from the query
8376           has successfully been parsed.
8377
8378 4 May 2007: Wouter
8379         - msgreply sizefunc is more accurate.
8380         - config settings for rrset cache size and slabs.
8381         - hashtable insert takes argument so that a thread can use its own
8382           alloc cache to store released keys.
8383         - alloc cache special_release() locks if necessary.
8384         - rrset trustworthiness type added.
8385         - thread keeps a scratchpad region for handling messages.
8386         - writev used in netevent to write tcp length and data after another.
8387           This saves a roundtrip on tcp replies.
8388         - test for one rrset updated in the cache.
8389         - test for one rrset which is not updated, as it is not deemed
8390           trustworthy enough.
8391         - test for TTL refreshed in rrset.
8392
8393 3 May 2007: Wouter
8394         - fill refs. Use new parse and encode to answer queries.
8395         - stores rrsets in cache.
8396         - uses new msgreply format in cache.
8397
8398 2 May 2007: Wouter
8399         - dname unit tests in own file and spread out neatly in functions.
8400         - more dname unit tests.
8401         - message encoding creates truncated TC flagged messages if they do 
8402           not fit, and will leave out (whole)rrsets from additional if needed.
8403
8404 1 May 2007: Wouter
8405         - decompress query section, extremely lenient acceptance.
8406           But only for answers from other servers, not for plain queries.
8407         - compression and decompression test cases.
8408         - some stats added.
8409         - example.conf interface: line is changed from 127.0.0.1 which leads
8410           to problems if used (restricting communication to the localhost),
8411           to a documentation and test address.
8412
8413 27 April 2007: Wouter
8414         - removed iov usage, it is not good for dns message encoding.
8415         - owner name compression more optimal.
8416         - rrsig owner name compression.
8417         - rdata domain name compression.
8418
8419 26 April 2007: Wouter
8420         - floating point exception fix in lock-verify.
8421         - lint uses make dependency
8422         - fixup lint in dname owner domain name compression code.
8423         - define for offset range that can be compressed to.
8424
8425 25 April 2007: Wouter
8426         - prettier code; parse_rrset->type kept in host byte order.
8427         - datatype used for hashvalue of converted rrsig structure.
8428         - unit test compares edns section data too.
8429
8430 24 April 2007: Wouter
8431         - ttl per RR, for RRSIG rrsets and others.
8432         - dname_print debug function.
8433         - if type is not known, size calc will skip DNAME decompression.
8434         - RRSIG parsing and storing and putting in messages.
8435         - dnssec enabled unit tests (from nlnetlabs.nl and se queries).
8436         - EDNS extraction routine.
8437
8438 20 April 2007: Wouter
8439         - code comes through all of the unit tests now.
8440         - disabled warning about spurious extra data.
8441         - documented the RRSIG parse plan in msgparse.h.
8442         - rrsig reading and outputting.
8443
8444 19 April 2007: Wouter
8445         - fix unit test to actually to tests.
8446         - fix write iov helper, and fakevent code.
8447         - extra builtin testcase (small packet).
8448         - ttl converted to network format in packets.
8449         - flags converted correctly
8450         - rdatalen off by 2 error fixup.
8451         - uses less iov space for header.
8452
8453 18 April 2007: Wouter
8454         - review of msgparse code.
8455         - smaller test cases.
8456
8457 17 April 2007: Wouter
8458         - copy and decompress dnames.
8459         - store calculated hash value too.
8460         - routine to create message out of stored information.
8461         - util/data/msgparse.c for message parsing code.
8462         - unit test, and first fixes because of test.
8463                 * forgot rrset_count addition.
8464                 * did & of ptr on stack for memory position calculation.
8465                 * dname_pkt_copy forgot to read next label length.
8466         - test from file and fixes
8467                 * double frees fixed in error conditions.
8468                 * types with less than full rdata allowed by parser.
8469                   Some dynamic update packets seem to use it.
8470
8471 16 April 2007: Wouter
8472         - following a small change in LDNS, parsing code calculates the
8473           memory size to allocate for rrs.
8474         - code to handle ID creation.
8475
8476 13 April 2007: Wouter
8477         - parse routines. Code that parses rrsets, rrs.
8478
8479 12 April 2007: Wouter
8480         - dname compare routine that preserves case, with unit tests.
8481         
8482 11 April 2007: Wouter
8483         - parse work - dname packet parse, msgparse, querysection parse,
8484           start of sectionparse.
8485
8486 10 April 2007: Wouter
8487         - Improved alignment of reply_info packet, nice for 32 and 64 bit.
8488         - Put RRset counts in reply_info, because the number of RRs can change
8489           due to RRset updates.
8490         - import of region-allocator code from nsd.
8491         - set alloc special type to ub_packed_rrset_key.
8492           Uses lruhash entry overflow chain next pointer in alloc cache.
8493         - doxygen documentation for region-allocator.
8494         - setup for parse scratch data.
8495
8496 5 April 2007: Wouter
8497         - discussed packed rrset with Jelte.
8498
8499 4 April 2007: Wouter
8500         - moved to version 0.3.
8501         - added util/data/dname.c
8502         - layout of memory for rrsets.
8503
8504 3 April 2007: Wouter
8505         - detect sign of msghdr.msg_iovlen so that the cast to that type
8506           in netevent (which is there to please lint) can be correct.
8507           The type on several OSes ranges from int, int32, uint32, size_t.
8508           Detects unsigned or signed using math trick.
8509         - constants for DNS flags. 
8510         - compilation without locks fixup.
8511         - removed include of unportable header from lookup3.c.
8512         - more portable use of struct msghdr.
8513         - casts for printf warning portability.
8514         - tweaks to tests to port them to the testbed.
8515         - 0.2 tag created.
8516
8517 2 April 2007: Wouter
8518         - check sizes of udp received messages, not too short.
8519         - review changes. Some memmoves can be memcpys: 4byte aligned.
8520           set id correctly on cached answers. 
8521         - review changes msgreply.c, memleak on error condition. AA flag
8522           clear on cached reply. Lowercase queries on hashing.
8523           unit test on lowercasing. Test AA bit not set on cached reply.
8524           Note that no TTLs are managed.
8525
8526 29 March 2007: Wouter
8527         - writev or sendmsg used when answering from cache.
8528           This avoids a copy of the data.
8529         - do not do useless byteswap on query id. Store reply flags in uint16
8530           for easier access (and no repeated byteswapping).
8531         - reviewed code.
8532         - configure detects and config.h includes sys/uio.h for writev decl.
8533
8534 28 March 2007: Wouter
8535         - new config option: num-queries-per-thread.
8536         - added tpkg test for answering three queries at the same time
8537           using one thread (from the query service list).
8538
8539 27 March 2007: Wouter
8540         - added test for cache and not cached answers, in testbound replays.
8541         - testbound can give config file and commandline options from the
8542           replay file to unbound.
8543         - created test that checks if items drop out of the cache.
8544         - added word 'partitioned hash table' to documentation on slab hash.
8545           A slab hash is a partitioned hash table.
8546         - worker can handle multiple queries at a time.
8547
8548 26 March 2007: Wouter
8549         - config settings for slab hash message cache.
8550         - test for cached answer.
8551         - Fixup deleting fake answer from testbound list.
8552
8553 23 March 2007: Wouter
8554         - review of yesterday's commits.
8555         - covered up memory leak of the entry locks.
8556         - answers from the cache correctly. Copies flags correctly.
8557         - sanity check for incoming query replies.
8558         - slabbed hash table. Much nicer contention, need dual cpu to see.
8559
8560 22 March 2007: Wouter
8561         - AIX configure check.
8562         - lock-verify can handle references to locks that are created
8563           in files it has not yet read in.
8564         - threaded hash table test. 
8565         - unit test runs lock-verify afterwards and checks result.
8566         - need writelock to update data on hash_insert.
8567         - message cache code, msgreply code.
8568
8569 21 March 2007: Wouter
8570         - unit test of hash table, fixup locking problem in table_grow().
8571         - fixup accounting of sizes for removing items from hashtable.
8572         - unit test for hash table, single threaded test of integrity.
8573         - lock-verify reports errors nicely. More quiet in operation.
8574
8575 16 March 2007: Wouter
8576         - lock-verifier, checks consistent order of locking.
8577
8578 14 March 2007: Wouter
8579         - hash table insert (and subroutines) and lookup implemented.
8580         - hash table remove.
8581         - unit tests for hash internal bin, lru functions.
8582
8583 13 March 2007: Wouter
8584         - lock_unprotect in checklocks.
8585         - util/storage/lruhash.h for LRU hash table structure.
8586
8587 12 March 2007: Wouter
8588         - configure.ac moved to 0.2.
8589         - query_info and replymsg util/data structure.
8590
8591 9 March 2007: Wouter
8592         - added rwlock writelock checking.
8593           So it will keep track of the writelock, and readlocks are enforced
8594           to not change protected memory areas.
8595         - log_hex function to dump hex strings to the logfile.
8596         - checklocks zeroes its destroyed lock after checking memory areas.
8597         - unit test for alloc.
8598         - identifier for union in checklocks to please older compilers.
8599         - created 0.1 tag.
8600
8601 8 March 2007: Wouter
8602         - Reviewed checklock code.
8603
8604 7 March 2007: Wouter
8605         - created a wrapper around thread calls that performs some basic
8606           checking for data race and deadlock, and basic performance 
8607           contention measurement.
8608
8609 6 March 2007: Wouter
8610         - Testbed works with threading (different machines, different options).
8611         - alloc work, does the special type.
8612
8613 2 March 2007: Wouter
8614         - do not compile fork funcs unless needed. Otherwise will give
8615           type errors as their typedefs have not been enabled.
8616         - log shows thread numbers much more nicely (and portably).
8617         - even on systems with nonthreadsafe libevent signal handling,
8618           unbound will exit if given a signal.
8619           Reloads will not work, and exit is not graceful.
8620         - start of alloc framework layout.
8621
8622 1 March 2007: Wouter
8623         - Signals, libevent and threads work well, with libevent patch and
8624           changes to code (close after event_del).
8625         - set ipc pipes nonblocking.
8626
8627 27 February 2007: Wouter
8628         - ub_thread_join portable definition.
8629         - forking is used if no threading is available.
8630           Tested, it works, since pipes work across processes as well.
8631           Thread_join is replaced with waitpid. 
8632         - During reloads the daemon will temporarily handle signals,
8633           so that they do not result in problems.
8634         - Also randomize the outgoing port range for tests.
8635         - If query list is full, will stop selecting listening ports for read.
8636           This makes all threads service incoming requests, instead of one.
8637           No memory is leaking during reloads, service of queries, etc.
8638         - test that uses ldns-testns -f to test threading. Have to answer
8639           three queries at the same time.
8640         - with verbose=0 operates quietly.
8641
8642 26 February 2007: Wouter
8643         - ub_random code used to select ID and port.
8644         - log code prints thread id.
8645         - unbound can thread itself, with reload(HUP) and quit working
8646           correctly.
8647         - don't open pipes for #0, doesn't need it.
8648         - listens to SIGTERM, SIGQUIT, SIGINT (all quit) and SIGHUP (reload).
8649
8650 23 February 2007: Wouter
8651         - Can do reloads on sigHUP. Everything is stopped, and freed,
8652           except the listening ports. Then the config file is reread.
8653           And everything is started again (and listening ports if needed).
8654         - Ports for queries are shared.
8655         - config file added interface:, chroot: and username:.
8656         - config file: directory, logfile, pidfile. And they work too.
8657         - will daemonize by default now. Use -d to stay in the foreground.
8658         - got BSD random[256 state] code, made it threadsafe. util/random.
8659
8660 22 February 2007: Wouter
8661         - Have a config file. Removed commandline options, moved to config.
8662         - tests use config file.
8663
8664 21 February 2007: Wouter
8665         - put -c option in man page.
8666         - minievent fd array capped by FD_SETSIZE.
8667
8668 20 February 2007: Wouter
8669         - Added locks code and pthread spinlock detection.
8670         - can use no locks, or solaris native thread library.
8671         - added yacc and lex configure, and config file parsing code.
8672           also makedist.sh, and manpage.
8673         - put include errno.h in config.h
8674
8675 19 February 2007: Wouter
8676         - Created 0.0 svn tag.
8677         - added acx_pthread.m4 autoconf check for pthreads from 
8678           the autoconf archive. It is GPL-with-autoconf-exception Licensed.
8679           You can specify --with-pthreads, or --without-pthreads to configure.
8680
8681 16 February 2007: Wouter
8682         - Updated testbed script, works better by using make on remote end.
8683         - removed check decls, we can compile without them.
8684         - makefile supports LIBOBJ replacements.
8685         - docs checks ignore compat code.
8686         - added util/mini-event.c and .h, a select based alternative used with
8687           ./configure --with-libevent=no
8688           It is limited to 1024 file descriptors, and has less features.
8689         - will not create ip6 sockets if ip6 not on the machine.
8690
8691 15 February 2007: Wouter
8692         - port to FreeBSD 4.11 Dec Alpha. Also works on Solaris 10 sparc64,
8693           Solaris 9, FreeBSD 6, Linux i386 and OSX powerpc.
8694         - malloc rndstate, so that it is aligned for access.
8695         - fixed rbtree cleanup with postorder traverse.
8696         - fixed pending messages are deleted when handled.
8697         - You can control verbosity; default is not verbose, every -v
8698           adds more verbosity.
8699
8700 14 February 2007: Wouter
8701         - Included configure.ac changes from ldns.
8702         - detect (some) headers before the standards check.
8703         - do not use isblank to test c99, since its not available on solaris9.
8704         - review of testcode.
8705                 * entries in a RANGE are no longer reversed.
8706                 * print name of file with replay entry parse errors.
8707         - port to OSX: cast to int for some prints of sizet.
8708         - Makefile copies ldnstestpkts.c before doing dependencies on it.
8709
8710 13 February 2007: Wouter
8711         - work on fake events, first fwd replay works.
8712         - events can do timeouts and errors on queries to servers.
8713         - test package that runs replay scenarios.
8714
8715 12 February 2007: Wouter
8716         - work on fake events.
8717
8718 9 February 2007: Wouter
8719         - replay file reading.
8720         - fake event setup, it creates fake structures, and teardowns,
8721           added signal callbacks to reply to be able to fake those,
8722           and main structure of event replay routines.
8723
8724 8 February 2007: Wouter
8725         - added tcp test.
8726         - replay storage.
8727         - testcode/fake_event work.
8728
8729 7 February 2007: Wouter
8730         - return answer with the same ID as query was sent with.
8731         - created udp forwarder test. I've done some effort to make it perform
8732           quickly. After servers are created, no big sleep statements but
8733           it checks the logfiles to see if servers have come up. Takes 0.14s.
8734         - set addrlen value when calling recvfrom.
8735         - comparison of addrs more portable.
8736         - LIBEVENT option for testbed to set libevent directory.
8737         - work on tcp input.
8738
8739 6 February 2007: Wouter
8740         - reviewed code and improved in places.
8741
8742 5 February 2007: Wouter
8743         - Picked up stdc99 and other define tests from ldns. Improved
8744           POSIX define test to include getaddrinfo.
8745         - defined constants for netevent callback error code.
8746         - unit test for strisip6.
8747
8748 2 February 2007: Wouter
8749         - Created udp4 and udp6 port arrays to provide service for both
8750           address families.
8751         - uses IPV6_USE_MIN_MTU for udp6 ,IPV6_V6ONLY to make ip6 sockets.
8752         - listens on both ip4 and ip6 ports to provide correct return address.
8753         - worker fwder address filled correctly.
8754         - fixup timer code.
8755         - forwards udp queries and sends answer.
8756
8757 1 February 2007: Wouter
8758         - outside network more UDP work.
8759         - moved * closer to type.
8760         - comm_timer object and events.
8761
8762 31 January 2007: Wouter
8763         - Added makedist.sh script to make release tarball.
8764         - Removed listen callback layer, did not add anything.
8765         - Added UDP recv to netevent, worker callback for udp.
8766         - netevent communication reply storage structure.
8767         - minimal query header sanity checking for worker.
8768         - copied over rbtree implementation from NSD (BSD licensed too).
8769         - outgoing network query service work.
8770
8771 30 January 2007: Wouter
8772         - links in example/ldns-testpkts.c and .h for premade packet support.
8773         - added callback argument to listen_dnsport and daemon/worker.
8774
8775 29 January 2007: Wouter
8776         - unbound.8 a short manpage.
8777
8778 26 January 2007: Wouter
8779         - fixed memleak.
8780         - make lint works on BSD and Linux (openssl defines).
8781         - make tags works.
8782         - testbound program start.
8783
8784 25 January 2007: Wouter
8785         - fixed lint so it may work on BSD.
8786         - put license into header of every file.
8787         - created verbosity flag.
8788         - fixed libevent configure flag.
8789         - detects event_base_free() in new libevent 1.2 version.
8790         - getopt in daemon. fatal_exit() and verbose() logging funcs.
8791         - created log_assert, that throws assertions to the logfile.
8792         - listen_dnsport service. Binds ports.
8793
8794 24  January 2007: Wouter
8795         - cleaned up configure.ac.
8796
8797 23  January 2007: Wouter
8798         - added libevent to configure to link with.
8799         - util/netevent setup work.
8800         - configure searches for libevent.
8801         - search for libs at end of configure (when other headers and types
8802           have been found).
8803         - doxygen works with ATTR_UNUSED().
8804         - util/netevent implementation.
8805
8806 22  January 2007: Wouter
8807         - Designed header file for network communication.
8808
8809 16  January 2007: Wouter
8810         - added readme.svn and readme.tests.
8811
8812 4 January 2007: Wouter
8813         - Testbed script (run on multiple platforms the test set).
8814           Works on Sunos9, Sunos10, FreeBSD 6.1, Fedora core 5.
8815         - added unit test tpkg.
8816
8817 3 January 2007: Wouter
8818         - committed first set of files into subversion repository.
8819           svn co svn+ssh://unbound.net/svn/unbound
8820           You need a ssh login.  There is no https access yet.
8821         - Added LICENSE, the BSD license.
8822         - Added doc/README with compile help.
8823         - main program stub and quiet makefile.
8824         - minimal logging service (to stderr).
8825         - added postcommit hook that serves emails.
8826         - added first test 00-lint. postcommit also checks if build succeeds.
8827         - 01-doc: doxygen doc target added for html docs. And stringent test
8828           on documented files, functions and parameters.
8829
8830 15 December 2006: Wouter
8831         - Created Makefile.in and configure.ac.