Changelog revision 356345
16 December 2019: Wouter
2	- Fix ipsecmod compile.
3	- Fix Makefile.in for ipset module compile, from Adi Prasaja.
4
55 December 2019: Wouter
6	- unbound-fuzzers.tar.bz2: three programs for fuzzing, that are 1:1
7	  replacements for unbound-fuzzme.c that gets created after applying
8	  the contrib/unbound-fuzzme.patch.  They are contributed by
9	  Eric Sesterhenn from X41 D-Sec.
10	- tag for 1.9.6rc1.
11
124 December 2019: Wouter
13	- Fix lock type for memory purify log lock deletion.
14	- Fix testbound for alloccheck runs, memory purify and lock checks.
15	- update contrib/fastrpz.patch to apply more cleanly.
16	- Fix Make Test Fails when Configured With --enable-alloc-nonregional,
17	  reported by X41 D-Sec.
18
193 December 2019: Wouter
20	- Merge pull request #124 from rmetrich: Changed log lock
21	  from 'quick' to 'basic' because this is an I/O lock.
22	- Fix text around serial arithmatic used for RRSIG times to refer
23	  to correct RFC number.
24	- Fix Assert Causing DoS in synth_cname(),
25	  reported by X41 D-Sec.
26	- Fix similar code in auth_zone synth cname to add the extra checks.
27	- Fix Assert Causing DoS in dname_pkt_copy(),
28	  reported by X41 D-Sec.
29	- Fix OOB Read in sldns_wire2str_dname_scan(),
30	  reported by X41 D-Sec.
31	- Fix Out of Bounds Write in sldns_str2wire_str_buf(),
32	  reported by X41 D-Sec.
33	- Fix Out of Bounds Write in sldns_b64_pton(),
34	  fixed by check in sldns_str2wire_int16_data_buf(),
35	  reported by X41 D-Sec.
36	- Fix Insufficient Handling of Compressed Names in dname_pkt_copy(),
37	  reported by X41 D-Sec.
38	- Fix Out of Bound Write Compressed Names in rdata_copy(),
39	  reported by X41 D-Sec.
40	- Fix Hang in sldns_wire2str_pkt_scan(),
41	  reported by X41 D-Sec.
42	  This further lowers the max to 256.
43	- Fix snprintf() supports the n-specifier,
44	  reported by X41 D-Sec.
45	- Fix Bad Indentation, in dnscrypt.c,
46	  reported by X41 D-Sec.
47	- Fix Client NONCE Generation used for Server NONCE,
48	  reported by X41 D-Sec.
49	- Fix compile error in dnscrypt.
50	- Fix _vfixed not Used, removed from sbuffer code,
51	  reported by X41 D-Sec.
52	- Fix Hardcoded Constant, reported by X41 D-Sec.
53	- make depend
54
552 December 2019: Wouter
56	- Merge pull request #122 from he32: In tcp_callback_writer(),
57	  don't disable time-out when changing to read.
58
5922 November 2019: George
60	- Fix compiler warnings.
61
6222 November 2019: Wouter
63	- Fix dname loop maximum, reported by Eric Sesterhenn from X41 D-Sec.
64	- Add make distclean that removes everything configure produced,
65	  and make maintainer-clean that removes bison and flex output.
66
6720 November 2019: Wouter
68	- Fix Out of Bounds Read in rrinternal_get_owner(),
69	  reported by X41 D-Sec.
70	- Fix Race Condition in autr_tp_create(),
71	  reported by X41 D-Sec.
72	- Fix Shared Memory World Writeable,
73	  reported by X41 D-Sec.
74	- Adjust unbound-control to make stats_shm a read only operation.
75	- Fix Weak Entropy Used For Nettle,
76	  reported by X41 D-Sec.
77	- Fix Randomness Error not Handled Properly,
78	  reported by X41 D-Sec.
79	- Fix Out-of-Bounds Read in dname_valid(),
80	  reported by X41 D-Sec.
81	- Fix Config Injection in create_unbound_ad_servers.sh,
82	  reported by X41 D-Sec.
83	- Fix Local Memory Leak in cachedb_init(),
84	  reported by X41 D-Sec.
85	- Fix Integer Underflow in Regional Allocator,
86	  reported by X41 D-Sec.
87	- Upgrade compat/getentropy_linux.c to version 1.46 from OpenBSD.
88	- Synchronize compat/getentropy_win.c with version 1.5 from
89	  OpenBSD, no changes but makes the file, comments, identical.
90	- Upgrade compat/getentropy_solaris.c to version 1.13 from OpenBSD.
91	- Upgrade compat/getentropy_osx.c to version 1.12 from OpenBSD.
92	- Changes to compat/getentropy files for,
93	  no link to openssl if using nettle, and hence config.h for
94	  HAVE_NETTLE variable.
95	  compat definition of MAP_ANON, for older systems.
96	  ifdef stdint.h inclusion for older systems.
97	  ifdef sha2.h inclusion for older systems.
98	- Fixed Compat Code Diverging from Upstream, reported by X41 D-Sec.
99	- Fix compile with --enable-alloc-checks, reported by X41 D-Sec.
100	- Fix Terminating Quotes not Written, reported by X41 D-Sec.
101	- Fix Useless memset() in validator, reported by X41 D-Sec.
102	- Fix Unrequired Checks, reported by X41 D-Sec.
103	- Fix Enum Name not Used, reported by X41 D-Sec.
104	- Fix NULL Pointer Dereference via Control Port,
105	  reported by X41 D-Sec.
106	- Fix Bad Randomness in Seed, reported by X41 D-Sec.
107	- Fix python examples/calc.py for eval, reported by X41 D-Sec.
108	- Fix comments for doxygen in dns64.
109
11019 November 2019: Wouter
111	- Fix CVE-2019-18934, shell execution in ipsecmod.
112	- 1.9.5 is 1.9.4 with bugfix, trunk is 1.9.6 in development.
113	- Fix authzone printout buffer length check.
114	- Fixes to please lint checks.
115	- Fix Integer Overflow in Regional Allocator,
116	  reported by X41 D-Sec.
117	- Fix Unchecked NULL Pointer in dns64_inform_super()
118	  and ipsecmod_new(), reported by X41 D-Sec.
119	- Fix Out-of-bounds Read in rr_comment_dnskey(),
120	  reported by X41 D-Sec.
121	- Fix Integer Overflows in Size Calculations,
122	  reported by X41 D-Sec.
123	- Fix Integer Overflow to Buffer Overflow in
124	  sldns_str2wire_dname_buf_origin(), reported by X41 D-Sec.
125	- Fix Out of Bounds Read in sldns_str2wire_dname(),
126	  reported by X41 D-Sec.
127	- Fix Out of Bounds Write in sldns_bget_token_par(),
128	  reported by X41 D-Sec.
129
13018 November 2019: Wouter
131	- In unbound-host use separate variable for get_option to please
132	  code checkers.
133	- update to bison output of 3.4.1 in code repository.
134	- Provide a prototype for compat malloc to remove compile warning.
135	- Portable grep usage for reuseport configure test.
136	- Check return type of HMAC_Init_ex for openssl 0.9.8.
137	- gitignore .source tempfile used for compatible make.
138
13913 November 2019: Wouter
140	- iana portlist updated.
141	- contrib/fastrpz.patch updated to apply for current code.
142	- fixes for splint cleanliness, long vs int in SSL set_mode.
143
14411 November 2019: Wouter
145	- Fix #109: check number of arguments for stdin-pipes in
146	  unbound-control and fail if too many arguments.
147	- Merge #102 from jrtc27: Add getentropy emulation for FreeBSD.
148
14924 October 2019: Wouter
150	- Fix #99: Memory leak in ub_ctx (event_base will never be freed).
151
15223 October 2019: George
153	- Add new configure option `--enable-fully-static` to enable full static
154	  build if requested; in relation to #91.
155
15623 October 2019: Wouter
157	- Merge #97: manpage: Add missing word on unbound.conf,
158	  from Erethon.
159
16022 October 2019: Wouter
161	- drop-tld.diff: adds option drop-tld: yesno that drops 2 label
162	  queries, to stop random floods.  Apply with
163	  patch -p1 < contrib/drop-tld.diff and compile.
164	  From Saksham Manchanda (Secure64).  Please note that we think this
165	  will drop DNSKEY and DS lookups for tlds and hence break DNSSEC
166	  lookups for downstream clients.
167
1687 October 2019: Wouter
169	- Add doxygen comments to unbound-anchor source address code, in #86.
170
1713 October 2019: Wouter
172	- Merge #90 from vcunat: fix build with nettle-3.5.
173	- Merge 1.9.4 release with fix for vulnerability CVE-2019-16866.
174	- Continue with development of 1.9.5.
175	- Merge #86 from psquarejho: Added -b source address option to
176	  smallapp/unbound-anchor.c, from Lukas Wunner.
177
17826 September 2019: Wouter
179	- Merge #87 from hardfalcon: Fix contrib/unbound.service.in,
180	  Drop CAP_KILL, use + prefix for ExecReload= instead.
181
18225 September 2019: Wouter
183	- The unbound.conf includes are sorted ascending, for include
184	  statements with a '*' from glob.
185
18623 September 2019: Wouter
187	- Merge #85 for #84 from sam-lunt: Add kill capability to systemd
188	  service file to fix that systemctl reload fails.
189
19020 September 2019: Wouter
191	- Merge #82 from hardfalcon: Downgrade CAP_NET_ADMIN to CAP_NET_RAW
192	  in unbound.service.
193	- Merge #81 from Maryse47: Consistently use /dev/urandom instead
194	  of /dev/random in scripts and docs.
195	- Merge #83 from Maryse47: contrib/unbound.service.in: do not fork
196	  into the background.
197
19819 September 2019: Wouter
199	- Fix #78: Memory leak in outside_network.c.
200	- Merge pull request #76 from Maryse47: Improvements and fixes for
201	  systemd unbound.service.
202	- oss-fuzz badge on README.md.
203	- Fix fix for #78 to also free service callback struct.
204	- Fix for oss-fuzz build warning.
205	- Fix wrong response ttl for prepended short CNAME ttls, this would
206	  create a wrong zero_ttl response count with serve-expired enabled.
207	- Merge #80 from stasic: Improve wording in man page.
208
20911 September 2019: Wouter
210	- Use explicit bzero for wiping clear buffer of hash in cachedb,
211	  reported by Eric Sesterhenn from X41 D-Sec.
212
2139 September 2019: Wouter
214	- Fix #72: configure --with-syslog-facility=LOCAL0-7 with default
215	  LOG_DAEMON (as before) can set the syslog facility that the server
216	  uses to log messages.
217
2184 September 2019: Wouter
219	- Fix #71: fix openssl error squelch commit compilation error.
220
2213 September 2019: Wouter
222	- squelch DNS over TLS errors 'ssl handshake failed crypto error'
223	  on low verbosity, they show on verbosity 3 (query details), because
224	  there is a high volume and the operator cannot do anything for the
225	  remote failure.  Specifically filters the high volume errors.
226
2272 September 2019: Wouter
228	- ipset module #28: log that an address is added, when verbosity high.
229	- ipset: refactor long routine into three smaller ones.
230	- updated Makefile dependencies.
231
23223 August 2019: Wouter
233	- Fix contrib/fastrpz.patch asprintf return value checks.
234
23522 August 2019: Wouter
236	- Fix that pkg-config is setup before --enable-systemd needs it.
237	- 1.9.3rc2 release candidate tag.  And this became the 1.9.3 release.
238	  Master is 1.9.4 in development.
239
24021 August 2019: Wouter
241	- Fix log_dns_msg to log irrespective of minimal responses config.
242
24319 August 2019: Ralph
244	- Document limitation of pidfile removal outside of chroot directory.
245
24616 August 2019: Wouter
247	- Fix unittest valgrind false positive uninitialised value report,
248	  where if gcc 9.1.1 uses -O2 (but not -O1) then valgrind 3.15.0
249	  issues an uninitialised value for the token buffer at the str2wire.c
250	  rrinternal_get_owner() strcmp with the '@' value.  Rewritten to use
251	  straight character comparisons removes the false positive.  Also
252	  valgrinds --expensive-definedness-checks=yes can stop this false
253	  positive.
254	- Please doxygen's parser for "@" occurrence in doxygen comment.
255	- Fixup contrib/fastrpz.patch
256	- Remove warning about unknown cast-function-type warning pragma.
257
25815 August 2019: Wouter
259	- iana portlist updated.
260	- Fix autotrust temp file uniqueness windows compile.
261	- avoid warning about upcast on 32bit systems for autotrust.
262	- escape commandline contents for -V.
263	- Fix character buffer size in ub_ctx_hosts.
264	- 1.9.3rc1 release candidate tag.
265	- Option -V prints if TCP fastopen is available.
266
26714 August 2019: George
268	- Fix #59, when compiled with systemd support check that we can properly
269	  communicate with systemd through the `NOTIFY_SOCKET`.
270
27114 August 2019: Wouter
272	- Generate configlexer with newer flex.
273	- Fix warning for unused variable for compilation without systemd.
274
27512 August 2019: George
276	- Introduce `-V` option to print the version number and build options.
277	  Previously reported build options like linked libs and linked modules
278	  are now moved from `-h` to `-V` as well for consistency.
279	- PACKAGE_BUGREPORT now also includes link to GitHub issues.
280
2811 August 2019: Wouter
282	- For #52 #53, second context does not close logfile override.
283	- Fix #52 #53, fix for example fail program.
284	- Fix to return after failed auth zone http chunk write.
285	- Fix to remove unused test for task_probe existance.
286	- Fix to timeval_add for remaining second in microseconds.
287	- Check repinfo in worker_handle_request, if null, drop it.
288
28929 July 2019: Wouter
290	- Add verbose log message when auth zone file is written, at level 4.
291	- Add hex print of trust anchor pointer to trust anchor file temp
292	  name to make it unique, for libunbound created multiple contexts.
293
29423 July 2019: Wouter
295	- Fix question section mismatch in local zone redirect.
296
29719 July 2019: Wouter
298	- Fix #49: Set no renegotiation on the SSL context to stop client
299	  session renegotiation.
300
30112 July 2019: Wouter
302	- Fix #48: Unbound returns additional records on NODATA response,
303	  if minimal-responses is enabled, also the additional for negative
304	  responses is removed.
305
3069 July 2019: Ralph
307	- Fix in respip addrtree selection. Absence of addr_tree_init_parents()
308	  call made it impossible to go up the tree when the matching netmask is
309	  too specific.
310
3115 July 2019: Ralph
312	- Fix for possible assertion failure when answering respip CNAME from
313	  cache.
314
31525 June 2019: Wouter
316	- For #45, check that 127.0.0.1 and ::1 are not used in unbound.conf
317	  when do-not-query-localhost is turned on, or at default on,
318	  unbound-checkconf prints a warning if it is found in forward-addr or
319	  stub-addr statements.
320
32124 June 2019: Wouter
322	- Fix memleak in unit test, reported from the clang 8.0 static analyzer.
323
32418 June 2019: Wouter
325	- PR #28: IPSet module, by Kevin Chou.  Created a module to support
326	  the ipset that could add the domain's ip to a list easily.
327	  Needs libmnl, and --enable-ipset and config it, doc/README.ipset.md.
328	- Fix to omit RRSIGs from addition to the ipset.
329	- Fix to make unbound-control with ipset, remove unused variable,
330	  use unsigned type because of comparison, and assign null instead
331	  of compare with it.  Remade lex and yacc output.
332	- make depend
333	- Added documentation to the ipset files (for doxygen output).
334	- Merge PR #6: Python module: support multiple instances
335	- Merge PR #5: Python module: define constant MODULE_RESTART_NEXT
336	- Merge PR #4: Python module: assign something useful to the
337	  per-query data store 'qdata'
338	- Fix python dict reference and double free in config.
339
34017 June 2019: Wouter
341	- Master contains version 1.9.3 in development.
342	- Fix #39: In libunbound, leftover logfile is close()d unpredictably.
343	- Fix for #24: Fix abort due to scan of auth zone masters using old
344	  address from previous scan.
345
34612 June 2019: Wouter
347	- Fix another spoolbuf storage code point, in prefetch.
348	- 1.9.2rc3 release candidate tag.  Which became the 1.9.2 release
349	  on 17 June 2019.
350
35111 June 2019: Wouter
352	- Fix that fixes the Fix that spoolbuf is not used to store tcp
353	  pipelined response between mesh send and callback end, this fixes
354	  error cases that did not use the correct spoolbuf.
355	- 1.9.2rc2 release candidate tag.
356
3576 June 2019: Wouter
358	- 1.9.2rc1 release candidate tag.
359
3604 June 2019: Wouter
361	- iana portlist updated.
362
36329 May 2019: Wouter
364	- Fix to guard _OPENBSD_SOURCE from redefinition.
365
36628 May 2019: Wouter
367	- Fix to define _OPENBSD_SOURCE to get reallocarray on NetBSD.
368	- gitignore config.h.in~.
369
37027 May 2019: Wouter
371	- Fix double file close in tcp pipelined response code.
372
37324 May 2019: Wouter
374	- Fix that spoolbuf is not used to store tcp pipelined response
375	  between mesh send and callback end.
376
37720 May 2019: Wouter
378	- Note that so-reuseport at extreme load is better turned off,
379	  otherwise queries are not distributed evenly, on Linux 4.4.x.
380
38116 May 2019: Wouter
382	- Fix #31: swig 4.0 and python module.
383
38413 May 2019: Wouter
385	- Squelch log messages from tcp send about connection reset by peer.
386	  They can be enabled with verbosity at higher values for diagnosing
387	  network connectivity issues.
388	- Attempt to fix malformed tcp response.
389
3909 May 2019: Wouter
391	- Revert fix for oss-fuzz, error is in that build script that
392	  unconditionally includes .o files detected by configure, also
393	  when the machine architecture uses different LIBOBJS files.
394
3958 May 2019: Wouter
396	- Attempt to fix build failure in oss-fuzz because of reallocarray.
397	  https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=14648.
398	  Does not omit compile flags from commandline.
399
4007 May 2019: Wouter
401	- Fix edns-subnet locks, in error cases the lock was not unlocked.
402	- Fix doxygen output error on readme markdown vignettes.
403
4046 May 2019: Wouter
405	- Fix #29: Solaris 11.3 and missing symbols be64toh, htobe64.
406	- Fix #30: AddressSanitizer finding in lookup3.c.  This sets the
407	  hash function to use a slower but better auditable code that does
408	  not read beyond array boundaries.  This makes code better security
409	  checkable, and is better for security.  It is fixed to be slower,
410	  but not read outside of the array.
411
4122 May 2019: Wouter
413	- contrib/fastrpz.patch updated for code changes, and with git diff.
414	- Fix .gitignore, add pythonmod and dnstap generated files.
415	  And unit test generated files, and generated doc files.
416
4171 May 2019: Wouter
418	- Update makedist for git.
419	- Nicer travis output for clang analysis.
420	- PR #16: XoT support, AXFR over TLS, turn it on with
421	  master: <ip>#<authname> in unbound.conf.  This uses TLS to
422	  download the AXFR (or IXFR).
423
42425 April 2019: Wouter
425	- Fix wrong query name in local zone redirect answers with a CNAME,
426	  the copy of the local alias is in unpacked form.
427
42818 April 2019: Ralph
429	- Scrub RRs from answer section when reusing NXDOMAIN message for
430	  subdomain answers.
431	- For harden-below-nxdomain: do not consider a name to be non-exitent
432	  when message contains a CNAME record.
433
43418 April 2019: Wouter
435	- travis build file.
436
43716 April 2019: Wouter
438	- Better braces in if statement in TCP fastopen code.
439	- iana portlist updated.
440
44115 April 2019: Wouter
442	- Fix tls write event for read state change to re-call SSL_write and
443	  not resume the TLS handshake.
444
44511 April 2019: George
446	- Update python documentation for init_standard().
447	- Typos.
448
44911 April 2019: Wouter
450	- Fix that auth zone uses correct network type for sockets for
451	  SOA serial probes.  This fixes that probes fail because earlier
452	  probe addresses are unreachable.
453	- Fix that auth zone fails over to next master for timeout in tcp.
454	- Squelch SSL read and write connection reset by peer and broken pipe 
455	  messages.  Verbosity 2 and higher enables them.
456
4578 April 2019: Wouter
458	- Fix to use event_assign with libevent for thread-safety.
459	- verbose information about auth zone lookup process, also lookup
460	  start, timeout and fail.
461	- Fix #17: Add python module example from Jan Janak, that is a
462	  plugin for the Unbound DNS resolver to resolve DNS records in
463	  multicast DNS [RFC 6762] via Avahi.  The plugin communicates
464	  with Avahi via DBus. The comment section at the beginning of
465	  the file contains detailed documentation.
466	- Fix to wipe ssl ticket keys from memory with explicit_bzero,
467	  if available.
468
4695 April 2019: Wouter
470	- Fix to reinit event structure for accepted TCP (and TLS) sockets.
471
4724 April 2019: Wouter
473	- Fix spelling error in log output for event method.
474
4753 April 2019: Wouter
476	- Move goto label in answer_from_cache to the end of the function
477	  where it is more visible.
478	- Fix auth-zone NSEC3 response for wildcard nodata answers,
479	  include the closest encloser in the answer.
480
4812 April 2019: Wouter
482	- Fix auth-zone NSEC3 response for empty nonterminals with exact
483	  match nsec3 records.
484	- Fix for out of bounds integers, thanks to OSTIF audit.  It is in
485	  allocation debug code.
486	- Fix for auth zone nsec3 ent fix for wildcard nodata.
487
48825 March 2019: Wouter
489	- Fix that tls-session-ticket-keys: "" on its own in unbound.conf
490	  disables the tls session ticker key calls into the OpenSSL API.
491	- Fix crash if tls-servic-pem not filled in when necessary.
492
49321 March 2019: Wouter
494	- Fix #4240: Fix whitespace cleanup in example.conf.
495
49619 March 2019: Wouter
497	- add type CAA to libpyunbound (accessing libunbound from python).
498
49918 March 2019: Wouter
500	- Add log message, at verbosity 4, that says the query is encrypted
501	  with TLS, if that is enabled for the query.
502	- Fix #4239: set NOTIMPL when deny-any is enabled, for RFC8482.
503
5047 March 2019: Wouter
505	- Fix for #4233: guard use of NDEBUG, so that it can be passed in
506	  CFLAGS into configure.
507
5085 March 2019: Wouter
509	- Tag release 1.9.1rc1.  Which became 1.9.1 on 12 March 2019.  Trunk
510	  has 1.9.2 in development.
511
5121 March 2019: Wouter
513	- output forwarder log in ssl_req_order test.
514
51528 February 2019: Wouter
516	- Remove memory leak on pythonmod python2 script file init.
517	- Remove swig gcc8 python function cast warnings, they are ignored.
518	- Print correct module that failed when module-config is wrong.
519
52027 February 2019: Wouter
521	- Fix #4229: Unbound man pages lack information, about access-control
522	  order and local zone tags, and elements in views.
523	- Fix #14: contrib/unbound.init: Fix wrong comparison judgment
524	  before copying.
525	- Fix for python module on Windows, fix fopen.
526
52725 February 2019: Wouter
528	- Fix #4227: pair event del and add for libevent for tcp_req_info.
529
53021 February 2019: Wouter
531	- Fix the error for unknown module in module-config is understandable,
532	  and explains it was not compiled in and where to see the list.
533	- In example.conf explain where to put cachedb module in module-config.
534	- In man page and example config explain that most modules have to
535	  be listed at the start of module-config.
536
53720 February 2019: Wouter
538	- Fix pythonmod include and sockaddr_un ifdefs for compile on
539	  Windows, and for libunbound.
540
54118 February 2019: Wouter
542	- Print query name with ip_ratelimit exceeded log lines.
543	- Spaces instead of tabs in that log message.
544	- Print query name and IP address when domain rate limit exceeded.
545
54614 February 2019: Wouter
547	- Fix capsforid canonical sort qsort callback.
548
54911 February 2019: Wouter
550	- Note default for module-config in man page.
551	- Fix recursion lame test for qname minimisation asked queries,
552	  that were not present in the set of prepared answers.
553	- Fix #13: Remove left-over requirements on OpenSSL >= 1.1.0 for
554	  cert name matching, from man page.
555	- make depend, with newer gcc, nicer layout.
556
5577 February 2019: Wouter
558	- Fix #4206: OpenSSL 1.0.2 hostname verification for FreeBSD 11.2.
559	- Fix that qname minimisation does not skip a label when missing
560	  nameserver targets need to be fetched.
561	- Fix #4225: clients seem to erroneously receive no answer with
562	  DNS-over-TLS and qname-minimisation.
563
5644 February 2019: Wouter
565	- Fix that log-replies prints the correct name for local-alias
566	  names, for names that have a CNAME in local-data configuration.
567	  It logs the original query name, not the target of the CNAME.
568	- Add local-zone type inform_redirect, which logs like type inform,
569	  and redirects like type redirect.
570	- Perform canonical sort for 0x20 capsforid compare of replies,
571	  this sorts rrsets in the authority and additional section before
572	  comparison, so that out of order rrsets do not cause failure.
573
57431 January 2019: Wouter
575	- Set ub_ctx_set_tls call signature in ltrace config file for
576	  libunbound in contrib/libunbound.so.conf.
577	- improve documentation for tls-service-key and forward-first.
578	- #10: fixed pkg-config operations, PKG_PROG_PKG_CONFIG moved out of
579	  conditional section, fixes systemd builds, from Enrico Scholz.
580	- #9: For openssl 1.0.2 use the CRYPTO_THREADID locking callbacks,
581	  still supports the set_id_callback previous API.  And for 1.1.0
582	  no locking callbacks are needed.
583	- #8: Fix OpenSSL without ENGINE support compilation.
584	- Wipe TLS session key data from memory on exit.
585
58630 January 2019: Ralph
587	- Fix case in which query timeout can result in marking delegation
588	  as edns_lame_known.
589
59029 January 2019: Wouter
591	- Fix spelling of tls-ciphers in example.conf.in.
592	- Fix #4224: auth_xfr_notify.rpl test broken due to typo
593	- Fix locking for libunbound context setup with broken port config.
594
59528 January 2019: Wouter
596	- ub_ctx_set_tls call for libunbound that enables DoT for the machines
597	  set with ub_ctx_set_fwd.  Patch from Florian Obser.
598	- Set build system for added call in the libunbound API.
599	- List example config for root zone copy locally hosted with auth-zone
600	  as suggested from draft-ietf-dnsop-7706-bis-02.  But with updated
601	  B root address.
602	- set version to 1.9.0 for release.  And this was released with the
603	  spelling for tls-ciphers fix as 1.9.0 on Feb 5.  Trunk has 1.9.1 in
604	  development.
605
60625 January 2019: Wouter
607	- Fix that tcp for auth zone and outgoing does not remove and
608	  then gets the ssl read again applied to the deleted commpoint.
609	- updated contrib/fastrpz.patch to cleanly diff.
610	- no lock when threads disabled in tcp request buffer count.
611	- remove compile warnings from libnettle compile.
612	- output of newer lex 2.6.1 and bison 3.0.5.
613
61424 January 2019: Wouter
615	- Newer aclocal and libtoolize used for generating configure scripts,
616	  aclocal 1.16.1 and libtoolize 2.4.6.
617	- Fix unit test for python 3.7 new keyword 'async'.
618	- clang analysis fixes, assert arc4random buffer in init,
619	  no check for already checked delegation pointer in iterator,
620	  in testcode check for NULL packet matches, in perf do not copy
621	  from NULL start list when growing capacity.  Adjust host and file
622	  only when present in test header read to please checker.  In
623	  testcode for unknown macro operand give zero result. Initialise the
624	  passed argv array in test code.  In test code add EDNS data
625	  segment copy only when nonempty.
626	- Patch from Florian Obser fixes some compiler warnings:
627	  include mini_event.h to have a prototype for mini_ev_cmp
628	  include edns.h to have a prototype for apply_edns_options
629	  sldns_wire2str_edns_keepalive_print is only called in the wire2str,
630	  module declare it static to get rid of compiler warning:
631	  no previous prototype for function
632	  infra_find_ip_ratedata() is only called in the infra module,
633	  declare it static to get rid of compiler warning:
634	  no previous prototype for function
635	  do not shadow local variable buf in authzone
636	  auth_chunks_delete and az_nsec3_findnode are only called in the
637	  authzone module, declare them static to get rid of compiler warning:
638	  no previous prototype for function...
639	  copy_rrset() is only called in the respip module, declare it
640	  static to get rid of compiler warning:
641	  no previous prototype for function 'copy_rrset'
642	  no need for another variable "r"; gets rid of compiler warning:
643	  declaration shadows a local variable in libunbound.c
644	  no need for another variable "ns"; gets rid of compiler warning:
645	  declaration shadows a local variable in iterator.c
646	- Moved includes and make depend.
647
64823 January 2019: Wouter
649	- Patch from Manabu Sonoda with tls-ciphers and tls-ciphersuites
650	  options for unbound.conf.
651	- Fixes for the patch, and man page entry.
652	- Fix configure to detect SSL_CTX_set_ciphersuites, for better
653	  library compatibility when compiling.
654	- Patch for TLS session resumption from Manabu Sonoda,
655	  enable with tls-session-ticket-keys in unbound.conf.
656	- Fixes for patch (includes, declarations, warnings).  Free at end
657	  and keep config options in order read from file to keep the first
658	  one as the first one.
659	- Fix for IXFR fallback to reset counter when IXFR does not timeout.
660
66122 January 2019: Wouter
662	- Fix space calculation for tcp req buffer size.
663	- Doc for stream-wait-size and unit test.
664	- unbound-control stats has mem.streamwait that counts TCP and TLS
665	  waiting result buffers.
666	- Fix for #4219: secondaries not updated after serial change, unbound
667	  falls back to AXFR after IXFR gives several timeout failures.
668	- Fix that auth zone after IXFR fallback tries the same master.
669
67021 January 2019: Wouter
671	- Fix tcp idle timeout test, for difference in the tcp reply code.
672	- Unit test for tcp request reorder and timeouts.
673	- Unit tests for ssl out of order processing.
674	- Fix that multiple dns fragments can be carried in one TLS frame.
675	- Add stream-wait-size: 4m config option to limit the maximum
676	  memory used by waiting tcp and tls stream replies.  This avoids
677	  a denial of service where these replies use up all of the memory.
678
67917 January 2019: Wouter
680	- For caps-for-id fallback, use the whitelist to avoid timeout
681	  starting a fallback sequence for it.
682	- increase mesh max activation count for capsforid long fetches.
683
68416 January 2019: Ralph
685	- Get ready for the DNS flag day: remove EDNS lame procedure, do not
686	  re-query without EDNS after timeout.
687
68815 January 2019: Wouter
689	- In the out of order processing, reset byte count for (potential)
690	  partial read.
691	- Review fixes in out of order processing.
692
69314 January 2019: Wouter
694	- streamtcp option -a send queries consecutively and prints answers
695	  as they arrive.
696	- Fix for out of order processing administration quit cleanup.
697	- unit test for tcp out of order processing.
698
69911 January 2019: Wouter
700	- Initial commit for out-of-order processing for TCP and TLS.
701
7029 January 2019: Wouter
703	- Log query name for looping module errors.
704
7058 January 2019: Wouter
706	- Fix syntax in comment of local alias processing.
707	- Fix NSEC3 record that is returned in wildcard replies from
708	  auth-zone zones with NSEC3 and wildcards.
709
7107 January 2019: Wouter
711	- On FreeBSD warn if systcl settings do not allow server TCP FASTOPEN,
712	  and server tcp fastopen is enabled at compile time.
713	- Document interaction between the tls-upstream option in the server
714	  section and forward-tls-upstream option in the forward-zone sections.
715	- Add contrib/unbound-fuzzme.patch from Jacob Hoffman-Andrews,
716	  the patch adds a program used for fuzzing.
717
71812 December 2018: Wouter
719	- Fix for crash in dns64 module if response is null.
720
72110 December 2018: Wouter
722	- Fix config parser memory leaks.
723	- ip-ratelimit-factor of 1 allows all traffic through, instead of the
724	  previous blocking everything.
725	- Fix for FreeBSD port make with dnscrypt and dnstap enabled.
726	- Fix #4206: support openssl 1.0.2 for TLS hostname verification,
727	  alongside the 1.1.0 and later support that is already there.
728	- Fixup openssl 1.0.2 compile
729
7306 December 2018: Wouter
731	- Fix dns64 allocation in wrong region for returned internal queries.
732
7333 December 2018: Wouter
734	- Fix icon, no ragged edges and nicer resolutions available, for eg.
735	  Win 7 and Windows 10 display.
736	- cache-max-ttl also defines upperbound of initial TTL in response.
737
73830 November 2018: Wouter
739	- Patch for typo in unbound.conf man page.
740	- log-tag-queryreply: yes in unbound.conf tags the log-queries and
741	  log-replies in the log file for easier log filter maintenance.
742
74329 November 2018: Wouter
744	- iana portlist updated.
745	- Fix chroot auth-zone fix to remove chroot prefix.
746	- tag for 1.8.2rc1, which became 1.8.2 on 4 dec 2018, with icon
747	  updated.  Trunk contains 1.8.3 in development.
748	  Which became 1.8.3 on 11 december with only the dns64 fix of 6 dec.
749	  Trunk then became 1.8.4 in development.
750	- Fix that unbound-checkconf does not complains if the config file
751	  is not placed inside the chroot.
752	- Refuse to start with no ports.
753	- Remove clang analysis warnings.
754
75528 November 2018: Wouter
756	- Fix leak in chroot fix for auth-zone.
757	- Fix clang analysis for outside directory build test.
758
75927 November 2018: Wouter
760	- Fix DNS64 to not store intermediate results in cache, this avoids
761	  other threads from picking up the wrong data.  The module restores
762	  the previous no_cache_store setting when the the module is finished.
763	- Fix #4208: 'stub-no-cache' and 'forward-no-cache' not work.
764	- New and better fix for Fix #4193: Fix that prefetch failure does
765	  not overwrite valid cache entry with SERVFAIL.
766	- auth-zone give SERVFAIL when expired, fallback activates when
767	  expired, and this is documented in the man page.
768	- stat count SERVFAIL downstream auth-zone queries for expired zones.
769	- Put new logos into windows installer.
770	- Fix windows compile for new rrset roundrobin fix.
771	- Update contrib fastrpz patch for latest release.
772
77326 November 2018: Wouter
774	- Fix to not set GLOB_NOSORT so the unbound.conf include: files are
775	  sorted and in a predictable order.
776	- Fix #4193: Fix that prefetch failure does not overwrite valid cache
777	  entry with SERVFAIL.
778	- Add unbound-control view_local_datas command, like local_datas.
779	- Fix that unbound-control can send file for view_local_datas.
780
78122 November 2018: Wouter
782	- With ./configure --with-pyunbound --with-pythonmodule
783	  PYTHON_VERSION=3.6 or with 2.7 unbound can compile and unit tests
784	  succeed for the python module.
785	- pythonmod logs the python error and traceback on failure.
786	- ignore debug python module for test in doxygen output.
787	- review fixes for python module.
788	- Fix #4209: Crash in libunbound when called from getdns.
789	- auth zone zonefiles can be in a chroot, the chroot directory
790	  components are removed before use.
791	- Fix that empty zonefile means the zonefile is not set and not used.
792	- make depend.
793
79421 November 2018: Wouter
795	- Scrub NS records from NODATA responses as well.
796
79720 November 2018: Wouter
798	- Scrub NS records from NXDOMAIN responses to stop fragmentation
799	  poisoning of the cache.
800	- Add patch from Jan Vcelak for pythonmod,
801	  add sockaddr_storage getters, add support for query callbacks,
802	  allow raw address access via comm_reply and update API documentation.
803	- Removed compile warnings in pythonmod sockaddr routines.
804
80519 November 2018: Wouter
806	- Support SO_REUSEPORT_LB in FreeBSD 12 with the so-reuseport: yes
807	  option in unbound.conf.
808
8096 November 2018: Ralph
810	- Bugfix min-client-subnet-ipv6
811
81225 October 2018: Ralph
813	- Add min-client-subnet-ipv6 and min-client-subnet-ipv4 options.
814
81525 October 2018: Wouter
816	- Fix #4191: NXDOMAIN vs SERVFAIL during dns64 PTR query.
817	- Fix #4190: Please create a "ANY" deny option, adds the option
818	  deny-any: yes in unbound.conf.  This responds with an empty message
819	  to queries of type ANY.
820	- Fix #4141: More randomness to rrset-roundrobin.
821	- Fix #4132: Openness/closeness of RANGE intervals in rpl files.
822	- Fix #4126: RTT_band too low on VSAT links with 600+ms latency,
823	  adds the option unknown-server-time-limit to unbound.conf that
824	  can be increased to avoid the problem.
825	- remade makefile dependencies.
826	- Fix #4152: Logs shows wrong time when using log-time-ascii: yes.
827
82824 October 2018: Ralph
829	- Add markdel function to ECS slabhash.
830	- Limit ECS scope returned to client to the scope used for caching.
831	- Make lint like previous #4154 fix.
832
83322 October 2018: Wouter
834	- Fix #4192: unbound-control-setup generates keys not readable by
835	  group.
836	- check that the dnstap socket file can be opened and exists, print
837	  error if not.
838	- Fix #4154: make ECS_MAX_TREESIZE configurable, with
839	  the max-ecs-tree-size-ipv4 and max-ecs-tree-size-ipv6 options.
840
84122 October 2018: Ralph
842	- Change fast-server-num default to 3.
843
8448 October 2018: Ralph
845	- Add fast-server-permil and fast-server-num options.
846	- Deprecate low-rtt and low-rtt-permil options.
847
8488 October 2018: Wouter
849	- Squelch log of failed to tcp initiate after TCP Fastopen failure.
850
8515 October 2018: Wouter
852	- Squelch EADDRNOTAVAIL errors when the interface goes away,
853	  this omits 'can't assign requested address' errors unless
854	  verbosity is set to a high value.
855	- Set default for so-reuseport to no for FreeBSD.  It is enabled
856	  by default for Linux and DragonFlyBSD.  The setting can 
857	  be configured in unbound.conf to override the default.
858	- iana port update.
859
8602 October 2018: Wouter
861	- updated contrib/fastrpz.patch to apply for this version
862	- dnscrypt.c removed sizeof to get array bounds.
863	- Fix testlock code to set noreturn on error routine.
864	- Remove unused variable from contrib fastrpz/rpz.c and
865	  remove unused diagnostic pragmas that themselves generate warnings
866	- clang analyze test is used only when assertions are enabled.
867
8681 October 2018: Wouter
869	- tag for release 1.8.1rc1.  Became release 1.8.1 on 8 oct, with
870	  fastrpz.patch fix included.  Trunk has 1.8.2 in development.
871
87227 September 2018: Wouter
873	- Fix #4188: IPv6 forwarders without ipv6 result in SERVFAIL, fixes
874	  qname minimisation with a forwarder when connectivity has issues
875	  from rejecting responses.
876
87725 September 2018: Wouter
878	- Perform TLS SNI indication of the host that is being contacted
879	  for DNS over TLS service.  It sets the configured tls auth name.
880	  This is useful for hosts that apart from the DNS over TLS services
881	  also provide other (web) services.
882	- Fix #4149: Add SSL cleanup for tcp timeout.
883
88417 September 2018: Wouter
885	- Fix compile on Mac for unbound, provide explicit_bzero when libc
886	  does not have it.
887	- Fix unbound for openssl in FIPS mode, it uses the digests with
888	  the EVP call contexts.
889	- Fix that with harden-below-nxdomain and qname minisation enabled
890	  some iterator states for nonresponsive domains can get into a
891	  state where they waited for an empty list.
892	- Stop UDP to TCP failover after timeouts that causes the ping count
893	  to be reset by the TCP time measurement (that exists for TLS),
894	  because that causes the UDP part to not be measured as timeout.
895	- Fix #4156: Fix systemd service manager state change notification.
896
89713 September 2018: Wouter
898	- Fix seed for random backup code to use explicit zero when wiped.
899	- exit log routine is annotated as noreturn function.
900	- free memory leaks in config strlist and str2list insert functions.
901	- do not move unused argv variable after getopt.
902	- Remove unused if clause in testcode.
903	- in testcode, free async ids, initialise array, and check for null
904	  pointer during test of the test.  And use exit for return to note
905	  irregular program stop.
906	- Free memory leak in config strlist append.
907	- make sure nsec3 comparison salt is initialized.
908	- unit test has clang analysis.
909	- remove unused variable assignment from iterator scrub routine.
910	- check for null in delegation point during iterator refetch
911	  in forward zone.
912	- neater pointer cast in libunbound context quit routine.
913	- initialize statistics totals for printout.
914	- in authzone check that node exists before adding rrset.
915	- in unbound-anchor, use readwrite memory BIO.
916	- assertion in autotrust that packed rrset is formed correctly.
917	- Fix memory leak when message parse fails partway through copy.
918	- remove unused udpsize assignment in message encode.
919	- nicer bio free code in unbound-anchor.
920	- annotate exit functions with noreturn in unbound-control.
921
92211 September 2018: Wouter
923	- Fixed unused return value warnings in contrib/fastrpz.patch for
924	  asprintf.
925	- Fix to squelch respip warning in unit test, it is printed at
926	  higher verbosity settings.
927	- Fix spelling errors.
928	- Fix initialisation in remote.c
929
93010 September 2018: Wouter
931	- 1.8.1 in svn trunk. (changes from 4,5,.. sep apply).
932	- iana port update.
933
9345 September 2018: Wouter
935	- Fix spelling error in header, from getdns commit by Andreas Gelmini.
936
9374 September 2018: Ralph
938	- More explicitly mention the type of ratelimit when applying
939	  ip-ratelimit.
940
9414 September 2018: Wouter
942	- Tag for 1.8.0rc1 release, became 1.8.0 release on 10 Sep 2018.
943
94431 August 2018: Wouter
945	- Disable minimal-responses in subnet unit tests.
946
94730 August 2018: Wouter
948	- Fix that a local-zone with a local-zone-type that is transparent
949	  in a view with view-first, makes queries check for answers from the
950	  local-zones defined outside of views.
951
95228 August 2018: Ralph
953	- Disable minimal-responses in ipsecmod unit tests.
954	- Added serve-expired-ttl and serve-expired-ttl-reset options.
955
95627 August 2018: Wouter
957	- Set defaults to yes for a number of options to increase speed and
958	  resilience of the server.  The so-reuseport, harden-below-nxdomain,
959	  and minimal-responses options are enabled by default.  They used
960	  to be disabled by default, waiting to make sure they worked.  They
961	  are enabled by default now, and can be disabled explicitly by
962	  setting them to "no" in the unbound.conf config file.  The reuseport
963	  and minimal options increases speed of the server, and should be
964	  otherwise harmless.  The harden-below-nxdomain option works well
965	  together with the recently default enabled qname minimisation, this
966	  causes more fetches to use information from the cache.
967	- next release is called 1.8.0.
968	- Fix lintflags for lint on FreeBSD.
969
97022 August 2018: George
971	- #4140: Expose repinfo (comm_reply) to the inplace_callbacks. This
972	  gives access to reply information for the client's communication
973	  point when the callback is called before the mesh state (modules).
974	  Changes to C and Python's inplace_callback signatures were also
975	  necessary.
976
97721 August 2018: Wouter
978	- log-local-actions: yes option for unbound.conf that logs all the
979	  local zone actions, a patch from Saksham Manchanda (Secure64).
980	- #4146: num.query.subnet and num.query.subnet_cache counters.
981	- Fix only misc failure from log-servfail when val-log-level is not
982	  enabled.
983
98417 August 2018: Ralph
985	- Fix classification for QTYPE=CNAME queries when QNAME minimisation is
986 	  enabled.
987
98817 August 2018: Wouter
989	- Set libunbound to increase current, because the libunbound change
990	  to the event callback function signature.  That needs programs,
991	  that use it, to recompile against the new header definition.
992	- print servfail info to log as error.
993	- added more servfail printout statements, to the iterator.
994	- log-servfail: yes prints log lines that say why queries are
995	  returning SERVFAIL to clients.
996
99716 August 2018: Wouter
998	- Fix warning on compile without threads.
999	- Fix contrib/fastrpz.patch.
1000
100115 August 2018: Wouter
1002	- Fix segfault in auth-zone read and reorder of RRSIGs.
1003
100414 August 2018: Wouter
1005	- Fix that printout of error for cycle targets is a verbosity 4
1006	  printout and does not wrongly print it is a memory error.
1007	- Upgraded crosscompile script to include libunbound DLL in the
1008	  zipfile.
1009
101010 August 2018: Wouter
1011	- Fix #4144: dns64 module caches wrong (negative) information.
1012
10139 August 2018: Wouter
1014	- unbound-checkconf checks if modules exist and prints if they are
1015	  not compiled in the name of the wrong module.
1016	- document --enable-subnet in doc/README.
1017	- Patch for stub-no-cache and forward-no-cache options that disable
1018	  caching for the contents of that stub or forward, for when you
1019	  want immediate changes visible, from Bjoern A. Zeeb.
1020
10217 August 2018: Ralph
1022	- Make capsforid fallback QNAME minimisation aware.
1023
10247 August 2018: Wouter
1025	- Fix #4142: unbound.service.in: improvements and fixes.
1026	  Add unit dependency ordering (based on systemd-resolved).
1027	  Add 'CAP_SYS_RESOURCE' to 'CapabilityBoundingSet' (fixes warnings
1028	  about missing privileges during startup). Add 'AF_INET6' to
1029	  'RestrictAddressFamilies' (without it IPV6 can't work). From
1030	  Guido Shanahan.
1031	- Patch to implement tcp-connection-limit from Jim Hague (Sinodun).
1032	  This limits the number of simultaneous TCP client connections
1033	  from a nominated netblock.
1034	- make depend, yacc, lex, doc, headers.  And log the limit exceeded
1035	  message only on high verbosity, so as to not spam the logs when
1036	  it is busy.
1037
10386 August 2018: Wouter
1039	- Fix for #4136: Fix to unconditionally call destroy in daemon.c.
1040
10413 August 2018: George
1042	- Expose if a query (or a subquery) was ratelimited (not src IP
1043	  ratelimiting) to libunbound under 'ub_result.was_ratelimited'.
1044	  This also introduces a change to 'ub_event_callback_type' in
1045	  libunbound/unbound-event.h.
1046	- Tidy pylib tests.
1047
10483 August 2018: Wouter
1049	- Revert previous change for #4136: because it introduces build
1050	  problems.
1051	- New fix for #4136: This one ignores lex without without
1052	  yylex_destroy.
1053
10541 August 2018: Wouter
1055	- Fix to remove systemd sockaddr function check, that is not
1056	  always present.  Make socket activation more lenient.  But not
1057	  different when socket activation is not used.
1058	- iana port list update.
1059
106031 July 2018: Wouter
1061	- Patches from Jim Hague (Sinodun) for EDNS KeepAlive.
1062	- Sort out test runs when the build directory isn't the project
1063	  root directory.
1064	- Add config tcp-idle-timeout (default 30s). This applies to
1065	  client connections only; the timeout on TCP connections upstream
1066	  is unaffected.
1067	- Error if EDNS Keepalive received over UDP.
1068	- Add edns-tcp-keepalive and edns-tcp-keepalive timeout options
1069	  and implement option in client responses.
1070	- Correct and expand manual page entries for keepalive and idle timeout.
1071	- Implement progressive backoff of TCP idle/keepalive timeout.
1072	- Fix 'make depend' to work when build dir is not project root.
1073	- Add delay parameter to streamtcp, -d secs.
1074	  To be used when testing idle timeout.
1075	- From Wouter: make depend, the dependencies in the patches did not
1076	  apply cleanly.  Also remade yacc and lex.
1077	- Fix mesh.c incompatible pointer pass.
1078	- Please doxygen so it passes.
1079	- Fix #4139: Fix unbound-host leaks memory on ANY.
1080
108130 July 2018: Wouter
1082	- Fix #4136: insufficiency from mismatch of FLEX capability between
1083	  released tarball and build host.
1084
108527 July 2018: Wouter
1086	- Fix man page, say that chroot is enabled by default.
1087
108826 July 2018: Wouter
1089	- Fix #4135: 64-bit Windows Installer Creates Entries Under The
1090	  Wrong Registry Key, reported by Brian White.
1091
109223 July 2018: Wouter
1093	- Fix use-systemd readiness signalling, only when use-systemd is yes
1094	  and not in signal handler.
1095
109620 July 2018: Wouter
1097	- Fix #4130: print text describing -dd and unbound-checkconf on
1098	  config file read error at startup, the errors may have been moved
1099	  away by the startup process.
1100	- Fix #4131: for solaris, error YY_CURRENT_BUFFER undeclared.
1101
110219 July 2018: Wouter
1103	- Fix #4129 unbound-control error message with wrong cert permissions
1104	  is too cryptic.
1105
110617 July 2018: Wouter
1107	- Fix #4127 unbound -h does not list -p help.
1108	- Print error if SSL name verification configured but not available
1109	  in the ssl library.
1110	- Fix that ratelimit and ip-ratelimit are applied after reload of
1111	  changed config file.
1112	- Resize ratelimit and ip-ratelimit caches if changed on reload.
1113
111416 July 2018: Wouter
1115	- Fix qname minimisation NXDOMAIN validation lookup failures causing
1116	  error_supers assertion fails.
1117	- Squelch can't bind socket errors with Permission denied unless
1118	  verbosity is 4 or higher, for UDP outgoing sockets.
1119
112012 July 2018: Wouter
1121	- Fix to improve systemd socket activation code file descriptor
1122	  assignment.
1123	- Fix for 4126 that the #define for UNKNOWN_SERVER_NICENESS can be more
1124	  easily changed to adjust default rtt assumptions.
1125
112610 July 2018: Wouter
1127	- Note in documentation that the cert name match code needs
1128	  OpenSSL 1.1.0 or later to be enabled.
1129
11306 July 2018: Wouter
1131	- Fix documentation ambiguity for tls-win-cert in tls-upstream and
1132	  forward-tls-upstream docs.
1133	- iana port update.
1134	- Note RFC8162 support.  SMIMEA record type can be read in by the
1135	  zone record parser.
1136	- Fix round robin for failed addresses with prefer-ip6: yes
1137
11384 July 2018: Wouter
1139	- Fix #4112: Fix that unbound-anchor -f /etc/resolv.conf will not pass
1140	  if DNSSEC is not enabled.  New option -R allows fallback from
1141	  resolv.conf to direct queries.
1142
11433 July 2018: Wouter
1144	- Better documentation for unblock-lan-zones and insecure-lan-zones
1145	  config statements.
1146	- Fix permission denied printed for auth zone probe random port nrs.
1147
11482 July 2018: Wouter
1149	- Fix checking for libhiredis printout in configure output.
1150	- Fix typo on man page in ip-address description.
1151	- Update libunbound/python/examples/dnssec_test.py example code to
1152	  also set the 20326 trust anchor for the root in the example code.
1153
115429 June 2018: Wouter
1155	- dns64-ignore-aaaa: config option to list domain names for which the
1156	  existing AAAA is ignored and dns64 processing is used on the A
1157	  record.
1158
115928 June 2018: Wouter
1160	- num.queries.tls counter for queries over TLS.
1161	- log port number with err_addr logs.
1162
116327 June 2018: Wouter
1164	- #4109: Fix that package config depends on python unconditionally.
1165	- Patch, do not export python from pkg-config, from Petr Men����k.
1166
116726 June 2018: Wouter
1168	- Partial fix for permission denied on IPv6 address on FreeBSD.
1169	- Fix that auth-zone master reply with current SOA serial does not
1170	  stop scan of masters for an updated zone.
1171	- Fix that auth-zone does not start the wait timer without checking
1172	  if the wait timer has already been started.
1173
117421 June 2018: Wouter
1175	- #4108: systemd reload hang fix.
1176	- Fix usage printout for unbound-host, hostname has to be last
1177	  argument on BSDs and Windows.
1178
117919 June 2018: Wouter
1180	- Fix for unbound-control on Windows and set TCP socket parameters
1181	  more closely.
1182	  This fix is part of 1.7.3.
1183	- Windows example service.conf edited with more windows specific
1184	  configuration.
1185	- Fix windows unbound-control no cert bad file descriptor error.
1186	  This fix is part of 1.7.3.
1187
118818 June 2018: Wouter
1189	- Fix that control-use-cert: no works for 127.0.0.1 to disable certs.
1190	  This fix is part of 1.7.3rc2.
1191	- Fix unbound-checkconf for control-use-cert.
1192	  This fix is part of 1.7.3.
1193
119415 June 2018: Wouter
1195	- tag for 1.7.3rc1.
1196	- trunk has 1.7.4.
1197	- unbound-control auth_zone_reload _zone_ option rereads the zonefile.
1198	- unbound-control auth_zone_transfer _zone_ option starts the probe
1199	  sequence for a master to transfer the zone from and transfers when
1200	  a new zone version is available.
1201
120214 June 2018: Wouter
1203	- #4103: Fix that auth-zone does not insist on SOA record first in
1204	  file for url downloads.
1205	- Fix that first control-interface determines if TLS is used.  Warn
1206	  when IP address interfaces are used without TLS.
1207	- Fix nettle compile.
1208
120912 June 2018: Ralph
1210	- Don't count CNAME response types received during qname minimisation as
1211	  query restart.
1212
121312 June 2018: Wouter
1214	- #4102 for NSD, but for Unbound.  Named unix pipes do not use
1215	  certificate and key files, access can be restricted with file and
1216	  directory permissions.  The option control-use-cert is no longer
1217	  used, and ignored if found in unbound.conf.
1218	- Rename tls-additional-ports to tls-additional-port, because every
1219	  line adds one port.
1220	- Fix buffer size warning in unit test.
1221	- remade dependencies in the Makefile.
1222
12236 June 2018: Wouter
1224	- Patch to fix openwrt for mac os build darwin detection in configure.
1225
12265 June 2018: Wouter
1227	- Fix crash if ratelimit taken into use with unbound-control
1228	  instead of with unbound.conf.
1229
12304 June 2018: Wouter
1231	- Fix deadlock caused by incoming notify for auth-zone.
1232	- tag for 1.7.2rc1, became 1.7.2 release on 11 June 2018,
1233	  trunk is 1.7.3 in development from this point.
1234	- #4100: Fix stub reprime when it becomes useless.
1235
12361 June 2018: Wouter
1237	- Rename additional-tls-port to tls-additional-ports.
1238	  The older name is accepted for backwards compatibility.
1239
124030 May 2018: Wouter
1241	- Patch from Syzdek: Add ability to ignore RD bit and treat all
1242	  requests as if the RD bit is set.
1243
124429 May 2018: Wouter
1245	- in compat/arc4random call getentropy_urandom when getentropy fails
1246	  with ENOSYS.
1247	- Fix that fallback for windows port.
1248
124928 May 2018: Wouter
1250	- Fix windows tcp and tls spin on events.
1251	- Add routine from getdns to add windows cert store to the SSL_CTX.
1252	- tls-win-cert option that adds the system certificate store for
1253	  authenticating DNS-over-TLS connections.  It can be used instead
1254	  of the tls-cert-bundle option, or with it to add certificates.
1255
125625 May 2018: Wouter
1257	- For TCP and TLS connections that don't establish, perform address
1258	  update in infra cache, so future selections can exclude them.
1259	- Fix that tcp sticky events are removed for closed fd on windows.
1260	- Fix close events for tcp only.
1261
126224 May 2018: Wouter
1263	- Fix that libunbound can do DNS-over-TLS, when configured.
1264	- Fix that windows unbound service can use DNS-over-TLS.
1265	- unbound-host initializes ssl (for potential DNS-over-TLS usage
1266	  inside libunbound), when ssl upstream or a cert-bundle is configured.
1267
126823 May 2018: Wouter
1269	- Use accept4 to speed up incoming TCP (and TLS) connections,
1270	  available on Linux, FreeBSD and OpenBSD.
1271
127217 May 2018: Ralph
1273	- Qname minimisation default changed to yes.
1274
127515 May 2018: Wouter
1276	- Fix low-rtt-pct to low-rtt-permil, as it is parts in one thousand.
1277
127811 May 2018: Wouter
1279	- Fix contrib/libunbound.pc for libssl libcrypto references,
1280	  from https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=226914
1281
12827 May 2018: Wouter
1283	- Fix windows to not have sticky TLS events for TCP.
1284	- Fix read of DNS over TLS length and data in one read call.
1285	- Fix mesh state assertion failure due to callback removal.
1286
12873 May 2018: Wouter
1288	- Fix that configure --with-libhiredis also turns on cachedb.
1289	- Fix gcc 8 buffer warning in testcode.
1290	- Fix function type cast warning in libunbound context callback type.
1291
12922 May 2018: Wouter
1293	- Fix fail to reject dead peers in forward-zone, with ssl-upstream.
1294
12951 May 2018: Wouter
1296	- Fix that unbound-control reload frees the rrset keys and returns
1297	  the memory pages to the system.
1298
129930 April 2018: Wouter
1300	- Fix spelling error in man page and note defaults as no instead of
1301	  off.
1302
130326 April 2018: Wouter
1304	- Fix for crash in daemon_cleanup with dnstap during reload,
1305	  from Saksham Manchanda.
1306	- Also that for dnscrypt.
1307	- tag for 1.7.1rc1 release.  Became 1.7.1 release on 3 May, trunk
1308	  is from here 1.7.2 in development.
1309
131025 April 2018: Ralph
1311	- Fix memory leak when caching wildcard records for aggressive NSEC use
1312
131324 April 2018: Wouter
1314	- Fix contrib/fastrpz.patch for this release.
1315	- Fix auth https for libev.
1316
131724 April 2018: Ralph
1318	- Added root-key-sentinel support
1319
132023 April 2018: Wouter
1321	- makedist uses bz2 for expat code, instead of tar.gz.
1322	- Fix #4092: libunbound: use-caps-for-id lacks colon in
1323	  config_set_option.
1324	- auth zone http download stores exact copy of downloaded file,
1325	  including comments in the file.
1326	- Fix sldns parse failure for CDS alternate delete syntax empty hex.
1327	- Attempt for auth zone fix; add of callback in mesh gets from
1328	  callback does not skip callback of result.
1329	- Fix cname classification with qname minimisation enabled.
1330	- list_auth_zones unbound-control command.
1331
133220 April 2018: Wouter
1333	- man page documentation for dns-over-tls forward-addr '#' notation.
1334	- removed free from failed parse case.
1335	- Fix #4091: Fix that reload of auth-zone does not merge the zonefile
1336	  with the previous contents.
1337	- Delete auth zone when removed from config.
1338
133919 April 2018: Wouter
1340	- Can set tls authentication with forward-addr: IP#tls.auth.name
1341	  And put the public cert bundle in tls-cert-bundle: "ca-bundle.pem".
1342	  such as forward-addr: 9.9.9.9@853#dns.quad9.net or
1343	  1.1.1.1@853#cloudflare-dns.com
1344	- Fix #658: unbound using TLS in a forwarding configuration does not
1345	  verify the server's certificate (RFC 8310 support).
1346	- For addr with #authname and no @port notation, the default is 853.
1347
134818 April 2018: Wouter
1349	- Fix auth-zone retry timer to be on schedule with retry timeout,
1350	  with backoff.  Also time a refresh at the zone expiry.
1351
135217 April 2018: Wouter
1353	- auth zone notify work.
1354	- allow-notify: config statement for auth-zones.
1355	- unit test for allow-notify
1356
135716 April 2018: Wouter
1358	- Fix auth zone target lookup iterator.
1359	- auth zone notify with prefix
1360	- auth zone notify work.
1361
136213 April 2018: Wouter
1363	- Fix for max include depth for authzones.
1364	- Fix memory free on fail for $INCLUDE in authzone.
1365	- Fix that an internal error to look up the wrong rr type for
1366	  auth zone gets stopped, before trying to send there.
1367	- auth zone notify work.
1368
136910 April 2018: Ralph
1370	- num.query.aggressive.NOERROR and num.query.aggressive.NXDOMAIN
1371	  statistics counters.
1372
137310 April 2018: Wouter
1374	- documentation for low-rtt and low-rtt-pct.
1375	- auth zone notify work.
1376
13779 April 2018: Wouter
1378	- Fix that flush_zone sets prefetch ttl expired, so that with
1379	  serve-expired enabled it'll start prefetching those entries.
1380	- num.query.authzone.up and num.query.authzone.down statistics counters.
1381	- Fix downstream auth zone, only fallback when auth zone fails to
1382	  answer and fallback is enabled.
1383	- Accept both option names with and without colon for get_option
1384	  and set_option.
1385	- low-rtt and low-rtt-pct in unbound.conf enable the server selection
1386	  of fast servers for some percentage of the time.
1387
13885 April 2018: Wouter
1389	- Combine write of tcp length and tcp query for dns over tls.
1390	- nitpick fixes in example.conf.
1391	- Fix above stub queries for type NS and useless delegation point.
1392	- Fix unbound-control over pipe with openssl 1.1.1, the TLSv1.3
1393	  tls_choose_sigalg routine does not allow the ciphers for the pipe,
1394	  so use TLSv1.2.
1395	- ED448 support.
1396
13973 April 2018: Wouter
1398	- Fix #4043: make test fails due to v6 presentation issue in macOS.
1399	- Fix unable to resolve after new WLAN connection, due to auth-zone
1400	  failing with a forwarder set.  Now, auth-zone is only used for
1401	  answers (not referrals) when a forwarder is set.
1402
140329 March 2018: Ralph
1404	- Check "result" in dup_all(), by Florian Obser.
1405
140623 March 2018: Ralph
1407	- Fix unbound-control get_option aggressive-nsec
1408
140921 March 2018: Ralph
1410	- Do not use cached NSEC records to generate negative answers for
1411	  domains under DNSSEC Negative Trust Anchors.
1412
141319 March 2018: Wouter
1414	- iana port update.
1415
141616 March 2018: Wouter
1417	- corrected a minor typo in the changelog.
1418	- move htobe64/be64toh portability code to cachedb.c.
1419
142015 March 2018: Wouter
1421	- Add --with-libhiredis, unbound support for a new cachedb backend
1422	  that uses a Redis server as the storage.  This implementation
1423	  depends on the hiredis client library (https://redislabs.com/lp/hiredis/).
1424	  And unbound should be built with both --enable-cachedb and
1425	  --with-libhiredis[=PATH] (where $PATH/include/hiredis/hiredis.h
1426	  should exist).  Patch from Jinmei Tatuya (Infoblox).
1427	- Fix #3817: core dump happens in libunbound delete, when queued
1428	  servfail hits deleted message queue.
1429	- Create additional tls service interfaces by opening them on other
1430	  portnumbers and listing the portnumbers as additional-tls-port: nr.
1431
143213 March 2018: Wouter
1433	- Fix typo in documentation.
1434	- Fix #3736: Fix 0 TTL domains stuck on SERVFAIL unless manually
1435	  flushed with serve-expired on.
1436
143712 March 2018: Wouter
1438	- Added documentation for aggressive-nsec: yes.
1439	- tag 1.7.0rc3.  That became the 1.7.0 release on 15 Mar, trunk
1440	  now has 1.7.1 in development.
1441	- Fix #3727: Protocol name is TLS, options have been renamed but
1442	  documentation is not consistent.
1443	- Check IXFR start serial.
1444
14459 March 2018: Wouter
1446	- Fix #3598: Fix swig build issue on rhel6 based system.
1447	  configure --disable-swig-version-check stops the swig version check.
1448
14498 March 2018: Wouter
1450	- tag 1.7.0rc2.
1451
14527 March 2018: Wouter
1453	- Fixed contrib/fastrpz.patch, even though this already applied
1454	  cleanly for me, now also for others.
1455	- patch to log creates keytag queries, from A. Schulze.
1456	- patch suggested by Debian lintian: allow to -> allow one to, from 
1457	  A. Schulze.
1458	- Attempt to remove warning about trailing whitespace.
1459
14606 March 2018: Wouter
1461	- Reverted fix for #3512, this may not be the best way forward;
1462	  although it could be changed at a later time, to stay similar to
1463	  other implementations.
1464	- svn trunk contains 1.7.0, this is the number for the next release.
1465	- Fix for windows compile.
1466	- tag 1.7.0rc1.
1467
14685 March 2018: Wouter
1469	- Fix to check define of DSA for when openssl is without deprecated.
1470	- iana port update.
1471	- Fix #3582: Squelch address already in use log when reuseaddr option
1472	  causes same port to be used twice for tcp connections.
1473
147427 February 2018: Wouter
1475	- Fixup contrib/fastrpz.patch so that it applies.
1476	- Fix compile without threads, and remove unused variable.
1477	- Fix compile with staticexe and python module.
1478	- Fix nettle compile.
1479
148022 February 2018: Ralph
1481	- Save wildcard RRset from answer with original owner for use in
1482 	  aggressive NSEC.
1483
148421 February 2018: Wouter
1485	- Fix #3512: unbound incorrectly reports SERVFAIL for CAA query
1486	  when there is a CNAME loop.
1487	- Fix validation for CNAME loops.  When it detects a cname loop,
1488	  by finding the cname, cname in the existing list, it returns
1489	  the partial result with the validation result up to then.
1490	- more robust cachedump rrset routine.
1491
149219 February 2018: Wouter
1493	- Fix #3505: Documentation for default local zones references
1494	  wrong RFC.
1495	- Fix #3494: local-zone noview can be used to break out of the view
1496	  to the global local zone contents, for queries for that zone.
1497	- Fix for more maintainable code in localzone.
1498
149916 February 2018: Wouter
1500	- Fixes for clang static analyzer, the missing ; in
1501	  edns-subnet/addrtree.c after the assert made clang analyzer
1502	  produce a failure to analyze it.
1503
150413 February 2018: Ralph
1505	- Aggressive NSEC tests
1506
150713 February 2018: Wouter
1508	- tls-cert-bundle option in unbound.conf enables TLS authentication.
1509	- iana port update.
1510
151112 February 2018: Wouter
1512	- Unit test for auth zone https url download.
1513
151412 February 2018: Ralph
1515	- Added tests with wildcard expanded NSEC records (CVE-2017-15105 test)
1516	- Processed aggressive NSEC code review remarks Wouter
1517
15188 February 2018: Ralph
1519	- Aggressive use of NSEC implementation. Use cached NSEC records to
1520	  generate NXDOMAIN, NODATA and positive wildcard answers.
1521
15228 February 2018: Wouter
1523	- iana port update.
1524	- auth zone url config.
1525
15265 February 2018: Wouter
1527	- Fix #3451: dnstap not building when you have a separate build dir.
1528	  And removed protoc warning, set dnstap.proto syntax to proto2.
1529	- auth-zone provides a way to configure RFC7706 from unbound.conf,
1530	  eg. with auth-zone: name: "." for-downstream: no for-upstream: yes
1531	  fallback-enabled: yes and masters or a zonefile with data.
1532
15332 February 2018: Wouter
1534	- Fix unfreed locks in log and arc4random at exit of unbound.
1535	- unit test with valgrind
1536	- Fix lock race condition in dns cache dname synthesis.
1537	- lock subnet new item before insertion to please checklocks,
1538	  no modification of critical regions outside of lock region.
1539
15401 February 2018: Wouter
1541	- fix unaligned structure making a false positive in checklock
1542	  unitialised memory.
1543
154429 January 2018: Ralph
1545	- Use NSEC with longest ce to prove wildcard absence.
1546	- Only use *.ce to prove wildcard absence, no longer names.
1547
154825 January 2018: Wouter
1549	- ltrace.conf file for libunbound in contrib.
1550
155123 January 2018: Wouter
1552	- Fix that unbound-checkconf -f flag works with auto-trust-anchor-file
1553	  for startup scripts to get the full pathname(s) of anchor file(s).
1554	- Print fatal errors about remote control setup before log init,
1555	  so that it is printed to console.
1556
155722 January 2018: Wouter
1558	- Accept tls-upstream in unbound.conf, the ssl-upstream keyword is
1559	  also recognized and means the same.  Also for tls-port,
1560	  tls-service-key, tls-service-pem, stub-tls-upstream and
1561	  forward-tls-upstream.
1562	- Fix #3397: Fix that cachedb could return a partial CNAME chain.
1563	- Fix #3397: Fix that when the cache contains an unsigned DNAME in
1564	  the middle of a cname chain, a result without the DNAME could
1565	  be returned.
1566
156719 January 2018: Wouter
1568	- tag 1.6.8 for release with CVE fix.
1569	- trunk has 1.6.9 with fix and previous commits.
1570	- patch for CVE-2017-15105: vulnerability in the processing of
1571	  wildcard synthesized NSEC records.
1572	- iana port update.
1573	- make depend: code dependencies updated in Makefile.
1574
15754 January 2018: Ralph
1576	- Copy query and correctly set flags on REFUSED answers when cache
1577	  snooping is not allowed.
1578
15793 January 2018: Ralph
1580	- Fix queries being leaked above stub when refetching glue.
1581
15822 January 2017: Wouter
1583	- Fix that DS queries with referral replies are answered straight
1584	  away, without a repeat query picking the DS from cache.
1585	  The correct reply should have been an answer, the reply is fixed
1586	  by the scrubber to have the answer in the answer section.
1587	- Remove clang optimizer disable,
1588	  Fix that expiration date checks don't fail with clang -O2.
1589
159015 December 2017: Wouter
1591	- Fix timestamp failure because of clang optimizer failure, by
1592	  disabling -O2 when the compiler --version is clang.
1593	- iana port update.
1594	- Also disable -flto for clang, to make incep-expi signature check
1595	  work.
1596
159712 December 2017: Ralph
1598	- Fix qname-minimisation documentation (A QTYPE, not NS)
1599
160012 December 2017: Wouter
1601	- authzone work, transfer connect.
1602
16037 December 2017: Ralph
1604	- Check whether --with-libunbound-only is set when using --with-nettle
1605	  or --with-nss.
1606
16074 December 2017: Wouter 
1608	- Fix link failure on OmniOS.
1609
16101 December 2017: Wouter 
1611	- auth zone work.
1612
161330 November 2017: Wouter 
1614	- Fix #3299 - forward CNAME daisy chain is not working
1615
161614 November 2017: Wouter 
1617	- Fix #2882: Unbound behaviour changes (wrong) when domain-insecure is
1618	  set for stub zone.  It no longer searches for DNSSEC information.
1619	- auth xfer work on probe timer and lookup.
1620
162113 November 2017: Wouter 
1622	- Fix #2801: Install libunbound.pc.
1623	- Fix qname minimisation to send AAAA queries at zonecut like type A.
1624	- reverted AAAA change.
1625
16267 November 2017: Wouter 
1627	- Fix #2492: Documentation libunbound.
1628
16293 November 2017: Wouter 
1630	- Fix #2362: TLS1.3/openssl-1.1.1 not working.
1631	- Fix #2034 - Autoconf and -flto.
1632	- Fix #2141 - for libsodium detect lack of entropy in chroot, print
1633	  a message and exit.
1634
16352 November 2017: Wouter 
1636	- Fix #1913: ub_ctx_config is under circumstances thread-safe.
1637	- make ip-transparent option work on OpenBSD.
1638
163931 October 2017: Wouter 
1640	- Document that errno is left informative on libunbound config read
1641	  fail.
1642	- lexer output.
1643	- iana port update.
1644
164525 October 2017: Ralph
1646	- Fixed libunbound manual typo.
1647	- Fix #1949: [dnscrypt] make provider name mismatch more obvious.
1648	- Fix #2031: Double included headers
1649
165024 October 2017: Ralph
1651	- Update B root ipv4 address.
1652
165319 October 2017: Wouter 
1654	- authzone work, probe timer setup.
1655
165618 October 2017: Wouter 
1657	- lint for recent authzone commit.
1658
165917 October 2017: Wouter 
1660	- Fix #1749: With harden-referral-path: performance drops, due to
1661	  circular dependency in NS and DS lookups.
1662	- [dnscrypt] prevent dnscrypt-secret-key, dnscrypt-provider-cert
1663	  duplicates
1664	- [dnscrypt] introduce dnscrypt-provider-cert-rotated option,
1665	  from Manu Bretelle.
1666	This option allows handling multiple cert/key pairs while only
1667	distributing some of them.
1668	In order to reliably match a client magic with a given key without
1669	strong assumption as to how those were generated, we need both key and
1670	cert. Likewise, in order to know which ES version should be used.
1671	On the other hand, when rotating a cert, it can be desirable to only
1672	serve the new cert but still be able to handle clients that are still
1673	using the old certs's public key.
1674	The `dnscrypt-provider-cert-rotated` allow to instruct unbound to not
1675	publish the cert as part of the DNS's provider_name's TXT answer.
1676	- Better documentation for cache-max-negative-ttl.
1677	- Work on local root zone code.
1678
167910 October 2017: Wouter 
1680	- tag 1.6.7
1681	- trunk has version 1.6.8.
1682
16836 October 2017: Wouter 
1684	- Fix spelling in unbound-control man page.
1685
16865 October 2017: Wouter 
1687	- Fix trust-anchor-signaling works in libunbound.
1688	- Fix some more crpls in testdata for different signaling default.
1689	- tag 1.6.7rc1
1690
16915 October 2017: Ralph 
1692	- Set trust-anchor-signaling default to yes
1693	- Use RCODE from A query on DNS64 synthesized answer.
1694
16952 October 2017: Wouter
1696	- Fix param unused warning for windows exportsymbol compile.
1697
169825 September 2017: Ralph
1699	- Fix #1450: Generate again patch contrib/aaaa-filter-iterator.patch
1700	   (by Danilo G. Baio).
1701
170221 September 2017: Ralph
1703	- Log name of looping module
1704
170519 September 2017: Wouter
1706	- use a cachedb answer even if it's "expired" when serve-expired is yes
1707	  (patch from Jinmei Tatuya).
1708	- trigger refetching of the answer in that case (this will bypass
1709	  cachedb lookup)
1710	- allow storing a 0-TTL answer from cachedb in the in-memory message
1711	  cache when serve-expired is yes
1712	- Fix DNSCACHE_STORE_ZEROTTL to be bigger than 0xffff.
1713
171418 September 2017: Ralph
1715	- Fix #1400: allowing use of global cache on ECS-forwarding unless
1716	  always-forward.
1717
171818 September 2017: Wouter
1719	- tag 1.6.6 (is 1.6.6rc2)
1720	- Fix that looping modules always stop the query, and don't pass
1721	  control.
1722	- Fix #1435: Please allow UDP to be disabled separately upstream and
1723	  downstream.
1724	- Fix #1440: [dnscrypt] client nonce cache.
1725
172615 September 2017: Wouter
1727	- Fix unbound-host to report error for DNSSEC state of failed lookups.
1728	- Spelling fixes, from Josh Soref.
1729
173013 September 2017: Wouter
1731	- tag 1.6.6rc2, became 1.6.6 on 18 sep.  trunk 1.6.7 in development.
1732
173312 September 2017: Wouter
1734	- Add dns64 for client-subnet in unbound-checkconf.
1735
17364 September 2017: Ralph
1737	- Fix #1412: QNAME minimisation strict mode not honored
1738	- Fix #1434: Fix windows openssl 1.1.0 linking.
1739
17404 September 2017: Wouter
1741	- tag 1.6.6rc1
1742	- makedist fix for windows binaries, with openssl 1.1.0 windres fix,
1743	  and expat 2.2.4 install target fix.
1744
17451 September 2017: Wouter
1746	- Recommend 1472 buffer size in unbound.conf
1747
174831 August 2017: Wouter
1749	- Fix #1424: cachedb:testframe is not thread safe.
1750	- For #1417: escape ; in dnscrypt tests.
1751	- but reverted that, tests fails with that escape.
1752	- Fix #1417: [dnscrypt] shared secret cache counters, and works when
1753	  dnscrypt is not enabled.  And cache size configuration option.
1754	- make depend
1755	- Fix #1418: [ip ratelimit] initialize slabhash using
1756	  ip-ratelimit-slabs.
1757
175830 August 2017: Wouter
1759	- updated contrib/fastrpz.patch to apply with configparser changes.
1760	- Fix 1416: qname-minimisation breaks TLSA lookups with CNAMEs.
1761
176229 August 2017: Wouter
1763	- Fix #1414: fix segfault on parse failure and log_replies.
1764	- zero qinfo in handle_request, this zeroes local_alias and also the
1765	  qname member.
1766	- new keys and certs for dnscrypt tests.
1767	- fixup WKS test on buildhost without servicebyname.
1768
176928 August 2017: Wouter
1770	- Fix #1415: patch to free dnscrypt environment on reload.
1771	- iana portlist update
1772	- Fix #1415: [dnscrypt] shared secret cache, patch from
1773	  Manu Bretelle.
1774	- Small fixes for the shared secret cache patch.
1775	- Fix WKS records on kvm autobuild host, with default protobyname
1776	  entries for udp and tcp.
1777
177823 August 2017: Wouter
1779	- Fix #1407: Add ECS options check to unbound-checkconf.
1780	- make depend
1781	- Fix to reclaim tcp handler when it is closed due to dnscrypt buffer
1782	  allocation failure.
1783
178422 August 2017: Wouter
1785	- Fix install of trust anchor when two anchors are present, makes both
1786	  valid. Checks hash of DS but not signature of new key. This fixes
1787	  the root.key file if created when unbound is installed between
1788	  sep11 and oct11 2017.
1789	- tag 1.6.5 with pointrelease 1.6.5 (1.6.4 plus 5011 fix).
1790	- trunk version 1.6.6 in development.
1791	- Fix issue on macOX 10.10 where TCP fast open is detected but not
1792	  implemented causing TCP to fail. The fix allows fallback to regular
1793	  TCP in this case and is also more robust for cases where connectx()
1794	  fails for some reason.
1795	- Fix #1402: squelch invalid argument error for fd_set_block on windows.
1796
179710 August 2017: Wouter
1798	- Patch to show DNSCrypt status in help output, from Carsten
1799	  Strotmann.
1800
18018 August 2017: Wouter
1802	- Fix #1398: make cachedb secret configurable.
1803	- Remove spaces from Makefile.
1804
18057 August 2017: Wouter
1806	- Fix #1397: Recursive DS lookups for AS112 zones names should recurse.
1807
18083 August 2017: Ralph
1809	- Remove unused iter_env member (ip6arpa_dname)
1810	- Do not reset rrset.bogus stats when called using stats_noreset.
1811	- Added stats for queries that have been ratelimited by domain
1812	  recursion.
1813	- Do not add rrset_bogus and query ratelimiting stats per thread, these
1814	  module stats are global.
1815
18163 August 2017: Wouter
1817	- Fix #1394: mix of serve-expired and response-ip could cause a crash.
1818
181924 July 2017: Wouter
1820	- upgrade aclocal(pkg.m4 0.29.1), config.guess(2016-10-02),
1821	  config.sub(2016-09-05).
1822	- annotate case statement fallthrough for gcc 7.1.1.
1823	- flex output from flex 2.6.1.
1824	- snprintf of thread number does not warn about truncated string.
1825	- squelch TCP fast open error on FreeBSD when kernel has it disabled,
1826	  unless verbosity is high.
1827	- remove warning from windows compile.
1828	- Fix compile with libnettle
1829	- Fix DSA configure switch (--disable dsa) for libnettle and libnss.
1830	- Fix #1365: Add Ed25519 support using libnettle.
1831	- iana portlist update
1832
183317 July 2017: Wouter
1834	- Fix #1350: make cachedb backend configurable (from JINMEI Tatuya).
1835	- Fix #1349: allow suppression of pidfiles (from Daniel Kahn Gillmor).
1836	  With the -p option unbound does not create a pidfile.
1837
183811 July 2017: Wouter
1839	- Fix #1344: RFC6761-reserved domains: test. and invalid.
1840	- Redirect all localhost names to localhost address for RFC6761.
1841
18426 July 2017: Wouter
1843	- Fix tests to use .tdir (from Manu Bretelle) instead of .tpkg.
1844	- Fix svn hooks for tdir (selected if testcode/mini_tdir.sh exists)..
1845
18464 July 2017: Wouter
1847	- Fix 1332: Bump verbosity of failed chown'ing of the control socket.
1848
18493 July 2017: Wouter
1850	- Fix for unbound-checkconf, check ipsecmod-hook if ipsecmod is turned
1851	  on.
1852	- Fix #1331: libunbound segfault in threaded mode when context is
1853	  deleted.
1854	- Fix pythonmod link line option flag.
1855	- Fix openssl 1.1.0 load of ssl error strings from ssl init.
1856
185729 June 2017: Wouter
1858	- Fix python example0 return module wait instead of error for pass.
1859	- iana portlist update
1860	- enhancement for hardened-tls for DNS over TLS.  Removed duplicated
1861	  security settings.
1862
186327 June 2017: Wouter
1864	- Tag 1.6.4 is created with the 1.6.4rc2 contents.
1865	- Trunk contains 1.6.5, with changes from 26, 27 june.
1866	- Remove signed unsigned warning from authzone.
1867	- Fix that infra cache host hash does not change after reconfig.
1868
186926 June 2017: Wouter
1870	- (for 1.6.5)
1871	  Better fixup of dnscrypt_cert_chacha test for different escapes.
1872	- First fix for zero b64 and hex text zone format in sldns.
1873	- unbound-control dump_infra prints port number for address if not 53.
1874
187523 June 2017: Wouter
1876	- (for 1.6.5): fixup of dnscrypt_cert_chacha test (from Manu Bretelle).
1877
187822 June 2017: Wouter
1879	- Tag 1.6.4rc2
1880
188122 June 2017: Ralph
1882	- Added fastrpz patch to contrib
1883
188421 June 2017: Wouter
1885	- Fix #1316: heap read buffer overflow in parse_edns_options.
1886
188720 June 2017: Wouter
1888	- Fix warning in pythonmod under clang compiler.
1889	- Tag 1.6.4rc1
1890	- Fix lintian typo.
1891
189216 June 2017: Ralph
1893	- Fix #1277: disable domain ratelimit by setting value to 0.
1894
189516 June 2017: Wouter
1896	- Fix #1301: memory leak in respip and tests.
1897	- Free callback in edns-subnetmod on exit and restart.
1898	- Fix memory leak in sldns_buffer_new_frm_data.
1899	- Fix memory leak in dnscrypt config read.
1900	- Fix dnscrypt chacha cert support ifdefs.
1901	- Fix dnscrypt chacha cert unit test escapes in grep.
1902	- Remove asynclook tests that cause test and purifier problems.
1903	- Fix to unlock view in view test.
1904
190515 June 2017: Wouter
1906	- Fix stub zone queries leaking to the internet for
1907	  harden-referral-path ns checks.
1908	- Fix query for refetch_glue of stub leaking to internet.
1909
191013 June 2017: Wouter
1911	- Fix #1279: Memory leak on reload when python module is enabled.
1912	- Fix #1280: Unbound fails assert when response from authoritative
1913	  contains malformed qname.  When 0x20 caps-for-id is enabled, when
1914	  assertions are not enabled the malformed qname is handled correctly.
1915	- 1.6.3 tag created, with only #1280 fix, trunk is 1.6.4 development.
1916	- More fixes in depth for buffer checks in 0x20 qname checks.
1917
191812 June 2017: Wouter
1919	- Fix #1278: Incomplete wildcard proof.
1920
19218 June 2017: Ralph
1922	- Added domain name based ECS whitelist.
1923
19248 June 2017: Wouter
1925	- Detect chacha for dnscrypt at configure time.
1926	- dnscrypt unit tests with chacha.
1927
19287 June 2017: Wouter
1929	- Fix that unbound-control can set val_clean_additional and val_permissive_mode.
1930	- Add dnscrypt XChaCha20 tests.
1931
19326 June 2017: Wouter
1933	- Add an explicit type cast for TCP FASTOPEN fix.
1934	- renumbering B-Root's IPv6 address to 2001:500:200::b.
1935	- Fix #1275: cached data in cachedb is never used.
1936	- Fix #1276: [dnscrypt] add XChaCha20-Poly1305 cipher.
1937
19381 June 2017: Ralph
1939	- Fix #1274: automatically trim chroot path from dnscrypt key/cert paths
1940	  (from Manu Bretelle).
1941
19421 June 2017: Wouter
1943	- Fix fastopen EPIPE fallthrough to perform connect.
1944
194531 May 2017: Ralph
1946	- Also use global local-zones when there is a matching view that does
1947	  not have any local-zone specified.
1948
194931 May 2017: Wouter
1950	- Fix #1273: cachedb.c doesn't compile with -Wextra.
1951	- If MSG_FASTOPEN gives EPIPE fallthrough to try normal tcp write.
1952
195330 May 2017: Ralph
1954	- Fix #1269: inconsistent use of built-in local zones with views.
1955	- Add defaults for new local-zone trees added to views using
1956	  unbound-control.
1957
195830 May 2017: Wouter
1959	- Support for openssl EVP_DigestVerify.
1960	- Support for the ED25519 algorithm with openssl (from openssl 1.1.1).
1961
196229 May 2017: Wouter
1963	- Fix assertion for low buffer size and big edns payload when worker
1964	  overrides udpsize.
1965
196626 May 2017: Ralph
1967	- Added redirect-bogus.patch to contrib directory.
1968
196926 May 2017: Wouter
1970	- Fix #1270: unitauth.c doesn't compile with higher warning level
1971	  and optimization
1972	- exec_prefix is by default equal to prefix.
1973	- printout localzone for duplicate local-zone warnings.
1974
197524 May 2017: Wouter
1976	- authzone cname chain, no rrset duplicates, wildcard doesn't change
1977	  rrsets added for cname chain.
1978
197923 May 2017: Wouter
1980	- first services/authzone check in, it compiles and reads and writes
1981	  zonefiles.
1982	- iana portlist update
1983
198422 May 2017: Wouter
1985	- Fix #1268: SIGSEGV after log_reopen.
1986
198718 May 2017: Wouter
1988	- Fix #1265 to use /bin/kill.
1989	- Fix #1267: Libunbound validator/val_secalgo.c uses obsolete APIs,
1990	  and compatibility with BoringSSL.
1991
199217 May 2017: Wouter
1993	- Fix #1265: contrib/unbound.service contains hardcoded path.
1994
199517 May 2017: George
1996	- Use qstate's region for IPSECKEY rrset (ipsecmod).
1997
199816 May 2017: George
1999	- Implemented opportunistic IPsec support module (ipsecmod).
2000	- Some whitespace fixup.
2001
200216 May 2017: Wouter
2003	- updated dependencies in the makefile.
2004	- document trust-anchor-signaling in example config file.
2005	- updated configure, dependencies and flex output.
2006	- better module memory lookup, fix of unbound-control shm names for
2007	  module memory printout of statistics.
2008	- Fix type AVC sldns rrdef.
2009
201012 May 2017: Wouter
2011	- Adjust servfail by iterator to not store in cache when serve-expired
2012	  is enabled, to avoid overwriting useful information there.
2013	- Fix queries for nameservers under a stub leaking to the internet.
2014
20159 May 2017: Ralph
2016	- Add 'c' to getopt() in testbound.
2017	- iana portlist update
2018
20198 May 2017: Wouter
2020	- Fix tcp-mss failure printout text.
2021	- Set SO_REUSEADDR on outgoing tcp connections to fix the bind before
2022	  connect limited tcp connections.  With the option tcp connections
2023	  can share the same source port (for different destinations).
2024
20252 May 2017: Ralph
2026	- Added mesh_add_sub to add detached mesh entries.
2027	- Use mesh_add_sub for key tag signaling query.
2028
20292 May 2017: Wouter
2030	- Added test for leak of stub information.
2031	- Fix sldns wire2str printout of RR type CAA tags.
2032	- Fix sldns int16_data parse.
2033	- Fix sldns parse and printout of TSIG RRs.
2034	- sldns SMIMEA and AVC definitions, same as getdns definitions.
2035
20361 May 2017: Wouter
2037	- Fix #1259: "--disable-ecdsa" argument overwritten 
2038	  by "#ifdef SHA256_DIGEST_LENGTH@daemon/remote.c".
2039	- iana portlist update
2040	- Fix #1258: Windows 10 X64 unbound 1.6.2 service will not start.
2041	  and fix that 64bit getting installed in C:\Program Files (x86).
2042
204326 April 2017: Ralph
2044	- Implemented trust anchor signaling using key tag query.
2045
204626 April 2017: Wouter
2047	- Based on #1257: check parse limit before t increment in sldns RR
2048	  string parse routine.
2049
205024 April 2017: Wouter
2051	- unbound-checkconf -o allows query of dnstap config variables.
2052	  Also unbound-control get_option.  Also for dnscrypt.
2053	- trunk contains 1.6.3 version number (changes from 1.6.2 back from
2054	  when the 1.6.2rc1 tag has been created).
2055
205621 April 2017: Ralph
2057	- Fix #1254: clarify ratelimit-{for,below}-domain (from Manu Bretelle).
2058	- iana portlist update
2059	
206018 April 2017: Ralph
2061	- Fix #1252: more indentation inconsistencies.
2062	- Fix #1253: unused variable in edns-subnet/addrtree.c:getbit().
2063
206413 April 2017: Ralph
2065	- Added ECS unit test (from Manu Bretelle).
2066	- ECS documentation fix (from Manu Bretelle).
2067
206813 April 2017: Wouter
2069	- Fix #1250: inconsistent indentation in services/listen_dnsport.c.
2070	- tag for 1.6.2rc1
2071	- (for 1.6.3:) unbound.h exports the shm stats structures.  They use
2072	  type long long and no ifdefs, and ub_ before the typenames.
2073
207412 April 2017: Wouter
2075	- subnet mem value is available in shm, also when not enabled,
2076	  to make the struct easier to memmap by other applications,
2077	  independent of the configuration of unbound.
2078
207912 April 2017: Ralph
2080	- Fix #1247: unbound does not shorten source prefix length when
2081	  forwarding ECS.
2082	- Properly check for allocation failure in local_data_find_tag_datas.
2083	- Fix #1249: unbound doesn't return FORMERR to bogus ECS.
2084	- Set SHM ECS memory usage to 0 when module not loaded.
2085
208611 April 2017: Ralph
2087	- Display ECS module memory usage.
2088
208910 April 2017: Wouter
2090	- harden-algo-downgrade: no also makes unbound more lenient about
2091	  digest algorithms in DS records.
2092
209310 April 2017: Ralph
2094	- Remove ECS option after REFUSED answer.
2095	- Fix small memory leak in edns_opt_copy_alloc.
2096	- Respip dereference after NULL check.
2097	- Zero initialize addrtree allocation.
2098	- Use correct identifier for SHM destroy.
2099
21007 April 2017: George
2101	- Fix pythonmod for cb changes.
2102	- Some whitespace fixup.
2103
21047 April 2017: Ralph
2105	- Unlock view in respip unit test
2106
21076 April 2017: Ralph
2108	- Generalise inplace callback (de)registration
2109	- (de)register inplace callbacks for module id
2110	- No unbound-control set_option for ECS options
2111	- Deprecated client-subnet-opcode config option
2112	- Introduced client-subnet-always-forward config option
2113	- Changed max-client-subnet-ipv6 default to 56 (as in RFC)
2114	- Removed extern ECS config options
2115	- module_restart_next now calls clear on all following modules
2116	- Also create ECS module qstate on module_event_pass event
2117	- remove malloc from inplace_cb_register
2118
21196 April 2017: Wouter
2120	- Small fixup for documentation.
2121	- iana portlist update
2122	- Fix respip for braces when locks arent used.
2123	- Fix pythonmod for cb changes.
2124
21254 April 2017: Wouter
2126	- Fix #1244: document that use of chroot requires trust anchor file to
2127	  be under chroot.
2128	- iana portlist update
2129
21303 April 2017: Ralph
2131	- Do not add current time twice to TTL before ECS cache store.
2132	- Do not touch rrset cache after ECS cache message generation.
2133	- Use LDNS_EDNS_CLIENT_SUBNET as default ECS opcode.
2134
21353 April 2017: Wouter
2136	- Fix #1217: Add metrics to unbound-control interface showing
2137	  crypted, cert request, plaintext and malformed queries (from
2138	  Manu Bretelle).
2139	- iana portlist update
2140
214127 March 2017: Wouter
2142	- Remove (now unused) event2 include from dnscrypt code.
2143
214424 March 2017: George
2145	- Fix to prevent non-referal query from being cached as referal when the
2146	  no_cache_store flag was set.
2147
214823 March 2017: Wouter
2149	- Fix #1239: configure fails to find python distutils if python
2150	  prints warning.
2151
215222 March 2017: Wouter
2153	- Fix #1238: segmentation fault when adding through the remote
2154	  interface a per-view local zone to a view with no previous
2155	  (configured) local zones.
2156	- Fix #1229: Systemd service sandboxing, options in wrong sections.
2157
215821 March 2017: Ralph
2159	- Merge EDNS Client subnet implementation from feature branch into main
2160	  branch, using new EDNS processing framework. 
2161
216221 March 2017: Wouter
2163	- Fix doxygen for dnscrypt files.
2164
216520 March 2017: Wouter
2166	- #1217. DNSCrypt support, with --enable-dnscrypt, libsodium and then
2167	  enabled in the config file from Manu Bretelle.
2168	- make depend, autoconf, remove warnings about statement before var.
2169	- lru_demote and lruhash_insert_or_retrieve functions for getdns.
2170	- fixup for lruhash (whitespace and header file comment).
2171	- dnscrypt tests.
2172
217317 March 2017: Wouter
2174	- Patch for view functionality for local-data-ptr from Bj��rn Ketelaars.
2175	- Fix #1237 - Wrong resolving in chain, for norec queries that get
2176	  SERVFAIL returned.
2177
217816 March 2017: Wouter
2179	- Fix that SHM is not inited if not enabled.
2180	- Add trustanchor.unbound CH TXT that gets a response with a number
2181	  of TXT RRs with a string like "example.com. 2345 1234" with
2182	  the trust anchors and their keytags.
2183	- Fix that looped DNAMEs do not cause unbound to spend effort.
2184	- trustanchor tags are sorted.  reusable routine to fetch taglist.
2185
218613 March 2017: Wouter
2187	- testbound understands Deckard MATCH rcode question answer commands.
2188	- Fix #1235: Fix too long DNAME expansion produces SERVFAIL instead
2189	  of YXDOMAIN + query loop, reported by Petr Spacek.
2190
219110 March 2017: Wouter
2192	- Fix #1234: shortening DNAME loop produces duplicate DNAME records
2193	  in ANSWER section.
2194
21959 March 2017: Wouter
2196	- --disable-sha1 disables SHA1 support in RRSIG, so from DNSKEY and
2197	  DS records.  NSEC3 is not disabled.
2198	- fake-sha1 test option; print warning if used.  To make unit tests.
2199	- unbound-control list local zone and data commands listed in the
2200	  help output.
2201
22028 March 2017: Wouter
2203	- make depend for build dependencies.
2204	- swig version 2.0.1 required.
2205	- fix enum conversion warnings
2206
22077 March 2017: Wouter
2208	- Fix #1230: swig version 2.0.0 is required for pythonmod, with
2209	  1.3.40 it crashes when running repeatly unbound-control reload.
2210	- Response actions based on IP address from Jinmei Tatuya (Infoblox).
2211
22126 March 2017: Wouter
2213	- Fix #1229: Systemd service sandboxing in contrib/unbound.service.
2214	- iana portlist update
2215
221628 February 2017: Ralph
2217	- Fix testpkts.c, check if DO bit is set, not only if there is an OPT
2218	  record.
2219
222028 February 2017: Wouter
2221	- For #1227: if we have sha256, set the cipher list to have no
2222	  known vulns.
2223
222427 February 2017: Wouter
2225	- Fix #1227: Fix that Unbound control allows weak ciphersuits.
2226	- Fix #1226: provide official 32bit binary for windows.
2227
222824 February 2017: Wouter
2229	- include sys/time.h for new shm code on NetBSD.
2230
223123 February 2017: Wouter
2232	- Fix doc/CNAME-basedRedirectionDesignNotes.pdf zone static to
2233	  redirect.
2234	- Patch from Luiz Fernando Softov for Stats Shared Memory.
2235	- unbound-control stats_shm command prints stats using shared memory,
2236	  which uses less cpu.
2237	- make depend, autoconf, doxygen and lint fixed up.
2238
223922 February 2017: Wouter
2240	- Fix #1224: Fix that defaults should not fall back to "Program Files
2241	  (x86) if Unbound is 64bit by default on windows.
2242
224321 February 2017: Wouter
2244	- iana portlist update
2245
224616 February 2017: Wouter
2247	- sldns updated for vfixed and buffer resize indication from getdns.
2248
224915 February 2017: Wouter
2250	- sldns has ED25519 and ED448 algorithm number and name for display.
2251
225214 February 2017: Wouter
2253	- tag 1.6.1rc3. -- which became 1.6.1 on 21feb, trunk has 1.6.2
2254
225513 February 2017: Wouter
2256	- Fix autoconf of systemd check for lack of pkg-config.
2257
225810 February 2017: Wouter
2259	- Fix pythonmod for typedef changes.
2260	- Fix dnstap for warning of set but not used.
2261	- tag 1.6.1rc2.
2262
22639 February 2017: Wouter
2264	- tag 1.6.1rc1.
2265
22668 February 2017: Wouter
2267	- Fix for type name change and fix warning on windows compile.
2268
22697 February 2017: Wouter
2270	- Include root trust anchor id 20326 in unbound-anchor.
2271
22726 February 2017: Wouter
2273	- Fix compile on solaris of the fix to use $host detect.
2274
22754 February 2017: Wouter
2276	- fix root_anchor test for updated icannbundle.pem lower certificates.
2277
227826 January 2017: Wouter
2279	- Fix 1211: Fix can't enable interface-automatic if no IPv6 with
2280	  more helpful error message.
2281
228220 January 2017: Wouter
2283	- Increase MAX_MODULE to 16.
2284
228519 January 2017: Wouter
2286	- Fix to Rename ub_callback_t to ub_callback_type, because POSIX
2287	  reserves _t typedefs.
2288	- Fix to rename internally used types from _t to _type, because _t
2289	  type names are reserved by POSIX.
2290	- iana portlist update
2291
229212 January 2017: Wouter
2293	- Fix to also block meta types 128 through to 248 with formerr. 
2294	- Fix #1206: Some view-related commands are missing from 'unbound-control -h'
2295
22969 January 2017: Wouter
2297	- Fix #1202: Fix code comment that packed_rrset_data is not always
2298	  'packed'.
2299
23006 January 2017: Wouter
2301	- Fix #1201: Fix missing unlock in answer_from_cache error condition.
2302
23035 January 2017: Wouter
2304	- Fix to return formerr for queries for meta-types, to avoid
2305	  packet amplification if this meta-type is sent on to upstream.
2306	- Fix #1184: Log DNS replies. This includes the same logging
2307	  information that DNS queries and response code and response size,
2308	  patch from Larissa Feng.
2309	- Fix #1187: Source IP rate limiting, patch from Larissa Feng.
2310
23113 January 2017: Wouter
2312	- configure --enable-systemd and lets unbound use systemd sockets if
2313	  you enable use-systemd: yes in unbound.conf.
2314	  Also there are contrib/unbound.socket and contrib/unbound.service:
2315	  systemd files for unbound, install them in /usr/lib/systemd/system.
2316	  Contributed by Sami Kerola and Pavel Odintsov.
2317	- Fix reload chdir failure when also chrooted to that directory.
2318
23192 January 2017: Wouter
2320	- Fix #1194: Cross build fails when $host isn't `uname` for getentropy.
2321
232223 December 2016: Ralph
2323	- Fix #1190: Do not echo back EDNS options in local-zone error response.
2324	- iana portlist update
2325
232621 December 2016: Ralph
2327	- Fix #1188: Unresolved symbol 'fake_dsa' in libunbound.so when built
2328	  with Nettle
2329
233019 December 2016: Ralph
2331	- Fix #1191: remove comment about view deletion.
2332
233315 December 2016: Wouter
2334	- iana portlist update
2335	- 64bit is default for windows builds.
2336	- Fix inet_ntop and inet_pton warnings in windows compile.
2337
233814 December 2016: Wouter
2339	- Fix #1178: attempt to fix setup error at end, pop result values
2340	  at end of install.
2341
234213 December 2016: Wouter
2343	- Fix #1182: Fix Resource leak (socket), at startup.
2344	- Fix unbound-control and ipv6 only.
2345
23469 December 2016: Wouter
2347	- Fix #1176: stack size too small for Alpine Linux.
2348
23498 December 2016: Wouter
2350	- Fix downcast warnings from visual studio in sldns code.
2351	- tag 1.6.0rc1 which became 1.6.0 on 15 dec, and trunk is 1.6.1.
2352
23537 December 2016: Ralph
2354	- Add DSA support for OpenSSL 1.1.0
2355	- Fix remote control without cert for LibreSSL
2356
23576 December 2016: George
2358	- Added generic EDNS code for registering known EDNS option codes,
2359	  bypassing the cache response stage and uniquifying mesh states. Four EDNS
2360	  option lists were added to module_qstate (module_qstate.edns_opts_*) to
2361	  store EDNS options from/to front/back side.
2362	- Added two flags to module_qstate (no_cache_lookup, no_cache_store) that
2363	  control the modules' cache interactions.
2364	- Added code for registering inplace callback functions. The registered
2365	  functions can be called just before replying with local data or Chaos,
2366	  replying from cache, replying with SERVFAIL, replying with a resolved
2367	  query, sending a query to a nameserver. The functions can inspect the
2368	  available data and maybe change response/query related data (i.e. append
2369	  EDNS options).
2370	- Updated Python module for the above.
2371	- Updated Python documentation.
2372
23735 December 2016: Ralph
2374	- Fix #1173: differ local-zone type deny from unset
2375	  tag_actions element.
2376
23775 December 2016: Wouter
2378	- Fix #1170: document that 'inform' local-zone uses local-data.
2379
23801 December 2016: Ralph
2381	- hyphen as minus fix, by Andreas Schulze
2382
238330 November 2016: Ralph
2384	- Added local-zones and local-data bulk addition and removal
2385	  functionality in unbound-control (local_zones, local_zones_remove,
2386	  local_datas and local_datas_remove).
2387	- iana portlist update
2388
238929 November 2016: Wouter
2390	- version 1.6.0 is in the development branch.
2391	- braces in view.c around lock statements.
2392
239328 November 2016: Wouter
2394	- new install-sh.
2395
239625 November 2016: Wouter
2397	- Fix that with openssl 1.1 control-use-cert: no uses less cpu, by
2398	  using no encryption over the unix socket.
2399
240022 Novenber 2016: Ralph
2401	- Make access-control-tag-data RDATA absolute. This makes the RDATA
2402	  origin consistent between local-data and access-control-tag-data.
2403	- Fix NSEC ENT wildcard check. Matching wildcard does not have to be a
2404	  subdomain of the NSEC owner.
2405	- QNAME minimisation uses QTYPE=A, therefore always check cache for
2406	  this type in harden-below-nxdomain functionality.
2407	- Added unit test for QNAME minimisation + harden below nxdomain
2408	  synergy.
2409
241022 November 2016: Wouter
2411	- iana portlist update.
2412	- Fix unit tests for DS hash processing for fake-dsa test option.
2413	- patch from Dag-Erling Smorgrav that removes code that relies
2414	  on sbrk().
2415
241621 November 2016: Wouter
2417	- Fix #1158: reference RFC 8020 "NXDOMAIN: There Really Is Nothing
2418	  Underneath" for the harden-below-nxdomain option.
2419
242010 November 2016: Ralph
2421	- Fix #1155: test status code of unbound-control in 04-checkconf,
2422	  not the status code from the tee command.
2423
24244 November 2016: Ralph
2425	- Added stub-ssl-upstream and forward-ssl-upstream options.
2426
24274 November 2016: Wouter
2428	- configure detects ssl security level API function in the autoconf
2429	  manner.  Every function on its own, so that other libraries (eg.
2430	  LibreSSL) can develop their API without hindrance.
2431	- Fix #1154: segfault when reading config with duplicate zones.
2432	- Note that for harden-below-nxdomain the nxdomain must be secure,
2433	  this means nsec3 with optout is insufficient.
2434
24353 November 2016: Ralph
2436	- Set OpenSSL security level to 0 when using aNULL ciphers.
2437
24383 November 2016: Wouter
2439	- .gitattributes line for githubs code language display.
2440	- log-identity: config option to set sys log identity, patch from
2441	  "Robin H. Johnson" <robbat2@gentoo.org>
2442
24432 November 2016: Wouter
2444	- iana portlist update.
2445
244631 October 2016: Wouter
2447	- Fix failure to build on arm64 with no sbrk.
2448	- iana portlist update.
2449
245028 October 2016: Wouter
2451	- Patch for server.num.zero_ttl stats for count of expired replies,
2452	  from Pavel Odintsov.
2453
245426 October 2016: Wouter
2455	- Fix unit tests for openssl 1.1, with no DSA, by faking DSA, enabled
2456	  with the undocumented switch 'fake-dsa'.  It logs a warning.
2457
245825 October 2016: Wouter
2459	- Fix #1134: unbound-control set_option -- val-override-date: -1 works
2460	  immediately to ignore datetime, or back to 0 to enable it again.
2461	  The -- is to ignore the '-1' as an option flag.
2462
246324 October 2016: Wouter
2464	- serve-expired config option: serve expired responses with TTL 0.
2465	- g.root-servers.net has AAAA address.
2466
246721 October 2016: Wouter
2468	- Ported tests for local_cname unit test to testbound framework.
2469
247020 October 2016: Wouter
2471	- suppress compile warning in lex files.
2472	- init lzt variable, for older gcc compiler warnings.
2473	- fix --enable-dsa to work, instead of copying ecdsa enable.
2474	- Fix DNSSEC validation of query type ANY with DNAME answers.
2475	- Fixup query_info local_alias init.
2476
247719 October 2016: Wouter
2478	- Fix #1130: whitespace in example.conf.in more consistent.
2479
248018 October 2016: Wouter
2481	- Patch that resolves CNAMEs entered in local-data conf statements that
2482	  point to data on the internet, from Jinmei Tatuya (Infoblox).
2483	- Removed patch comments from acllist.c and msgencode.c
2484	- Added documentation doc/CNAME-basedRedirectionDesignNotes.pdf,
2485	  from Jinmei Tatuya (Infoblox).
2486	- Fix #1125: unbound could reuse an answer packet incorrectly for
2487	  clients with different EDNS parameters, from Jinmei Tatuya.
2488	- Fix #1118: libunbound.pc sets strange Libs, Libs.private values.
2489	- Added Requires line to libunbound.pc
2490	- Please doxygen by modifying mesh.h
2491
249217 October 2016: Wouter
2493	- Re-fix #839 from view commit overwrite.
2494	- Fixup const void cast warning.
2495
249612 October 2016: Ralph
2497	- Free view config elements.
2498
249911 October 2016: Ralph
2500	- Added qname-minimisation-strict config option.
2501	- iana portlist update.
2502	- fix memoryleak logfile when in debug mode.
2503
25045 October 2016: Ralph
2505	- Added views functionality.
2506	- Fix #1117: spelling errors, from Robert Edmonds.
2507
250830 September 2016: Wouter
2509	- Fix Nits for 1.5.10 reported by Dag-Erling Smorgrav.
2510
251129 September 2016: Wouter
2512	- Fix #838: 1.5.10 cannot be built on Solaris, undefined PATH_MAX.
2513	- Fix #839: Memory grows unexpectedly with large RPZ files.
2514	- Fix #840: infinite loop in unbound_munin_ plugin on unowned lockfile.
2515	- Fix #841: big local-zone's make it consume large amounts of memory.
2516
251727 September 2016: Wouter
2518	- tag for 1.5.10 release
2519	- trunk contains 1.5.11 in development.
2520	- Fix dnstap relaying "random" messages instead of resolver/forwarder
2521	  responses, from Nikolay Edigaryev.
2522	- Fix #836: unbound could echo back EDNS options in an error response.
2523
252420 September 2016: Wouter
2525	- iana portlist update.
2526	- Fix #835: fix --disable-dsa with nettle verify.
2527	- tag for 1.5.10rc1 release.
2528
252915 September 2016: Wouter
2530	- Fix 883: error for duplicate local zone entry.
2531	- Test for openssl init_crypto and init_ssl functions.
2532
253315 September 2016: Ralph
2534	- fix potential memory leak in daemon/remote.c and nullpointer
2535	  dereference in validator/autotrust.
2536	- iana portlist update.
2537
253813 September 2016: Wouter
2539	- Silenced flex-generated sign-unsigned warning print with gcc
2540	  diagnostic pragma.
2541	- Fix for new splint on FreeBSD.  Fix cast for sockaddr_un.sun_len.
2542
25439 September 2016: Wouter
2544	- Fix #831: workaround for spurious fread_chk warning against petal.c
2545
25465 September 2016: Ralph
2547	- Take configured minimum TTL into consideration when reducing TTL
2548	  to original TTL from RRSIG.
2549
25505 September 2016: Wouter
2551	- Fix #829: doc of sldns_wire2str_rdata_buf() return value has an
2552	  off-by-one typo, from Jinmei Tatuya (Infoblox).
2553	- Fix incomplete prototypes reported by Dag-Erling Sm��rgrav.
2554	- Fix #828: missing type in access-control-tag-action redirect results
2555	  in NXDOMAIN.
2556
25572 September 2016: Wouter
2558	- Fix compile with openssl 1.1.0 with api=1.1.0.
2559
25601 September 2016: Wouter
2561	- RFC 7958 is now out, updated docs for unbound-anchor.
2562	- Fix for compile without warnings with openssl 1.1.0.
2563	- Fix #826: Fix refuse_non_local could result in a broken response.
2564	- iana portlist update.
2565
256629 August 2016: Wouter
2567	- Fix #777: OpenSSL 1.1.0 compatibility, patch from Sebastian A.
2568	  Siewior.
2569	- Add default root hints for IPv6 E.ROOT-SERVERS.NET, 2001:500:a8::e.
2570
257125 August 2016: Ralph
2572	- Clarify local-zone-override entry in unbound.conf.5 
2573	
257425 August 2016: Wouter
2575	- 64bit build option for makedist windows compile, -w64.
2576
257724 August 2016: Ralph
2578	- Fix #820: set sldns_str2wire_rr_buf() dual meaning len parameter
2579	  in each iteration in find_tag_datas().
2580	- unbound.conf.5 entries for define-tag, access-control-tag,
2581	  access-control-tag-action, access-control-tag-data, local-zone-tag,
2582	  and local-zone-override.
2583	  
258423 August 2016: Wouter
2585	- Fix #804: unbound stops responding after outage.  Fixes queries
2586	  that attempt to wait for an empty list of subqueries.
2587	- Fix #804: lower num_target_queries for iterator also for failed
2588	  lookups.
2589
25908 August 2016: Wouter
2591	- Note that OPENPGPKEY type is RFC 7929.
2592
25934 August 2016: Wouter
2594	- Fix #807: workaround for possible some "unused" function parameters
2595	  in test code, from Jinmei Tatuya.
2596
25973 August 2016: Wouter
2598	- use sendmsg instead of sendto for TFO.
2599
260028 July 2016: Wouter
2601	- Fix #806: wrong comment removed.
2602
260326 July 2016: Wouter
2604	- nicer ratelimit-below-domain explanation.
2605
260622 July 2016: Wouter
2607	- Fix #801: missing error condition handling in
2608	  daemon_create_workers().
2609	- Fix #802: workaround for function parameters that are "unused"
2610	  without log_assert.
2611	- Fix #803: confusing (and incorrect) code comment in daemon_cleanup().
2612
261320 July 2016: Wouter
2614	- Fix typo in unbound.conf.
2615
261618 July 2016: Wouter
2617	- Fix #798: Client-side TCP fast open fails (Linux).
2618
261914 July 2016: Wouter
2620	- TCP Fast open patch from Sara Dickinson.
2621	- Fixed unbound.doxygen for 1.8.11.
2622
26237 July 2016: Wouter
2624	- access-control-tag-data implemented. verbose(4) prints tag debug.
2625
26265 July 2016: Wouter
2627	- Fix dynamic link of anchor-update.exe on windows.
2628	- Fix detect of mingw for MXE package build.
2629	- Fixes for 64bit windows compile.
2630	- Fix #788 for nettle 3.0: Failed to build with Nettle >= 3.0 and
2631	  --with-libunbound-only --with-nettle.
2632
26334 July 2016: Wouter
2634	- For #787: prefer-ip6 option for unbound.conf prefers to send
2635	  upstream queries to ipv6 servers.
2636	- Fix #787: outgoing-interface netblock/64 ipv6 option to use linux
2637	  freebind to use 64bits of entropy for every query with random local
2638	  part.
2639
264030 June 2016: Wouter
2641	- Document always_transparent, always_refuse, always_nxdomain types.
2642
264329 June 2016: Wouter
2644	- Fix static compile on windows missing gdi32.
2645
264628 June 2016: Wouter
2647	- Create a pkg-config file for libunbound in contrib.
2648
264927 June 2016: Wouter
2650	- Fix #784: Build configure assumess that having getpwnam means there
2651	  is endpwent function available.
2652	- Updated repository with newer flex and bison output.
2653
265424 June 2016: Ralph
2655	- Possibility to specify local-zone type for an acl/tag pair
2656	- Possibility to specify (override) local-zone type for a source address
2657	  block
265816 June 2016: Ralph
2659	- Decrease dp attempts at each QNAME minimisation iteration
2660
266116 June 2016: Wouter
2662	- Fix tcp timeouts in tv.usec.
2663
266415 June 2016: Wouter
2665	- TCP_TIMEOUT is specified in milliseconds.
2666	- If more than half of tcp connections are in use, a shorter timeout
2667	  is used (200 msec, vs 2 minutes) to pressure tcp for new connects.
2668
266914 June 2016: Ralph
2670	- QNAME minimisation unit test for dropped QTYPE=A queries.
2671
267214 June 2016: Wouter
2673	- Fix 775: unbound-host and unbound-anchor crash on windows, ignore
2674	  null delete for wsaevent.
2675	- Fix spelling in freebind option man page text.
2676	- Fix windows link of ssl with crypt32.
2677	- Fix 779: Union casting is non-portable.
2678	- Fix 780: MAP_ANON not defined in HP-UX 11.31.
2679	- Fix 781: prealloc() is an HP-UX system library call.
2680
268113 June 2016: Ralph
2682	- Use QTYPE=A for QNAME minimisation.
2683	- Keep track of number of time-outs when performing QNAME minimisation.
2684	  Stop minimising when number of time-outs for a QNAME/QTYPE pair is
2685	  more than three.
2686
268713 June 2016: Wouter
2688	- Fix #778: unbound 1.5.9: -h segfault (null deref).
2689	- Fix directory: fix for unbound-checkconf, it restores cwd.
2690
269110 June 2016: Wouter
2692	- And delete service.conf.shipped on uninstall.
2693	- In unbound.conf directory: dir immediately changes to that directory,
2694	  so that include: file below that is relative to that directory.
2695	  With chroot, make the directory an absolute path inside chroot.
2696	- keep debug symbols in windows build.
2697	- do not delete service.conf on windows uninstall.
2698	- document directory immediate fix and allow EXECUTABLE syntax in it
2699	  on windows.
2700
27019 June 2016: Wouter
2702	- Trunk is called 1.5.10 (with previous fixes already in there to 2
2703	  june).
2704	- Revert fix for NetworkService account on windows due to breakage
2705	  it causes.
2706	- Fix that windows install will not overwrite existing service.conf
2707	  file (and ignore gui config choices if it exists).
2708
27097 June 2016: Ralph
2710	- Lookup localzones by taglist from acl.
2711	- Possibility to lookup local_zone, regardless the taglist.
2712	- Added local_zone/taglist/acl unit test.
2713
27147 June 2016: Wouter
2715	- Fix #773: Non-standard Python location build failure with pyunbound.
2716	- Improve threadsafety for openssl 0.9.8 ecdsa dnssec signatures.
2717
27186 June 2016: Wouter
2719	- Better help text from -h (from Ray Griffith).
2720	- access-control-tag config directive.
2721	- local-zone-override config directive.
2722	- access-control-tag-action and access-control-tag-data config
2723	  directives.
2724	- free acl-tags, acltag-action and acltag-data config lists during
2725	  initialisation to free up memory for more entries.
2726
27273 June 2016: Wouter
2728	- Fix to not ignore return value of chown() in daemon startup.
2729
27302 June 2016: Wouter
2731	- Fix libubound for edns optlist feature.
2732	- Fix distinction between free and CRYPTO_free in dsa and ecdsa alloc.
2733	- Fix #752: retry resource temporarily unavailable on control pipe.
2734	- un-document localzone tags.
2735	- tag for release 1.5.9rc1.
2736	  And this also became release 1.5.9.
2737	- Fix (for 1.5.10): Fix unbound-anchor.exe file location defaults to
2738	  Program Files with (x86) appended.
2739	- re-documented localzone tags in example.conf.
2740
274131 May 2016: Wouter
2742	- Fix windows service to be created run with limited rights, as a
2743	  network service account, from Mario Turschmann.
2744	- compat strsep implementation.
2745	- generic edns option parse and store code.
2746	- and also generic edns options for upstream messages (and replies).
2747	  after parse use edns_opt_find(edns.opt_list, LDNS_EDNS_NSID),
2748	  to insert use edns_opt_append(edns, region, code, len, bindata) on
2749	  the opt_list passed to send_query, or in edns_opt_inplace_reply.
2750
275130 May 2016: Wouter
2752	- Fix time in case answer comes from cache in ub_resolve_event().
2753	- Attempted fix for #765: _unboundmodule missing for python3.
2754
275527 May 2016: Wouter
2756	- Fix #770: Small subgroup attack on DH used in unix pipe on localhost
2757	  if unbound control uses a unix local named pipe.
2758	- Document write permission to directory of trust anchor needed.
2759	- Fix #768:  Unbound Service Sometimes Can Not Shutdown
2760	  Completely, WER Report Shown Up.  Close handle before closing WSA.
2761
276226 May 2016: Wouter
2763	- Updated patch from Charles Walker.
2764
276524 May 2016: Wouter
2766	- disable-dnssec-lame-check config option from Charles Walker.
2767	- remove memory leak from lame-check patch.
2768	- iana portlist update.
2769
277023 May 2016: Wouter
2771	- Fix #767:  Reference to an expired Internet-Draft in
2772	  harden-below-nxdomain documentation.
2773
277420 May 2016: Ralph
2775	- No QNAME minimisation fall-back for NXDOMAIN answers from DNSSEC 
2776	  signed zones.
2777	- iana portlist update.
2778
277919 May 2016: Wouter
2780	- Fix #766: dns64 should synthesize results on timeout/errors.
2781
278218 May 2016: Wouter
2783	- Fix #761: DNSSEC LAME false positive resolving nic.club.
2784
278517 May 2016: Wouter
2786	- trunk updated with output of flex 2.6.0.
2787
27886 May 2016: Wouter
2789	- Fix memory leak in out-of-memory conditions of local zone add.
2790
279129 April 2016: Wouter
2792	- Fix sldns with static checking fixes copied from getdns.
2793
279428 April 2016: Wouter
2795	- Fix #759: 0x20 capsforid no longer checks type PTR, for
2796	  compatibility with cisco dns guard.  This lowers false positives.
2797
279818 April 2016: Wouter
2799	- Fix some malformed responses to edns queries get fallback to nonedns.
2800
280115 April 2016: Wouter
2802	- cachedb module event handling design.
2803
280414 April 2016: Wouter
2805	- cachedb module framework (empty).
2806	- iana portlist update.
2807
280812 April 2016: Wouter
2809	- Fix #753: document dump_requestlist is for first thread.
2810
281124 March 2016: Wouter
2812	- Document permit-small-holddown for 5011 debug.
2813	- Fix #749: unbound-checkconf gets SIGSEGV when use against a
2814	  malformatted conf file.
2815
281623 March 2016: Wouter
2817	- OpenSSL 1.1.0 portability, --disable-dsa configure option.
2818
281921 March 2016: Wouter
2820	- Fix compile of getentropy_linux for SLES11 servicepack 4.
2821	- Fix dnstap-log-resolver-response-messages, from Nikolay Edigaryev.
2822	- Fix test for openssl to use HMAC_Update for 1.1.0.
2823	- acx_nlnetlabs.m4 to v33, with HMAC_Update.
2824	- acx_nlnetlabs.m4 to v34, with -ldl -pthread test for libcrypto.
2825	- ERR_remove_state deprecated since openssl 1.0.0.
2826	- OPENSSL_config is deprecated, removing.
2827
282818 March 2016: Ralph
2829	- Validate QNAME minimised NXDOMAIN responses.
2830	- If QNAME minimisation is enabled, do cache lookup for QTYPE NS in
2831	  harden-below-nxdomain.
2832
283317 March 2016: Ralph
2834	- Limit number of QNAME minimisation iterations.
2835
283617 March 2016: Wouter
2837	- Fix #746: Fix unbound sets CD bit on all forwards.
2838	  If no trust anchors, it'll not set CD bit when forwarding to another
2839	  server.  If a trust anchor, no CD bit on the first attempt to a
2840	  forwarder, but CD bit thereafter on repeated attempts to get DNSSEC.
2841	- iana portlist update.
2842
284316 March 2016: Wouter
2844	- Fix ip-transparent for ipv6 on FreeBSD, thanks to Nick Hibma.
2845	- Fix ip-transparent for tcp on freebsd.
2846
284715 March 2016: Wouter
2848	- ip_freebind: yesno option in unbound.conf sets IP_FREEBIND for
2849	  binding to an IP address while the interface or address is down.
2850
285114 March 2016: Wouter
2852	- Fix warnings in ifdef corner case, older or unknown libevent.
2853	- Fix compile for ub_event code with older libev.
2854
285511 March 2016: Wouter
2856	- Remove warning about unused parameter in event_pluggable.c.
2857	- Fix libev usage of dispatch return value.
2858	- No side effects in tolower() call, in case it is a macro.
2859	- For test put free in pluggable api in parenthesis.
2860
286110 March 2016: Wouter
2862	- Fixup backend2str for libev.
2863
286409 March 2016: Willem
2865	- User defined pluggable event API for libunbound
2866	- Fixup of compile fix for pluggable event API from P.Y. Adi
2867	  Prasaja.
2868
286909 March 2016: Wouter
2870	- Updated configure and ltmain.sh.
2871	- Updated L root IPv6 address.
2872
287307 March 2016: Wouter
2874	- Fix #747: assert in outnet_serviced_query_stop.
2875	- iana ports fetched via https.
2876	- iana portlist update.
2877
287803 March 2016: Wouter
2879	- configure tests for the weak attribute support by the compiler.
2880
288102 March 2016: Wouter
2882	- 1.5.8 release tag
2883	- trunk contains 1.5.9 in development.
2884	- iana portlist update.
2885	- Fix #745: unbound.py - idn2dname throws UnicodeError when idnname
2886	  contains trailing dot.
2887
288824 February 2016: Wouter
2889	- Fix OpenBSD asynclook lock free that gets used later (fix test code).
2890	- Fix that NSEC3 negative cache is used when there is no salt.
2891
289223 February 2016: Wouter
2893	- ub_ctx_set_stub() function for libunbound to config stub zones.
2894	- sorted ubsyms.def file with exported libunbound functions.
2895
289619 February 2016: Wouter
2897	- Print understandable debug log when unusable DS record is seen.
2898	- load gost algorithm if digest is seen before key algorithm.
2899	- iana portlist update.
2900
290117 February 2016: Wouter
2902	- Fix that "make install" fails due to "text file busy" error.
2903
290416 February 2016: Wouter
2905	- Set IPPROTO_IP6 for ipv6 sockets otherwise invalid argument error.
2906
290715 February 2016: Wouter
2908	- ip-transparent option for FreeBSD with IP_BINDANY socket option.
2909	- wait for sendto to drain socket buffers when they are full.
2910
29119 February 2016: Wouter
2912	- Test for type OPENPGPKEY.
2913	- insecure-lan-zones: yesno config option, patch from Dag-Erling
2914	  Sm��rgrav.
2915
29168 February 2016: Wouter
2917	- Fix patch typo in prevuous commit for 734 from Adi Prasaja.
2918	- RR Type CSYNC support RFC 7477, in debug printout and config input.
2919	- RR Type OPENPGPKEY support (draft-ietf-dane-openpgpkey-07).
2920
292129 January 2016: Wouter
2922	- Neater cmdline_verbose increment patch from Edgar Pettijohn.
2923
292427 January 2016: Wouter
2925	- Made netbsd sendmsg test nonfatal, in case of false positives.
2926	- Fix #741: log message for dnstap socket connection is more clear.
2927
292826 January 2016: Wouter
2929	- Fix #734: chown the pidfile if it resides inside the chroot.
2930	- Use arc4random instead of random in tests (because it is
2931	  available, possibly as compat, anyway).
2932	- Fix cmsg alignment for argument to sendmsg on NetBSD.
2933	- Fix that unbound complains about unimplemented IP_PKTINFO for
2934	  sendmsg on NetBSD (for interface-automatic).
2935
293625 January 2016: Wouter
2937	- Fix #738: Swig should not be invoked with CPPFLAGS.
2938
293919 January 2016: Wouter
2940	- Squelch 'cannot assign requested address' log messages unless
2941	  verbosity is high, it was spammed after network down.
2942
294314 January 2016: Wouter
2944	- Fix to simplify empty string checking from Michael McConville.
2945	- iana portlist update.
2946
294712 January 2016: Wouter
2948	- Fix #734: Do not log an error when the PID file cannot be chown'ed.
2949	  Patch from Simon Deziel.
2950
295111 January 2016: Wouter
2952	- Fix test if -pthreads unused to use better grep for portability.
2953
295406 January 2016: Wouter
2955	- Fix mingw crosscompile for recent mingw.
2956	- Update aclocal, autoconf output with new versions (1.15, 2.4.6).
2957
295805 January 2016: Wouter
2959	- #731: tcp-mss, outgoing-tcp-mss options for unbound.conf, patch
2960	  from Daisuke Higashi.
2961	- Support RFC7686: handle ".onion" Special-Use Domain. It is blocked
2962	  by default, and can be unblocked with "nodefault" localzone config.
2963
296404 January 2016: Wouter
2965	- Define DEFAULT_SOURCE together with BSD_SOURCE when that is defined,
2966	  for Linux glibc 2.20.
2967	- Fixup contrib/aaaa-filter-iterator.patch for moved contents in the
2968	  source code, so it applies cleanly again.  Removed unused variable
2969	  warnings.
2970
297115 December 2015: Ralph
2972	- Fix #729: omit use of escape sequences in echo since they are not 
2973	  portable (unbound-control-setup).
2974
297511 December 2015: Wouter
2976	- remove NULL-checks before free, patch from Michael McConville.
2977	- updated ax_pthread.m4 to version 21 with clang support, this
2978	  removes a warning from compilation.
2979	- OSX portability, detect if sbrk is deprecated.
2980	- OSX clang, stop -pthread unused during link stage warnings.
2981	- OSX clang new flto check.
2982
298310 December 2015: Wouter
2984	- 1.5.7 release
2985	- trunk has 1.5.8 in development.
2986
29878 December 2015: Wouter
2988	- Fixup 724 for unbound-control.
2989
29907 December 2015: Ralph
2991	- Do not minimise forwarded requests.
2992
29934 December 2015: Wouter
2994	- Removed unneeded whitespace from example.conf.
2995
29963 December 2015: Ralph
2997	- (after rc1 tag)
2998	- Committed fix to qname minimisation and unit test case for it.
2999	
30003 December 2015: Wouter
3001	- iana portlist update.
3002	- 1.5.7rc1 prerelease tag.
3003
30042 December 2015: Wouter
3005	- Fixup 724: Fix PCA prompt for unbound-service-install.exe.
3006	  re-enable stdout printout.
3007	- For 724: Add Changelog to windows binary dist.
3008
30091 December 2015: Ralph
3010	- Qname minimisation review fixes
3011
30121 December 2015: Wouter
3013	- Fixup 724 fix for fname_after_chroot() calls.
3014	- Remove stdout printout for unbound-service-install.exe
3015	- .gitignore for git users.
3016
301730 November 2015: Ralph
3018	- Implemented qname minimisation
3019
302030 November 2015: Wouter
3021	- Fix for #724: conf syntax to read files from run dir (on Windows).
3022
302325 November 2015: Wouter
3024	- Fix for #720, fix unbound-control-setup windows batch file.
3025
302624 November 2015: Wouter
3027	- Fix #720: add windows scripts to zip bundle.
3028	- iana portlist update.
3029
303020 November 2015: Wouter
3031	- Added assert on rrset cache correctness.
3032	- Fix that malformed EDNS query gets a response without malformed EDNS.
3033
303418 November 2015: Wouter
3035	- newer acx_nlnetlabs.m4.
3036	- spelling fixes from Igor Sobrado Delgado.
3037
303817 November 2015: Wouter
3039	- Fix #594. libunbound: optionally use libnettle for crypto.
3040	  Contributed by Luca Bruno.  Added --with-nettle for use with
3041	  --with-libunbound-only.
3042	- refactor nsec3 hash implementation to be more library-portable.
3043	- iana portlist update.
3044	- Fixup DER encoded DSA signatures for libnettle.
3045
304616 November 2015: Wouter
3047	- Fix for lenient accept of reverse order DNAME and CNAME.
3048
30496 November 2015: Wouter
3050	- Change example.conf: ftp.internic.net to https://www.internic.net
3051
30525 November 2015: Wouter
3053	- ACX_SSL_CHECKS no longer adds -ldl needlessly.
3054
30553 November 2015: Wouter
3056	- Fix #718: Fix unbound-control-setup with support for env
3057	  without HEREDOC bash support.
3058
305929 October 2015: Wouter
3060	- patch from Doug Hogan for SSL_OP_NO_SSLvx options.
3061	- Fix #716: nodata proof with empty non-terminals and wildcards.
3062
306328 October 2015: Wouter
3064	- Fix checklock testcode for linux threads on exit.
3065
306627 October 2015: Wouter
3067	- isblank() compat implementation.
3068	- detect libexpat without xml_StopParser function.
3069	- portability fixes.
3070	- portability, replace snprintf if return value broken.
3071
307223 October 2015: Wouter
3073	- Fix #714: Document config to block private-address for IPv4
3074	  mapped IPv6 addresses.
3075
307622 October 2015: Wouter
3077	- Fix #712: unbound-anchor appears to not fsync root.key.
3078
307920 October 2015: Wouter
3080	- 1.5.6 release.
3081	- trunk tracks development of 1.5.7.
3082
308315 October 2015: Wouter
3084	- Fix segfault in the dns64 module in the formaterror error path.
3085	- Fix sldns_wire2str_rdata_scan for malformed RRs.
3086	- tag for 1.5.6rc1 release.
3087
308814 October 2015: Wouter
3089	- ANY responses include DNAME records if present, as per Evan Hunt's
3090	  remark in dnsop.
3091	- Fix manpage to suggest using SIGTERM to terminate the server.
3092
30939 October 2015: Wouter
3094	- Default for ssl-port is port 853, the temporary port assignment
3095	  for secure domain name system traffic.
3096	  If you used to rely on the older default of port 443, you have
3097	  to put a clause in unbound.conf for that.  The new value is likely
3098	  going to be the standardised port number for this traffic.
3099	- iana portlist update.
3100
31016 October 2015: Wouter
3102	- 1.5.5 release.
3103	- trunk tracks the development of 1.5.6.
3104
310528 September 2015: Wouter
3106	- MAX_TARGET_COUNT increased to 64, to fix up sporadic resolution
3107	  failures.
3108	- tag for 1.5.5rc1 release.
3109	- makedist.sh: pgp sig echo commands.
3110
311125 September 2015: Wouter
3112	- Fix unbound-control flush that does not succeed in removing data.
3113
311422 September 2015: Wouter
3115	- Fix config globbed include chroot treatment, this fixes reload of
3116	  globs (patch from Dag-Erling Sm��rgrav).
3117	- iana portlist update.
3118	- Fix #702: New IPs for for h.root-servers.net.
3119	- Remove confusion comment from canonical_compare() function.
3120	- Fix #705: ub_ctx_set_fwd() return value mishandled on windows.
3121	- testbound selftest also works in non-debug mode.
3122	- Fix minor error in unbound.conf.5.in
3123	- Fix unbound.conf(5) access-control description for precedence
3124	  and default.
3125
312631 August 2015: Wouter
3127	- changed windows setup compression to be more transparent.
3128
312928 August 2015: Wouter
3130	- Fix #697: Get PY_MAJOR_VERSION failure at configure for python
3131	  2.4 to 2.6.
3132	- Feature #699: --enable-pie option to that builds PIE binary.
3133	- Feature #700: --enable-relro-now option that enables full read-only
3134	  relocation.
3135
313624 August 2015: Wouter
3137	- Fix deadlock for local data add and zone add when unbound-control
3138	  list_local_data printout is interrupted.
3139	- iana portlist update.
3140	- Change default of harden-algo-downgrade to off.  This is lenient
3141	  for algorithm rollover.
3142
314313 August 2015: Wouter
3144	- 5011 implementation does not insist on all algorithms, when
3145	  harden-algo-downgrade is turned off.
3146	- Reap the child process that libunbound spawns.
3147
314811 August 2015: Wouter
3149	- Fix #694: configure script does not detect LibreSSL 2.2.2
3150
31514 August 2015: Wouter
3152	- Document that local-zone nodefault matches exactly and transparent
3153	  can be used to release a subzone.
3154
31553 August 2015: Wouter
3156	- Document in the manual more text about configuring locally served
3157	  zones.
3158	- Fix 5011 anchor update timer after reload.
3159	- Fix mktime in unbound-anchor not using UTC.
3160
316130 July 2015: Wouter
3162	- please afl-gcc (llvm) for uninitialised variable warning.
3163	- Added permit-small-holddown config to debug fast 5011 rollover.
3164
316524 July 2015: Wouter
3166	- Fix #690: Reload fails when so-reuseport is yes after changing
3167	  num-threads.
3168	- iana portlist update.
3169
317021 July 2015: Wouter
3171	- Fix configure to detect SSL_CTX_set_ecdh_auto.
3172	- iana portlist update.
3173
317420 July 2015: Wouter
3175	- Enable ECDHE for servers.  Where available, use
3176	  SSL_CTX_set_ecdh_auto() for TLS-wrapped server configurations to
3177	  enable ECDHE.  Otherwise, manually offer curve p256.
3178	  Client connections should automatically use ECDHE when available.
3179	  (thanks Daniel Kahn Gillmor)
3180
318118 July 2015: Willem
3182	- Allow certificate chain files to allow for intermediate certificates.
3183	  (thanks Daniel Kahn Gillmor)
3184
318513 July 2015: Wouter
3186	- makedist produces sha1 and sha256 files for created binaries too.
3187
31889 July 2015: Wouter
3189	- 1.5.4 release tag
3190	- trunk has 1.5.5 in development.
3191	- Fix #681: Setting forwarders with unbound-control forward
3192	  implicitly turns on forward-first.
3193
319429 June 2015: Wouter
3195	- iana portlist update.
3196	- Fix alloc with log for allocation size checks.
3197
319826 June 2015: Wouter
3199	- Fix #677 Fix DNAME responses from cache that failed internal chain
3200	  test.
3201	- iana portlist update.
3202
320322 June 2015: Wouter
3204	- Fix #677 Fix CNAME corresponding to a DNAME was checked incorrectly
3205	  and was therefore always synthesized (thanks to Valentin Dietrich).
3206
32074 June 2015: Wouter
3208	- RFC 7553 RR type URI support, is now enabled by default.
3209
32102 June 2015: Wouter
3211	- Fix #674: Do not free pointers given by getenv.
3212
321329 May 2015: Wouter
3214	- Fix that unparseable error responses are ratelimited.
3215	- SOA negative TTL is capped at minimumttl in its rdata section.
3216	- cache-max-negative-ttl config option, default 3600.
3217
321826 May 2015: Wouter
3219	- Document that ratelimit works with unbound-control set_option.
3220
322121 May 2015: Wouter
3222	- iana portlist update.
3223	- documentation proposes ratelimit of 1000 (closer to what upstream
3224	  servers expect from us).
3225
322620 May 2015: Wouter
3227	- DLV is going to be decommissioned.  Advice to stop using it, and
3228	  put text in the example configuration and man page to that effect.
3229
323010 May 2015: Wouter
3231	- Change syntax of particular validator error to be easier for
3232	  machine parse, swap rrset and ip adres info so it looks like:
3233	  validation failure <www.example.nl. TXT IN>: signature crypto
3234	  failed from 2001:DB8:7:bba4::53 for <*.example.nl. NSEC IN>
3235
32361 May 2015: Wouter
3237	- caps-whitelist in unbound.conf allows whitelist of loadbalancers
3238	  that cannot work with caps-for-id or its fallback.
3239
324030 April 2015: Wouter
3241	- Unit test for type ANY synthesis.
3242
324322 April 2015: Wouter
3244	- Removed contrib/unbound_unixsock.diff, because it has been
3245	  integrated, use control-interface: /path in unbound.conf.
3246	- iana portlist update.
3247
324817 April 2015: Wouter
3249	- Synthesize ANY responses from cache.  Does not search exhaustively,
3250	  but MX,A,AAAA,SOA,NS also CNAME.
3251	- Fix leaked dns64prefix configuration string.
3252
325316 April 2015: Wouter
3254	- Add local-zone type inform_deny, that logs query and drops answer.
3255	- Ratelimit does not apply to prefetched queries, and ratelimit-factor
3256	  is default 10.  Repeated normal queries get resolved and with
3257	  prefetch stay in the cache.
3258	- Fix bug#664: libunbound python3 related fixes (from Tomas Hozza)
3259	  Use print_function also for Python2.
3260	  libunbound examples: produce sorted output.
3261	  libunbound-Python: libldns is not used anymore.
3262	  Fix issue with Python 3 mapping of FILE* using file_py3.i from ldns.
3263
326410 April 2015: Wouter
3265	- unbound-control ratelimit_list lists high rate domains.
3266	- ratelimit feature, ratelimit: 100, or some sensible qps, can be
3267	  used to turn it on.  It ratelimits recursion effort per zone.
3268	  For particular names you can configure exceptions in unbound.conf.
3269	- Fix that get_option for cache-sizes does not print double newline.
3270	- Fix#663: ssl handshake fails when using unix socket because dh size
3271	  is too small.
3272
32738 April 2015: Wouter
3274	- Fix crash in dnstap: Do not try to log TCP responses after timeout.
3275
32767 April 2015: Wouter
3277	- Libunbound skips dos-line-endings from etc/hosts.
3278	- Unbound exits with a fatal error when the auto-trust-anchor-file
3279	  fails to be writable.  This is seconds after startup.  You can
3280	  load a readonly auto-trust-anchor-file with trust-anchor-file.
3281	  The file has to be writable to notice the trust anchor change,
3282	  without it, a trust anchor change will be unnoticed and the system
3283	  will then become inoperable.
3284	- unbound-control list_insecure command shows the negative trust
3285	  anchors currently configured, patch from Jelte Jansen.
3286
32872 April 2015: Wouter
3288	- Fix #660: Fix interface-automatic broken in the presence of
3289	  asymmetric routing.
3290
329126 March 2015: Wouter
3292	- remote.c probedelay line is easier to read.
3293	- rename ldns subdirectory to sldns to avoid name collision.
3294
329525 March 2015: Wouter
3296	- Fix #657:  libunbound(3) recommends deprecated
3297	  CRYPTO_set_id_callback.
3298	- If unknown trust anchor algorithm, and libressl is used, error
3299	  message encourages upgrade of the libressl package.
3300
330123 March 2015: Wouter
3302	- Fix segfault on user not found at startup (from Maciej Soltysiak).
3303
330420 March 2015: Wouter
3305	- Fixed to add integer overflow checks on allocation (defense in depth).
3306
330719 March 2015: Wouter
3308	- Add ip-transparent config option for bind to non-local addresses.
3309
331017 March 2015: Wouter
3311	- Use reallocarray for integer overflow protection, patch submitted
3312	  by Loganaden Velvindron.
3313
331416 March 2015: Wouter
3315	- Fixup compile on cygwin, more portable openssl thread id.
3316
331712 March 2015: Wouter
3318	- Updated default keylength in unbound-control-setup to 3k.
3319
332010 March 2015: Wouter
3321	- Fix lintian warning in unbound-checkconf man page (from Andreas
3322	  Schulze).
3323	- print svnroot when building windows dist.
3324	- iana portlist update.
3325	- Fix warning on sign compare in getentropy_linux.
3326
33279 March 2015: Wouter
3328	- Fix #644: harden-algo-downgrade option, if turned off, fixes the
3329	  reported excessive validation failure when multiple algorithms
3330	  are present.  It allows the weakest algorithm to validate the zone.
3331	- iana portlist update.
3332
33335 March 2015: Wouter
3334	- contrib/unbound_smf22.tar.gz: Solaris SMF installation/removal
3335	  scripts.  Contributed by Yuri Voinov.
3336	- Document that incoming-num-tcp increase is good for large servers.
3337	- stats reports tcp usage, of incoming-num-tcp buffers.
3338
33394 March 2015: Wouter
3340	- Patch from Brad Smith that syncs compat/getentropy_linux with
3341	  OpenBSD's version (2015-03-04).
3342	- 0x20 fallback improved: servfail responses do not count as missing
3343	  comparisons (except if all responses are errors),
3344	  inability to find nameservers does not fail equality comparisons,
3345	  many nameservers does not try to compare more than max-sent-count,
3346	  parse failures start 0x20 fallback procedure.
3347	- store caps_response with best response in case downgrade response
3348	  happens to be the last one.
3349	- Document windows 8 tests.
3350
33513 March 2015: Wouter
3352	- tag 1.5.3rc1
3353	[ This became 1.5.3 on 10 March, trunk is 1.5.4 in development ]
3354
33552 March 2015: Wouter
3356	- iana portlist update.
3357
335820 February 2015: Wouter
3359	- Use the getrandom syscall introduced in Linux 3.17 (from Heiner
3360	  Kallweit).
3361	- Fix #645 Portability to Solaris 10, use AF_LOCAL.
3362	- Fix #646 Portability to Solaris, -lrt for getentropy_solaris.
3363	- Fix #647 crash in 1.5.2 because pwd.db no longer accessible after
3364	  reload.
3365
336619 February 2015: Wouter
3367	- 1.5.2 release tag.
3368	- svn trunk contains 1.5.3 under development.
3369
337013 February 2015: Wouter
3371	- Fix #643: doc/example.conf.in: unnecessary whitespace.
3372
337312 February 2015: Wouter
3374	- tag 1.5.2rc1
3375
337611 February 2015: Wouter
3377	- iana portlist update.
3378
337910 February 2015: Wouter
3380	- Fix scrubber with harden-glue turned off to reject NS (and other
3381	  not-address) records.
3382
33839 February 2015: Wouter
3384	- Fix validation failure in case upstream forwarder (ISC BIND) does
3385	  not have the same trust anchors and decides to insert unsigned NS
3386	  record in authority section.
3387
33882 February 2015: Wouter
3389	- infra-cache-min-rtt patch from Florian Riehm, for expected long
3390	  uplink roundtrip times.
3391
339230 January 2015: Wouter
3393	- Fix 0x20 capsforid fallback to omit gratuitous NS and additional
3394	  section changes.
3395	- Portability fix for Solaris ('sun' is not usable for a variable).
3396
339729 January 2015: Wouter
3398	- Fix pyunbound byte string representation for python3.
3399
340026 January 2015: Wouter
3401	- Fix unintended use of gcc extension for incomplete enum types,
3402	  compile with pedantic c99 compliance (from Daniel Dickman).
3403
340423 January 2015: Wouter
3405	- windows port fixes, no AF_LOCAL, no chown, no chmod(grp).
3406
340716 January 2015: Wouter
3408	- unit test for local unix connection.  Documentation and log_addr
3409	  does not inspect port for AF_LOCAL.
3410	- unbound-checkconf -f prints chroot with pidfile path.
3411
341213 January 2015: Wouter
3413	- iana portlist update.
3414
341512 January 2015: Wouter
3416	- Cast sun_len sizeof to socklen_t.
3417	- Fix pyunbound ord call, portable for python 2 and 3.
3418
34197 January 2015: Wouter
3420	- Fix warnings in pythonmod changes.
3421
34226 January 2015: Wouter
3423	- iana portlist update.
3424	- patch for remote control over local sockets, from Dag-Erling
3425	  Smorgrav, Ilya Bakulin.  Use control-interface: /path/sock and
3426	  control-use-cert: no.
3427	- Fixup that patch and uid lookup (only for daemon).
3428	- coded the default of control-use-cert, to yes.
3429
34305 January 2015: Wouter
3431	- getauxval test for ppc64 linux compatibility.
3432	- make strip works for unbound-host and unbound-anchor.
3433	- patch from Stephane Lapie that adds to the python API, that
3434	  exposes struct delegpt, and adds the find_delegation function.
3435	- print query name when max target count is exceeded.
3436	- patch from Stuart Henderson that fixes DESTDIR in
3437	  unbound-control-setup for installs where config is not in
3438	  the prefix location.
3439	- Fix #634: fix fail to start on Linux LTS 3.14.X, ignores missing
3440	  IP_MTU_DISCOVER OMIT option (fix from Remi Gacogne).
3441	- Updated contrib warmup.cmd/sh to support two modes - load
3442	  from pre-defined list of domains or (with filename as argument)
3443	  load from user-specified list of domains, and updated contrib
3444	  unbound_cache.sh/cmd to support loading/save/reload cache to/from
3445	  default path or (with secondary argument) arbitrary path/filename,
3446	  from Yuri Voinov.
3447	- Patch from Philip Paeps to contrib/unbound_munin_ that uses
3448	  type ABSOLUTE.  Allows munin.conf: [idleserver.example.net]
3449	  unbound_munin_hits.graph_period minute
3450
34519 December 2014: Wouter
3452	- svn trunk has 1.5.2 in development.
3453	- config.guess and config.sub update from libtoolize.
3454	- local-zone: example.com inform makes unbound log a message with
3455	  client IP for queries in that zone.  Eg. for finding infected hosts.
3456
34578 December 2014: Wouter
3458	- Fix CVE-2014-8602: denial of service by making resolver chase
3459	  endless series of delegations.
3460
34611 December 2014: Wouter
3462	- Fix bug#632: unbound fails to build on AArch64, protects
3463	  getentropy compat code from calling sysctl if it is has been removed.
3464
346529 November 2014: Wouter
3466	- Add include to getentropy_linux.c, hopefully fixing debian build.
3467
346828 November 2014: Wouter
3469	- Fix makefile for build from noexec source tree.
3470
347126 November 2014: Wouter
3472	- Fix libunbound undefined symbol errors for main.
3473	  Referencing main does not seem to be possible for libunbound.
3474
347524 November 2014: Wouter
3476	- Fix log at high verbosity and memory allocation failure.
3477	- iana portlist update.
3478
347921 November 2014: Wouter
3480	- Fix crash on multiple thread random usage on systems without
3481	  arc4random.
3482
348320 November 2014: Wouter
3484	- fix compat/getentropy_win.c check if CryptGenRandom works and no
3485	  immediate exit on windows.
3486
348719 November 2014: Wouter
3488	- Fix cdflag dns64 processing.
3489
349018 November 2014: Wouter
3491	- Fix that CD flag disables DNS64 processing, returning the DNSSEC
3492	  signed AAAA denial.
3493	- iana portlist update.
3494
349517 November 2014: Wouter
3496	- Fix #627: SSL_CTX_load_verify_locations return code not properly
3497	  checked.
3498
349914 November 2014: Wouter
3500	- parser with bison 2.7
3501
350213 November 2014: Wouter
3503	- Patch from Stephane Lapie for ASAHI Net that implements aaaa-filter,
3504	added to contrib/aaaa-filter-iterator.patch.
3505
350612 November 2014: Wouter
3507	- trunk has 1.5.1 in development.
3508	- Patch from Robert Edmonds to build pyunbound python module
3509	  differently.  No versioninfo, with -shared and without $(LIBS).
3510	- Patch from Robert Edmonds fixes hyphens in unbound-anchor man page.
3511	- Removed 'increased limit open files' log message that is written
3512	  to console.  It is only written on verbosity 4 and higher.
3513	  This keeps system bootup console cleaner.
3514	- Patch from James Raftery, always print stats for rcodes 0..5.
3515
351611 November 2014: Wouter
3517	- iana portlist update.
3518	- Fix bug where forward or stub addresses with same address but
3519	  different port number were not tried.
3520	- version number in svn trunk is 1.5.0
3521	- tag 1.5.0rc1
3522	- review fix from Ralph.
3523
35247 November 2014: Wouter
3525	- dnstap fixes by Robert Edmonds:
3526		dnstap/dnstap.m4: cosmetic fixes
3527		dnstap/: Remove compiled protoc-c output files
3528		dnstap/dnstap.m4: Error out if required libraries are not found
3529		dnstap: Fix ProtobufCBufferSimple usage that is incorrect as of
3530			protobuf-c 1.0.0
3531		dnstap/: Adapt to API changes in latest libfstrm (>= 0.2.0)
3532
35334 November 2014: Wouter
3534	- Add ub_ctx_add_ta_autr function to add a RFC5011 automatically
3535	  tracked trust anchor to libunbound.
3536	- Redefine internal minievent symbols to unique symbols that helps
3537	  linking on platforms where the linker leaks names across modules.
3538
353927 October 2014: Wouter
3540	- Disabled use of SSLv3 in remote-control and ssl-upstream.
3541	- iana portlist update.
3542
354316 October 2014: Wouter
3544	- Documented dns64 configuration in unbound.conf man page.
3545
354613 October 2014: Wouter
3547	- Fix #617: in ldns in unbound, lowercase WKS services.
3548	- Fix ctype invocation casts.
3549
355010 October 2014: Wouter
3551	- Fix unbound-checkconf check for module config with dns64 module.
3552	- Fix unbound capsforid fallback, it ignores TTLs in comparison.
3553
35546 October 2014: Wouter
3555	- Fix #614: man page variable substitution bug.
35566 October 2014: Willem
3557	- Whitespaces after $ORIGIN are not part of the origin dname (ldns).
3558	- $TTL's value starts at position 5 (ldns).
3559
35601 October 2014: Wouter
3561	- fix #613: Allow tab ws in var length last rdfs (in ldns str2wire).
3562
356329 September 2014: Wouter
3564	- Fix #612: create service with service.conf in present directory and
3565	  auto load it.
3566	- Fix for mingw compile openssl ranlib.
3567
356825 September 2014: Wouter
3569	- updated configure and aclocal with newer autoconf 1.13.
3570
357122 September 2014: Wouter
3572	- Fix swig and python examples for Python 3.x.
3573	- Fix for mingw compile with openssl-1.0.1i.
3574
357519 September 2014: Wouter
3576	- improve python configuration detection to build on Fedora 22.
3577
357818 September 2014: Wouter
3579	- patches to also build with Python 3.x (from Pavel Simerda).
3580
358116 September 2014: Wouter
3582	- Fix tcp timer waiting list removal code.
3583	- iana portlist update.
3584	- Updated the TCP_BACLOG from 5 to 256, so that the tcp accept queue
3585	  is longer and more tcp connections can be handled.
3586
358715 September 2014: Wouter
3588	- Fix unit test for CDS typecode.
3589
35905 September 2014: Wouter
3591	- type CDS and CDNSKEY types in sldns.
3592
359325 August 2014: Wouter
3594	- Fixup checklock code for log lock and its mutual initialization
3595	  dependency.
3596	- iana portlist update.
3597	- Removed necessity for pkg-config from the dnstap.m4, new are
3598	  the --with-libfstrm and --with-protobuf-c configure options.
3599
360019 August 2014: Wouter
3601	- Update unbound manpage with more explanation (from Florian Obser).
3602
360318 August 2014: Wouter
3604	- Fix #603: unbound-checkconf -o <option> should skip verification
3605	  checks.
3606	- iana portlist update.
3607	- Fixup doc/unbound.doxygen to remove obsolete 1.8.7 settings.
3608
36095 August 2014: Wouter
3610	- dnstap support, with a patch from Farsight Security, written by
3611	  Robert Edmonds. The --enable-dnstap needs libfstrm and protobuf-c.
3612	  It is BSD licensed (see dnstap/dnstap.c).
3613	  Building with --enable-dnstap needs pkg-config with this patch.
3614	- Noted dnstap in doc/README and doc/CREDITS.
3615	- Changes to the dnstap patch.
3616	  - lint fixes.
3617	  - dnstap/dnstap_config.h should not have been added to the repo,
3618	    because is it generated.
3619
36201 August 2014: Wouter
3621	- Patch add msg, rrset, infra and key cache sizes to stats command
3622	  from Maciej Soltysiak.
3623	- iana portlist update.
3624
362531 July 2014: Wouter
3626	- DNS64 from Viagenie (BSD Licensed), written by Simon Perrault.
3627	  Initial commit of the patch from the FreeBSD base (with its fixes).
3628	  This adds a module (for module-config in unbound.conf) dns64 that
3629	  performs DNS64 processing, see README.DNS64.
3630	- Changes from DNS64:
3631	  strcpy changed to memmove.
3632	  arraybound check fixed from prefix_net/8/4 to prefix_net/8+4.
3633	  allocation of result consistently in the correct region.
3634	  time_t is now used for ttl in unbound (since the patch's version).
3635	- testdata/dns64_lookup.rpl for unit test for dns64 functionality.
3636
363729 July 2014: Wouter
3638	- Patch from Dag-Erling Smorgrav that implements feature, unbound -dd
3639	  does not fork in the background and also logs to stderr.
3640
364121 July 2014: Wouter
3642	- Fix endian.h include for OpenBSD.
3643
364416 July 2014: Wouter
3645	- And Fix#596: Bail out of unbound-control dump_infra when ssl
3646	  write fails.
3647
364815 July 2014: Wouter
3649	- Fix #596: Bail out of unbound-control list_local_zones when ssl
3650	  write fails.
3651	- iana portlist update.
3652
365313 July 2014: Wouter
3654	- Configure tests if main can be linked to from getentropy compat.
3655
365612 July 2014: Wouter
3657	- Fix getentropy compat code, function refs were not portable.
3658	- Fix to check openssl version number only for OpenSSL.
3659	- LibreSSL provides compat items, check for that in configure.
3660	- Fix bug in fix for log locks that caused deadlock in signal handler.
3661	- update compat/getentropy and arc4random to the most recent ones from OpenBSD.
3662
366311 July 2014: Matthijs
3664	- fake-rfc2553 patch (thanks Benjamin Baier).
3665
366611 July 2014: Wouter
3667	- arc4random in compat/ and getentropy, explicit_bzero, chacha for
3668	  dependencies, from OpenBSD.  arc4_lock and sha512 in compat.
3669	  This makes arc4random available on all platforms, except when
3670	  compiled with LIBNSS (it uses libNSS crypto random).
3671	- fix strptime implicit declaration error on OpenBSD.
3672	- arc4random, getentropy and explicit_bzero compat for Windows.
3673
36744 July 2014: Wouter
3675	- Fix #593: segfault or crash upon rotating logfile.
3676
36773 July 2014: Wouter
3678	- DLV tests added.
3679	- signit tool fixup for compile with libldns library.
3680	- iana portlist updated.
3681
368227 June 2014: Wouter
3683	- so-reuseport is available on BSDs(such as FreeBSD 10) and OS/X.
3684
368526 June 2014: Wouter
3686	- unbound-control status reports if so-reuseport was successful.
3687	- iana portlist updated.
3688
368924 June 2014: Wouter
3690	- Fix caps-for-id fallback, and added fallback attempt when servers
3691	  drop 0x20 perturbed queries.
3692	- Fixup testsetup for VM tests (run testcode/run_vm.sh).
3693
369417 June 2014: Wouter
3695	- iana portlist updated.
3696
36973 June 2014: Wouter
3698	- Add AAAA for B root server to default root hints.
3699
37002 June 2014: Wouter
3701	- Remove unused define from iterator.h
3702
370330 May 2014: Wouter
3704	- Fixup sldns_enum_edns_option typedef definition.
3705
370628 May 2014: Wouter
3707	- Code cleanup patch from Dag-Erling Smorgrav, with compiler issue
3708	  fixes from FreeBSD's copy of Unbound, he notes:
3709	  Generate unbound-control-setup.sh at build time so it respects
3710	  prefix and sysconfdir from the configure script.  Also fix the
3711	  umask to match the comment, and the comment to match the umask.
3712	  Add const and static where needed.  Use unions instead of
3713	  playing pointer poker.  Move declarations that are needed in
3714	  multiple source files into a shared header.  Move sldns_bgetc()
3715	  from parse.c to buffer.c where it belongs.  Introduce a new
3716	  header file, worker.h, which declares the callbacks that
3717	  all workers must define.  Remove those declarations from
3718	  libworker.h.	Include the correct headers in the correct places.
3719	  Fix a few dummy callbacks that don't match their prototype.
3720	  Fix some casts.  Hide the sbrk madness behind #ifdef HAVE_SBRK.
3721	  Remove a useless printf which breaks reproducible builds.
3722	  Get rid of CONFIGURE_{TARGET,DATE,BUILD_WITH} now that they're
3723	  no longer used.  Add unbound-control-setup.sh to the list of
3724	  generated files.  The prototype for libworker_event_done_cb()
3725	  needs to be moved from libunbound/libworker.h to
3726	  libunbound/worker.h.
3727	- Fixup out-of-directory compile with unbound-control-setup.sh.in.
3728	- make depend.
3729
373023 May 2014: Wouter
3731	- unbound-host -D enabled dnssec and reads root trust anchor from
3732	  the default root key file that was compiled in.
3733
373420 May 2014: Wouter
3735	- Feature, unblock-lan-zones: yesno that you can use to make unbound
3736	  perform 10.0.0.0/8 and other reverse lookups normally, for use if
3737	  unbound is running service for localhost on localhost.
3738
373916 May 2014: Wouter
3740	- Updated create_unbound_ad_servers and unbound_cache scripts from
3741	  Yuri Voinov in the source/contrib directory. Added
3742	  warmup.cmd (and .sh): warm up the DNS cache with your MRU domains.
3743
37449 May 2014: Wouter
3745	- Implement draft-ietf-dnsop-rfc6598-rfc6303-01.
3746	- iana portlist updated.
3747
37488 May 2014: Wouter
3749	- Contrib windows scripts from Yuri Voinov added to src/contrib:
3750	  create_unbound_ad_servers.cmd: enters anti-ad server lists.
3751	  unbound_cache.cmd: saves and loads the cache.
3752	- Added unbound-control-setup.cmd from Yuri Voinov to the windows
3753	  unbound distribution set.  It requires openssl installed in %PATH%.
3754
37556 May 2014: Wouter
3756	- Change MAX_SENT_COUNT from 16 to 32 to resolve some cases easier.
3757
37585 May 2014: Wouter
3759	- More #567: remove : from output of stub and forward lists, this is
3760	  easier to parse.
3761
376229 April 2014: Wouter
3763	- iana portlist updated.
3764	- Add unbound-control flush_negative that flushed nxdomains, nodata,
3765	  and errors from the cache.  For dnssec-trigger and NetworkManager,
3766	  fixes cases where network changes have localdata that was already
3767	  negatively cached from the previous network.
3768
376923 April 2014: Wouter
3770	- Patch from Jeremie Courreges-Anglas to use arc4random_uniform
3771	  if available on the OS, it gets entropy from the OS.
3772
377315 April 2014: Wouter
3774	- Fix compile with libevent2 on FreeBSD.
3775
377611 April 2014: Wouter
3777	- Fix #502: explain that do-ip6 disable does not stop AAAA lookups,
3778	  but it stops the use of the ipv6 transport layer for DNS traffic.
3779	- iana portlist updated.
3780
378110 April 2014: Wouter
3782	- iana portlist updated.
3783	- Patch from Hannes Frederic Sowa for Linux 3.15 fragmentation
3784	  option for DNS fragmentation defense.
3785	- Document that dump_requestlist only prints queries from thread 0.
3786	- unbound-control stats prints num.query.tcpout with number of TCP
3787	  outgoing queries made in the previous statistics interval.
3788	- Fix #567: unbound lists if forward zone is secure or insecure with
3789	  +i annotation in output of list_forwards, also for list_stubs
3790	  (for NetworkManager integration.)
3791	- Fix #554: use unsigned long to print 64bit statistics counters on
3792	  64bit systems.
3793	- Fix #558: failed prefetch lookup does not remove cached response
3794	  but delays next prefetch (in lieu of caching a SERVFAIL).
3795	- Fix #545: improved logging, the ip address of the error is printed
3796	  on the same log-line as the error.
3797
37988 April 2014: Wouter
3799	- Fix #574: make test fails on Ubuntu 14.04.  Disabled remote-control
3800	  in testbound scripts.
3801	- iana portlist updated.
3802
38037 April 2014: Wouter
3804	- C.ROOT-SERVERS.NET has an IPv6 address, and we updated the root
3805	  hints (patch from Anand Buddhdev).
3806	- Fix #572: Fix unit test failure for systems with different
3807	  /etc/services.
3808
380928 March 2014: Wouter
3810	- Fix #569: do_tcp is do-tcp in unbound.conf man page.
3811
381225 March 2014: Wouter
3813	- Patch from Stuart Henderson to build unbound-host man from .1.in.
3814
381524 March 2014: Wouter
3816	- Fix print filename of encompassing config file on read failure.
3817
381812 March 2014: Wouter
3819	- tag 1.4.22
3820	- trunk has 1.4.23 in development.
3821
382210 March 2014: Wouter
3823	- Fix bug#561: contrib/cacti plugin did not report SERVFAIL rcodes
3824	  because of spelling.  Patch from Chris Coates.
3825
382627 February 2014: Wouter
3827	- tag 1.4.22rc1
3828
382921 February 2014: Wouter
3830	- iana portlist updated.
3831
383220 February 2014: Matthijs
3833	- Be lenient when a NSEC NameError response with RCODE=NXDOMAIN is
3834	  received. This is okay according 4035, but not after revising
3835	  existence in 4592.  NSEC empty non-terminals exist and thus the
3836	  RCODE should have been NOERROR. If this occurs, and the RRsets
3837	  are secure, we set the RCODE to NOERROR and the security status
3838	  of the response is also considered secure.
3839
384014 February 2014: Wouter
3841	- Works on Minix (3.2.1).
3842
384311 February 2014: Wouter
3844	- Fix parse of #553(NSD) string in sldns, quotes without spaces.
3845
38467 February 2014: Wouter
3847	- iana portlist updated.
3848	- add body to ifstatement if locks disabled.
3849	- add TXT string"string" test case to unit test.
3850	- Fix #551: License change "Regents" to "Copyright holder", matching
3851	  the BSD license on opensource.org.
3852
38536 February 2014: Wouter
3854	- sldns has type HIP.
3855	- code documentation on the module interface.
3856
38575 February 2014: Wouter
3858	- Fix sldns parse tests on osx.
3859
38603 February 2014: Wouter
3861	- Detect libevent2 install automatically by configure.
3862	- Fixup link with lib/event2 subdir.
3863	- Fix parse in sldns of quoted parenthesized text strings.
3864
386531 January 2014: Wouter
3866	- unit test for ldns wire to str and back with zones, root, nlnetlabs
3867	  and types.sidnlabs.
3868	- Fix for hex to string in unknown, atma and nsap.
3869	- fixup nss compile (no ldns in it).
3870	- fixup warning in unitldns
3871	- fixup WKS and rdata type service to print unsigned because strings
3872	  are not portable; they cannot be read (for sure) on other computers.
3873	- fixup type EUI48 and EUI64, type APL and type IPSECKEY in string
3874	  parse sldns.
3875
387630 January 2014: Wouter
3877	- delay-close does not act if there are udp-wait queries, so that
3878	  it does not make a socketdrain DoS easier.
3879
388028 January 2014: Wouter
3881	- iana portlist updated.
3882	- iana portlist test updated so it does not touch the source
3883	  if there are no changes.
3884	- delay-close: msec option that delays closing ports for which
3885	  the UDP reply has timed out.  Keeps the port open, only accepts
3886	  the correct reply.  This correct reply is not used, but the port
3887	  is open so that no port-denied ICMPs are generated.
3888
388927 January 2014: Wouter
3890	- reuseport is attempted, then fallback to without on failure.
3891
389224 January 2014: Wouter
3893	- Change unbound-event.h to use void* buffer, length idiom.
3894	- iana portlist updated.
3895	- unbound-event.h is installed if you configure --enable-event-api.
3896	- speed up unbound (reports say it could be up to 10%), by reducing
3897	  lock contention on localzones.lock.  It is changed to an rwlock.
3898	- so-reuseport: yesno option to distribute queries evenly over
3899	  threads on Linux (Thanks Robert Edmonds).
3900	- made lint clean.
3901
390221 January 2014: Wouter
3903	- Fix #547: no trustanchor written if filesystem full, fclose checked.
3904
390517 January 2014: Wouter
3906	- Fix isprint() portability in sldns, uses unsigned int.
3907	- iana portlist updated.
3908
390916 January 2014: Wouter
3910	- fix #544: Fixed +i causes segfault when running with module conf
3911	  "iterator".
3912	- Windows port, adjust %lld to %I64d, and warning in win_event.c.
3913
391414 January 2014: Wouter
3915	- iana portlist updated.
3916
39175 Dec 2013: Wouter
3918	- Fix bug in cachedump that uses sldns.
3919	- update pythonmod for ldns_ to sldns_ name change.
3920
39213 Dec 2013: Wouter
3922	- Fix sldns to use sldns_ prefix for all ldns_ variables.
3923	- Fix windows compile to compile with sldns.
3924
392530 Nov 2013: Wouter
3926	- Fix sldns to make globals use sldns_ prefix.  This fixes
3927	  linking with libldns that uses global variables ldns_ .
3928
392913 Nov 2013: Wouter
3930	- Fix bug#537: compile python plugin without ldns library.
3931
393212 Nov 2013: Wouter
3933	- Fix bug#536: acl_deny_non_local and refuse_non_local added.
3934
39355 Nov 2013: Wouter
3936	- Patch from Neel Goyal to fix async id assignment if callback
3937	  is called by libunbound in the mesh attach.
3938	- Accept ip-address: as an alternative for interface: for
3939	  consistency with nsd.conf syntax.
3940
39414 Nov 2013: Wouter
3942	- Patch from Neel Goyal to fix callback in libunbound.
3943
39443 Nov 2013: Wouter
3945	- if configured --with-libunbound-only fix make install.
3946
394731 Oct 2013: Wouter
3948	- Fix #531: Set SO_REUSEADDR so that the wildcard interface and a 
3949	  more specific interface port 53 can be used at the same time, and
3950	  one of the daemons is unbound.
3951	- iana portlist update.
3952	- separate ldns into core ldns inside ldns/ subdirectory.  No more
3953	  --with-ldns is needed and unbound does not rely on libldns.
3954	- portability fixes for new USE_SLDNS ldns subdir codebase.
3955
395622 Oct 2013: Wouter
3957	- Patch from Neel Goyal: Add an API call to set an event base on an
3958	  existing ub_ctx.  This basically just destroys the current worker and
3959	  sets the event base to the current.  And fix a deadlock in
3960	  ub_resolve_event ��� the cfglock is held when libworker_create is
3961	  called.  This ends up trying to acquire the lock again in
3962	  context_obtain_alloc in the call chain.
3963	- Fix #528: if very high logging (4 or more) segfault on allow_snoop.
3964
396526 Sep 2013: Wouter
3966	- unbound-event.h is installed if configured --with-libevent.  It
3967	  contains low-level library calls, that use libevent's event_base
3968	  and an ldns_buffer for the wire return packet to perform async
3969	  resolution in the client's eventloop.
3970
397119 Sep 2013: Wouter
3972	- 1.4.21 tag created.
3973	- trunk has 1.4.22 number inside it.
3974	- iana portlist updated.
3975	- acx_nlnetlabs.m4 to 26; improve FLTO help text.
3976
397716 Sep 2013: Wouter
3978	- Fix#524: max-udp-size not effective to non-EDNS0 queries, from
3979	  Daisuke HIGASHI.
3980
398110 Sep 2013: Wouter
3982	- MIN_TTL and MAX_TTL also in time_t.
3983	- tag 1.4.21rc1 made again.
3984
398526 Aug 2013: Wouter
3986	- More fixes for bug#519: for the threaded case test if the bg
3987	  thread has been killed, on ub_ctx_delete, to avoid hangs.
3988
398922 Aug 2013: Wouter
3990	- more fixes that I overlooked.
3991	- review fixes from Willem.
3992
399321 Aug 2013: Wouter
3994	- Fix#520: Errors found by static analysis from Tomas Hozza(redhat).
3995
399620 Aug 2013: Wouter
3997	- Fix for 2038, with time_t instead of uint32_t.
3998
399919 Aug 2013: Wouter
4000	- Fix#519 ub_ctx_delete may hang in some scenarios (libunbound).
4001
400214 Aug 2013: Wouter
4003	- Fix uninit variable in fix#516.
4004
40058 Aug 2013: Wouter
4006	- Fix#516 dnssec lameness detection for answers that are improper.
4007
400830 Jun 2013: Wouter
4009	- tag 1.4.21rc1
4010
401129 Jun 2013: Wouter
4012	- Fix#512 memleak in testcode for testbound (if it fails).
4013	- Fix#512 NSS returned arrays out of setup function to be statics.
4014
401526 Jun 2013: Wouter
4016	- max include of 100.000 files (depth and globbed at one time).
4017	  This is to preserve system memory in bug cases, or endless cases.
4018	- iana portlist updated.
4019
402019 Jun 2013: Wouter
4021	- streamtcp man page, contributed by Tomas Hozza.
4022	- iana portlist updated.
4023	- libunbound documentation on how to avoid openssl race conditions.
4024
402525 Jun 2013: Wouter
4026	- Squelch sendto-permission denied errors when the network is
4027	  not connected, to avoid spamming syslog.
4028	- configure --disable-flto option (from Robert Edmonds).
4029
403018 Jun 2013: Wouter
4031	- Fix for const string literals in C++ for libunbound, from Karel
4032	  Slany.
4033	- iana portlist updated.
4034
403517 Jun 2013: Wouter
4036	- Fixup manpage syntax.
4037
403814 Jun 2013: Wouter
4039	- get_option and set_option support for log-time-ascii, python-script
4040	  val-sig-skew-min and val-sig-skew-max.  log-time-ascii takes effect
4041	  immediately.  The others are mostly useful for libunbound users.
4042
404313 Jun 2013: Wouter
4044	- get_option, set_option, unbound-checkconf -o and libunbound
4045	  getoption and setoption support cache-min-ttl and cache-max-ttl.
4046
404710 Jun 2013: Wouter
4048	- Fix#501: forward-first does not recurse, when forward name is ".".
4049	- iana portlist update.
4050	- Max include depth is unlimited.
4051
405227 May 2013: Wouter
4053	- Update acx_pthreads.m4 to ax_pthreads.4 (2013-03-29), and apply
4054	  patch to it to not fail when -Werror is also specified, from the
4055	  autoconf-archives.
4056	- iana portlist update.
4057
405821 May 2013: Wouter
4059	- Explain bogus and secure flags in libunbound more.
4060
406116 May 2013: Wouter
4062	- Fix#499 use-after-free in out-of-memory handling code (thanks Jake
4063	  Montgomery).
4064	- Fix#500 use on non-initialised values on socket bind failures.
4065
406615 May 2013: Wouter
4067	- Fix round-robin doesn't work with some Windows clients (from Ilya
4068	  Bakulin).
4069
40703 May 2013: Wouter
4071	- update acx_nlnetlabs.m4 to v23, sleep w32 fix.
4072
407326 April 2013: Wouter
4074	- add unbound-control insecure_add and insecure_remove for the
4075	  administration of negative trust anchors.
4076
407725 April 2013: Wouter
4078	- Implement max-udp-size config option, default 4096 (thanks
4079	  Daisuke Higashi).
4080	- Robust checks on dname validity from rdata for dname compare.
4081	- updated iana portlist.
4082
408319 April 2013: Wouter
4084	- Fixup snprintf return value usage, fixed libunbound_get_option.
4085
408618 April 2013: Wouter
4087	- fix bug #491: pick program name (0th argument) as syslog identity.
4088	- own implementation of compat/snprintf.c.
4089
409015 April 2013: Wouter
4091	- Fix so that for a configuration line of include: "*.conf" it is not
4092	  an error if there are no files matching the glob pattern.
4093	- unbound-anchor review: BIO_write can return 0 successfully if it
4094	  has successfully appended a zero length string.
4095
409611 April 2013: Wouter
4097	- Fix queries leaking up for stubs and forwards, if the configured
4098	  nameservers all fail to answer.
4099
410010 April 2013: Wouter
4101	- code improve for minimal responses, small speed increase.
4102
41039 April 2013: Wouter
4104	- updated iana portlist.
4105	- Fix crash in previous private address fixup of 22 March.
4106
410728 March 2013: Wouter
4108	- Make reverse zones easier by documenting the nodefault statements
4109	  commented-out in the example config file.
4110
411126 March 2013: Wouter
4112	- more fixes to lookup3.c endianness detection.
4113
411425 March 2013: Wouter
4115	- #492: Fix endianness detection, revert to older lookup3.c detection
4116	  and put new detect lines after previous tests, to avoid regressions
4117	  but allow new detections to succeed.
4118	  And add detection for machine/endian.h to it.
4119
412022 March 2013: Wouter
4121	- Fix resolve of names that use a mix of public and private addresses.
4122	- iana portlist update.
4123	- Fix makedist for new svn for -d option.
4124	- unbound.h header file has UNBOUND_VERSION_MAJOR define.
4125	- Fix windows RSRC version for long version numbers.
4126
412721 March 2013: Wouter
4128	- release 1.4.20
4129	- trunk has 1.4.21
4130	- committed libunbound version 4:1:2 for binary API updated in 1.4.20
4131	- install copy of unbound-control.8 man page for unbound-control-setup
4132
413314 March 2013: Wouter
4134	- iana portlist update.
4135	- tag 1.4.20rc1
4136
413712 March 2013: Wouter
4138	- Fixup makedist.sh for windows compile.
4139
414011 March 2013: Wouter
4141	- iana portlist update.
4142	- testcode/ldns-testpkts.c check for makedist is informational.
4143
414415 February 2013: Wouter
4145	- fix defines in lookup3 for bigendian bsd alpha
4146
414711 February 2013: Wouter
4148	- Fixup openssl_thread init code to only run if compiled with SSL.
4149
41507 February 2013: Wouter
4151	- detect endianness in lookup3 on BSD.
4152	- add libunbound.ttl at end of result structure, version bump for
4153	  libunbound and binary backwards compatible, but 1.4.19 is not
4154	  forward compatible with 1.4.20.
4155	- update iana port list.
4156
415730 January 2013: Wouter
4158	- includes and have_ssl fixes for nss.
4159
416029 January 2013: Wouter
4161	- printout name of zone with duplicate fwd and hint errors.
4162
416328 January 2013: Wouter
4164	- updated fwd_zero for newer nc. Updated common.sh for newer netstat.
4165
416617 January 2013: Wouter
4167	- unbound-anchors checks the emailAddress of the signer of the
4168	  root.xml file, default is dnssec@iana.org.  It also checks that
4169	  the signer has the correct key usage for a digital signature.
4170	- update iana port list.
4171
41723 January 2013: Wouter
4173	- Test that unbound-control checks client credentials.
4174	- Test that unbound can handle a CNAME at an intermediate node in
4175	  the chain of trust (where it seeks a DS record).
4176	- Check the commonName of the signer of the root.xml file in
4177	  unbound-anchor, default is dnssec@iana.org.
4178
41792 January 2013: Wouter
4180	- Fix openssl lock free on exit (reported by Robert Fleischman).
4181	- iana portlist updated.
4182	- Tested that unbound implements the RFC5155 Technical Errata id 3441.
4183	  Unbound already implements insecure classification of an empty
4184	  nonterminal in NSEC3 optout zone.
4185
418620 December 2012: Wouter
4187	- Fix unbound-anchor xml parse of entity declarations for safety.
4188
418919 December 2012: Wouter
4190	- iana portlist updated.
4191
419218 December 2012: Wouter
4193	- iana portlist updated.
4194
419514 December 2012: Wouter
4196	- Change of D.ROOT-SERVERS.NET A address in default root hints.
4197
419812 December 2012: Wouter
4199	- 1.4.19 release.
4200	- trunk has 1.4.20 under development.
4201
42025 December 2012: Wouter
4203	- note support for AAAA RR type RFC.
4204
42054 December 2012: Wouter
4206	- 1.4.19rc1 tag.
4207
420830 November 2012: Wouter
4209	- bug 481: fix python example0.
4210	- iana portlist updated.
4211
421227 November 2012: Wouter
4213	- iana portlist updated.
4214
42159 November 2012: Wouter
4216	- Fix unbound-control forward disables configured stubs below it.
4217
42187 November 2012: Wouter
4219	- Fixup ldns-testpkts, identical to ldns/examples.
4220	- iana portlist updated.
4221
422230 October 2012: Wouter
4223	- Fix bug #477: unbound-anchor segfaults if EDNS is blocked.
4224
422529 October 2012: Matthijs
4226	- Fix validation for responses with both CNAME and wildcard
4227	  expanded CNAME records in answer section.
4228
42298 October 2012: Wouter
4230	- update ldns-testpkts.c to ldns 1.6.14 version.
4231	- fix build of pythonmod in objdir, for unbound.py.
4232	- make clean and makerealclean remove generated python and docs.
4233
42345 October 2012: Wouter
4235	- fix build of pythonmod in objdir (thanks Jakob Schlyter).
4236
42373 October 2012: Wouter
4238	- fix text in unbound-anchor man page.
4239
42401 October 2012: Wouter
4241	- ignore trusted-keys globs that have no files (from Paul Wouters).
4242
424327 September 2012: Wouter
4244	- include: directive in config file accepts wildcards.  Patch from
4245	  Paul Wouters.  Suggested use: include: "/etc/unbound.d/conf.d/*"
4246	- unbound-control -q option is quiet, patch from Mariano Absatz.
4247	- iana portlist updated.
4248	- updated contrib/unbound.spec, patch from Valentin Bud.
4249
425021 September 2012: Wouter
4251	- chdir to / after chroot call (suggested by Camiel Dobbelaar).
4252
425317 September 2012: Wouter
4254	- patch_rsamd5_enable.diff: this patch enables RSAMD5 validation
4255	  otherwise it is treated as insecure.  The RSAMD5 algorithm is
4256	  deprecated (RFC6725).  The MD5 hash is considered weak for some
4257	  purposes, if you want to sign your zone, then RSASHA256 is an
4258	  uncontested hash.
4259
426030 August 2012: Wouter
4261	- RFC6725 deprecates RSAMD5: this DNSKEY algorithm is disabled.
4262	- iana portlist updated.
4263
426429 August 2012: Wouter
4265	- Nicer comments outgoing-port-avoid, thanks Stu (bug #465).
4266
426722 August 2012: Wouter
4268	- Fallback to 1472 and 1232, one fragment size without headers.
4269
427021 August 2012: Wouter
4271	- Fix timeouts so that when a server has been offline for a while
4272	  and is probed to see it works, it becomes fully available for
4273	  server selection again.
4274
427517 August 2012: Wouter
4276	- Add documentation to libunbound for default nonuse of resolv.conf.
4277
42782 August 2012: Wouter
4279	- trunk has 1.4.19 under development (fixes from 1 aug and 31 july
4280	are for 1.4.19).
4281	- iana portlist updated.
4282
42831 August 2012: Wouter
4284	- Fix openssl race condition, initializes openssl locks, reported
4285	  by Einar Lonn and Patrik Wallstrom.
4286
428731 July 2012: Wouter
4288	- Improved forward-first and stub-first documentation.
4289	- Fix that enables modules to register twice for the same
4290	  serviced_query, without race conditions or administration issues.
4291	  This should not happen with the current codebase, but it is robust.
4292	- Fix forward-first option where it sets the RD flag wrongly.
4293	- added manpage links for libunbound calls (Thanks Paul Wouters).
4294
429530 July 2012: Wouter
4296	- tag 1.4.18rc2 (became 1.4.18 release at 2 august 2012).
4297
429827 July 2012: Wouter
4299	- unbound-host works with libNSS
4300	- fix bogus nodata cname chain not reported as bogus by validator,
4301	  (Thanks Peter van Dijk).
4302
430326 July 2012: Wouter
4304	- iana portlist updated.
4305	- tag 1.4.18rc1.
4306
430725 July 2012: Wouter
4308	- review fix for libnss, check hash prefix allocation size.
4309
431023 July 2012: Wouter
4311	- fix missing break for GOST DS hash function.
4312	- implemented forward_first for the root.
4313
431420 July 2012: Wouter
4315	- Fix bug#452 and another assertion failure in mesh.c, makes
4316	  assertions in mesh.c resist duplicates.  Fixes DS NS search to
4317	  not generate duplicate sub queries.
4318
431919 July 2012: Willem
4320	- Fix bug#454: Remove ACX_CHECK_COMPILER_FLAG from configure.ac,
4321	  if CFLAGS is specified at configure time then '-g -O2' is not
4322	  appended to CFLAGS, so that the user can override them.
4323
432418 July 2012: Willem
4325	- Fix libunbound report of errors when in background mode.
4326
432711 July 2012: Willem
4328	- updated iana ports list.
4329
43309 July 2012: Willem
4331	- Add flush_bogus option for unbound-control
4332
43336 July 2012: Wouter
4334	- Fix validation of qtype DS queries that result in no data for
4335	  non-optout NSEC3 zones.
4336
43374 July 2012: Wouter
4338	- compile libunbound with libnss on Suse, passes regression tests.
4339
43403 July 2012: Wouter
4341	- FIPS_mode openssl does not use arc4random but RAND_pseudo_bytes.
4342
43432 July 2012: Wouter
4344	- updated iana ports list.
4345
434629 June 2012: Wouter
4347	- patch for unbound_munin_ script to handle arbitrary thread count by
4348	  Sven Ulland.
4349
435028 June 2012: Wouter
4351	- detect if openssl has FIPS_mode.
4352	- code review: return value of cache_store can be ignored for better
4353	  performance in out of memory conditions.
4354	- fix edns-buffer-size and msg-buffer-size manpage documentation.
4355	- updated iana ports list.
4356
435725 June 2012: Wouter
4358	- disable RSAMD5 if in FIPS mode (for openssl and for libnss).
4359
436022 June 2012: Wouter
4361	- implement DS records, NSEC3 and ECDSA for compile with libnss.
4362
436321 June 2012: Wouter
4364	- fix error handling of alloc failure during rrsig verification.
4365	- nss check for verification failure.
4366	- nss crypto works for RSA and DSA.
4367
436820 June 2012: Wouter
4369	- work on --with-nss build option (for now, --with-libunbound-only).
4370
437119 June 2012: Wouter
4372	- --with-libunbound-only build option, only builds the library and
4373	  not the daemon and other tools.
4374
437518 June 2012: Wouter
4376	- code review.
4377
437815 June 2012: Wouter
4379	- implement log-time-ascii on windows.
4380	- The key-cache bad key ttl is now 60 seconds.
4381	- updated iana ports list.
4382	- code review.
4383
438411 June 2012: Wouter
4385	- bug #452: fix crash on assert in mesh_state_attachment.
4386
438730 May 2012: Wouter
4388	- silence warning from swig-generated code (md set but not used in
4389	  swig initmodule, due to ifdefs in swig-generated code).
4390
439127 May 2012: Wouter
4392	- Fix debian-bugs-658021: Please enable hardened build flags.
4393
439425 May 2012: Wouter
4395	- updated iana ports list.
4396
439724 May 2012: Wouter
4398	- tag for 1.4.17 release.
4399	- trunk is 1.4.18 in development.
4400
440118 May 2012: Wouter
4402	- Review comments, removed duplicate memset to zero in delegpt.
4403
440416 May 2012: Wouter
4405	- Updated doc/FEATURES with RFCs that are implemented but not listed.
4406	- Protect if statements in val_anchor for compile without locks.
4407	- tag for 1.4.17rc1.
4408
440915 May 2012: Wouter
4410	- fix configure ECDSA support in ldns detection for windows compile.
4411	- fix possible uninitialised variable in windows pipe implementation.
4412
44139 May 2012: Wouter
4414	- Fix alignment problem in util/random on sparc64/freebsd.
4415
44168 May 2012: Wouter
4417	- Fix for accept spinning reported by OpenBSD.
4418	- iana portlist updated.
4419
44202 May 2012: Wouter
4421	- Fix validation of nodata for DS query in NSEC zones, reported by
4422	  Ondrej Mikle.
4423
442413 April 2012: Wouter
4425	- ECDSA support (RFC 6605) by default. Use --disable-ecdsa for older
4426	  openssl.
4427
442810 April 2012: Wouter
4429	- Applied patch from Daisuke HIGASHI for rrset-roundrobin and
4430	  minimal-responses features.
4431	- iana portlist updated.
4432
44335 April 2012: Wouter
4434	- fix bug #443: --with-chroot-dir not honoured by configure.
4435	- fix bug #444: setusercontext was called too late (thanks Bjorn
4436	  Ketelaars).
4437
443827 March 2012: Wouter
4439	- fix bug #442: Fix that Makefile depends on pythonmod headers
4440	  even using --without-pythonmodule.
4441
444222 March 2012: Wouter
4443	- contrib/validation-reporter follows rotated log file (patch from
4444	  Augie Schwer).
4445
444621 March 2012: Wouter
4447	- new approach to NS fetches for DS lookup that works with
4448	  cornercases, and is more robust and considers forwarders.
4449
445019 March 2012: Wouter
4451	- iana portlist updated.
4452	- fix to locate nameservers for DS lookup with NS fetches.
4453
445416 March 2012: Wouter
4455	- Patch for access to full DNS packet data in unbound python module
4456	  from Ondrej Mikle.
4457
44589 March 2012: Wouter
4459	- Applied line-buffer patch from Augie Schwer to validation.reporter.sh.
4460
44612 March 2012: Wouter
4462	- flush_infra cleans timeouted servers from the cache too.
4463	- removed warning from --enable-ecdsa.
4464
44651 March 2012: Wouter
4466	- forward-first option.  Tries without forward if a query fails.
4467	  Also stub-first option that is similar.
4468
446928 February 2012: Wouter
4470	- Fix from code review, if EINPROGRESS not defined chain if statement
4471	  differently.
4472
447327 February 2012: Wouter
4474	- Fix bug#434: on windows check registry for config file location
4475	  for unbound-control.exe, and unbound-checkconf.exe.
4476
447723 February 2012: Wouter
4478	- Fix to squelch 'network unreachable' errors from tcp connect in
4479	  logs, high verbosity will show them.
4480
448116 February 2012: Wouter
4482	- iter_hints is now thread-owned in module env, and thus threadsafe.
4483	- Fix prefetch and sticky NS, now the prefetch works.  It picks
4484	  nameservers that 'would be valid in the future', and if this makes
4485	  the NS timeout, it updates that NS by asking delegation from the
4486	  parent again.  If child NS has longer TTL, that TTL does not get
4487	  refreshed from the lookup to the child nameserver.
4488
448915 February 2012: Wouter
4490	- Fix forward-zone memory, uses malloc and frees original root dp.
4491	- iter hints (stubs) uses malloc inside for more dynamicity.
4492	- unbound-control forward_add, forward_remove, stub_add, stub_remove
4493	  can modify stubs and forwards for running unbound (on mobile computer)
4494	  they can also add and remove domain-insecure for the zone.
4495
449614 February 2012: Wouter
4497	- Fix sticky NS (ghost domain problem) if prefetch is yes.
4498	- iter forwards uses malloc inside for more dynamicity.
4499
450013 February 2012: Wouter
4501	- RT#2955. Fix for cygwin compilation. 
4502	- iana portlist updated.
4503
450410 February 2012: Wouter
4505	- Slightly smaller critical region in one case in infra cache.
4506	- Fix timeouts to keep track of query type, A, AAAA and other, if
4507	  another has caused timeout blacklist, different type can still probe.
4508	- unit test fix for nomem_cnametopos.rpl race condition.
4509
45109 February 2012: Wouter
4511	- Fix AHX_BROKEN_MEMCMP for autoheader mess up of #undef in config.h.
4512
45138 February 2012: Wouter
4514	- implement draft-ietf-dnsext-ecdsa-04; which is in IETF LC; This
4515	  implementation is experimental at this time and not recommended
4516	  for use on the public internet (the protocol numbers have not
4517	  been assigned).  Needs recent ldns with --enable-ecdsa.
4518	- fix memory leak in errorcase for DSA signatures.
4519	- iana portlist updated.
4520	- workaround for openssl 0.9.8 ecdsa sha2 and evp problem.
4521
45223 February 2012: Wouter
4523	- fix for windows, rename() is not posix compliant on windows.
4524
45252 February 2012: Wouter
4526	- 1.4.16 release tag.
4527	- svn trunk is 1.4.17 in development.
4528	- iana portlist updated.
4529
45301 February 2012: Wouter
4531	- Fix validation failures (like: validation failure xx: no NSEC3
4532	  closest encloser from yy for DS zz. while building chain of trust,
4533	  because of a bug in the TTL-fix in 1.4.15, it picked the wrong rdata
4534	  for an NSEC3.  Now it does not change rdata, and fixes TTL.
4535
453630 January 2012: Wouter
4537	- Fix version-number in libtool to be version-info so it produces
4538	  libunbound.so.2 like it should.
4539
454026 January 2012: Wouter
4541	- Tag 1.4.15 (same as 1.4.15rc1), for 1.4.15 release.
4542	- trunk 1.4.16; includes changes memset testcode, #424 openindiana,
4543	  and keyfile write fixup.
4544	- applied patch to support outgoing-interface with ub_ctx_set_option.
4545
454623 January 2012: Wouter
4547	- Fix memset in test code.
4548
454920 January 2012: Wouter
4550	- Fix bug #424: compile on OpenIndiana OS with gcc 4.6.2.
4551
455219 January 2012: Wouter
4553	- Fix to write key files completely to a temporary file, and if that
4554	  succeeds, replace the real key file.  So failures leave a useful file.
4555
455618 January 2012: Wouter
4557	- tag 1.4.15rc1 created
4558	- updated libunbound/ubsyms.def and remade tag 1.4.15rc1.
4559
456017 January 2012: Wouter
4561	- Fix bug where canonical_compare of RRSIG did not downcase the
4562	  signer-name.  This is mostly harmless because RRSIGs do not have
4563	  to be sorted in canonical order, usually.
4564
456512 January 2012: Wouter
4566	- bug#428: add ub_version() call to libunbound.  API version increase,
4567	  with (binary) backwards compatibility for the previous version.
4568
456910 January 2012: Wouter
4570	- Fix bug #425: unbound reports wrong TTL in reply, it reports a TTL
4571	  that would be permissible by the RFCs but it is not the TTL in the
4572	  cache.
4573	- iana portlist updated.
4574	- uninitialised variable in reprobe for rtt blocked domains fixed.
4575	- lintfix and new flex output.
4576
45772 January 2012: Wouter
4578	- Fix to randomize hash function, based on 28c3 congress, reported
4579	  by Peter van Dijk.
4580
458124 December 2011: Wouter
4582	- Fix for memory leak (about 20 bytes when a tcp or udp send operation
4583	  towards authority servers failed, takes about 50.000 such failures to
4584	  leak one Mb, such failures are also usually logged), reported by
4585	  Robert Fleischmann.
4586	- iana portlist updated.
4587
458819 December 2011: Wouter
4589	- Fix for VU#209659 CVE-2011-4528: Unbound denial of service
4590	  vulnerabilities from nonstandard redirection and denial of existence
4591	  http://www.unbound.net/downloads/CVE-2011-4528.txt
4592	- robust checks for next-closer NSEC3s.
4593	- tag 1.4.14 created.
4594	- trunk has 1.4.15 in development.
4595
459615 December 2011: Wouter
4597	- remove uninit warning from cachedump code.
4598	- Fix parse error on negative SOA RRSIGs if badly ordered in the packet.
4599
460013 December 2011: Wouter
4601	- iana portlist updated.
4602	- svn tag 1.4.14rc1
4603	- fix infra cache comparison.
4604	- Fix to constrain signer_name to be a parent of the lookupname.
4605
46065 December 2011: Wouter
4607	- Fix getaddrinfowithincludes on windows with fedora16 mingw32-gcc.
4608	- Fix warnings with gcc 4.6 in compat/inet_ntop.c.
4609	- Fix warning unused in compat/strptime.c.
4610	- Fix malloc detection and double definition.
4611
46122 December 2011: Wouter
4613	- configure generated with autoconf 2.68.
4614
461530 November 2011: Wouter
4616	- Fix for tcp-upstream and ssl-upstream for if a laptop sleeps, causes
4617	  SERVFAILs.  Also fixed for UDP (but less likely).
4618
461928 November 2011: Wouter
4620	- Fix quartile time estimate, it was too low, (thanks Jan Komissar).
4621	- iana ports updated.
4622
462311 November 2011: Wouter
4624	- Makefile compat with SunOS make, BSD make and GNU make.
4625	- iana ports updated.
4626
462710 November 2011: Wouter
4628	- Makefile changed for BSD make compatibility.
4629
46309 November 2011: Wouter
4631	- added unit test for SSL service and SSL-upstream.
4632
46338 November 2011: Wouter
4634	- can configure ssl service to one port number, and not on others.
4635	- fixup windows compile with ssl support.
4636	- Fix double free in unbound-host, reported by Steve Grubb.
4637	- iana portlist updated.
4638
46391 November 2011: Wouter
4640	- dns over ssl support as a client, ssl-upstream yes turns it on.
4641	  It performs an SSL transaction for every DNS query (250 msec).
4642	- documentation for new options: ssl-upstream, ssl-service-key and
4643	  ssl-service.pem.
4644	- iana portlist updated.
4645	- fix -flto detection on Lion for llvm-gcc.
4646
464731 October 2011: Wouter
4648	- dns over ssl support, ssl-service-pem and ssl-service-key files
4649	  can be given and then TCP queries are serviced wrapped in SSL.
4650
465127 October 2011: Wouter
4652	- lame-ttl and lame-size options no longer exist, it is integrated
4653	  with the host info.  They are ignored (with verbose warning) if
4654	  encountered to keep the config file backwards compatible.
4655	- fix iana-update for changing gzip compression of results.
4656	- fix export-all-symbols on OSX.
4657
465826 October 2011: Wouter
4659	- iana portlist updated.
4660	- Infra cache stores information about ping and lameness per IP, zone.
4661	  This fixes bug #416.
4662	- fix iana_update target for gzipped file on iana site.
4663
466424 October 2011: Wouter
4665	- Fix resolve of partners.extranet.microsoft.com with a fix for the
4666	  server selection for choosing out of a (particular) list of bad
4667	  choices. (bug#415)
4668	- Fix make_new_space function so that the incoming query is not
4669	  overwritten if a jostled out query causes a waiting query to be
4670	  resumed that then fails and sends an error message.  (Thanks to
4671	  Matthew Lee).
4672
467321 October 2011: Wouter
4674	- fix --enable-allsymbols, fptr wlist is disabled on windows with this 
4675	  option enabled because of memory layout exe vs dll.
4676
467719 October 2011: Wouter
4678	- fix unbound-anchor for broken strptime on OSX lion, detected
4679	  in configure.
4680	- Detect if GOST really works, openssl1.0 on OSX fails.
4681	- Implement ipv6%interface notation for scope_id usage.
4682
468317 October 2011: Wouter
4684	- better documentation for inform_super (Thanks Yang Zhe).
4685
468614 October 2011: Wouter
4687	- Fix for out-of-memory condition in libunbound (thanks
4688	  Robert Fleischman).
4689
469013 October 2011: Wouter
4691	- Fix --enable-allsymbols, it depended on link specifics of the
4692	  target platform, or fptr_wlist assertion failures could occur.
4693
469412 October 2011: Wouter
4695	- updated contrib/unbound_munin_ to family=auto so that it works with
4696	  munin-node-configure automatically (if installed as
4697	  /usr/local/share/munin/plugins/unbound_munin_ ).
4698
469927 September 2011: Wouter
4700	- unbound.exe -w windows option for start and stop service.
4701
470223 September 2011: Wouter
4703	- TCP-upstream calculates tcp-ping so server selection works if there
4704	  are alternatives.
4705
470620 September 2011: Wouter
4707	- Fix classification of NS set in answer section, where there is a
4708	  parent-child server, and the answer has the AA flag for dir.slb.com.
4709	  Thanks to Amanda Constant from Secure64.
4710
471116 September 2011: Wouter
4712	- fix bug #408: accept patch from Steve Snyder that comments out
4713	  unused functions in lookup3.c.
4714	- iana portlist updated.
4715	- fix EDNS1480 change memleak and TCP fallback.
4716	- fix various compiler warnings (reported by Paul Wouters).
4717	- max sent count.  EDNS1480 only for rtt < 5000.  No promiscuous
4718	  fetch if sentcount > 3, stop query if sentcount > 16.  Count is
4719	  reset when referral or CNAME happens.  This makes unbound better
4720	  at managing large NS sets, they are explored when there is continued
4721	  interest (in the form of queries).
4722
472315 September 2011: Wouter
4724	- release 1.4.13.
4725	- trunk contains 1.4.14 in development.
4726	- Unbound probes at EDNS1480 if there an EDNS0 timeout.
4727
472812 September 2011: Wouter
4729	- Reverted dns EDNS backoff fix, it did not help and needs
4730	  fragmentation fixes instead.
4731	- tag 1.4.13rc2
4732
47337 September 2011: Wouter
4734	- Fix operation in ipv6 only (do-ip4: no) mode.
4735
47366 September 2011: Wouter
4737	- fedora specfile updated.
4738
47395 September 2011: Wouter
4740	- tag 1.4.13rc1
4741
47422 September 2011: Wouter
4743	- iana portlist updated.
4744
474526 August 2011: Wouter
4746	- Fix num-threads 0 does not segfault, reported by Simon Deziel.
4747	- Fix validation failures due to EDNS backoff retries, the retry
4748	  for fetch of data has want_dnssec because the iter_indicate_dnssec
4749	  function returns true when validation failure retry happens, and
4750	  then the serviced query code does not fallback to noEDNS, even if
4751	  the cache says it has this.  This helps for DLV deployment when
4752	  the DNSSEC status is not known for sure before the lookup concludes.
4753
475424 August 2011: Wouter
4755	- Applied patch from Karel Slany that fixes a memory leak in the
4756	  unbound python module, in string conversions.
4757
475822 August 2011: Wouter
4759	- Fix validation of qtype ANY responses with CNAMEs (thanks Cathy
4760	  Zhang and Luo Ce).  Unbound responds with the RR types that are
4761	  available at the name for qtype ANY and validates those RR types.
4762	  It does not test for completeness (i.e. with NSEC or NSEC3 query),
4763	  and it does not follow the CNAME or DNAME to another name (with
4764	  even more data for the already large response).
4765	- Fix that internally, CNAMEs with NXDOMAIN have that as rcode.
4766	- Documented the options that work with control set_option command.
4767	- tcp-upstream yes/no option (works with set_option) for tunnels.
4768
476918 August 2011: Wouter
4770	- fix autoconf call in makedist crosscompile to RC or snapshot.
4771
477217 August 2011: Wouter
4773	- Fix validation of . DS query.
4774	- new xml format at IANA, new awk for iana_update.
4775	- iana portlist updated.
4776
477710 August 2011: Wouter
4778	- Fix python site-packages path to /usr/lib64.
4779	- updated patch from Tom.
4780	- fix memory and fd leak after out-of-memory condition.
4781
47829 August 2011: Wouter
4783	- patch from Tom Hendrikx fixes load of python modules.
4784
47858 August 2011: Wouter
4786	- make clean had ldns-src reference, removed.
4787
47881 August 2011: Wouter
4789	- Fix autoconf 2.68 warnings
4790
479114 July 2011: Wouter
4792	- Unbound implements RFC6303 (since version 1.4.7).
4793	- tag 1.4.12rc1 is released as 1.4.12 (without the other fixes in the
4794	  meantime, those are for 1.4.13).
4795	- iana portlist updated.
4796
479713 July 2011: Wouter
4798	- Quick fix for contrib/unbound.spec example, no ldns-builtin any more.
4799
480011 July 2011: Wouter
4801	- Fix wildcard expansion no-data reply under an optout NSEC3 zone is
4802	  validated as insecure, reported by Jia Li (lijia@cnnic.cn).
4803
48044 July 2011: Wouter
4805	- 1.4.12rc1 tag created.
4806
48071 July 2011: Wouter
4808	- version number in example config file.
4809	- fix that --enable-static-exe does not complain about it unknown.
4810
481130 June 2011: Wouter
4812	- tag relase 1.4.11, trunk is 1.4.12 development.
4813	- iana portlist updated.
4814	- fix bug#395: id bits of other query may leak out under conditions
4815	- fix replyaddr count wrong after jostled queries, which leads to
4816	  eventual starvation where the daemon has no replyaddrs left to use.
4817	- fix comment about rndc port, that referred to the old port number.
4818	- fix that the listening socket is not closed when too many remote
4819	  control connections are made at the same time.
4820	- removed ldns-src tarball inside the unbound tarball.
4821
482223 June 2011: Wouter
4823	- Changed -flto check to support clang compiler.
4824	- tag 1.4.11rc3 created.
4825
482617 June 2011: Wouter
4827	- tag 1.4.11rc1 created.
4828	- remove warning about signed/unsigned from flex (other flex version).
4829	- updated aclocal.m4 and libtool to match.
4830	- tag 1.4.11rc2 created.
4831
483216 June 2011: Wouter
4833	- log-queries: yesno option, default is no, prints querylog.
4834	- version is 1.4.11.
4835
483614 June 2011: Wouter
4837	- Use -flto compiler flag for link time optimization, if supported.
4838	- iana portlist updated.
4839
484012 June 2011: Wouter
4841	- IPv6 service address for d.root-servers.net (2001:500:2D::D).
4842
484310 June 2011: Wouter
4844	- unbound-control has version number in the header,
4845	  UBCT[version]_space_ is the header sent by the client now.
4846	- Unbound control port number is registered with IANA:
4847	  ub-dns-control  8953/tcp    unbound dns nameserver control
4848	  This is the new default for the control-port config setting.
4849	- statistics-interval prints the number of jostled queries to log.
4850
485130 May 2011: Wouter
4852	- Fix Makefile for U in environment, since wrong U is more common than
4853	  deansification necessity.
4854	- iana portlist updated.
4855	- updated ldns tarball to 1.6.10rc2 snapshot of today.
4856
485725 May 2011: Wouter
4858	- Fix assertion failure when unbound generates an empty error reply
4859	  in response to a query, CVE-2011-1922 VU#531342.
4860	- This fix is in tag 1.4.10.
4861	- defense in depth against the above bug, an error is printed to log
4862	  instead of an assertion failure.
4863
486410 May 2011: Wouter
4865	- bug#386: --enable-allsymbols option links all binaries to libunbound
4866	  and reduces install size significantly.
4867	- feature, ignore-cd-flag: yesno to provide dnssec to legacy servers.
4868	- iana portlist updated.
4869	- Fix TTL of SOA so negative TTL is separately cached from normal TTL.
4870
487114 April 2011: Wouter
4872	- configure created with newer autoconf 2.66.
4873
487412 April 2011: Wouter
4875	- bug#378: Fix that configure checks for ldns_get_random presence.
4876
48778 April 2011: Wouter
4878	- iana portlist updated.
4879	- queries with CD flag set cause DNSSEC validation, but the answer is
4880	  not withheld if it is bogus.  Thus, unbound will retry if it is bad
4881	  and curb the TTL if it is bad, thus protecting the cache for use by
4882	  downstream validators.
4883	- val-override-date: -1 ignores dates entirely, for NTP usage.
4884
488529 March 2011: Wouter
4886	- harden-below-nxdomain: changed so that it activates when the
4887	  cached nxdomain is dnssec secure.  This avoids backwards
4888	  incompatibility because those old servers do not have dnssec.
4889
489024 March 2011: Wouter
4891	- iana portlist updated.
4892	- release 1.4.9.
4893	- trunk is 1.5.0
4894
489517 March 2011: Wouter
4896	- bug#370: new unbound.spec for CentOS 5.x from Harold Jones.
4897	  Applied but did not do the --disable-gost.
4898
489910 March 2011: Wouter
4900	- tag 1.4.9 release candidate 1 created.
4901
49023 March 2011: Wouter
4903	- updated ldns to today.
4904
49051 March 2011: Wouter
4906	- Fix no ADflag for NXDOMAIN in NSEC3 optout. And wildcard in optout.
4907	- give config parse error for multiple names on a stub or forward zone.
4908	- updated ldns tarball to 1.6.9(todays snapshot).
4909
491024 February 2011: Wouter
4911	- bug #361: Fix, time.elapsed variable not reset with stats_noreset.
4912
491323 February 2011: Wouter
4914	- iana portlist updated.
4915	- common.sh to version 3.
4916
491718 February 2011: Wouter
4918	- common.sh in testdata updated to version 2.
4919
492015 February 2011: Wouter
4921	- Added explicit note on unbound-anchor usage:
4922	  Please note usage of unbound-anchor root anchor is at your own risk
4923	  and under the terms of our LICENSE (see that file in the source).
4924
492511 February 2011: Wouter
4926	- iana portlist updated.
4927	- tpkg updated with common.sh for common functionality.
4928
49297 February 2011: Wouter
4930	- Added regression test for addition of a .net DS to the root, and
4931	  cache effects with different TTL for glue and DNSKEY.
4932	- iana portlist updated.
4933
493428 January 2011: Wouter
4935	- Fix remove private address does not throw away entire response.
4936
493724 January 2011: Wouter
4938	- release 1.4.8
4939
494019 January 2011: Wouter
4941	- fix bug#349: no -L/usr for ldns.
4942
494318 January 2011: Wouter
4944	- ldns 1.6.8 tarball included.
4945	- release 1.4.8rc1.
4946
494717 January 2011: Wouter
4948	- add get and set option for harden-below-nxdomain feature.
4949	- iana portlist updated.
4950
495114 January 2011: Wouter
4952	- Fix so a changed NS RRset does not get moved name stuck on old
4953	  server, for type NS the TTL is not increased.
4954
495513 January 2011: Wouter
4956	- Fix prefetch so it does not get stuck on old server for moved names.
4957
495812 January 2011: Wouter
4959	- iana portlist updated.
4960
496111 January 2011: Wouter
4962	- Fix insecure CNAME sequence marked as secure, reported by Bert
4963	  Hubert.
4964
496510 January 2011: Wouter
4966	- faster lruhash get_mem routine.
4967
49684 January 2011: Wouter
4969	- bug#346: remove ITAR scripts from contrib, the service is discontinued, use the root.
4970	- iana portlist updated.
4971
497223 December 2010: Wouter
4973	- Fix in infra cache that could cause rto larger than TOP_TIMEOUT kept.
4974
497521 December 2010: Wouter
4976	- algorithm compromise protection using the algorithms signalled in
4977	  the DS record.  Also, trust anchors, DLV, and RFC5011 receive this,
4978	  and thus, if you have multiple algorithms in your trust-anchor-file
4979	  then it will now behave different than before.  Also, 5011 rollover
4980	  for algorithms needs to be double-signature until the old algorithm
4981	  is revoked.
4982	  It is not an option, because I see no use to turn the security off.
4983	- iana portlist updated.
4984
498517 December 2010: Wouter
4986	- squelch 'tcp connect: bla' in logfile, (set verbosity 2 to see them).
4987	- fix validation in this case: CNAME to nodata for co-hosted opt-in
4988	  NSEC3 insecure delegation, was bogus, fixed to be insecure.
4989
499016 December 2010: Wouter
4991	- Fix our 'BDS' license (typo reported by Xavier Belanger).
4992
499310 December 2010: Wouter
4994	- iana portlist updated.
4995	- review changes for unbound-anchor.
4996
49972 December 2010: Wouter
4998	- feature typetransparent localzone, does not block other RR types.
4999
50001 December 2010: Wouter
5001	- Fix bug#338: print address when socket creation fails.
5002
500330 November 2010: Wouter
5004	- Fix storage of EDNS failures in the infra cache.
5005	- iana portlist updated.
5006
500718 November 2010: Wouter
5008	- harden-below-nxdomain option, default off (because very old
5009	  software may be incompatible).  We could enable it by default in
5010	  the future.
5011
501217 November 2010: Wouter
5013	- implement draft-vixie-dnsext-resimprove-00, we stop on NXDOMAIN.
5014	- make test output nicer.
5015
501615 November 2010: Wouter
5017	- silence 'tcp connect: broken pipe' and 'net down' at low verbosity.
5018	- iana portlist updated.
5019	- so-sndbuf option for very busy servers, a bit like so-rcvbuf.
5020
50219 November 2010: Wouter
5022	- unbound-anchor compiles with openssl 0.9.7.
5023
50248 November 2010: Wouter
5025	- release tag 1.4.7.
5026	- trunk is version 1.4.8.
5027	- Be lenient and accept imgw.pl malformed packet (like BIND).
5028
50295 November 2010: Wouter
5030	- do not synthesize a CNAME message from cache for qtype DS.
5031
50324 November 2010: Wouter
5033	- Use central entropy to seed threads.
5034
50353 November 2010: Wouter
5036	- Change the rtt used to probe EDNS-timeout hosts to 1000 msec.
5037
50382 November 2010: Wouter
5039	- tag 1.4.7rc1.
5040	- code review.
5041
50421 November 2010: Wouter
5043	- GOST code enabled by default (RFC 5933).
5044
504527 October 2010: Wouter
5046	- Fix uninit value in dump_infra print.
5047	- Fix validation failure for parent and child on same server with an
5048	  insecure childzone and a CNAME from parent to child.
5049	- Configure detects libev-4.00.
5050
505126 October 2010: Wouter
5052	- dump_infra and flush_infra commands for unbound-control.
5053	- no timeout backoff if meanwhile a query succeeded.
5054	- Change of timeout code.  No more lost and backoff in blockage.
5055	  At 12sec timeout (and at least 2x lost before) one probe per IP
5056	  is allowed only.  At 120sec, the IP is blocked.  After 15min, a
5057	  120sec entry has a single retry packet.
5058
505925 October 2010: Wouter
5060	- Configure errors if ldns is not found.
5061
506222 October 2010: Wouter
5063	- Windows 7 fix for the installer.
5064
506521 October 2010: Wouter
5066	- Fix bug where fallback_tcp causes wrong roundtrip and edns
5067	  observation to be noted in cache.  Fix bug where EDNSprobe halted
5068	  exponential backoff if EDNS status unknown.
5069	- new unresponsive host method, exponentially increasing block backoff.
5070	- iana portlist updated.
5071
507220 October 2010: Wouter
5073	- interface automatic works for some people with ip6 disabled.
5074	  Therefore the error check is removed, so they can use the option.
5075
507619 October 2010: Wouter
5077	- Fix for request list growth, if a server has long timeout but the
5078	  lost counter is low, then its effective rtt is the one without
5079	  exponential backoff applied.  Because the backoff is not working.
5080	  The lost counter can then increase and the server is blacklisted,
5081	  or the lost counter does not increase and the server is working
5082	  for some queries.
5083
508418 October 2010: Wouter
5085	- iana portlist updated.
5086
508713 October 2010: Wouter
5088	- Fix TCP so it uses a random outgoing-interface.
5089	- unbound-anchor handles ADDPEND keystate.
5090
509111 October 2010: Wouter
5092	- Fix bug when DLV below a trust-anchor that uses NSEC3 optout where
5093	  the zone has a secure delegation hosted on the same server did not
5094	  verify as secure (it was insecure by mistake).
5095	- iana portlist updated.
5096	- ldns tarball updated (for reading cachedumps with bad RR data).
5097
50981 October 2010: Wouter
5099	- test for unbound-anchor. fix for reading certs.
5100	- Fix alloc_reg_release for longer uptime in out of memory conditions.
5101
510228 September 2010: Wouter
5103	- unbound-anchor working, it creates or updates a root.key file.
5104	  Use it before you start the validator (e.g. at system boot time).
5105
510627 September 2010: Wouter
5107	- iana portlist updated.
5108
510924 September 2010: Wouter
5110	- bug#329: in example.conf show correct ipv4 link-local 169.254/16.
5111
511223 September 2010: Wouter
5113	- unbound-anchor app, unbound requires libexpat (xml parser library).
5114
511522 September 2010: Wouter
5116	- compliance with draft-ietf-dnsop-default-local-zones-14, removed
5117	  reverse ipv6 orchid prefix from builtin list.
5118	- iana portlist updated.
5119
512017 September 2010: Wouter
5121	- DLV has downgrade protection again, because the RFC says so.
5122	- iana portlist updated.
5123
512416 September 2010: Wouter
5125	- Algorithm rollover operational reality intrudes, for trust-anchor,
5126	  5011-store, and DLV-anchor if one key matches it's good enough.
5127	- iana portlist updated.
5128	- Fix reported validation error in out of memory condition.
5129
513015 September 2010: Wouter
5131	- Abide RFC5155 section 9.2: no AD flag for replies with NSEC3 optout.
5132
513314 September 2010: Wouter
5134	- increased mesh-max-activation from 1000 to 3000 for crazy domains
5135	  like _tcp.slb.com with 262 servers.
5136	- iana portlist updated.
5137
513813 September 2010: Wouter
5139	- bug#327: Fix for cannot access stub zones until the root is primed.
5140
51419 September 2010: Wouter
5142	- unresponsive servers are not completely blacklisted (because of
5143	  firewalls), but also not probed all the time (because of the request
5144	  list size it generates).  The probe rate is 1%.
5145	- iana portlist updated.
5146
514720 August 2010: Wouter
5148	- openbsd-lint fixes: acl_list_get_mem used if debug-alloc enabled.
5149	  iterator get_mem includes priv_get_mem.  delegpt nodup removed.
5150	  listen_pushback, query_info_allocqname, write_socket, send_packet,
5151	  comm_point_set_cb_arg and listen_resume removed.
5152
515319 August 2010: Wouter
5154	- Fix bug#321: resolution of rs.ripe.net artifacts with 0x20.
5155	  Delegpt structures checked for duplicates always.
5156	  No more nameserver lookups generated when depth is full anyway.
5157	- example.conf notes how to do DNSSEC validation and track the root.
5158	- iana portlist updated.
5159
516018 August 2010: Wouter
5161	- Fix bug#322: configure does not respect CFLAGS on Solaris.
5162	  Pass CFLAGS="-xO4 -xtarget=generic" on the configure command line
5163	  if use sun-cc, but some systems need different flags.
5164
516516 August 2010: Wouter
5166	- Fix acx_nlnetlabs.m4 configure output for autoconf-2.66 AS_TR_CPP
5167	  changes, uses m4_bpatsubst now.
5168	- make test (or make check) should be more portable and run the unit 
5169	  test and testbound scripts. (make longtest has special requirements).
5170
517113 August 2010: Wouter
5172	- More pleasant remote control command parsing.
5173	- documentation added for return values reported by doxygen 1.7.1.
5174	- iana portlist updated.
5175
51769 August 2010: Wouter
5177	- Fix name of rrset printed that failed validation.
5178
51795 August 2010: Wouter
5180	- Return NXDOMAIN after chain of CNAMEs ends at name-not-found.
5181
51824 August 2010: Wouter
5183	- Fix validation in case a trust anchor enters into a zone with
5184	  unsupported algorithms.
5185
51863 August 2010: Wouter
5187	- updated ldns tarball with bugfixes.
5188	- release tag 1.4.6.
5189	- trunk becomes 1.4.7 develop.
5190	- iana portlist updated.
5191
519222 July 2010: Wouter
5193	- more error details on failed remote control connection.
5194
519515 July 2010: Wouter
5196	- rlimit adjustments for select and ulimit can happen at the same time.
5197
519814 July 2010: Wouter
5199	- Donation text added to README.
5200	- Fix integer underflow in prefetch ttl creation from cache.  This
5201	  fixes a potential negative prefetch ttl.
5202
520312 July 2010: Wouter
5204	- Changed the defaults for num-queries-per-thread/outgoing-range.
5205	  For builtin-select: 512/960, for libevent 1024/4096 and for
5206	  windows 24/48 (because of win api).  This makes the ratio this way
5207	  to improve resilience under heavy load.  For high performance, use
5208	  libevent and possibly higher numbers.
5209
521010 July 2010: Wouter
5211	- GOST enabled if SSL is recent and ldns has GOST enabled too.
5212	- ldns tarball updated.
5213
52149 July 2010: Wouter
5215	- iana portlist updated.
5216	- Fix validation of qtype DNSKEY when a key-cache entry exists but
5217	  no rr-cache entry is used (it expired or prefetch), it then goes
5218	  back up to the DS or trust-anchor to validate the DNSKEY.
5219
52207 July 2010: Wouter
5221	- Neat function prototypes, unshadowed local declarations.
5222
52236 July 2010: Wouter
5224	- failure to chown the pidfile is not fatal any more.
5225	- testbound uses UTC timezone.
5226	- ldns tarball updated (ports and works on Minix 3.1.7).  On Minix, add
5227	  /usr/gnu/bin to PATH, use ./configure AR=/usr/gnu/bin/gar and gmake.
5228
52295 July 2010: Wouter
5230	- log if a server is skipped because it is on the donotquery list,
5231	  at verbosity 4, to enable diagnosis why no queries to 127.0.0.1.
5232	- added feature to print configure date, target and options with -h.
5233	- added feature to print event backend system details with -h.
5234	- wdiff is not actually required by make test, updated requirements.
5235
52361 July 2010: Wouter
5237	- Fix RFC4035 compliance with 2.2 statement that the DNSKEY at apex
5238	  must be signed with all algorithms from the DS rrset at the parent.
5239	  This is now checked and becomes bogus if not.
5240
524128 June 2010: Wouter
5242	- Fix jostle list bug found by Vince (luoce@cnnic), it caused the qps
5243	  in overload situations to be about 5 qps for the class of shortly
5244	  serviced queries.
5245	  The capacity of the resolver is then about (numqueriesperthread / 2)
5246	  / (average time for such long queries) qps for long queries.
5247	  And about (numqueriesperthread / 2)/(jostletimeout in whole seconds)
5248	  qps for short queries, per thread.
5249	- Fix the max number of reply-address count to be applied for duplicate
5250	  queries, and not for new query list entries.  This raises the memory
5251	  usage to a max of (16+1)*numqueriesperthread reply addresses.
5252
525325 June 2010: Wouter
5254	- Fix handling of corner case reply from lame server, follows rfc2308.
5255	  It could lead to a nodata reply getting into the cache if the search
5256	  for a non-lame server turned up other misconfigured servers.
5257	- unbound.h has extern "C" statement for easier include in c++.
5258
525923 June 2010: Wouter
5260	- iana portlist updated.
5261	- makedist upgraded cross compile openssl option, like this: 
5262	  ./makedist.sh -s -wssl openssl-1.0.0a.tar.gz -w --enable-gost
5263
526422 June 2010: Wouter
5265	- Unbound reports libev or libevent correctly in logs in verbose mode.
5266	- Fix to unload gost dynamic library module for leak testing.
5267
526818 June 2010: Wouter
5269	- iana portlist updated.
5270
527117 June 2010: Wouter
5272	- Add AAAA to root hints for I.ROOT-SERVERS.NET.
5273
527416 June 2010: Wouter
5275	- Fix assertion failure reported by Kai Storbeck from XS4ALL, the
5276	  assertion was wrong.
5277	- updated ldns tarball.
5278
527915 June 2010: Wouter
5280	- tag 1.4.5 created.
5281	- trunk contains 1.4.6 in development.
5282	- Fix TCPreply on systems with no writev, if just 1 byte could be sent.
5283	- Fix to use one pointer less for iterator query state store_parent_NS.
5284	- makedist crosscompile to windows uses builtin ldns not host ldns.
5285	- Max referral count from 30 to 130, because 128 one character domains
5286	  is valid DNS.
5287	- added documentation for the histogram printout to syslog.
5288
528911 June 2010: Wouter
5290	- When retry to parent the retrycount is not wiped, so failed 
5291	  nameservers are not tried again.
5292	- iana portlist updated.
5293
529410 June 2010: Wouter
5295	- Fix bug where a long loop could be entered, now cycle detection
5296	  has a loop-counter and maximum search amount.
5297
52984 June 2010: Wouter
5299	- iana portlist updated.
5300	- 1.4.5rc1 tag created.
5301
53023 June 2010: Wouter
5303	- ldns tarball updated, 1.6.5.
5304	- review comments, split dependency cycle tracking for parentside
5305	  last resort lookups for A and AAAA so there are more lookup options.
5306
53072 June 2010: Wouter
5308	- Fix compile warning if compiled without threads.
5309	- updated ldns-tarball with current ldns svn (pre 1.6.5).
5310	- GOST disabled-by-default, the algorithm number is allocated but the
5311	  RFC is still has to pass AUTH48 at the IETF.
5312
53131 June 2010: Wouter
5314	- Ignore Z flag in incoming messages too.
5315	- Fix storage of negative parent glue if that last resort fails.
5316	- libtoolize 2.2.6b, autoconf 2.65 applied to configure.
5317	- new splint flags for newer splint install.
5318
531931 May 2010: Wouter
5320	- Fix AD flag handling, it could in some cases mistakenly copy the AD 
5321	  flag from upstream servers.
5322	- alloc_special_obtain out of memory is not a fatal error any more,
5323	  enabling unbound to continue longer in out of memory conditions.
5324	- parentside names are dispreferred but not said to be dnssec-lame.
5325	- parentside check for cached newname glue.
5326	- fix parentside and querytargets modulestate, for dump_requestlist.
5327	- unbound-control-setup makes keys -rw-r--- so not all users permitted.
5328	- fix parentside from cache to be marked dispreferred for bad names.
5329
533028 May 2010: Wouter
5331	- iana portlist updated.
5332	- parent-child disagreement approach altered.  Older fixes are
5333	  removed in place of a more exhaustive search for misconfigured data
5334	  available via the parent of a delegation.
5335	  This is designed to be throttled by cache entries, with TTL from the
5336	  parent if possible.  Additionally the loop-counter is used.
5337	  It also tests for NS RRset differences between parent and child.
5338	  The fetch of misconfigured data should be more reliable and thorough.
5339	  It should work reliably even with no or only partial data in cache.
5340	  Data received from the child (as always) is deemed more
5341	  authoritative than information received from the delegation parent.
5342	  The search for misconfigured data is not performed normally.
5343
534426 May 2010: Wouter
5345	- Contribution from Migiel de Vos (Surfnet): nagios patch for
5346	  unbound-host, in contrib/ (in the source tarball).  Makes
5347	  unbound-host suitable for monitoring dnssec(-chain) status.
5348
534921 May 2010: Wouter
5350	- EDNS timeout code will not fire if EDNS status already known.
5351	- EDNS failure not stored if EDNS status known to work.
5352
535319 May 2010: Wouter
5354	- Fix resolution for domains like safesvc.com.cn.  If the iterator
5355	  can not recurse further and it finds the delegation in a state
5356	  where it would otherwise have rejected it outhand if so received
5357	  from a cache lookup, then it can try to ask higherup (with loop
5358	  protection).
5359	- Fix comments in iter_utils:dp_is_useless.
5360
536118 May 2010: Wouter
5362	- Fix various compiler warnings from the clang llvm compiler.
5363	- iana portlist updated.
5364
53656 May 2010: Wouter
5366	- Fix bug#308: spelling error in variable name in parser and lexer.
5367
53684 May 2010: Wouter
5369	- Fix dnssec-missing detection that was turned off by server selection.
5370	- Conforms to draft-ietf-dnsop-default-local-zones-13.  Added default
5371	  reverse lookup blocks for IPv4 test nets 100.51.198.in-addr.arpa,
5372	  113.0.203.in-addr.arpa and Orchid prefix 0.1.1.0.0.2.ip6.arpa.
5373
537429 April 2010: Wouter
5375	- Fix for dnssec lameness detection to use the key cache.
5376	- infra cache entries that are expired are wiped clean.  Previously
5377	  it was possible to not expire host data (if accessed often).
5378
537928 April 2010: Wouter
5380	- ldns tarball updated and GOST support is detected and then enabled. 
5381	- iana portlist updated.
5382	- Fix detection of gost support in ldns (reported by Chris Smith).
5383
538427 April 2010: Wouter
5385	- unbound-control get_option domain-insecure shows config file items.
5386	- fix retry sequence if prime hints are recursion-lame.
5387	- autotrust anchor file can be initialized with a ZSK key as well.
5388	- harden-referral-path does not result in failures due to max-depth.
5389	  You can increase the max-depth by adding numbers (' 0') after the
5390	  target-fetch-policy, this increases the depth to which is checked.
5391
539226 April 2010: Wouter
5393	- Compile fix using Sun Studio 12 compiler on Solaris 5.9, use
5394	  CPPFLAGS during configure process.
5395	- if libev is installed on the base system (not libevent), detect
5396	  it from the event.h header file and link with -lev.
5397	- configlexer.lex gets config.h, and configyyrename.h added by make,
5398	  no more double include.
5399	- More strict scrubber (Thanks to George Barwood for the idea):
5400	  NS set must be pertinent to the query (qname subdomain nsname).
5401	- Fix bug#307: In 0x20 backoff fix fallback so the number of 
5402	  outstanding queries does not become -1 and block the request.
5403	  Fixed handling of recursion-lame in combination with 0x20 fallback.
5404	  Fix so RRsets are compared canonicalized and sorted if the immediate
5405	  comparison fails, this makes it work around round-robin sites.
5406
540723 April 2010: Wouter
5408	- Squelch log message: sendto failed permission denied for
5409	  255.255.255.255, it is visible in VERB_DETAIL (verbosity 2).
5410	- Fix to fetch data as last resort more tenaciously.  When cycle
5411	  targets cause the server selection to believe there are more options
5412	  when they really are not there, the server selection is reinitiated.
5413	- Fix fetch from blacklisted dnssec lame servers as last resort.  The
5414	  server's IP address is then given in validator errors as well.
5415	- Fix local-zone type redirect that did not use the query name for
5416	  the answer rrset.
5417
541822 April 2010: Wouter
5419	- tag 1.4.4.
5420	- trunk contains 1.4.5 in development.
5421	- Fix validation failure for qtype ANY caused by a RRSIG parse failure.
5422	  The validator error message was 'no signatures from ...'.
5423
542416 April 2010: Wouter
5425	- more portability defines for CMSG_SPACE, CMSG_ALIGN, CMSG_LEN.
5426	- tag 1.4.4rc1.
5427
542815 April 2010: Wouter
5429	- ECC-GOST algorithm number 12 that is assigned by IANA.  New test
5430	  example key and signatures for GOST.  GOST requires openssl-1.0.0.
5431	  GOST is still disabled by default.
5432
54339 April 2010: Wouter
5434	- Fix bug#305: pkt_dname_tolower could read beyond end of buffer or
5435	  get into an endless loop, if 0x20 was enabled, and buffers are small
5436	  or particular broken packets are received.
5437	- Fix chain of trust with CNAME at an intermediate step, for the DS
5438	  processing proof.
5439
54408 April 2010: Wouter
5441	- Fix validation of queries with wildcard names (*.example).
5442
54436 April 2010: Wouter
5444	- Fix EDNS probe for .de DNSSEC testbed failure, where the infra
5445	  cache timeout coincided with a server update, the current EDNS 
5446	  backoff is less sensitive, and does not cache the backoff unless 
5447	  the backoff actually works and the domain is not expecting DNSSEC.
5448	- GOST support with correct algorithm numbers.
5449
54501 April 2010: Wouter
5451	- iana portlist updated.
5452
545324 March 2010: Wouter
5454	- unbound control flushed items are not counted when flushed again.
5455
545623 March 2010: Wouter
5457	- iana portlist updated.
5458
545922 March 2010: Wouter
5460	- unbound-host disables use-syslog from config file so that the
5461	  config file for the main server can be used more easily.
5462	- fix bug#301: unbound-checkconf could not parse interface
5463	  '0.0.0.0@5353', even though unbound itself worked fine.
5464
546519 March 2010: Wouter
5466	- fix fwd_ancil test to pass if the socket options are not supported.
5467
546818 March 2010: Wouter
5469	- Fixed random numbers for port, interface and server selection.
5470	  Removed very small bias.
5471	- Refer to the listing in unbound-control man page in the extended
5472	  statistics entry in the unbound.conf man page.
5473
547416 March 2010: Wouter
5475	- Fix interface-automatic for OpenBSD: msg.controllen was too small,
5476	  also assertions on ancillary data buffer.
5477	- check for IP_SENDSRCADDR for interface-automatic or IP_PKTINFO.
5478	- for NSEC3 check if signatures are cached.
5479
548015 March 2010: Wouter
5481	- unit test for util/regional.c.
5482
548312 March 2010: Wouter
5484	- Reordered configure checks so fork and -lnsl -lsocket checks are
5485	  earlier, and thus later checks benefit from and do not hinder them.
5486	- iana portlist updated.
5487	- ldns tarball updated.
5488	- Fix python use when multithreaded.
5489	- Fix solaris python compile.
5490	- Include less in config.h and include per code file for ldns, ssl.
5491
549211 March 2010: Wouter
5493	- another memory allocation option: --enable-alloc-nonregional.
5494	  exposes the regional allocations to other memory purifiers.
5495	- fix for memory alignment in struct sock_list allocation.
5496	- Fix for MacPorts ldns without ssl default, unbound checks if ldns
5497	  has dnssec functionality and uses the builtin if not.
5498	- Fix daemonize on Solaris 10, it did not detach from terminal.
5499	- tag 1.4.3 created.
5500	- trunk is 1.4.4 in development.
5501	- spelling fix in validation error involving cnames.
5502
550310 March 2010: Wouter
5504	- --enable-alloc-lite works with test set.
5505	- portability in the testset: printf format conversions, prototypes.
5506
55079 March 2010: Wouter
5508	- tag 1.4.2 created.
5509	- trunk is 1.4.3 in development.
5510	- --enable-alloc-lite debug option.
5511
55128 March 2010: Wouter
5513	- iana portlist updated.
5514
55154 March 2010: Wouter
5516	- Fix crash in control channel code.
5517
55183 March 2010: Wouter
5519	- better casts in pipe code, brackets placed wrongly.
5520	- iana portlist updated.
5521
55221 March 2010: Wouter
5523	- make install depends on make all.
5524	- Fix 5011 auto-trust-anchor-file initial read to skip RRSIGs.
5525	- --enable-checking: enables assertions but does not look nonproduction.
5526	- nicer VERB_DETAIL (verbosity 2, unbound-host -d) output, with
5527	  nxdomain and nodata distinguished.
5528	- ldns tarball updated.
5529	- --disable-rpath fixed for libtool not found errors.
5530	- new fedora specfile from Fedora13 in contrib from Paul Wouters.
5531
553226 February 2010: Wouter
5533	- Fixup prototype for lexer cleanup in daemon code.
5534	- unbound-control list_stubs, list_forwards, list_local_zones and
5535	  list_local_data.
5536
553724 February 2010: Wouter
5538	- Fix scrubber bug that potentially let NS records through.  Reported
5539	  by Amanda Constant.
5540	- Also delete potential poison references from additional.
5541	- Fix: no classification of a forwarder as lame, throw away instead.
5542
554323 February 2010: Wouter
5544	- libunbound ub_ctx_get_option() added.
5545	- unbound-control set_option and get_option commands.
5546	- iana portlist updated.
5547
554818 February 2010: Wouter
5549	- A little more strict DS scrubbing.
5550	- No more blacklisting of unresponsive servers, a 2 minute timeout
5551	  is backed off to.
5552	- RD flag not enabled for dnssec-blacklisted tries, unless necessary.
5553	- pickup ldns compile fix, libdl for libcrypto.
5554	- log 'tcp connect: connection timed out' only in high verbosity.
5555	- unbound-control log_reopen command.
5556	- moved get_option code from unbound-checkconf to util/config_file.c
5557
555817 February 2010: Wouter
5559	- Disregard DNSKEY from authority section for chain of trust.
5560	  DS records that are irrelevant to a referral scrubbed.  Anti-poison.
5561	- iana portlist updated.
5562
556316 February 2010: Wouter
5564	- Check for 'no space left on device' (or other errors) when 
5565	  writing updated autotrust anchors and print errno to log.
5566
556715 February 2010: Wouter
5568	- Fixed the requery protection, the TTL was 0, it is now 900 seconds,
5569	  hardcoded.  We made the choice to send out more conservatively,
5570	  protecting against an aggregate effect more than protecting a
5571	  single user (from their own folly, perhaps in case of misconfig).
5572
557312 February 2010: Wouter
5574	- Re-query pattern changed on validation failure.  To protect troubled
5575	  authority servers, unbound caches a failure for the DNSKEY or DS
5576	  records for the entire zone, and only retries that 900 seconds later.
5577	  This implies that only a handful of packets are sent extra to the
5578	  authority if the zone fails.
5579
558011 February 2010: Wouter
5581	- ldns tarball update for long label length syntax error fix.
5582	- iana portlist updated.
5583
55849 February 2010: Wouter
5585	- Fixup in compat snprintf routine, %f 1.02 and %g support.
5586	- include math.h for testbound test compile portability.
5587
55882 February 2010: Wouter
5589	- Updated url of IANA itar, interim trust anchor repository, in script.
5590
55911 February 2010: Wouter
5592	- iana portlist updated.
5593	- configure test for memcmp portability.
5594
559527 January 2010: Wouter
5596	- removed warning on format string in validator error log statement.
5597	- iana portlist updated.
5598
559922 January 2010: Wouter
5600	- libtool finish the install of unbound python dynamic library.
5601
560221 January 2010: Wouter
5603	- acx_nlnetlabs.m4 synchronised with nsd's version.
5604
560520 January 2010: Wouter
5606	- Fixup lookup trouble for parent-child domains on the first query.
5607
560814 January 2010: Wouter
5609	- Fixup ldns detection to also check for header files.
5610
561113 January 2010: Wouter
5612	- prefetch-key option that performs DNSKEY queries earlier in the
5613	  validation process, and that could halve the latency on DNSSEC
5614	  queries.  It takes some extra processing (CPU, a cache is needed).
5615
561612 January 2010: Wouter
5617	- Fix unbound-checkconf for auto-trust-anchor-file present checks.
5618
56198 January 2010: Wouter
5620	- Fix for parent-child disagreement code which could have trouble
5621	  when (a) ipv6 was disabled and (b) the TTL for parent and child
5622	  were different.  There were two bugs, the parent-side information
5623	  is fixed to no longer block lookup of child side information and
5624	  the iterator is fixed to no longer attempt to get ipv6 when it is
5625	  not enabled and then give up in failure.
5626	- test and fixes to make prefetch actually store the answer in the
5627	  cache.  Considers some rrsets 'already expired' but does not allow
5628	  overwriting of rrsets considered more secure.
5629
56307 January 2010: Wouter
5631	- Fixup python documentation (thanks Leo Vandewoestijne).
5632	- Work on cache prefetch feature.
5633	- Stats for prefetch, in log print stats, unbound-control stats
5634	  and in unbound_munin plugin.
5635
56366 January 2010: Wouter
5637	- iana portlist updated.
5638	- bug#291: DNS wireformat max is 255. dname_valid allowed 256 length.
5639	- verbose output includes parent-side-address notion for lameness.
5640	- documented val-log-level: 2 setting in example.conf and man page.
5641	- change unbound-control-setup from 1024(sha1) to 1536(sha256).
5642
56431 January 2010: Wouter
5644	- iana portlist updated.
5645
564622 December 2009: Wouter
5647	- configure with newer libtool 2.2.6b.
5648
564917 December 2009: Wouter
5650	- review comments.
5651	- tag 1.4.1.
5652	- trunk to version 1.4.2.
5653	
565415 December 2009: Wouter
5655	- Answer to qclass=ANY queries, with class IN contents.
5656	  Test that validation also works.
5657	- updated ldns snapshot tarball with latest fixes (parsing records).
5658
565911 December 2009: Wouter
5660	- on IPv4 UDP turn off DF flag.
5661
566210 December 2009: Wouter
5663	- requirements.txt updated with design choice explanations.
5664	- Reading fixes: fix to set unlame when child confirms parent glue,
5665	  and fix to avoid duplicate addresses in delegation point.
5666	- verify_rrsig routine checks expiration last.
5667
56689 December 2009: Wouter
5669	- Fix Bug#287(reopened): update of ldns tarball with fix for parse
5670	  errors generated for domain names like '.example.com'.
5671	- Fix SOA excluded from negative DS responses.  Reported by Hauke
5672	  Lampe.  The negative cache did not include proper SOA records for
5673	  negative qtype DS responses which makes BIND barf on it, such
5674	  responses are now only used internally.
5675	- Fix negative cache lookup of closestencloser check of DS type bit.
5676
56778 December 2009: Wouter
5678	- Fix for lookup of parent-child disagreement domains, where the
5679	  parent-side glue works but it does not provide proper NS, A or AAAA
5680	  for itself, fixing domains such as motorcaravanners.eu.
5681	- Feature: you can specify a port number in the interface: line, so
5682	  you can bind the same interface multiple times at different ports.
5683
56847 December 2009: Wouter
5685	- Bug#287: Fix segfault when unbound-control remove nonexistent local
5686	  data.  Added check to tests.
5687
56881 December 2009: Wouter
5689	- Fix crash with module-config "iterator".
5690	- Added unit test that has "iterator" module-config.
5691
569230 November 2009: Wouter
5693	- bug#284: fix parse of # without end-of-line at end-of-file.
5694
569526 November 2009: Wouter
5696	- updated ldns with release candidate for version 1.6.3.
5697	- tag for 1.4.0 release.
5698	- 1.4.1 version in trunk.
5699	- Fixup major libtool version to 2 because of why_bogus change.
5700	  It was 1:5:0 but should have been 2:0:0.
5701
570223 November 2009: Wouter
5703	- Patch from David Hubbard for libunbound manual page.
5704	- Fixup endless spinning in unbound-control stats reported by
5705	  Attila Nagy.  Probably caused by clock reversal.
5706
570720 November 2009: Wouter
5708	- contrib/split-itar.sh contributed by Tom Hendrikx.
5709
571019 November 2009: Wouter
5711	- better argument help for unbound-control.
5712	- iana portlist updated.
5713
571417 November 2009: Wouter
5715	- noted multiple entries for multiple domain names in example.conf.
5716	- iana portlist updated.
5717
571816 November 2009: Wouter
5719	- Fixed signer detection of CNAME responses without signatures.
5720	- Fix#282 libunbound memleak on error condition by Eric Sesterhenn.
5721	- Tests for CNAMEs to deeper trust anchors, secure and bogus.
5722	- svn tag 1.4.0rc1 made.
5723
572413 November 2009: Wouter
5725	- Fixed validation failure for CNAME to optout NSEC3 nodata answer.
5726	- unbound-host does not fail on type ANY.
5727	- Fixed wireparse failure to put RRSIGs together with data in some
5728	  long ANY mix cases, which fixes validation failures.
5729
573012 November 2009: Wouter
5731	- iana portlist updated.
5732	- fix manpage errors reported by debian lintian.
5733	- review comments.
5734	- fixup very long vallog2 level error strings.
5735	
573611 November 2009: Wouter
5737	- ldns tarball updated (to 1.6.2).
5738	- review comments.
5739
574010 November 2009: Wouter
5741	- Thanks to Surfnet found bug in new dnssec-retry code that failed
5742	  to combine well when combined with DLV and a particular failure. 
5743	- Fixed unbound-control -h output about argument optionality.
5744	- review comments.
5745
57465 November 2009: Wouter
5747	- lint fixes and portability tests.
5748	- better error text for multiple domain keys in one autotrust file.
5749
57502 November 2009: Wouter
5751	- Fix bug where autotrust does not work when started with a DS.
5752	- Updated GOST unit tests for unofficial algorithm number 249
5753	  and DNSKEY-format changes in draft version -01.
5754
575529 October 2009: Wouter
5756	- iana portlist updated.
5757	- edns-buffer-size option, default 4096.
5758	- fixed do-udp: no.
5759
576028 October 2009: Wouter
5761	- removed abort on prealloc failure, error still printed but softfail.
5762	- iana portlist updated.
5763	- RFC 5702: RSASHA256 and RSASHA512 support enabled by default.
5764	- ldns tarball updated (which also enables rsasha256 support).
5765
576627 October 2009: Wouter
5767	- iana portlist updated.
5768
57698 October 2009: Wouter
5770	- please doxygen
5771	- add val-log-level print to corner case (nameserver.epost.bg).
5772	- more detail to errors from insecure delegation checks.
5773	- Fix double time subtraction in negative cache reported by 
5774	  Amanda Constant and Hugh Mahon.
5775	- Made new validator error string available from libunbound for
5776	  applications.  It is in result->why_bogus, a zero-terminated string.
5777	  unbound-host prints it by default if a result is bogus.
5778	  Also the errinf is public in module_qstate (for other modules).
5779
57807 October 2009: Wouter
5781	- retry for validation failure in DS and prime results. Less mem use.
5782	  unit test.  Provisioning in other tests for requeries.
5783	- retry for validation failure in DNSKEY in middle of chain of trust.
5784	  unit test.
5785	- retry for empty non terminals in chain of trust and unit test.
5786	- Fixed security bug where the signatures for NSEC3 records were not
5787	  checked when checking for absence of DS records.  This could have
5788	  enabled the substitution of an insecure delegation.
5789	- moved version number to 1.4.0 because of 1.3.4 release with only
5790	  the NSEC3 patch from the entry above.
5791	- val-log-level: 2 shows extended error information for validation
5792	  failures, but still one (longish) line per failure.  For example:
5793	  validation failure <example.com. DNSKEY IN>: signature expired from
5794	  192.0.2.4 for trust anchor example.com. while building chain of trust
5795	  validation failure <www.example.com. A IN>: no signatures from
5796	  192.0.2.6 for key example.com. while building chain of trust
5797
57986 October 2009: Wouter
5799	- Test set updated to provide additional ns lookup result.
5800	  The retry would attempt to fetch the data from other nameservers
5801	  for bogus data, and this needed to be provisioned in the tests.
5802
58035 October 2009: Wouter
5804	- first validation failure retry code.  Retries for data failures.
5805	  And unit test.
5806
58072 October 2009: Wouter
5808	- improve 5011 modularization.
5809	- fix unbound-host so -d can be given before -C.
5810	- iana portlist updated.
5811
581228 September 2009: Wouter
5813	- autotrust-anchor-file can read multiline input and $ORIGIN.
5814	- prevent integer overflow in holddown calculation. review fixes.
5815	- fixed race condition in trust point revocation. review fix.
5816	- review fixes to comments, removed unused code.
5817
581825 September 2009: Wouter
5819	- so-rcvbuf: 4m option added.  Set this on large busy servers to not
5820	  drop the occasional packet in spikes due to full socket buffers.
5821	  netstat -su keeps a counter of UDP dropped due to full buffers.
5822	- review of validator/autotrust.c, small fixes and comments.
5823
582423 September 2009: Wouter
5825	- 5011 query failed counts verification failures, not lookup failures.
5826	- 5011 probe failure handling fixup.
5827	- test unbound reading of original autotrust data.
5828	  The metadata per-key, such as key state (PENDING, MISSING, VALID) is
5829	  picked up, otherwise performs initial probe like usual.
5830
583122 September 2009: Wouter
5832	- autotrust test with algorithm rollover, new ordering of checks
5833	  assists in orderly rollover.
5834	- autotrust test with algorithm rollover to unknown algorithm.
5835	  checks if new keys are supported before adding them.
5836	- autotrust test with trust point revocation, becomes unsigned.
5837	- fix DNSSEC-missing-signature detection for minimal responses
5838	  for qtype DNSKEY (assumes DNSKEY occurs at zone apex).
5839
584018 September 2009: Wouter
5841	- autotrust tests, fix trustpoint timer deletion code.
5842	  fix count of valid anchors during missing remove.
5843	- autotrust: pick up REVOKE even if not signed with known other keys.
5844
584517 September 2009: Wouter
5846	- fix compile of unbound-host when --enable-alloc-checks.
5847	- Fix lookup problem reported by Koh-ichi Ito and Jaap Akkerhuis.
5848	- Manual page fixes reported by Tony Finch.
5849
585016 September 2009: Wouter
5851	- Fix memory leak reported by Tao Ma.
5852	- Fix memstats test tool for log-time-ascii log format.
5853
585415 September 2009: Wouter
5855	- iana portlist updated.
5856
585710 September 2009: Wouter
5858	- increased MAXSYSLOGLEN so .bg key can be printed in debug output.
5859	- use linebuffering for log-file: output, this can be significantly
5860	  faster than the previous fflush method and enable some class of
5861	  resolvers to use high verbosity (for short periods).
5862	  Not on windows, because line buffering does not work there.
5863
58649 September 2009: Wouter
5865	- Fix bug where DNSSEC-bogus messages were marked with too high TTL.
5866	  The RRsets would still expire at the normal time, but this would
5867	  keep messages bogus in the cache for too long.
5868	- regression test for that bug.
5869	- documented that load_cache is meant for debugging.
5870
58718 September 2009: Wouter
5872	- fixup printing errors when load_cache, they were printed to the
5873	  SSL connection which broke, now to the log.
5874	- new ldns - with fixed parse of large SOA values.
5875
58767 September 2009: Wouter
5877	- autotrust testbound scenarios.
5878	- autotrust fix that failure count is written to file.
5879	- autotrust fix that keys may become valid after add holddown time
5880	  alone, before the probe returns.
5881
58824 September 2009: Wouter
5883	- Changes to make unbound work with libevent-2.0.3 alpha. (in
5884	  configure detection due to new ssl dependency in libevent)
5885	- do not call sphinx for documentation when python is disabled.
5886	- remove EV_PERSIST from libevent timeout code to make the code
5887	  compatible with the libevent-2.0.  Works with older libevent too.
5888	- fix memory leak in python code.
5889
58903 September 2009: Wouter
5891	- Got a patch from Luca Bruno for libunbound support on windows to
5892	  pick up the system resolvconf nameservers and hosts there.
5893	- included ldns updated (enum warning fixed).
5894	- makefile fix for parallel makes.
5895	- Patch from Zdenek Vasicek and Attila Nagy for using the source IP
5896	  from python scripts.  See pythonmod/examples/resip.py.
5897	- doxygen comment fixes.
5898
58992 September 2009: Wouter
5900	- TRAFFIC keyword for testbound. Simplifies test generation.
5901	  ${range lower val upper} to check probe timeout values.
5902	- test with 5011-prepublish rollover and revocation.
5903	- fix revocation of RR for autotrust, stray exclamation mark.
5904
59051 September 2009: Wouter
5906	- testbound variable arithmetic.
5907	- autotrust probe time is randomised.
5908	- autotrust: the probe is active and does not fetch from cache.
5909
591031 August 2009: Wouter
5911	- testbound variable processing.
5912
591328 August 2009: Wouter
5914	- fixup unbound-control lookup to print forward and stub servers.
5915
591627 August 2009: Wouter
5917	- autotrust: mesh answer callback is empty.
5918
591926 August 2009: Wouter
5920	- autotrust probing.
5921	- iana portlist updated.
5922
592325 August 2009: Wouter
5924	- fixup memleak in trust anchor unsupported algorithm check.
5925	- iana portlist updated.
5926	- autotrust options: add-holddown, del-holddown, keep-missing.
5927	- autotrust store revoked status of trust points.
5928	- ctime_r compat definition.
5929	- detect yylex_destroy() in configure.
5930	- detect SSL_get_compression_methods declaration in configure.
5931	- fixup DS lookup at anchor point with unsigned parent.
5932	- fixup DLV lookup for DS queries to unsigned domains.
5933
593424 August 2009: Wouter
5935	- cleaner memory allocation on exit. autotrust test routines.
5936	- free all memory on program exit, fix for ssl and flex.
5937
593821 August 2009: Wouter
5939	- autotrust: debug routines. Read,write and conversions work.
5940
594120 August 2009: Wouter
5942	- autotrust: save and read trustpoint variables.
5943
594419 August 2009: Wouter
5945	- autotrust: state table updates.
5946	- iana portlist updated.
5947
594817 August 2009: Wouter
5949	- autotrust: process events.
5950
595117 August 2009: Wouter
5952	- Fix so that servers are only blacklisted if they fail to reply 
5953	  to 16 queries in a row and the timeout gets above 2 minutes.
5954	- autotrust work, split up DS verification of DNSKEYs.
5955
595614 August 2009: Wouter
5957	- unbound-control lookup prints out infra cache information, like RTT.
5958	- Fix bug in DLV lookup reported by Amanda from Secure64.
5959	  It could sometimes wrongly classify a domain as unsigned, which
5960	  does not give the AD bit on replies.
5961
596213 August 2009: Wouter
5963	- autotrust read anchor files. locked trust anchors.
5964
596512 August 2009: Wouter
5966	- autotrust import work.
5967
596811 August 2009: Wouter
5969	- Check for openssl compatible with gost if enabled.
5970	- updated unit test for GOST=211 code.
5971	  Nicer naming of test files.
5972	- iana portlist updated.
5973
59747 August 2009: Wouter
5975	- call OPENSSL_config() in unbound and unit test so that the
5976	  operator can use openssl.cnf for configuration options.
5977	- removed small memory leak from config file reader.
5978
59796 August 2009: Wouter
5980	- configure --enable-gost for GOST support, experimental
5981	  implementation of draft-dolmatov-dnsext-dnssec-gost-01.
5982	- iana portlist updated.
5983	- ldns tarball updated (with GOST support).
5984
59855 August 2009: Wouter
5986	- trunk moved to 1.3.4.
5987
59884 August 2009: Wouter
5989	- Added test that the examples from draft rsasha256-14 verify.
5990	- iana portlist updated.
5991	- tagged 1.3.3
5992
59933 August 2009: Wouter
5994	- nicer warning when algorithm not supported, tells you to upgrade.
5995	- iana portlist updated.
5996
599727 July 2009: Wouter
5998	- Updated unbound-cacti contribution from Dmitriy Demidov, with
5999	  the queue statistics displayed in its own graph.
6000	- iana portlist updated.
6001
600222 July 2009: Wouter
6003	- Fix bug found by Michael Tokarev where unbound would try to
6004	  prime the root servers even though forwarders are configured for
6005	  the root.
6006	- tagged 1.3.3rc1
6007
600821 July 2009: Wouter
6009	- Fix server selection, so that it waits for open target queries when
6010	  faced with lameness.
6011
601220 July 2009: Wouter
6013	- Ignore transient sendto errors, no route to host, and host, net down.
6014	- contrib/update-anchor.sh has -r option for root-hints.
6015	- feature val-log-level: 1 prints validation failures so you can
6016	  keep track of them during dnssec deployment.
6017
601816 July 2009: Wouter
6019	- fix replacement malloc code.  Used in crosscompile.
6020	- makedist -w creates crosscompiled setup.exe on fedora11.
6021
602215 July 2009: Wouter
6023	- dependencies for compat items, for crosscompile.
6024	- mingw32 crosscompile changes, dependencies and zipfile creation.
6025	  and with System.dll from the windows NSIS you can make setup.exe.
6026	- package libgcc_s_sjlj exception handler for NSISdl.dll.
6027
602814 July 2009: Wouter
6029	- updated ldns tarball for solaris x64 compile assistance.
6030	- no need to define RAND_MAX from config.h.
6031	- iana portlist updated.
6032	- configure changes and ldns update for mingw32 crosscompile.
6033
603413 July 2009: Wouter
6035	- Fix for crash at start on windows.
6036	- tag for release 1.3.2.
6037	- trunk has version 1.3.3.
6038	- Fix for ID bits on windows to use all 16. RAND_MAX was not
6039	  defined like you'd expect on mingw. Reported by Mees de Roo.
6040
60419 July 2009: Wouter
6042	- tag for release 1.3.1.
6043	- trunk has version 1.3.2.
6044
60457 July 2009: Wouter
6046	- iana portlist updated.
6047
60486 July 2009: Wouter
6049	- prettier error handling in SSL setup.
6050	- makedist.sh uname fix (same as ldns).
6051	- updated fedora spec file.
6052
60533 July 2009: Wouter
6054	- fixup linking when ldnsdir is "".
6055
605630 June 2009: Wouter
6057	- more lenient truncation checks.
6058
605929 June 2009: Wouter
6060	- ldns trunk r2959 imported as tarball, because of solaris cc compile
6061	  support for c99.  r2960 for better configure.
6062	- better wrongly_truncated check.
6063	- On Linux, fragment IPv6 datagrams to the IPv6 minimum MTU, to
6064	  avoid dropped packets at routers.
6065
606626 June 2009: Wouter
6067	- Fix EDNS fallback when EDNS works for short answers but long answers
6068	  are dropped.
6069
607022 June 2009: Wouter
6071	- fixup iter priv strict aliasing while preserving size of sockaddr.
6072	- iana portlist updated.  (one less port allocated, one more fraction
6073	  of a bit for security!)
6074	- updated fedora specfile in contrib from Paul Wouters.
6075	
607619 June 2009: Wouter
6077	- Fixup strict aliasing warning in iter priv code.
6078	  and config_file code.
6079	- iana portlist updated.
6080	- harden-referral-path: handle cases where NS is in answer section.
6081
608218 June 2009: Wouter
6083	- Fix of message parse bug where (specifically) an NSEC and RRSIG
6084	  in the wrong order would be parsed, but put wrongly into internal
6085	  structures so that later validation would fail.
6086	- Extreme lenience for wrongly truncated replies where a positive
6087	  reply has an NS in the authority but no signatures.  They are
6088	  turned into minimal responses with only the (secure) answer.
6089	- autoconf 2.63 for configure.
6090	- python warnings suppress.  Keep python API away from header files.
6091
609217 June 2009: Wouter
6093	- CREDITS entry for cz.nic, sponsoring a 'summer of code' that was
6094	  used for the python code in unbound. (http://www.nic.cz/vip/ in cz).
6095
609616 June 2009: Wouter
6097	- Fixup opportunistic target query generation to it does not
6098	  generate queries that are known to fail.
6099	- Touchup on munin total memory report.
6100	- messages picked out of the cache by the iterator are checked
6101	  if their cname chain is still correct and if validation status
6102	  has to be reexamined.
6103
610415 June 2009: Wouter
6105	- iana portlist updated.
6106
610714 June 2009: Wouter
6108	- Fixed bug where cached responses would lose their security
6109	  status on second validation, which especially impacted dlv
6110	  lookups.  Reported by Hauke Lampe.
6111
611213 June 2009: Wouter
6113	- bug #254. removed random whitespace from example.conf.
6114
611512 June 2009: Wouter
6116	- Fixup potential wrong NSEC picked out of the cache.
6117	- If unfulfilled callbacks are deleted they are called with an error.
6118	- fptr wlist checks for mesh callbacks.
6119	- fwd above stub in configuration works.
6120
612111 June 2009: Wouter
6122	- Fix queries for type DS when forward or stub zones are there.
6123	  They are performed to higherup domains, and thus treated as if
6124	  going to higher zones when looking up the right forward or stub
6125	  server.  This makes a stub pointing to a local server that has
6126	  a local view of example.com signed with the same keys as are
6127	  publicly used work.  Reported by Johan Ihren.
6128	- Added build-unbound-localzone-from-hosts.pl to contrib, from
6129	  Dennis DeDonatis.  It converts /etc/hosts into config statements.
6130	- same thing fixed for forward-zone and DS, chain of trust from
6131	  public internet into the forward-zone works now.  Added unit test.
6132
61339 June 2009: Wouter
6134	- openssl key files are opened apache-style, when user is root and
6135	  before chrooting.  This makes permissions on remote-control key 
6136	  files easier to set up.  Fixes bug #251.
6137	- flush_type and flush_name remove msg cache entries.
6138	- codereview - dp copy bogus setting fix.
6139
61408 June 2009: Wouter
6141	- Removed RFC5011 REVOKE flag support. Partial 5011 support may cause
6142	  inadvertant behaviour.
6143	- 1.3.0 tarball for release created.
6144	- 1.3.1 development in svn trunk.
6145	- iana portlist updated.
6146	- fix lint from complaining on ldns/sha.h.
6147	- help compiler figure out aliasing in priv_rrset_bad() routine.
6148	- fail to configure with python if swig is not found.
6149	- unbound_munin_ in contrib uses ps to show rss if sbrk does not work.
6150
61513 June 2009: Wouter
6152	- fixup bad free() when wrongly encoded DSA signature is seen.
6153	  Reported by Paul Wouters.
6154	- review comments from Matthijs.
6155
61562 June 2009: Wouter
6157	- --enable-sha2 option. The draft rsasha256 changed its algorithm
6158	  numbers too often.  Therefore it is more prudent to disable the
6159	  RSASHA256 and RSASHA512 support by default.
6160	- ldns trunk included as new tarball.
6161	- recreated the 1.3.0 tag in svn. rc1 tarball generated at this point.
6162
616329 May 2009: Wouter
6164	- fixup doc bug in README reported by Matthew Dempsky.
6165
616628 May 2009: Wouter
6167	- update iana port list
6168	- update ldns lib tarball
6169
617027 May 2009: Wouter
6171	- detect lack of IPv6 support on XP (with a different error code).
6172	- Fixup a crash-on-exit which was triggered by a very long queue.
6173	  Unbound would try to re-use ports that came free, but this is
6174	  of course not really possible because everything is deleted.
6175	  Most easily triggered on XP (not Vista), maybe because of the
6176	  network stack encouraging large messages backlogs.
6177	- change in debug statements.
6178	- Fixed bug that could cause a crash if root prime failed when there
6179	  were message backlogs.
6180
618126 May 2009: Wouter
6182	- Thanks again to Brett Carr, found an assertion that was not true.
6183	  Assertion checked if recursion parent query still existed.
6184
618529 April 2009: Wouter
6186	- Thanks to Brett Carr, caught windows resource leak, use 
6187	  closesocket() and not close() on sockets or else the network stack
6188	  starts to leak handles.
6189	- Removed usage of windows Mutex because windows cannot handle enough
6190	  mutexes open.  Provide own mutex implementation using primitives.
6191
619228 April 2009: Wouter
6193	- created svn tag for 1.3.0.
6194
619527 April 2009: Wouter
6196	- optimised cname from cache.
6197	- ifdef windows functions in testbound.
6198
619923 April 2009: Wouter
6200	- fix for threadsafety in solaris thr_key_create() in tests.
6201	- iana portlist updated.
6202	- fix pylib test for Darwin.
6203	- fix pymod test for Darwin and a python threading bug in pymod init.
6204	- check python >= 2.4 in configure.
6205	- -ldl check for libcrypto 1.0.0beta.
6206
620721 April 2009: Wouter
6208	- fix for build outside sourcedir.
6209	- fix for configure script swig detection.
6210
621117 April 2009: Wouter
6212	- Fix reentrant in minievent handler for unix. Could have resulted
6213	  in spurious event callbacks.
6214	- timers do not take up a fd slot for winsock handler.
6215	- faster fix for winsock reentrant check.
6216	- fix rsasha512 unit test for new (interim) algorithm number.
6217	- fix test:ldns doesn't like DOS line endings in keyfiles on unix.
6218	- fix compile warning on ubuntu (configlexer fwrite return value).
6219	- move python include directives into CPPFLAGS instead of CFLAGS.
6220
622116 April 2009: Wouter
6222	- winsock event handler exit very quickly on signal, even if
6223	  under heavy load.
6224	- iana portlist updated.
6225	- fixup windows winsock handler reentrant problem.
6226
622714 April 2009: Wouter
6228	- bug #245: fix munin plugin, perform cleanup of stale lockfiles.
6229	- makedist.sh; better help text.
6230	- cache-min-ttl option and tests.
6231	- mingw detect error condition on TCP sockets (NOTCONN).
6232
62339 April 2009: Wouter
6234	- Fix for removal of RSASHA256_NSEC3 protonumber from ldns.
6235	- ldns tarball updated.
6236	- iana portlist update.
6237	- detect GOST support in openssl-1.0.0-beta1, and fix compile problem
6238	  because that openssl defines the name STRING for itself.
6239
62406 April 2009: Wouter
6241	- windows compile fix.
6242	- Detect FreeBSD jail without ipv6 addresses assigned.
6243	- python libunbound wrapper unit test.
6244	- installs the following files. Default is to not build them.
6245	  	from configure --with-pythonmodule:
6246	  /usr/lib/python2.x/site-packages/unboundmodule.py
6247	  	from configure --with-pyunbound:
6248	  /usr/lib/python2.x/site-packages/unbound.py
6249	  /usr/lib/python2.x/site-packages/_unbound.so*
6250	  The example python scripts (pythonmod/examples and
6251	  libunbound/python/examples) are not installed.
6252	- python invalidate routine respects packed rrset ids and locks.
6253	- clock skew checks in unbound, config statements.
6254	- nxdomain ttl considerations in requirements.txt
6255
62563 April 2009: Wouter
6257	- Fixed a bug that caused messages to be stored in the cache too 
6258	  long.  Hard to trigger, but NXDOMAINs for nameservers or CNAME
6259	  targets have been more vulnerable to the TTL miscalculation bug. 
6260	- documentation test fixed for python addition.
6261
62622 April 2009: Wouter
6263	- pyunbound (libunbound python plugin) compiles using libtool.
6264	- documentation for pythonmod and pyunbound is generated in doc/html.
6265	- iana portlist updated.
6266	- fixed bug in unbound-control flush_zone where it would not flush
6267	  every message in the target domain.  This especially impacted 
6268	  NXDOMAIN messages which could remain in the cache regardless.
6269	- python module test package.
6270
62711 April 2009: Wouter
6272	- suppress errors when trying to contact authority servers that gave
6273	  ipv6 AAAA records for their nameservers with ipv4 mapped contents.
6274	  Still tries to do so, could work when deployed in intranet.
6275	  Higher verbosity shows the error.
6276	- new libunbound calls documented.
6277	- pyunbound in libunbound/python. Removed compile warnings.
6278	  Makefile to make it.
6279
628030 March 2009: Wouter
6281	- Fixup LDFLAGS from libevent sourcedir compile configure restore.
6282	- Fixup so no non-absolute rpaths are added.
6283	- Fixup validation of RRSIG queries, they are let through.
6284	- read /dev/random before chroot
6285	- checkconf fix no python checks when no python module enabled.
6286	- fix configure, pthread first, so other libs do not change outcome.
6287
628827 March 2009: Wouter
6289	- nicer -h output. report linked libraries and modules.
6290	- prints modules in intuitive order (config file friendly).
6291	- python compiles easily on BSD.
6292
629326 March 2009: Wouter
6294	- ignore swig varargs warnings with gcc.
6295	- remove duplicate example.conf text from python example configs.
6296	- outofdir compile fix for python.
6297	- pyunbound works.
6298	- print modules compiled in on -h. manpage.
6299
630025 March 2009: Wouter
6301	- initial import of the python contribution from Zdenek Vasicek and
6302	  Marek Vavrusa.
6303	- pythonmod in Makefile; changes to remove warnings/errors for 1.3.0.
6304
630524 March 2009: Wouter
6306	- more neat configure.ac. Removed duplicate config.h includes.
6307	- neater config.h.in.
6308	- iana portlist updated.
6309	- fix util/configlexer.c and solaris -std=c99 flag.
6310	- fix postcommit aclocal errors.
6311	- spaces stripped. Makefile cleaner, /usr omitted from -I, -L, -R.
6312	- swap order of host detect and libtool generation.
6313
631423 March 2009: Wouter
6315	- added launchd plist example file for MacOSX to contrib.
6316	- deprecation test for daemon(3).
6317	- moved common configure actions to m4 include, prettier Makefile.
6318
631920 March 2009: Wouter
6320	- bug #239: module-config entries order is important. Documented.
6321	- build fix for test asynclook.
6322
632319 March 2009: Wouter
6324	- winrc/README.txt dos-format text file.
6325	- iana portlist updated.
6326	- use _beginthreadex() when available (performs stack alignment).
6327	- defaults for windows baked into configure.ac (used if on mingw).
6328
632918 March 2009: Wouter
6330	- Added tests, unknown algorithms become insecure. fallback works.
6331	- Fix for and test for unknown algorithms in a trust anchor
6332	  definition.  Trust anchors with no supported algos are ignored.
6333	  This means a (higher)DS or DLV entry for them could succeed, and
6334	  otherwise they are treated as insecure.
6335	- domain-insecure: "example.com" statement added. Sets domain
6336	  insecure regardless of chain of trust DSs or DLVs. The inverse
6337	  of a trust-anchor.
6338
633917 March 2009: Wouter
6340	- unit test for unsupported algorithm in anchor warning.
6341	- fixed so queries do not fail on opportunistic target queries.
6342
634316 March 2009: Wouter
6344	- fixup diff error printout in contrib/update-itar.sh.
6345	- added contrib/unbound_cacti for statistics support in cacti,
6346	  contributed by Dmitriy Demidov.
6347
634813 March 2009: Wouter
6349	- doxygen and lex/yacc on linux.
6350	- strip update-anchor on makedist -w.
6351	- fix testbound on windows.
6352	- default log to syslog for windows.
6353	- uninstaller can stop unbound - changed text on it to reflect that.
6354	- remove debugging from windows 'cron' actions.
6355
635612 March 2009: Wouter
6357	- log to App.logs on windows prints executable identity.
6358	- fixup tests.
6359	- munin plugin fix benign locking error printout.
6360	- anchor-update for windows, called every 24 hours; unbound reloads.
6361
636211 March 2009: Wouter
6363	- winsock event handler resets WSAevents after signalled.
6364	- winsock event handler tests if signals are really signalled.
6365	- install and service with log to file works on XP and Vista on 
6366	  default install location.
6367	- on windows logging to the Application logbook works (as a service).
6368	- fix RUN_DIR on windows compile setting in makedist.
6369	- windows registry has Software\Unbound\ConfigFile element.
6370	  If does not exist, the default is used. The -c switch overrides it.
6371	- fix makedist version cleanup function.
6372
637310 March 2009: Wouter
6374	- makedist -w strips out old rc.. and snapshot info from version.
6375	- setup.exe starts and stops unbound after install, before uninstall.
6376	- unbound-checkconf recognizes absolute pathnames on windows (C:...).
6377
63789 March 2009: Wouter
6379	- Nullsoft NSIS installer creation script.
6380
63815 March 2009: Wouter
6382	- fixup memory leak introduced on 18feb in mesh reentrant fix.
6383
63843 March 2009: Wouter
6385	- combined icon with 16x16(4) 32x32(4) 48x48(8) 64x64(8).
6386	- service works on xp/vista, no config necessary (using defaults).
6387	- windows registry settings.
6388
63892 March 2009: Wouter
6390	- fixup --export-symbols to be -export-symbls for libtool.
6391	  This should fix extraneous symbols exported from libunbound.
6392	  Thanks to Ondrej Sury and Robert Edmonds for finding it.
6393	- iana portlist updated.
6394	- document FAQ entry on stub/forward zones and default blocking.
6395	- fix asynclook test app for libunbound not exporting symbols.
6396	- service install and remove utils that work with vista UAC.
6397		
639827 February 2009: Wouter
6399	- Fixup lexer, to not give warnings about fwrite. Appeared in
6400	  new lexer features.
6401	- makedistro functionality for mingw. Has RC support.
6402	- support spaces and backslashes in configured defaults paths.
6403	- register, deregister in service control manager.
6404
640525 February 2009: Wouter
6406	- windres usage for application resources.
6407
640824 February 2009: Wouter
6409	- isc moved their dlv key download location.
6410	- fixup warning on vista/mingw.
6411	- makedist -w for window zip distribution first version.
6412
641320 February 2009: Wouter
6414	- Fixup contrib/update-itar.sh, the exit codes 1 and 0 were swapped.
6415	  Nicer script layout.  Added url to site in -h output.
6416
641719 February 2009: Wouter
6418	- unbound-checkconf and unbound print warnings when trust anchors
6419	  have unsupported algorithms.
6420	- added contrib/update-itar.sh  This script is similar to
6421	  update-anchor.sh, and updates from the IANA ITAR repository.
6422	  You can provide your own PGP key and trust repo, or can use the
6423	  builtin.  The program uses wget and gpg to work.
6424	- iana portlist updated.
6425	- update-itar.sh: using ftp:// urls because https godaddy certificate
6426	  is not available everywhere and then gives fatal errors.  The 
6427	  security is provided by pgp signature.
6428
642918 February 2009: Wouter
6430	- more cycle detection. Also for target queries.
6431	- fixup bug where during deletion of the mesh queries the callbacks
6432	  that were reentrant caused assertion failures. Keep the mesh in 
6433	  a reentrant safe state.  Affects libunbound, reload of server,
6434	  on quit and flush_requestlist.
6435	- iana portlist updated.
6436
643713 February 2009: Wouter
6438	- forwarder information now per-thread duplicated.
6439	  This keeps it read only for speed, with no locking necessary.
6440	- forward command for unbound control to change forwarders to use
6441	  on the fly.
6442	- document that unbound-host reads no config file by default.
6443	- updated iana portlist.
6444
644512 February 2009: Wouter
6446	- call setusercontext if available (on BSD).
6447	- small refactor of stats clearing.
6448	- #227: flush_stats feature for unbound-control.
6449	- stats_noreset feature for unbound-control.
6450	- flush_requestlist feature for unbound-control.
6451	- libunbound version upped API (was changed 5 feb).
6452	- unbound-control status shows if root forwarding is in use.
6453	- slightly nicer memory management in iter-fwd code.
6454
645510 February 2009: Wouter
6456	- keys with rfc5011 REVOKE flag are skipped and not considered when
6457	  validating data.
6458	- iana portlist updated
6459	- #226: dump_requestlist feature for unbound-control.
6460
64616 February 2009: Wouter
6462	- contrib contains specfile for fedora 1.2.1 (from Paul Wouters).
6463	- iana portlist updated.
6464	- fixup EOL in include directive (reported by Paul Wouters).
6465	  You can no longer specify newlines in the names of included files.
6466	- config parser changed. Gives some syntax errors closer to where they 
6467	  occurred. Does not enforce a space after keyword anymore.
6468	  Does not allow literal newlines inside quoted strings anymore.
6469	- verbosity level 5 logs customer IP for new requestlist entries.
6470	- test fix, lexer and cancel test.
6471	- new option log-time-ascii: yes  if you enable it prints timestamps
6472	  in the log file as Feb 06 13:45:26 (like syslog does).
6473	- detect event_base_new in libevent-1.4.1 and later and use it.
6474	- #231 unbound-checkconf -o option prints that value from config file.
6475	  Useful for scripting in management scripts and the like.
6476
64775 February 2009: Wouter
6478	- ldns 1.5.0 rc as tarball included.
6479	- 1.3.0 development continues:
6480	  change in libunbound API: ub_cancel can return an error, that
6481	  the async_id did not exist, or that it was already delivered.
6482	  The result could have been delivered just before the cancel 
6483	  routine managed to acquire the lock, so a caller may get the
6484	  result at the same time they call cancel.  For this case, 
6485	  ub_cancel tries to return an error code.
6486	  Fixes race condition in ub_cancel() libunbound function.
6487	- MacOSX Leopard cleaner text output from configure.
6488	- initgroups(3) is called to drop secondary group permissions, if
6489	  applicable.
6490	- configure option --with-ldns-builtin forces the use of the 
6491	  inluded ldns package with the unbound source.  The -I include
6492	  is put before the others, so it avoids bad include files from
6493	  an older ldns install.
6494	- daemon(3) posix call is used when available.
6495	- testbound test for older fix added.
6496
64974 February 2009: Wouter
6498	- tag for release 1.2.1.
6499	- trunk setup for 1.3.0 development.
6500
65013 February 2009: Wouter
6502	- noted feature requests in doc/TODO.
6503	- printout more detailed errors on ssl certificate loading failures.
6504	- updated IANA portlist.
6505
650616 January 2009: Wouter
6507	- more quiet about ipv6 network failures, i.e. when ipv6 is not
6508	  available (network unreachable). Debug still printed on high
6509	  verbosity.
6510	- unbound-host -4 and -6 options. Stops annoying ipv6 errors when
6511	  debugging with unbound-host -4 -d ... 
6512	- more cycle detection for NS-check, addr-check, root-prime and
6513	  stub-prime queries in the iterator.  Avoids possible deadlock
6514	  when priming fails.
6515
651615 January 2009: Wouter
6517	- bug #229: fixup configure checks for compilation with Solaris 
6518	  Sun cc compiler, ./configure CC=/opt/SUNWspro/bin/cc
6519	- fixup suncc warnings.
6520	- fix bug where unbound could crash using libevent 1.3 and older.
6521	- update testset for recent retry change.
6522
652314 January 2009: Wouter
6524	- 1.2.1 feature: negative caching for failed queries.
6525	  Queries that failed are cached for 5 seconds (NORR_TTL).
6526	  If the failure is local, like out of memory, it is not cached.
6527	- the TTL comparison for the cache used different comparisons,
6528	  causing many cache responses that used the iterator and validator
6529	  state machines unnecessarily.
6530	- retry from 4 to 5 so that EDNS drop retry is part of the first
6531	  query resolve attempt, and cached error does not stop EDNS fallback.
6532	- remove debug prints that protect against bad referrals.
6533	- honor QUIET=no on make commandline (or QUIET=yes ).
6534
653513 January 2009: Wouter
6536	- fixed bug in lameness marking, removed printouts.
6537	- find NS rrset more cleanly for qtype NS.
6538	- Moved changes to 1.2.0 for release. Thanks to Mark Zealey for
6539	  reporting and logs.
6540	- 1.2.1 feature: stops resolving AAAAs promiscuously when they
6541	  are in the negative cache.
6542
654312 January 2009: Wouter
6544	- fixed bug in infrastructure lameness cache, did not lowercase
6545	  name of zone to hash when setting lame.
6546	- lameness debugging printouts.
6547
65489 January 2009: Wouter
6549	- created svn tag for 1.2.0 release.
6550	- svn trunk contains 1.2.1 version number.
6551	- iana portlist updated for todays list.
6552	- removed debug print.
6553
65548 January 2009: Wouter
6555	- new version of ldns-trunk (today) included as tarball, fixed 
6556	  bug #224, building with -j race condition.
6557	- remove possible race condition in the test for race conditions.
6558
65597 January 2009: Wouter
6560	- version 1.2.0 in preparation.
6561	- feature to allow wildcards (*, ?, [], {}. ~) in trusted-keys-file
6562	  statements. (Adapted from patch by Paul Wouters).
6563	- typo fix and iana portlist updated.
6564	- porting testsuite; unused var warning, and type fixup.
6565
65666 January 2009: Wouter
6567	- fixup packet-of-death when compiled with --enable-debug.
6568	  A malformed packet could cause an internal assertion failure.
6569	- added test for HINFO canonicalisation behaviour.
6570	- fixup reported problem with transparent local-zone data where
6571	  queries with different type could get nxdomain. Now queries
6572	  with a different name get resolved normally, with different type
6573	  get a correct NOERROR/NODATA answer.
6574	- HINFO no longer downcased for validation, making unbound compatible
6575	  with bind and ldns.
6576	- fix reading included config files when chrooted.
6577	  Give full path names for include files.
6578	  Relative path names work if the start dir equals the working dir.
6579	- fix libunbound message transport when no packet buffer is available.
6580
65815 January 2009: Wouter
6582	- fixup getaddrinfo failure handling for remote control port.
6583	- added L.ROOT-SERVERS.NET. AAAA 2001:500:3::42 to builtin root hints.
6584	- fixup so it works with libev-3.51 from http://dist.schmorp.de/libev/
6585	- comm_timer_set performs base_set operation after event_add.
6586
658718 December 2008: Wouter
6588	- fixed bug reported by Duane Wessels: error in DLV lookup, would make
6589	  some zones that had correct DLV keys as insecure.
6590	- follows -rc makedist from ldns changes (no _rc).
6591	- ldns tarball updated with 1.4.1rc for DLV unit test.
6592	- verbose prints about recursion lame detection and server selection.
6593	- fixup BSD port for infra host storage. It hashed wrongly.
6594	- fixup makedist snapshot name generation.
6595	- do not reopen syslog to avoid dev/log dependency.
6596
659717 December 2008: Wouter
6598	- follows ldns makedist.sh. -rc option. autom4te dir removed.
6599	- unbound-control status command.
6600	- extended statistics has a number of ipv6 queries counter.
6601	  contrib/unbound_munin_ was updated to draw ipv6 in the hits graph.
6602
660316 December 2008: Wouter
6604	- follow makedist improvements from ldns, for maintainers prereleases.
6605	- snapshot version uses _ not - to help rpm distinguish the
6606	  version number.
6607
660811 December 2008: Wouter
6609	- better fix for bug #219: use LOG_NDELAY with openlog() call.
6610	  Thanks to Tamas Tevesz.
6611
66129 December 2008: Wouter
6613	- bug #221 fixed: unbound checkconf checks if key files exist if
6614	  remote control is enabled. Also fixed NULL printf when not chrooted.
6615	- iana portlist updated.
6616
66173 December 2008: Wouter
6618	- Fix problem reported by Jaco Engelbrecht where unbound-control stats
6619	  freezes up unbound if this was compiled without threading, and
6620	  was using multiple processes.
6621	- iana portlist updated.
6622	- test for remote control with interprocess communication.
6623	- created command distribution mechanism so that remote control
6624	  commands other than 'stats' work on all processes in a nonthreaded
6625	  compiled version. dump/load cache work, on the first process.
6626	- fixup remote control local_data addition memory corruption bug.
6627
66281 December 2008: Wouter
6629	- SElinux policy files in contrib/selinux for the unbound daemon,
6630	  by Paul Wouters and Adam Tkac.
6631
663225 November 2008: Wouter
6633	- configure complains when --without-ssl is given (bug #220).
6634	- skip unsupported feature tests on vista/mingw.
6635	- fixup testcode/streamtcp to work on vista/mingw.
6636	- root-hints test checks version of dig required.
6637	- blacklisted servers are polled at a low rate (1%) to see if they
6638	  come back up. But not if there is some other working server.
6639
664024 November 2008: Wouter
6641	- document that the user of the server daemon needs read privileges
6642	  on the keys and certificates generated by unbound-control-setup.
6643	  This is different per system or distribution, usually, running the
6644	  script under the same username as the server uses suffices.
6645	  i.e.  sudo -u unbound unbound-control-setup
6646	- testset port to vista/mingw.
6647	- tcp_sigpipe to freebsd port.
6648
664921 November 2008: Wouter
6650	- fixed tcp accept, errors were printed when they should not.
6651	- unbound-control-setup.sh removes read/write permissions other
6652	  from the keys it creates (as suggested by Dmitriy Demidov).
6653
665420 November 2008: Wouter
6655	- fixup fatal error due to faulty error checking after tcp accept.
6656	- add check in rlimit to avoid integer underflow.
6657	- rlimit check with new formula; better estimate for number interfaces
6658	- nicer comments in rlimit check.
6659	- tag 1.1.1 created in svn.
6660	- trunk label is 1.1.2
6661
666219 November 2008: Wouter
6663	- bug #219: fixed so that syslog which delays opening until the first
6664	  log line is written, gets a log line while not chroot'ed yet.
6665
666618 November 2008: Wouter
6667	- iana portlist updated.
6668	- removed cast in unit test debug print that was not 64bit safe.
6669	- trunk back to 1.1.0; copied to tags 1.1.0 release.
6670	- trunk to has version number 1.1.1 again.
6671	- in 1.1.1; make clean nicer. grammar in manpage.
6672
667317 November 2008: Wouter
6674	- theoretical fix for problems reported on mailing list.
6675	  If a delegation point has no A but only AAAA and do-ip6 is no,
6676	  resolution would fail. Fixed to ask for the A and AAAA records.
6677	  It has to ask for both always, so that it can fail quietly, from
6678	  TLD perspective, when a zone is only reachable on one transport.
6679	- test for above, only AAAA and doip6 is no. Fix causes A record
6680	  for nameserver to be fetched.
6681	- fixup address duplication on cache fillup for delegation points.
6682	- testset updated for new query answer requirements.
6683
668414 November 2008: Wouter
6685	- created 1.1.0 release tag in svn.
6686	- trunk moved to 1.1.1
6687	- fixup unittest-neg for locking.
6688
668913 November 2008: Wouter
6690	- added fedora init and specfile to contrib (by Paul Wouters).
6691	- added configure check for ldns 1.4.0 (using its compat funcs).
6692	- neater comments in worker.h.
6693	- removed doc/plan and updated doc/TODO.
6694	- silenced EHOSTDOWN (verbosity 2 or higher to see it).
6695	- review comments from Jelte, Matthijs. Neater code.
6696
669712 November 2008: Wouter
6698	- add unbound-control manpage to makedist replace list.
6699
670011 November 2008: Wouter
6701	- unit test for negative cache, stress tests the refcounting.
6702	- fix for refcounting error that could cause fptr_wlist fatal exit
6703	  in the negative cache rbtree (upcoming 1.1 feature). (Thanks to 
6704	  Attila Nagy for testing).
6705	- nicer comments in cachedump about failed RR to string conversion.
6706	- fix 32bit wrap around when printing large (4G and more) mem usage
6707	  for extended statistics.
6708
670910 November 2008: Wouter
6710	- fixup the getaddrinfo compat code rename.
6711
67128 November 2008: Wouter
6713	- added configure check for eee build warning.
6714
67157 November 2008: Wouter
6716	- fix bug 217: fixed, setreuid and setregid do not work on MacOSX10.4.
6717	- detect nonblocking problems in network stack in configure script.
6718
67196 November 2008: Wouter
6720	- dname_priv must decompress the name before comparison.
6721	- iana portlist updated.
6722
67235 November 2008: Wouter
6724	- fixed possible memory leak in key_entry_key deletion.
6725	  Would leak a couple bytes when trust anchors were replaced.
6726	- if query and reply qname overlap, the bytes are skipped not copied.
6727	- fixed file descriptor leak when messages were jostled out that
6728	  had outstanding (TCP) replies.
6729	- DNAMEs used from cache have their synthesized CNAMEs initialized
6730	  properly.
6731	- fixed file descriptor leak for localzone type deny (for TCP).
6732	- fixed memleak at exit for nsec3 negative cached zones.
6733	- fixed memleak for the keyword 'nodefault' when reading config.
6734	- made verbosity of 'edns incapable peer' warning higher, so you
6735	  do not get spammed by it.
6736	- caught elusive Bad file descriptor error bug, that would print the
6737	  error while unnecessarily try to listen to a closed fd. Fixed.
6738
67394 November 2008: Wouter
6740	- fixed -Wwrite-strings warnings that result in better code.
6741
67423 November 2008: Wouter
6743	- fixup build process for Mac OSX linker, use ldns b32 compat funcs.
6744	- generated configure with autoconf-2.61.
6745	- iana portlist updated.
6746	- detect if libssl needs libdl.  For static linking with libssl.
6747	- changed to use new algorithm identifiers for sha256/sha512
6748	  from ldns 1.4.0 (need very latest version).
6749	- updated the included ldns tarball.
6750	- proper detection of SHA256 and SHA512 functions (not just sizes).
6751
675223 October 2008: Wouter
6753	- a little more debug info for failure on signer names. prints names.
6754
675522 October 2008: Wouter
6756	- CFLAGS are picked up by configure from the environment.
6757	- iana portlist updated.
6758	- updated ldns to use 1.4.0-pre20081022 so it picks up CFLAGS too.
6759	- new stub-prime: yesno option. Default is off, so it does not prime.
6760	  can be turned on to get same behaviour as previous unbound release.
6761	- made automated test that checks if builtin root hints are uptodate.
6762	- finished draft-wijngaards-dnsext-resolver-side-mitigation
6763	  implementation. The unwanted-reply-threshold can be set.
6764	- fixup so fptr_whitelist test in alloc.c works.
6765
676621 October 2008: Wouter
6767	- fix update-anchors.sh, so it does not report different RR order
6768	  as an update.  Sorts the keys in the file.  Updated copyright.
6769	- fixup testbound on windows, the command control pipe doesn't exist.
6770	- skip 08hostlib test on windows, no fork() available.
6771	- made unbound-remote work on windows.
6772
677320 October 2008: Wouter
6774	- quench a log message that is debug only.
6775	- iana portlist updated.
6776	- do not query bogus nameservers.  It is like nameservers that have 
6777	  the NS or A or AAAA record bogus are listed as donotquery.
6778	- if server selection is faced with only bad choices, it will
6779	  attempt to get more options to be fetched.
6780	- changed bogus-ttl default value from 900 to 60 seconds.
6781	  In anticipation that operator caused failures are more likely than
6782	  actual attacks at this time.  And thus repeated validation helps
6783	  the operators get the problem fixed sooner.  It makes validation
6784	  failures go away sooner (60 seconds after the zone is fixed).
6785	  Also it is likely to try different nameserver targets every minute,
6786	  so that if a zone is bad on one server but not another, it is 
6787	  likely to pick up the 'correct' one after a couple minutes,
6788	  and if the TTL is big enough that solves validation for the zone.
6789	- fixup unbound-control compilation on windows.
6790
679117 October 2008: Wouter
6792	- port Leopard/G5: fixup type conversion size_t/uint32.
6793	  please ranlib, stop file without symbols warning.
6794	- harden referral path now also validates the root after priming.
6795	  It looks up the root NS authoritatively as well as the root servers
6796	  and attemps to validate the entries.
6797
679816 October 2008: Wouter
6799	- Fixup negative TTL values appearing (reported by Attila Nagy).
6800
680115 October 2008: Wouter
6802	- better documentation for 0x20; remove fallback TODO, it is done.
6803	- harden-referral-path feature includes A, AAAA queries for glue,
6804	  as well as very careful NS caching (only when doing NS query).
6805	  A, AAAA use the delegation from the NS-query.
6806
680714 October 2008: Wouter
6808	- fwd_three.tpkg test was flaky.  If the three requests hit the
6809	  wrong threads by chance (or bad OS) then the test would fail.
6810	  Made less flaky by increasing number of retries.
6811	- stub_udp.tpkg changed to work, give root hints. fixed ldns_dname_abs.
6812	- ldns tarball is snapshot of ldns r2759 (1.4.0-pre-20081014).
6813	  Which includes the ldns_dname_absolute fix.
6814	- fwd_three test remains flaky now that unbound does not stop
6815	  listening when full.  Thus, removed timeout problem.
6816	  It may be serviced by three threads, or maybe by one.
6817	  Mostly only useful for lock-check testing now.
6818
681913 October 2008: Wouter
6820	- fixed recursion servers deployed as authoritative detection, so
6821	  that as a last resort, a +RD query is sent there to get the 
6822	  correct answer.
6823	- iana port list update.
6824	- ldns tarball is snapshot of ldns r2759 (1.4.0-pre-20081013).
6825
682610 October 2008: Wouter
6827	- fixup tests - the negative cache contained the correct NSEC3s for
6828	  two tests that are supposed to fail to validate.
6829
68309 October 2008: Wouter
6831	- negative cache caps max iterations of NSEC3 done.
6832	- NSEC3 negative cache for qtype DS works.
6833
68348 October 2008: Wouter
6835	- NSEC negative cache for DS.
6836
68376 October 2008: Wouter
6838	- jostle-timeout option, so you can config for slow links.
6839	- 0x20 fallback code.  Tries 3xnumber of nameserver addresses
6840	  queries that must all be the same.  Sent to random nameservers.
6841	- documented choices for DoS, EDNS, 0x20.
6842
68432 October 2008: Wouter
6844	- fixup unlink of pidfile.
6845	- fixup SHA256 algorithm collation code.
6846	- contrib/update-anchor.sh does not overwrite anchors if not needed.
6847	  exits 0 when a restart is needed, other values if not.
6848	  so,  update-anchor.sh -d mydir && /etc/rc.d/unbound restart
6849	  can restart unbound exactly when needed.
6850
685130 September 2008: Wouter
6852	- fixup SHA256 DS downgrade, no longer possible to downgrade to SHA1.
6853	- tests for sha256 support and downgrade resistance.
6854	- RSASHA256 and RSASHA512 support (using the draft in dnsext),
6855	  using the drafted protocol numbers.
6856	- when using stub on localhost (127.0.0.1@10053) unbound works.
6857	  Like when running NSD to host a local zone, on the same machine.
6858	  The noprime feature. manpages more explanation. Added a test for it.
6859	- shorthand for reverse PTR,  local-data-ptr: "1.2.3.4 www.ex.com"
6860
686129 September 2008: Wouter
6862	- EDNS lameness detection, if EDNS packets are dropped this is
6863	  detected, eventually.
6864	- multiple query timeout rtt backoff does not backoff too much.
6865
686626 September 2008: Wouter
6867	- tests for remote-control.
6868	- small memory leak in exception during remote control fixed.
6869	- fixup for lock checking but not unchecking in remote control.
6870	- iana portlist updated.
6871
687223 September 2008: Wouter
6873	- Msg cache is loaded. A cache load enables cache responses.
6874	- unbound-control flush [name], flush_type and flush_zone.
6875
687622 September 2008: Wouter
6877	- dump_cache and load_cache statements in unbound-control.
6878	  RRsets are dumped and loaded correctly.
6879	  Msg cache is dumped.
6880
688119 September 2008: Wouter
6882	- locking on the localdata structure.
6883	- add and remove local zone and data with unbound-control.
6884	- ldns trunk snapshot updated, make tests work again.
6885
688618 September 2008: Wouter
6887	- fixup error in time calculation.
6888	- munin plugin improvements.
6889	- nicer abbreviations for high query types values (ixfr, axfr, any...)
6890	- documented the statistics output in unbound-control man page.
6891	- extended statistics prints out histogram, over unbound-control.
6892
689317 September 2008: Wouter
6894	- locking for threadsafe bogus rrset counter.
6895	- ldns trunk no longer exports b32 functions, provide compat.
6896	- ldns tarball updated.
6897	- testcode/ldns-testpkts.c const fixups.
6898	- fixed rcode stat printout.
6899	- munin plugin in contrib.
6900	- stats always printout uptime, because stats plugins need it.
6901
690216 September 2008: Wouter
6903	- extended-statistics: yesno config option.
6904	- unwanted replies spoof nearmiss detector.
6905	- iana portlist updated.
6906
690715 September 2008: Wouter
6908	- working start, stop, reload commands for unbound-control.
6909	- test for unbound-control working; better exit value for control.
6910	- verbosity control via unbound-control.
6911	- unbound-control stats.
6912
691312 September 2008: Wouter
6914	- removed browser control mentions. Proto speccy.
6915
691611 September 2008: Wouter
6917	- set nonblocking on new TCP streams, because linux does not inherit
6918	  the socket options to the accepted socket.
6919	- fix TCP timeouts.
6920	- SSL protected connection between server and unbound-control.
6921
692210 September 2008: Wouter
6923	- remove memleak in privacy addresses on reloads and quits.
6924	- remote control work.
6925
69269 September 2008: Wouter
6927	- smallapp/unbound-control-setup.sh script to set up certificates.
6928
69294 September 2008: Wouter
6930	- scrubber scrubs away private addresses.
6931	- test for private addresses. man page entry.
6932	- code refactored for name and address tree lookups.
6933
69343 September 2008: Wouter
6935	- options for 'DNS Rebinding' protection: private-address and
6936	  private-domain.
6937	- dnstree for reuse of routines that help with domain, addr lookups.
6938	- private-address and private-domain config option read, stored.
6939
69402 September 2008: Wouter
6941	- DoS protection features. Queries are jostled out to make room.
6942	- testbound can pass time, increasing the internal timer.
6943	- do not mark unsigned additionals bogus, leave unchecked, which
6944	  is removed too.
6945
69461 September 2008: Wouter
6947	- disallow nonrecursive queries for cache snooping by default.
6948	  You can allow is using access-control: <subnet> allow_snoop.
6949	  The defaults do allow access no authoritative data without RD bit.
6950	- two tests for it and fixups of tests for nonrec refused.
6951
695229 August 2008: Wouter
6953	- version 1.1 number in trunk.
6954	- harden-referral-path option for query for NS records.
6955	  Default turns off expensive, experimental option.
6956
695728 August 2008: Wouter
6958	- fixup logfile handling; it is created with correct permissions
6959	  again. (from bugfix#199).
6960	  Some errors are not written to logfile (pidfile writing, forking),
6961	  and these are only visible by using the -d commandline flag.
6962
696327 August 2008: Wouter
6964	- daemon(3) is causing problems for people. Reverting the patch.
6965	  bug#200, and 199 and 203 contain sideline discussion on it.
6966	- bug#199 fixed: pidfile can be outside chroot. openlog is done before
6967	  chroot and drop permissions.
6968	- config option to set size of aggressive negative cache,
6969	  neg-cache-size.
6970	- bug#203 fixed: dlv has been implemented.
6971
697226 August 2008: Wouter
6973	- test for insecure zone when DLV is in use, also does negative cache.
6974	- test for trustanchor when DLV is in use (the anchor works).
6975	- test for DLV used for a zone below a trustanchor.
6976	- added scrub filter for overreaching NSEC records and unit test.
6977	- iana portlist update
6978	- use of setresuid or setreuid when available.
6979	- use daemon(3) if available.
6980
698125 August 2008: Wouter
6982	- realclean patch from Robert Edmonds.
6983
698422 August 2008: Wouter
6985	- nicer debuglogging of DLV.
6986	- test with secure delegation inside the DLV repository.
6987
698821 August 2008: Wouter
6989	- negative cache code linked into validator, for DLV use.
6990	  negative cache works for DLV.
6991	- iana portlist update.
6992	- dlv-anchor option for unit tests.
6993	- fixup NSEC_AT_APEX classification for short typemaps.
6994	- ldns-testns has subdomain checks, for unit tests.
6995
699620 August 2008: Wouter
6997	- negative cache code, reviewed.
6998
699918 August 2008: Wouter
7000	- changes info: in logfile to notice: info: or debug: depending on 
7001	  the verbosity of the statements.  Better logfile message
7002	  classification.
7003	- bug #208: extra rc.d unbound flexibility for freebsd/nanobsd.
7004
700515 August 2008: Wouter
7006	- DLV nsec code fixed for better detection of closest existing 
7007	  enclosers from NSEC responses.
7008	- DLV works, straight to the dlv repository, so not for production.
7009	- Iana port update.
7010
701114 August 2008: Wouter
7012	- synthesize DLV messages from the rrset cache, like done for DS.
7013
701413 August 2008: Wouter
7015	- bug #203: nicer do-auto log message when user sets incompatible
7016	  options.
7017	- bug #204: variable name ameliorated in log.c.
7018	- bug #206: in iana_update, no egrep, but awk use.
7019	- ldns snapshot r2699 taken (includes DLV type).
7020	- DLV work, config file element, trust anchor read in.
7021
702212 August 2008: Wouter
7023	- finished adjusting testset to provide qtype NS answers.
7024
702511 August 2008: Wouter
7026	- Fixup rrset security updates overwriting 2181 trust status.
7027	  This makes validated to be insecure data just as worthless as
7028	  nonvalidated data, and 2181 rules prevent cache overwrites to them.
7029	- Fix assertion fail on bogus key handling.
7030	- dnssec lameness detection works on first query at trust apex.
7031	- NS queries get proper cache and dnssec lameness treatment.
7032	- fixup compilation without pthreads on linux.
7033
70348 August 2008: Wouter
7035	- NS queries are done after every referral.
7036	  validator is used on those NS records (if anchors enabled).
7037
70387 August 2008: Wouter
7039	- Scrubber more strict. CNAME chains, DNAMEs from cache, other 
7040	  irrelevant rrsets removed.
7041	- 1.0.2 released from 1.0 support branch.
7042	- fixup update-anchor.sh to work both in BSD shell and bash.
7043
70445 August 2008: Wouter
7045	- fixup DS test so apex nodata works again.
7046
70474 August 2008: Wouter
7048	- iana port update. 
7049	- TODO update.
7050	- fix bug 201: null ptr deref on cleanup while udp pkts wait for port.
7051	- added explanatory text for outgoing-port-permit in manpage.
7052
705330 July 2008: Wouter
7054	- fixup bug qtype DS for unsigned zone and signed parent validation.
7055
705625 July 2008: Wouter
7057	- added original copyright statement of OpenBSD arc4random code.
7058	- created tube signaling solution on windows, as a pipe replacement.
7059	  this makes background asynchronous resolution work on windows.
7060	- removed very insecure socketpair compat code. It also did not
7061	  work with event_waiting. Solved by pipe replacement.
7062	- unbound -h prints openssl version number as well.
7063
706422 July 2008: Wouter
7065	- moved pipe actions to util/tube.c. easier porting and shared code.
7066	- check _raw() commpoint callbacks with fptr_wlist.
7067	- iana port update.
7068
706921 July 2008: Wouter
7070	- #198: nicer entropy warning message. manpage OS hints.
7071
707219 July 2008: Wouter
7073	- #198: fixup man page to suggest chroot entropy fix.
7074
707518 July 2008: Wouter
7076	- branch for 1.0 support.
7077	- trunk work on tube.c.
7078
707917 July 2008: Wouter
7080	- fix bug #196, compile outside source tree.
7081	- fix bug #195, add --with-username=user configure option.
7082	- print error and exit if started with config that requires more
7083	  fds than the builtin minievent can handle.
7084
708516 July 2008: Wouter
7086	- made svn tag 1.0.1, trunk now 1.0.2
7087	- sha256 checksums enabled in makedist.sh
7088
708915 July 2008: Wouter
7090	- Follow draft-ietf-dnsop-default-local-zones-06 added reverse
7091	  IPv6 example prefix to AS112 default blocklist.
7092	- fixup lookup of DS records by client with trustanchor for same.
7093	- libunbound ub_resolve, fix handling of error condition during setup.
7094	- lowered log_hex blocksize to fit through BSD syslog linesize.
7095	- no useless initialisation if getpwnam not available.
7096	- iana, ldns snapshot updated.
7097
70983 July 2008: Wouter
7099	- Matthijs fixed memory leaks in root hints file reading.
7100
710126 June 2008: Wouter
7102	- fixup streamtcp bounds setting for udp mode, in the test framework.
7103	- contrib item for updating trust anchors.
7104
710525 June 2008: Wouter
7106	- fixup fwd_ancil test typos.
7107	- Fix for newegg lameness : ok for qtype=A, but lame for others.
7108	- fixup unit test for infra cache, test lame merging.
7109	- porting to mingw, bind, listen, getsockopt and setsockopt error
7110	  handling.
7111
711224 June 2008: Wouter
7113	- removed testcode/checklocks from production code compilation path.
7114	- streamtcp can use UDP mode (connected UDP socket), for testing IPv6
7115	  on windows.
7116	- fwd_ancil test fails if platform support is lacking.
7117
711823 June 2008: Wouter
7119	- fixup minitpkg to cleanup on windows with its file locking troubles.
7120	- minitpkg shows skipped tests in report.
7121	- skip ipv6 tests on ipv4 only hosts (requires only ipv6 localhost not
7122	  ipv6 connectivity).
7123	- winsock event handler keeps track of sticky TCP events, that have
7124	  not been fully handled yet. when interest in the event(s) resumes,
7125	  they are sent again. When WOULDBLOCK is returned events are cleared.
7126	- skip tests that need signals when testing on mingw.
7127
712818 June 2008: Wouter
7129	- open testbound replay files in binary mode, because fseek/ftell
7130	  do not work in ascii-mode on windows. The b does nothing on unix.
7131	  unittest and testbound tests work on windows (xp too).
7132	- ioctlsocket prints nicer error message.
7133	- fixed up some TCP porting for winsock.
7134	- lack of IPv6 gives a warning, no fatal error.
7135	- use WSAGetLastError() on windows instead of errno for some errors.
7136
713717 June 2008: Wouter
7138	- outgoing num fds 32 by default on windows ; it supports less
7139	  fds for waiting on than unixes.
7140	- winsock_event minievent handler for windows. (you could also
7141	  attempt to link with libevent/libev ports for windows).
7142	- neater crypto check and gdi32 detection.
7143	- unbound.exe works to resolve and validate www.nlnetlabs.nl on vista.
7144
714516 June 2008: Wouter
7146	- on windows, use windows threads, mutex and thread-local-storage(Tls).
7147	- detect if openssl needs gdi32.
7148	- if no threading, THREADS_DISABLED is defined for use in the code.
7149	- sets USE_WINSOCK if using ws2_32 on windows.
7150	- wsa_strerror() function for more readable errors.
7151	- WSA Startup and Cleanup called in unbound.exe.
7152
715313 June 2008: Wouter
7154	- port mingw32, more signal ifdefs, detect sleep, usleep, 
7155	  random, srandom (used inside the tests).
7156	- signed or unsigned FD_SET is cast.
7157
715810 June 2008: Wouter
7159	- fixup warnings compiling on eeepc xandros linux.
7160
71619 June 2008: Wouter
7162	- in iteration response type code
7163	  * first check for SOA record (negative answer) before NS record
7164	    and lameness.
7165	  * check if no AA bit for non-forwarder, and thus lame zone.
7166	    In response to error report by Richard Doty for mail.opusnet.com.
7167	- fixup unput warning from lexer on freeBSD.
7168	- bug#183. pidfile, rundir, and chroot configure options. Also the
7169	  example.conf and manual pages get the configured defaults.
7170	  You can use: (or accept the defaults to /usr/local/etc/unbound/)
7171	  --with-conf-file=filename
7172	  --with-pidfile=filename
7173	  --with-run-dir=path
7174	  --with-chroot-dir=path
7175
71768 June 2008: Wouter
7177	- if multiple CNAMEs, use the first one. Fixup akamai CNAME bug.
7178	  Reported by Robert Edmonds.
7179	- iana port updated.
7180
71814 June 2008: Wouter
7182	- updated libtool files with newer version.
7183	- iana portlist updated.
7184
71853 June 2008: Wouter
7186	- fixup local-zone: "30.172.in-addr.arpa." nodefault, so that the
7187	  trailing dot is not used during comparison.
7188
71892 June 2008: Wouter
7190	- Jelte fixed bugs in my absence
7191	  - bug 178: fixed unportable shell usage in configure (relied on 
7192	    bash shell).
7193	  - bug 180: fixed buffer overflow in unbound-checkconf use of strncat.
7194	  - bug 181: fixed buffer overflow in ldns (called by unbound to parse
7195	    config file parts).
7196	- fixes by Wouter
7197	  - bug 177: fixed compilation failure on opensuse, the 
7198	    --disable-static configure flag caused problems.  (Patch from 
7199	    Klaus Singvogel)
7200	  - bug 179: same fix as 177.
7201	  - bug 185: --disable-shared not passed along to ldns included with 
7202	    unbound. Fixed so that configure parameters are passed to the
7203	    subdir configure script.
7204	    fixed that ./libtool is used always, you can still override
7205	    manually with ./configure libtool=mylibtool or set $libtool in
7206	    the environment.
7207	- update of the ldns tarball to current ldns svn version (fix 181).
7208	- bug 184: -r option for unbound-host, read resolv.conf for 
7209	  forwarder. (Note that forwarder must support DNSSEC for validation
7210	  to succeed).
7211
721223 May 2008: Wouter
7213	- mingw32 porting.
7214	  - test for sys/wait.h
7215	  - WSAEWOULDBLOCK test after nonblocking TCP connect.
7216	  - write_iov_buffer removed: unused and no struct iov on windows.
7217	  - signed/unsigned warning fixup mini_event.
7218	  - use ioctlsocket to set nonblocking I/O if fnctl is unavailable.
7219	  - skip signals that are not defined
7220	  - detect pwd.h.
7221	  - detect getpwnam, getrlimit, setsid, sbrk, chroot.
7222	  - default config has no chroot if chroot() unavailable.
7223	  - if no kill() then no pidfile is read or written.
7224	  - gmtime_r is replaced by nonthreadsafe alternative if unavail.
7225	    used in rrsig time validation errors.
7226
722722 May 2008: Wouter
7228	- contrib unbound.spec from Patrick Vande Walle.
7229	- fixup bug#175: call tzset before chroot to have correct timestamps
7230	  in system log.
7231	- do not generate lex input and lex unput functions.
7232	- mingw port. replacement functions labelled _unbound.
7233	- fix bug 174 - check for tcp_sigpipe that ldns-testns is installed.
7234
723519 May 2008: Wouter
7236	- fedora 9, check in6_pktinfo define in configure.
7237	- CREDITS fixup of history.
7238	- ignore ldns-1.2.2 if installed, use builtin 1.3.0-pre alternative.
7239
724016 May 2008: Wouter
7241	- fixup for MacOSX hosts file reading (reported by John Dickinson).
7242	- created 1.0.0 svn tag.
7243	- trunk version 1.0.1.
7244
724514 May 2008: Wouter
7246	- accepted patch from Ondrej Sury for library version libtool option.
7247	- configure --disable-rpath fixes up libtool for rpath trouble.
7248	  Adapted from debian package patch file.
7249
725013 May 2008: Wouter
7251	- Added root ipv6 addresses to builtin root hints.
7252	- TODO modified for post 1.0 plans.
7253	- trunk version set to 1.0.0.
7254	- no unnecessary linking with librt (only when libevent/libev used).
7255
72567 May 2008: Wouter
7257	- fixup no-ip4 problem with error callback in outside network.
7258
725925 April 2008: Wouter
7260	- DESTDIR is honored by the Makefile for rpms.
7261	- contrib files unbound.spec and unbound.init, builds working RPM
7262	  on FC7 Linux, a chrooted caching resolver, and libunbound.
7263	- iana ports update.
7264
726524 April 2008: Wouter
7266	- chroot checks improved. working directory relative to chroot.
7267	  checks if config file path is inside chroot. Documentation on it.
7268	- nicer example.conf text.
7269	- created 0.11 tag.
7270
727123 April 2008: Wouter
7272	- parseunbound.pl contrib update from Kai Storbeck for threads.
7273	- iana ports update
7274
727522 April 2008: Wouter
7276	- ignore SIGPIPE.
7277	- unit test for SIGPIPE ignore.
7278
727921 April 2008: Wouter
7280	- FEATURES document.
7281	- fixup reread of config file if it was given as a full path
7282	  and chroot was used.
7283
728416 April 2008: Wouter
7285	- requirements doc, updated clean query returns.
7286	- parseunbound.pl update from Kai Storbeck.
7287	- sunos4 porting changes.
7288
728915 April 2008: Wouter
7290	- fixup default rc.d pidfile location to /usr/local/etc.
7291	- iana ports updated.
7292	- copyright updated in ldns-testpkts to keep same as in ldns.
7293	- fixup checkconf chroot tests a bit more, chdir must be inside
7294	  chroot dir.
7295	- documented 'gcc: unrecognized -KPIC option' errors on Solaris.
7296	- example.conf values changed to /usr/local/etc/unbound
7297	- DSA test work.
7298	- DSA signatures: unbound is compatible with both encodings found.
7299	  It will detect and convert when necessary.
7300
730114 April 2008: Wouter
7302	- got update for parseunbound.pl statistics script from Kai Storbeck.
7303	- tpkg tests for udp wait list.
7304	- documented 0x20 status.
7305	- fixup chroot and checkconf, it is much smarter now.
7306	- fixup DSA EVP signature decoding. Solution that Jelte found copied.
7307	- and check first sig byte for the encoding type.
7308
730911 April 2008: Wouter
7310	- random port selection out of the configged ports.
7311	- fixup threadsafety for libevent-1.4.3+ (event_base_get_method).
7312	- removed base_port.
7313	- created 256-port ephemeral space for the OS, 59802 available.
7314	- fixup consistency of port_if out array during heavy use.
7315
731610 April 2008: Wouter
7317	- --with-libevent works with latest libevent 1.4.99-trunk.
7318	- added log file statistics perl script to contrib.
7319	- automatic iana ports update from makefile. 60058 available.
7320
73219 April 2008: Wouter
7322	- configure can detect libev(from its build directory) when passed
7323	  --with-libevent=/home/wouter/libev-3.2
7324	  libev-3.2 is a little faster than libevent-1.4.3-stable (about 5%).
7325	- unused commpoints not listed in epoll list.
7326	- statistics-cumulative option so that the values are not reset.
7327	- config creates array of available ports, 61841 available,
7328	  it excludes <1024 and iana assigned numbers.
7329	  config statements to modify the available port numbers.
7330
73318 April 2008: Wouter
7332	- unbound tries to set the ulimit fds when started as server.
7333	  if that does not work, it will scale back its requirements.
7334
733527 March 2008: Wouter
7336	- documented /dev/random symlink from chrootdir as FAQ entry.
7337
733826 March 2008: Wouter
7339	- implemented AD bit signaling. If a query sets AD bit (but not DO)
7340	  then the AD bit is set in the reply if the answer validated.
7341	  Without including DNSSEC signatures. Useful if you have a trusted
7342	  path from the client to the resolver. Follows dnssec-updates draft.
7343
734425 March 2008: Wouter
7345	- implemented check that for NXDOMAIN and NOERROR answers a query
7346	  section must be present in the reply (by the scrubber). And it must
7347	  be equal to the question sent, at least lowercase folded.
7348	  Previously this feature happened because the cache code refused
7349	  to store such messages. However blocking by the scrubber makes 
7350	  sure nothing gets into the RRset cache. Also, this looks like a
7351	  timeout (instead of an allocation failure) and this retries are
7352	  done (which is useful in a spoofing situation).
7353	- RTT banding. Band size 400 msec, this makes band around zero (fast)
7354	  include unknown servers. This makes unbound explore unknown servers.
7355
73567 March 2008: Wouter
7357	- -C config feature for harvest program. 
7358	- harvest handles CNAMEs too.
7359
73605 March 2008: Wouter
7361	- patch from Hugo Koji Kobayashi for iterator logs spelling.
7362
73634 March 2008: Wouter
7364	- From report by Jinmei Tatuya, rfc2181 trust value for remainder
7365	  of a cname trust chain is lower; not full answer_AA. 
7366	- test for this fix.
7367	- default config file location is /usr/local/etc/unbound.
7368	  Thus prefix is used to determine the location. This is also the
7369	  chroot and pidfile default location.
7370
73713 March 2008: Wouter
7372	- Create 0.10 svn tag.
7373	- 0.11 version in trunk.
7374	- indentation nicer.
7375
737629 February 2008: Wouter
7377	- documentation update.
7378	- fixup port to Solaris of perf test tool.
7379	- updated ldns-tarball with decl-after-statement fixes.
7380
738128 February 2008: Wouter
7382	- fixed memory leaks in libunbound (during cancellation and wait).
7383	- libunbound returns the answer packet in full.
7384	- snprintf compat update.
7385	- harvest performs lookup.
7386	- ldns-tarball update with fix for ldns_dname_label.
7387	- installs to sbin by default.
7388	- install all manual pages (unbound-host and libunbound too).
7389
739027 February 2008: Wouter
7391	- option to use caps for id randomness.
7392	- config file option use-caps-for-id: yes
7393	- harvest debug tool
7394
739526 February 2008: Wouter
7396	- delay utility delays TCP as well. If the server that is forwarded 
7397	  to has a TCP error, the delay utility closes the connection.
7398	- delay does REUSE_ADDR, and can handle a server that closes its end.
7399	- answers use casing from query.
7400
740125 February 2008: Wouter
7402	- delay utility works. Gets decent thoughput too (>20000).
7403
740422 February 2008: Wouter
7405	- +2% for recursions, if identical queries (except for destination
7406	  and query ID) in the reply list, avoid re-encoding the answer.
7407	- removed TODO items for optimizations that do not show up in
7408	  profile reports.
7409	- default is now minievent - not libevent. As its faster and
7410	  not needed for regular installs, only for very large port ranges.
7411	- loop check different speedup pkt-dname-reading, 1% faster for
7412	  nocache-recursion check.
7413	- less hashing during msg parse, 4% for recursion.
7414	- small speed fix for dname_count_size_labels, +1 or +2% recursion.
7415	- some speed results noted:
7416	  optimization resulted in +40% for recursion (cache miss) and
7417	  +70 to +80 for cache hits, and +96% for version.bind.
7418	  zone nsec3 example, 100 NXDOMAIN queries, NSD 35182.8 Ub 36048.4
7419	  www.nlnetlabs.nl from cache: BIND 8987.99 Ub 31218.3
7420	  www with DO bit set : BIND 8269.31 Ub 28735.6 qps.
7421	  So, unbound can be about equal qps to NSD in cache hits.
7422	  And about 3.4x faster than BIND in cache performance.
7423	- delay utility for testing.
7424
742521 February 2008: Wouter
7426	- speedup of root-delegation message encoding by 15%.
7427	- minor speedup of compress tree_lookup, maybe 1%.
7428	- speedup of dname_lab_cmp and memlowercmp - the top functions in 
7429	  profiler output, maybe a couple percent when it matters.
7430
743120 February 2008: Wouter
7432	- setup speec_cache for need-ldns-testns in dotests.
7433	- check number of queued replies on incoming queries to avoid overload
7434	  on that account.
7435	- fptr whitelist checks are not disabled in optimize mode.
7436	- do-daemonize config file option.
7437	- minievent time share initializes time at start.
7438	- updated testdata for nsec3 new algorithm numbers (6, 7).
7439	- small performance test of packet encoding (root delegation).
7440
744119 February 2008: Wouter
7442	- applied patch to unbound-host man page from Jan-Piet Mens.
7443	- fix donotquery-localhost: yes default (it erroneously was switched
7444	  to default 'no').
7445	- time is only gotten once and the value is shared across unbound.
7446	- unittest cleans up crypto, so that it has no memory leaks.
7447	- mini_event shares the time value with unbound this results in 
7448	  +3% speed for cache responses and +9% for recursions.
7449	- ldns tarball update with new NSEC3 sign code numbers.
7450	- perform several reads per UDP operation. This improves performance
7451	  in DoS conditions, and costs very little in normal conditions.
7452	  improves cache response +50%, and recursions +10%.
7453	- modified asynclook test. because the callback from async is not
7454	  in any sort of lock (and thus can use all library functions freely),
7455	  this causes a tiny race condition window when the last lock is 
7456	  released for a callback and a new cancel() for that callback.
7457	  The only way to remove this is by putting callbacks into some 
7458	  lock window. I'd rather have the small possibility of a callback
7459	  for a cancelled function then no use of library functions in 
7460	  callbacks. Could be possible to only outlaw process(), wait(),
7461	  cancel() from callbacks, by adding another lock, but I'd rather not.
7462
746318 February 2008: Wouter
7464	- patch to unbound-host from Jan-Piet Mens.
7465	- unbound host prints errors if fails to configure context.
7466	- fixup perf to resend faster, so that long waiting requests do
7467	  not hold up the queue, they become lost packets or SERVFAILs,
7468	  or can be sent a little while later (i.e. processing time may 
7469	  take long, but throughput has to be high).
7470	- fixup iterator operating in no cache conditions (RD flag unset
7471	  after a CNAME).
7472	- streamlined code for RD flag setting.
7473	- profiled code and changed dname compares to be faster. 
7474	  The speedup is about +3% to +8% (depending on the test).
7475	- minievent tests for eintr and eagain.
7476
747715 February 2008: Wouter
7478	- added FreeBSD rc.d script to contrib.
7479	- --prefix option for configure also changes directory: pidfile:
7480	  and chroot: defaults in config file.
7481	- added cache speed test, for cache size OK and cache too small.
7482
748314 February 2008: Wouter
7484	- start without a config file (will complain, but start with
7485	  defaults).
7486	- perf test program works.
7487
748813 February 2008: Wouter
7489	- 0.9 released.
7490	- 1.0 development. Printout ldns version on unbound -h.
7491	- start of perf tool.
7492	- bugfix to read empty lines from /etc/hosts.
7493
749412 February 2008: Wouter
7495	- fixup problem with configure calling itself if ldns-src tarball
7496	  is not present.
7497
749811 February 2008: Wouter
7499	- changed library to use ub_ instead of ub_val_ as prefix.
7500	- statistics output text nice.
7501	- etc/hosts handling.
7502	- library function to put logging to a stream.
7503	- set any option interface.
7504
75058 February 2008: Wouter
7506	- test program for multiple queries over a TCP channel.
7507	- tpkg test for stream tcp queries.
7508	- unbound replies to multiple TCP queries on a TCP channel.
7509	- fixup misclassification of root referral with NS in answer
7510	  when validating a nonrec query.
7511	- tag 0.9
7512	- layout of manpages, spelling fix in header, manpages process by
7513	  makedist, list asynclook and tcpstream tests as ldns-testns
7514	  required.
7515
75167 February 2008: Wouter
7517	- moved up all current level 2 to be level 3. And 3 to 4.
7518	  to make room for new debug level 2 for detailed information 
7519	  for operators.
7520	- verbosity level 2. Describes recursion and validation.
7521	- cleaner configure script and fixes for libevent solaris.
7522	- signedness for log output memory sizes in high verbosity.
7523
75246 February 2008: Wouter
7525	- clearer explanation of threading configure options.
7526	- fixup asynclook test for nothreading (it creates only one process
7527	  to do the extended test).
7528	- changed name of ub_val_result_free to ub_val_resolve_free.
7529	- removes warning message during library linking, renamed
7530	  libunbound/unbound.c -> libunbound.c and worker to libworker.
7531	- fallback without EDNS if result is NOTIMPL as well as on FORMERR.
7532
75335 February 2008: Wouter
7534	- statistics-interval: seconds option added.
7535	- test for statistics option
7536	- ignore errors making directories, these can occur in parallel builds
7537	- fixup Makefile strip command and libunbound docs typo.
7538
753931 January 2008: Wouter
7540	- bg thread/process reads and writes the pipe nonblocking all the time
7541	  so that even if the pipe is buffered or so, the bg thread does not
7542	  block, and services both pipes and queries.
7543
754430 January 2008: Wouter
7545	- check trailing / on chrootdir in checkconf.
7546	- check if root hints and anchor files are in chrootdir.
7547	- no route to host tcp error is verbosity level 2. 
7548	- removed unused send_reply_iov. and its configure check.
7549	- added prints of 'remote address is 1.2.3.4 port 53' to errors
7550	  from netevent; the basic socket errors.
7551
755228 January 2008: Wouter
7553	- fixup uninit use of buffer by libunbound (query id, flags) for
7554	  local_zone answers.
7555	- fixup uninit warning from random.c; also seems to fix sporadic
7556	  sigFPE coming out of openssl.
7557	- made openssl entropy warning more silent for library use. Needs
7558	  verbosity 1 now.
7559	- fixup forgotten locks for rbtree_searches on ctx->query tree.
7560	- random generator cleanup - RND_STATE_SIZE removed, and instead
7561	  a super-rnd can be passed at init to chain init random states.
7562	- test also does lock checks if available.
7563	- protect config access in libworker_setup().
7564	- libevent doesn't like comm_base_exit outside of runloop.
7565	- close fds after removing commpoints only (for epoll, kqueue).
7566
756725 January 2008: Wouter
7568	- added tpkg for asynclook and library use. 
7569	- allows localhost to be queried when as a library.
7570	- fixup race condition between cancel and answer (in case of
7571	  really fast answers that beat the cancel).
7572	- please doxygen, put doxygen comment in one place.
7573	- asynclook -b blocking mode and test.
7574	- refactor asynclook, nicer code.
7575	- fixup race problems from opensll in rand init from library, with
7576	  a mutex around the rand init.
7577	- fix pass async_id=NULL to _async resolve().
7578	- rewrote _wait() routine, so that it is threadsafe.
7579	- cancelation is threadsafe.
7580	- asynclook extended test in tpkg.
7581	- fixed two races where forked bg process waits for (somehow shared?)
7582	  locks, so does not service the query pipe on the bg side.
7583	  Now those locks are only held for fg_threads and for bg_as_a_thread.
7584
758524 January 2008: Wouter
7586	- tested the cancel() function.
7587	- asynclook -c (cancel) feature.
7588	- fix fail to allocate context actions.
7589	- make pipe nonblocking at start.
7590	- update plane for retry mode with caution to limit bandwidth.
7591	- fix Makefile for concurrent make of unbound-host.
7592	- renamed ub_val_ctx_wait/poll/process/fd to ub_val*.
7593	- new calls to set forwarding added to header and docs.
7594
759523 January 2008: Wouter
7596	- removed debug prints from if-auto, verb-algo enables some.
7597	- libunbound QUIT setup, remove memory leaks, when using threads
7598	  will share memory for passing results instead of writing it over
7599	  the pipe, only writes ID number over the pipe (towards the handler
7600	  thread that does process() ).
7601
760222 January 2008: Wouter
7603	- library code for async in libunbound/unbound.c.
7604	- fix link testbound.
7605	- fixup exit bug in mini_event.
7606	- background worker query enter and result functions.
7607	- bg query test application asynclook, it looks up multiple
7608	  hostaddresses (A records) at the same time.
7609
761021 January 2008: Wouter
7611	- libworker work, netevent raw commpoints, write_msg, serialize.
7612
761318 January 2008: Wouter
7614	- touch up of manpage for libunbound.
7615	- support for IP_RECVDSTADDR (for *BSD ip4).
7616	- fix for BSD, do not use ip4to6 mapping, make two sockets, once
7617	  ip6 and once ip4, uses socket options.
7618	- goodbye ip4to6 mapping.
7619	- update ldns-testpkts with latest version from ldns-trunk.
7620	- updated makedist for relative ldns pathnames.
7621	- library API with more information inside the result structure.
7622	- work on background resolves.
7623
762417 January 2008: Wouter
7625	- fixup configure in case -lldns is installed.
7626	- fixup a couple of doxygen warnings, about enum variables.
7627	- interface-automatic now copies the interface address from the
7628	  PKT_INFO structure as well.
7629	- manual page with library API, all on one page 'man libunbound'.
7630	- rewrite of PKTINFO structure, it also captures IP4 PKTINFO.
7631
763216 January 2008: Wouter
7633	- incoming queries to the server with TC bit on are replied FORMERR.
7634	- interface-automatic replied the wrong source address on localhost
7635	  queries. Seems to be due to ifnum=0 in recvmsg PKTINFO. Trying
7636	  to use ifnum=-1 to mean 'no interface, use kernel route'.
7637
763815 January 2008: Wouter
7639	- interface-automatic feature. experimental. Nice for anycast.
7640	- tpkg test for ip6 ancillary data.
7641	- removed debug prints.
7642	- porting experience, define for Solaris, test refined for BSD
7643	  compatibility. The feature probably will not work on OpenBSD.
7644	- makedist fixup for ldns-src in build-dir.
7645
764614 January 2008: Wouter
7647	- in no debug sets NDEBUG to remove asserts.
7648	- configure --enable-debug is needed for dependency generation
7649	  for assertions and for compiler warnings.
7650	- ldns.tgz updated with ldns-trunk (where buffer.h is updated).
7651	- fix lint, unit test in optimize mode.
7652	- default access control allows ::ffff:127.0.0.1 v6mapped localhost.
7653	
765411 January 2008: Wouter
7655	- man page, warning removed.
7656	- added text describing the use of stub zones for private zones.
7657	- checkconf tests for bad hostnames (IP address), and for doubled
7658	  interface lines.
7659	- memory sizes can be given with 'k', 'Kb', or M or G appended.
7660
766110 January 2008: Wouter
7662	- typo in example.conf.
7663	- made using ldns-src that is included the package more portable
7664	  by linking with .lo instead of .o files in the ldns package.
7665	- nicer do-ip6: yes/no documentation.
7666	- nicer linking of libevent .o files.
7667	- man pages render correctly on solaris.
7668
76699 January 2008: Wouter
7670	- fixup openssl RAND problem, when the system is not configured to
7671	  give entropy, and the rng needs to be seeded.
7672
76738 January 2008: Wouter
7674	- print median and quartiles with extensive logging.
7675
76764 January 2008: Wouter
7677	- document misconfiguration in private network.
7678
76792 January 2008: Wouter
7680	- fixup typo in requirements.
7681	- document that 'refused' is a better choice than 'drop' for 
7682	  the access control list, as refused will stop retries.
7683
76847 December 2007: Wouter
7685	- unbound-host has a -d option to show what happens. This can help
7686	  with debugging (why do I get this answer).
7687	- fixup CNAME handling, on nodata, sets and display canonname.
7688	- dot removed from CNAME display.
7689	- respect -v for NXDOMAINs.
7690	- updated ldns-src.tar.gz with ldns-trunk today (1.2.2 fixes).
7691	- size_t to int for portability of the header file.
7692	- fixup bogus handling.
7693	- dependencies and lint for unbound-host.
7694
76956 December 2007: Wouter
7696	- library resolution works in foreground mode, unbound-host app
7697	  receives data.
7698	- unbound-host prints rdata using ldns.
7699	- unbound-host accepts trust anchors, and prints validation
7700	  information when you give -v.
7701
77025 December 2007: Wouter
7703	- locking in context_new() inside the function.
7704	- setup of libworker.
7705
77064 December 2007: Wouter
7707	- minor Makefile fixup.
7708	- moved module-stack code out of daemon/daemon into services/modstack,
7709	  preparing for code-reuse.
7710	- move context into own header file.
7711	- context query structure.
7712	- removed unused variable pwd from checkconf.
7713	- removed unused assignment from outside netw.
7714	- check timeval length of string.
7715	- fixup error in val_utils getsigner.
7716	- fixup same (*var) error in netblocktostr.
7717	- fixup memleak on parse error in localzone.
7718	- fixup memleak on packet parse error.
7719	- put ; after union in parser.y.
7720	- small hardening in iter_operate against iq==NULL.
7721	- hardening, if error reply with rcode=0 (noerror) send servfail.
7722	- fixup same (*var) error in find_rrset in msgparse, was harmless.
7723	- check return value of evtimer_add().
7724	- fixup lockorder in lruhash_reclaim(), building up a list of locked
7725	  entries one at a time. Instead they are removed and unlocked.
7726	- fptr_wlist for markdelfunc.
7727	- removed is_locked param from lruhash delkeyfunc.
7728	- moved bin_unlock during bin_split purely to please.
7729
77303 December 2007: Wouter
7731	- changed checkconf/ to smallapp/ to make room for more support tools.
7732	  (such as unbound-host).
7733	- install dirs created with -m 755 because they need to be accessible.
7734	- library extensive featurelist added to TODO.
7735	- please doxygen, lint.
7736	- library test application, with basic functionality.
7737	- fix for building in a subdirectory. 
7738	- link lib fix for Leopard.
7739
774030 November 2007: Wouter
7741	- makefile that creates libunbound.la, basic file or libunbound.a
7742	  when creating static executables (no libtool).
7743	- more API setup.
7744
774529 November 2007: Wouter
7746	- 0.9 public API start.
7747
774828 November 2007: Wouter
7749	- Changeup plan for 0.8 - no complication needed, a simple solution
7750	  has been chosen for authoritative features.
7751	- you can use single quotes in the config file, so it is possible
7752	  to specify TXT records in local data.
7753	- fixup small memory problem in implicit transparent zone creation.
7754	- test for implicit zone creation and multiple RR RRsets local data.
7755	- local-zone nodefault test.
7756	- show testbound testlist on commit.
7757	- iterator normalizer changes CNAME chains ending in NXDOMAIN where
7758	  the packet got rcode NXDOMAIN into rcode NOERROR. (since the initial
7759	  domain exists).
7760	- nicer verbosity: 0 and 1 levels.
7761	- lower nonRDquery chance of eliciting wrongly typed validation
7762	  requiring message from the cache.
7763	- fix for nonRDquery validation typing; nodata is detected when
7764	  SOA record in auth section (all validation-requiring nodata messages
7765	  have a SOA record in authority, so this is OK for the validator),
7766	  and NS record is needed to be a referral.
7767	- duplicate checking when adding NSECs for a CNAME, and test.
7768	- created svn tag 0.8, after completing testbed tests.
7769
777027 November 2007: Wouter
7771	- per suggestion in rfc2308, replaced default max-ttl value with 1 day.
7772	- set size of msgparse lookup table to 32, from 1024, so that its size
7773	  is below the 2048 regional large size threshold, and does not cause
7774	  a call to malloc when a message is parsed.
7775	- update of memstats tool to print number of allocation calls.
7776	  This is what is taking time (not space) and indicates the avg size
7777	  of the allocations as well. region_alloc stat is removed.
7778
777922 November 2007: Wouter
7780	- noted EDNS in-the-middle dropping trouble as a TODO.
7781	  At this point theoretical, no user trouble has been reported.
7782	- added all default AS112 zones.
7783	- answers from local zone content.
7784		* positive answer, the rrset in question
7785		* nodata answer (exist, but not that type).
7786		* nxdomain answer (domain does not exist).
7787		* empty-nonterminal answer.
7788		* But not: wildcard, nsec, referral, rrsig, cname/dname,
7789			or additional section processing, NS put in auth.
7790	- test for correct working of static and transparent and couple
7791	  of important defaults (localhost, as112, reverses). 
7792	  Also checks deny and refuse settings.
7793	- fixup implicit zone generation and AA bit for NXDOMAIN on localdata.
7794
779521 November 2007: Wouter
7796	- local zone internal data setup.
7797
779820 November 2007: Wouter
7799	- 0.8 - str2list config support for double string config options.
7800	- local-zone and local-data options, config storage and documentation.
7801
780219 November 2007: Wouter
7803	- do not downcase NSEC and RRSIG for verification. Follows 
7804	  draft-ietf-dnsext-dnssec-bis-updates-06.txt.
7805	- fixup leaking unbound daemons at end of tests.
7806	- README file updated.
7807	- nice libevent not found error.
7808	- README talks about gnu make.
7809	- 0.8: unit test for addr_mask and fixups for it.
7810	  and unit test for addr_in_common().
7811	- 0.8: access-control config file element.
7812	  and unit test rpl replay file.
7813	- 0.8: fixup address reporting from netevent.
7814
781516 November 2007: Wouter
7816	- privilege separation is not needed in unbound at this time.
7817	  TODO item marked as such.
7818	- created beta-0.7 branch for support.
7819	- tagged 0.7 for beta release.
7820	- moved trunk to 0.8 for 0.8(auth features) development.
7821	- 0.8: access control list setup.
7822
782315 November 2007: Wouter
7824	- review fixups from Jelte.
7825
782614 November 2007: Wouter
7827	- testbed script does not recreate configure, since its in svn now.
7828	- fixup checkconf test so that it does not test 
7829	  /etc/unbound/unbound.conf.
7830	- tag 0.6.
7831
783213 November 2007: Wouter
7833	- remove debug print.
7834	- fixup testbound exit when LIBEVENT_SIGNAL_PROBLEM exists.
7835
783612 November 2007: Wouter
7837	- fixup signal handling where SIGTERM could be ignored if a SIGHUP
7838	  arrives later on.
7839	- bugreports to unbound-bugs@nlnetlabs.nl
7840	- fixup testbound so it exits cleanly.
7841	- cleanup the caches on a reload, so that rrsetID numbers won't clash.
7842
78439 November 2007: Wouter
7844	- took ldns snapshot in repo.
7845	- default config file is /etc/unbound/unbound.conf.
7846	  If it doesn't exist, it is installed with the doc/example.conf file.
7847	  The file is not deleted on uninstall.
7848	- default listening is not all, but localhost interfaces.
7849	
78508 November 2007: Wouter
7851	- Fixup chroot and drop user privileges.
7852	- new L root ip address in default hints.
7853
78541 November 2007: Wouter
7855	- Fixup of crash on reload, due to anchors in env not NULLed after
7856	  dealloc during deinit.
7857	- Fixup of chroot call. Happens after privileges are dropped, so
7858	  that checking the passwd entry still works.
7859	- minor touch up of clear() hashtable function.
7860	- VERB_DETAIL prints out what chdir, username, chroot is being done.
7861	- when id numbers run out, caches are cleared, as in design notes.
7862	  Tested with a mock setup with very few bits in id, it worked.
7863	- harden-dnssec-stripped: yes is now default. It insists on dnssec
7864	  data for trust anchors. Included tests for the feature.
7865
786631 October 2007: Wouter
7867	- cache-max-ttl config option.
7868	- building outside sourcedir works again.
7869	- defaults more secure:
7870		username: "unbound"
7871		chroot: "/etc/unbound"
7872	  The operator can override them to be less secure ("") if necessary.
7873	- fix horrible oversight in sorting rrset references in a message,
7874	  sort per reference key pointer, not on referencepointer itself.
7875	- pidfile: "/etc/unbound/unbound.pid" is now the default.
7876	- tests changed to reflect the updated default.
7877	- created hashtable clear() function that respects locks.
7878
787930 October 2007: Wouter
7880	- fixup assertion failure that relied on compressed names to be
7881	  smaller than uncompressed names. A packet from comrite.com was seen
7882	  to be compressed to a larger size. Added it as unit test.
7883	- quieter logging at low verbosity level for common tcp messages.
7884	- no greedy TTL update.
7885
788623 October 2007: Wouter
7887	- fixup (grand-)parent problem for dnssec-lameness detection.
7888	- fixup tests to do additional section processing for lame replies,
7889	  since the detection needs that.
7890	- no longer trust in query section in reply during dnssec lame detect.
7891	- dnssec lameness does not make the server never ever queried, but
7892	  non-preferred. If no other servers exist or answer, the dnssec lame
7893	  server is used; the fastest dnssec lame server is chosen.
7894	- added test then when trust anchor cannot be primed (nodata), the
7895	  insecure mode from unbound works.
7896	- Fixup max queries per thread, any more are dropped.
7897
789822 October 2007: Wouter
7899	- added donotquerylocalhost config option. Can be turned off for
7900	  out test cases.
7901	- ISO C compat changes.
7902	- detect RA-no-AA lameness, as LAME.
7903	- DNSSEC-lameness detection, as LAME.
7904	  See notes in requirements.txt for choices made.
7905	- tests for lameness detection.
7906	- added all to make test target; need unbound for fwd tests.
7907	- testbound does not pollute /etc/unbound.
7908
790919 October 2007: Wouter
7910	- added configure (and its files) to svn, so that the trunk is easier
7911	  to use. ./configure, config.guess, config.sub, ltmain.sh,
7912	  and config.h.in.
7913	- added yacc/lex generated files, util/configlexer.c, 
7914	  util/configparser.c util/configparser.h, to svn. 
7915	- without lex no attempt to use it.
7916	- unsecure response validation collated into one block.
7917	- remove warning about const cast of cfgfile name.
7918	- outgoing-interfaces can be different from service interfaces.
7919	- ldns-src configure is done during unbound configure and
7920	  ldns-src make is done during unbound make, and so inherits the
7921	  make arguments from the unbound make invocation.
7922	- nicer error when libevent problem causes instant exit on signal.
7923	- read root hints from a root hint file (like BIND does).
7924	  
792518 October 2007: Wouter
7926	- addresses are logged with errors.
7927	- fixup testcode fake event to remove pending before callback
7928	  since the callback may create new pending items.
7929	- tests updated because retries are now in iterator module.
7930	- ldns-testpkts code is checked for differences between unbound
7931	  and ldns by makedist.sh.
7932	- ldns trunk from today added in svn repo for fallback in case
7933	  no ldns is installed on the system.
7934	  make download_ldns refreshes the tarball with ldns svn trunk.
7935	- ldns-src.tar.gz is used if no ldns is found on the system, and
7936	  statically linked into unbound.
7937	- start of regional allocator code.
7938	- regional uses less memory and variables, simplified code.
7939	- remove of region-allocator.
7940	- alloc cache keeps a cache of recently released regional blocks,
7941	  up to a maximum.
7942	- make unit test cleanly free memory.
7943
794417 October 2007: Wouter
7945	- fixup another cycle detect and ns-addr timeout resolution bug.
7946	  This time by refusing delegations from the cache without addresses
7947	  when resolving a mandatory-glue nameserver-address for that zone.
7948	  We're going to have to ask a TLD server anyway; might as well be
7949	  the TLD server for this name. And this resolves a lot of cases where
7950	  the other nameserver names lead to cycles or are not available.
7951	- changed random generator from random(3) clone to arc4random wrapped
7952	  for thread safety. The random generator is initialised with
7953	  entropy from the system.
7954	- fix crash where failure to prime DNSKEY tried to print null pointer
7955	  in the log message.
7956	- removed some debug prints, only verb_algo (4) enables them.
7957	- fixup test; new random generator took new paths; such as one 
7958	  where no scripted answer was available.
7959	- mark insecure RRs as insecure.
7960	- fixup removal of nonsecure items from the additional.
7961	- reduced timeout values to more realistic, 376 msec (262 msec has
7962	  90% of roundtrip times, 512 msec has 99% of roundtrip times.)
7963	- server selection failover to next server after timeout (376 msec).
7964
796516 October 2007: Wouter
7966	- no malloc in log_hex.
7967	- assertions around system calls.
7968	- protect against gethostname without ending zero.
7969	- ntop output is null terminated by unbound.
7970	- pidfile content null termination
7971	- various snprintf use sizeof(stringbuf) instead of fixed constant.
7972	- changed loopdetect % 8 with & 0x7 since % can become negative for
7973	  weird negative input and particular interpretation of integer math.
7974	- dname_pkt_copy checks length of result, to protect result buffers.
7975	  prints an error, this should not happen. Bad strings should have
7976	  been rejected earlier in the program.
7977	- remove a size_t underflow from msgreply size func.
7978
797915 October 2007: Wouter
7980	- nicer warning.
7981	- fix IP6 TCP, wrong definition check. With test package.
7982	- fixup the fact that the query section was not compressed to,
7983	  the code was there but was called by value instead of by reference.
7984	  And test for the case, uses xxd and nc.
7985	- more portable ip6 check for sockaddr types.
7986
79878 October 2007: Wouter
7988	- --disable-rpath option in configure for 64bit systems with
7989	  several dynamic lib dirs.
7990
79917 October 2007: Wouter
7992	- fixup tests for no AD bit in non-DO queries.
7993	- test that makes sure AD bit is not set on non-DO query.
7994
79956 October 2007: Wouter
7996	- removed logfile open early. It did not have the proper permissions;
7997	  it was opened as root instead of the user. And we cannot change user
7998	  id yet, since chroot and bind ports need to be done.
7999	- callback checks for event callbacks done from mini_event. Because
8000	  of deletions cannot do this from netevent. This means when using
8001	  libevent the protection does not work on event-callbacks.
8002	- fixup too small reply (did not zero counts).
8003	- fixup reply no longer AD bit when query without DO bit.
8004
80055 October 2007: Wouter
8006	- function pointer whitelist.
8007
80084 October 2007: Wouter
8009	- overwrite sensitive random seed value after use.
8010	- switch to logfile very soon if not -d (console attached).
8011	- error messages do not reveal the trustanchor contents.
8012	- start work on function pointer whitelists.
8013
80143 October 2007: Wouter
8015	- fix for multiple empty nonterminals, after multiple DSes in the
8016	  chain of trust.
8017	- mesh checks if modules are looping, and stops them.
8018	- refetch with CNAMEd nameserver address regression test added.
8019	- fixup line count bug in testcode, so testbound prints correct line
8020	  number with parse errors.
8021	- unit test for multiple ENT case.
8022	- fix for cname out of validated unsec zone.
8023	- fixup nasty id=0 reuse. Also added assertions to detect its
8024	  return (the assertion catches in the existing test cases).
8025
80261 October 2007: Wouter
8027	- skip F77, CXX, objC tests in configure step.
8028	- fixup crash in refetch glue after a CNAME.
8029	  and protection against similar failures (with error print).
8030
803128 September 2007: Wouter
8032	- test case for unbound-checkconf, fixed so it also checks the
8033	  interface: statements.
8034
803526 September 2007: Wouter
8036	- SIGHUP will reopen the log file.
8037	- Option to log to syslog.
8038	- please lint, fixup tests (that went to syslog on open, oops).
8039	- config check program.
8040
804125 September 2007: Wouter
8042	- tests for NSEC3. Fixup bitmap checks for NSEC3.
8043	- positive ANY response needs to check if wildcard expansion, and
8044	  check that original data did not exist.
8045	- tests for NSEC3 that wrong use of OPTOUT is bad. For insecure
8046	  delegation, for abuse of child zone apex nsec3.
8047	- create 0.5 release tag.
8048
804924 September 2007: Wouter
8050	- do not make test programs by default.
8051	- But 'make test' will perform all of the tests.
8052	- Advertise builtin select libevent alternative when no libevent
8053	  is found.
8054	- signit can generate NSEC3 hashes, for generating tests.
8055	- multiple nsec3 parameters in message test.
8056	- too high nsec3 iterations becomes insecure test.
8057
805821 September 2007: Wouter
8059	- fixup empty_DS_name allocated in wrong region (port DEC Alpha).
8060	- fixup testcode lock safety (port FreeBSD).
8061	- removes subscript has type char warnings (port Solaris 9).
8062	- fixup of field with format type to int (port MacOS/X intel).
8063	- added test for infinite loop case in nonRD answer validation.
8064	  It was a more general problem, but hard to reproduce. When an
8065	  unsigned rrset is being validated and the key fetched, the DS
8066	  sequence is followed, but if the final name has no DS, then no
8067	  proof is possible - the signature has been stripped off.
8068
806920 September 2007: Wouter
8070	- fixup and test for NSEC wildcard with empty nonterminals. 
8071	- makedist.sh fixup for svn info.
8072	- acl features request in plan.
8073	- improved DS empty nonterminal handling.
8074	- compat with ANS nxdomain for empty nonterminals. Attempts the nodata
8075	  proof anyway, which succeeds in ANS failure case.
8076	- striplab protection in case it becomes -1.
8077	- plans for static and blacklist config.
8078
807919 September 2007: Wouter
8080	- comments about non-packed usage.
8081	- plan for overload support in 0.6.
8082	- added testbound tests for a failed resolution from the logs
8083	  and for failed prime when missing glue.
8084	- fixup so useless delegation points are not returned from the
8085	  cache. Also the safety belt is used if priming fails to complete.
8086	- fixup NSEC rdata not to be lowercased, bind compat.
8087
808818 September 2007: Wouter
8089	- wildcard nsec3 testcases, and fixup to get correct wildcard name.
8090	- validator prints subtype classification for debug.
8091
809217 September 2007: Wouter
8093	- NSEC3 hash cache unit test.
8094	- validator nsec3 nameerror test.
8095
809614 September 2007: Wouter
8097	- nsec3 nodata proof, nods proof, wildcard proof.
8098	- nsec3 support for cname chain ending in noerror or nodata.
8099	- validator calls nsec3 proof routines if no NSECs prove anything.
8100	- fixup iterator bug where it stored the answer to a cname under
8101	  the wrong qname into the cache. When prepending the cnames, the
8102	  qname has to be reset to the original qname.
8103
810413 September 2007: Wouter
8105	- nsec3 find matching and covering, ce proof, prove namerror msg.
8106
810712 September 2007: Wouter
8108	- fixup of manual page warnings, like for NSD bugreport.
8109	- nsec3 work, config, max iterations, filter, and hash cache. 
8110
81116 September 2007: Wouter
8112	- fixup to find libevent on mac port install.
8113	- fixup size_t vs unsigned portability in validator/sigcrypt.
8114	- please compiler on different platforms, for unreachable code.
8115	- val_nsec3 file.
8116	- pthread_rwlock type is optional, in case of old pthread libs.
8117
81185 September 2007: Wouter
8119	- cname, name error validator tests.
8120	- logging of qtype ANY works.
8121	- ANY type answers get RRSIG in answer section of replies (but not
8122	  in other sections, unless DO bit is on).
8123	- testbound can replay a TCP query (set MATCH TCP in the QUERY).
8124	- DS and noDS referral validation test.
8125	- if you configure many trust anchors, parent trust anchors can
8126	  securely deny existence of child trust anchors, if validated.
8127	- not all *.name NSECs are present because a wildcard was matched,
8128	  and *.name NSECs can prove nodata for empty nonterminals.
8129	  Also, for wildcard name NSECs, check they are not from the parent
8130	  zone (for wildcarded zone cuts), and check absence of CNAME bit,
8131	  for a nodata proof.
8132	- configure option for memory allocation debugging.
8133	- port configure option for memory allocation to solaris10.
8134
81354 September 2007: Wouter
8136	- fixup of Leakage warning when serviced queries processed multiple
8137	  callbacks for the same query from the same server.
8138	- testbound removes config file from /tmp on failed exit.
8139	- fixup for referral cleanup of the additional section.
8140	- tests for cname, referral validation.
8141	- neater testbound tpkg output.
8142	- DNAMEs no longer match their apex when synthesized from the cache.
8143	- find correct signer name for DNAME responses.
8144	- wildcarded DNAME test and fixup code to detect.
8145	- prepend NSEC and NSEC3 rrsets in the iterator while chasing CNAMEs.
8146	  So that wildcarded CNAMEs get their NSEC with them to the answer.
8147	- test for a CNAME to a DNAME to a CNAME to an answer, all from
8148	  different domains, for key fetching and signature checking of
8149	  CNAME'd messages.
8150
81513 September 2007: Wouter
8152	- Fixed error in iterator that would cause assertion failure in 
8153	  validator. CNAME to a NXDOMAIN response was collated into a response
8154	  with both a CNAME and the NXDOMAIN rcode. Added a test that the
8155	  rcode is changed to NOERROR (because of the CNAME).
8156	- timeout on tcp does not lead to spurious leakage detect.
8157	- account memory for name of lame zones, so that memory leakages does
8158	  not show lame cache growth as a leakage growth.
8159	- config setting for lameness cache expressed in bytes, instead of
8160	  number of entries.
8161	- tool too summarize allocations per code line.
8162
816331 August 2007: Wouter
8164	- can read bind trusted-keys { ... }; files, in a compatibility mode. 
8165	- iterator should not detach target queries that it still could need.
8166	  the protection against multiple outstanding queries is moved to a
8167	  current_query num check.
8168	- validator nodata, positive, referral tests.
8169	- dname print can print '*' wildcard.
8170
817130 August 2007: Wouter
8172	- fixup override date config option.
8173	- config options to control memory usage.
8174	- caught bad free of un-alloced data in worker_send error case.
8175	- memory accounting for key cache (trust anchors and temporary cache).
8176	- memory accounting fixup for outside network tcp pending waits.
8177	- memory accounting fixup for outside network tcp callbacks.
8178	- memory accounting for iterator fixed storage.
8179	- key cache size and slabs config options.
8180	- lib crypto cleanups at exit. 
8181
818229 August 2007: Wouter
8183	- test tool to sign rrsets for testing validator with.
8184	- added RSA and DSA test keys, public and private pairs, 512 bits.
8185	- default configuration is with validation enabled.
8186	  Only a trust-anchor needs to be configured for DNSSEC to work.
8187	- do not convert to DER for DSA signature verification.
8188	- validator replay test file, for a DS to DNSKEY DSA key prime and
8189	  positive response.
8190
819128 August 2007: Wouter
8192	- removed double use for udp buffers, that could fail,
8193	  instead performs a malloc to do the backup.
8194	- validator validates referral messages, by validating all the rrsets
8195	  and stores the rrsets in the cache. Further referral (nonRD queries)
8196	  replies are made from the rrset cache directly. Unless unchecked
8197	  rrsets are encountered, there are then validated.
8198	- enforce that signing is done by a parent domain (or same domain).
8199	- adjust TTL downwards if rrset TTL bigger than signature allows.
8200	- permissive mode feature, sets AD bit for secure, but bogus does
8201	  not give servfail (bogus is changed into indeterminate).
8202	- optimization of rrset verification. rr canonical sorting is reused,
8203	  for the same rrset. canonical rrset image in buffer is reused for
8204	  the same signature.
8205	- if the rrset is too big (64k exactly + large owner name) the
8206	  canonicalization routine will fail if it does not fit in buffer.
8207	- faster verification for large sigsets.
8208	- verb_detail mode reports validation failures, but not the entire
8209	  algorithm for validation. Key prime failures are reported as 
8210	  verb_ops level.
8211
821227 August 2007: Wouter
8213	- do not garble the edns if a cache answer fails.
8214	- answer norecursive from cache if possible.
8215	- honor clean_additional setting when returning secure non-recursive
8216	  referrals.
8217	- do not store referral in msg cache for nonRD queries.
8218	- store verification status in the rrset cache to speed up future
8219	  verification.
8220	- mark rrsets indeterminate and insecure if they are found to be so.
8221	  and store this in the cache.
8222
822324 August 2007: Wouter
8224	- message is bogus if unsecure authority rrsets are present.
8225	- val-clean-additional option, so you can turn it off.
8226	- move rrset verification out of the specific proof types into one
8227	  routine. This makes the proof routines prettier.
8228	- fixup cname handling in validator, cname-to-positive and cname-to-
8229	  nodata work.
8230	- Do not synthesize DNSKEY and DS responses from the rrset cache if
8231	  the rrset is from the additional section. Signatures may have
8232	  fallen off the packet, and cause validation failure.
8233	- more verbose signature date errors (with the date attached).
8234	- increased default infrastructure cache size. It is important for
8235	  performance, and 1000 entries are only 212k (or a 400 k total cache
8236	  size). To 10000 entries (for 2M entries, 4M cache size).
8237
823823 August 2007: Wouter
8239	- CNAME handling - move needs_validation to before val_new().
8240	  val_new() setups the chase-reply to be an edited copy of the msg.
8241	  new classification, and find signer can find for it. 
8242	  removal of unsigned crap from additional, and query restart for
8243	  cname.
8244	- refuse to follow wildcarded DNAMEs when validating.
8245	  But you can query for qtype ANY, or qtype DNAME and validate that.
8246
824722 August 2007: Wouter
8248	- bogus TTL.
8249	- review - use val_error().
8250
825121 August 2007: Wouter
8252	- ANY response validation.
8253	- store security status in cache.
8254	- check cache security status and either send the query to be
8255	  validated, return the query to client, or send servfail to client.
8256	  Sets AD bit on validated replies.
8257	- do not examine security status on an error reply in mesh_done.
8258	- construct DS, DNSKEY messages from rrset cache.
8259	- manual page entry for override-date.
8260
826120 August 2007: Wouter
8262	- validate and positive validation, positive wildcard NSEC validation.
8263	- nodata validation, nxdomain validation.
8264
826518 August 2007: Wouter
8266	- process DNSKEY response in FINDKEY state.
8267
826817 August 2007: Wouter
8269	- work on DS2KE routine.
8270	- val_nsec.c for validator NSEC proofs.
8271	- unit test for NSEC bitmap reading.
8272	- dname iswild and canonical_compare with unit tests.
8273
827416 August 2007: Wouter
8275	- DS sig unit test.
8276	- latest release libevent 1.3c and 1.3d have threading fixed.
8277	- key entry fixup data pointer and ttl absolute.
8278	- This makes a key-prime succeed in validator, with DS or DNSKEY as
8279	  trust-anchor.
8280	- fixup canonical compare byfield routine, fix bug and also neater.
8281	- fixed iterator response type classification for queries of type
8282	  ANY and NS.
8283	  dig ANY gives sometimes NS rrset in AN and NS section, and parser
8284	  removes the NS section duplicate. dig NS gives sometimes the NS
8285	  in the answer section, as referral.
8286	- validator FINDKEY state.
8287
828815 August 2007: Wouter
8289	- crypto calls to verify signatures.
8290	- unit test for rrsig verification.
8291
829214 August 2007: Wouter
8293	- default outgoing ports changed to avoid port 2049 by default.
8294	  This port is widely blocked by firewalls.
8295	- count infra lameness cache in memory size.
8296	- accounting of memory improved
8297	- outbound entries are allocated in the query region they are for.
8298	- extensive debugging for memory allocations.
8299	- --enable-lock-checks can be used to enable lock checking.
8300	- protect undefs in config.h from autoheaders ministrations.
8301	- print all received udp packets. log hex will print on multiple
8302	  lines if needed.
8303	- fixed error in parser with backwards rrsig references.
8304	- mark cycle targets for iterator did not have CD flag so failed
8305	  its task.
8306
830713 August 2007: Wouter
8308	- fixup makefile, if lexer is missing give nice error and do not
8309	  mess up the dependencies.
8310	- canonical compare routine updated.
8311	- canonical hinfo compare.
8312	- printout list of the queries that the mesh is working on.
8313
831410 August 2007: Wouter
8315	- malloc and free overrides that track total allocation and frees.
8316	  for memory debugging.
8317	- work on canonical sort.
8318
83199 August 2007: Wouter
8320	- canonicalization, signature checks
8321	- dname signature label count and unit test.
8322	- added debug heap size print to memory printout.
8323	- typo fixup in worker.c
8324	- -R needed on solaris.
8325	- validator override option for date check testing.
8326
83278 August 2007: Wouter
8328	- ldns _raw routines created (in ldns trunk).
8329	- sigcrypt DS digest routines
8330	- val_utils uses sigcrypt to perform signature cryptography.
8331	- sigcrypt keyset processing
8332
83337 August 2007: Wouter
8334	- security status type.
8335	- security status is copied when rdata is equal for rrsets.
8336	- rrset id is updated to invalidate all the message cache entries
8337	  that refer to NSEC, NSEC3, DNAME rrsets that have changed.
8338	- val_util work
8339	- val_sigcrypt file for validator signature checks.
8340
83416 August 2007: Wouter
8342	- key cache for validator.
8343	- moved isroot and dellabel to own dname routines, with unit test.
8344
83453 August 2007: Wouter
8346	- replanning.
8347	- scrubber check section of lame NS set.
8348	- trust anchors can be in config file or read from zone file,
8349	  DS and DNSKEY entries.
8350	- unit test trust anchor storage.
8351	- trust anchors converted to packed rrsets.
8352	- key entry definition.
8353
83542 August 2007: Wouter
8355	- configure change for latest libevent trunk version (needs -lrt).
8356	- query_done and walk_supers are moved out of module interface.
8357	- fixup delegation point duplicates.
8358	- fixup iterator scrubber; lame NS set is let through the scrubber
8359	  so that the classification is lame.
8360	- validator module exists, and does nothing but pass through,
8361	  with calling of next module and return.
8362	- validator work.
8363
83641 August 2007: Wouter
8365	- set version to 0.5
8366	- module work for module to module interconnections.
8367	- config of modules.
8368	- detect cycle takes flags.
8369
837031 July 2007: Wouter
8371	- updated plan
8372	- release 0.4 tag.
8373
837430 July 2007: Wouter
8375	- changed random state init, so that sequential process IDs are not
8376	  cancelled out by sequential thread-ids in the random number seed.
8377	- the fwd_three test, which sends three queries to unbound, and 
8378	  unbound is kept waiting by ldns-testns for 3 seconds, failed
8379	  because the retry timeout for default by unbound is 3 seconds too,
8380	  it would hit that timeout and fail the test. Changed so that unbound
8381	  is kept waiting for 2 seconds instead.
8382
838327 July 2007: Wouter
8384	- removed useless -C debug option. It did not work.
8385	- text edit of documentation.
8386	- added doc/CREDITS file, referred to by the manpages.
8387	- updated planning.
8388
838926 July 2007: Wouter
8390	- cycle detection, for query state dependencies. Will attempt to
8391	  circumvent the cycle, but if no other targets available fails.
8392	- unit test for AXFR, IXFR response.
8393	- test for cycle detection.
8394
839525 July 2007: Wouter
8396	- testbound read ADDRESS and check it.
8397	- test for version.bind and friends.
8398	- test for iterator chaining through several referrals.
8399	- test and fixup for refetch for glue. Refetch fails if glue
8400	  is still not provided.
8401
840224 July 2007: Wouter
8403	- Example section in config manual.
8404	- Addr stored for range and moment in replay.
8405
840620 July 2007: Wouter
8407	- Check CNAME chain before returning cache entry with CNAMEs.
8408	- Option harden-glue, default is on. It will discard out of zone
8409	  data. If disabled, performance is faster, but spoofing attempts
8410	  become a possibility. Note that still normalize scrubbing is done,
8411	  and that the potentially spoofed data is used for infrastructure
8412	  and not returned to the client.
8413	- if glue times out, refetch by asking parent of delegation again.
8414	  Much like asking for DS at the parent side.
8415	- TODO items from forgery-resilience draft.
8416	  and on memory handling improvements.
8417	- renamed module_event_timeout to module_event_noreply.
8418	- memory reporting code; reports on memory usage after handling
8419	  a network packet (not on cache replies).
8420
842119 July 2007: Wouter
8422	- shuffle NS selection when getting nameserver target addresses.
8423	- fixup of deadlock warnings, yield cpu in checklock code so that
8424	  freebsd scheduler selects correct process to run.
8425	- added identity and version config options and replies.
8426	- store cname messages complete answers.
8427
842818 July 2007: Wouter
8429	- do not query addresses, 127.0.0.1, and ::1 by default.
8430
843117 July 2007: Wouter
8432	- forward zone options in config file.
8433	- forward per zone in iterator. takes precedence over stubs.
8434	- fixup commithooks.
8435	- removed forward-to and forward-to-port features, subsumed by
8436	  new forward zones.
8437	- fix parser to handle absent server: clause.
8438	- change untrusted rrset test to account for scrubber that is now
8439	  applied during the test (which removes the poison, by the way).
8440	- feature, addresses can be specified with @portnumber, like nsd.conf.
8441	- test config files changed over to new forwarder syntax.
8442
844327 June 2007: Wouter
8444	- delete of mesh does a postorder traverse of the tree.
8445	- found and fixed a memory leak. For TTL=0 messages, that would
8446	  not be cached, instead the msg-replyinfo structure was leaked.
8447	- changed server selection so it will filter out hosts that are
8448	  unresponsive. This is defined as a host with the maximum rto value.
8449	  This means that unbound tried the host for retries up to 120 secs.
8450	  The rto value will time out after host-ttl seconds from the cache.
8451	  This keeps such unresolvable queries from taking up resources.
8452	- utility for keeping histogram.
8453
845426 June 2007: Wouter
8455	- mesh is called by worker, and iterator uses it.
8456	  This removes the hierarchical code.
8457	  QueryTargets state and Finished state are merged for iterator.
8458	- forwarder mode no longer sets AA bit on first reply.
8459	- rcode in walk_supers is not needed.
8460
846125 June 2007: Wouter
8462	- more mesh work.
8463	- error encode routine for ease.
8464
846522 June 2007: Wouter
8466	- removed unused _node iterator value from rbtree_t. Takes up space.
8467	- iterator can handle querytargets state without a delegation point
8468	  set, so that a priming(stub) subquery error can be handled.
8469	- iterator stores if it is priming or not.
8470	- log_query_info() neater logging.
8471	- changed iterator so that it does not alter module_qstate.qinfo
8472	  but keeps a chase query info. Also query_flags are not altered,
8473	  the iterator uses chase_flags.
8474	- fixup crash in case no ports for the family exist.
8475
847621 June 2007: Wouter
8477	- Fixup secondary buffer in case of error callback.
8478	- cleanup slumber list of runnable states.
8479	- module_subreq_depth fails to work in slumber list.
8480	- fixup query release for cached results to sub targets.
8481	- neater error for tcp connection failure, shows addr in verbose.
8482	- rbtree_init so that it can be used with preallocated memory.
8483
848420 June 2007: Wouter
8485	- new -C option to enable coredumps after forking away.
8486	- doc update.
8487	- fixup CNAME generation by scrubber, and memory allocation of it.
8488	- fixup deletion of serviced queries when all callbacks delete too.
8489	- set num target queries to 0 when you move them to slumber list.
8490	- typo in check caused subquery errors to be ignored, fixed.
8491	- make lint happy about rlim_t.
8492	- freeup of modules after freeup of module-states.
8493	- duplicate replies work, this uses secondary udp buffer in outnet.
8494
849519 June 2007: Wouter
8496	- nicer layout in stats.c, review 0.3 change.
8497	- spelling improvement, review 0.3 change.
8498	- uncapped timeout for server selection, so that very fast or slow
8499	  servers will stand out from the rest.
8500	- target-fetch-policy: "3 2 1 0 0" config setting.
8501	- fixup queries answered without RD bit (for root prime results).
8502	- refuse AXFR and IXFR requests.
8503	- fixup RD flag in error reply from iterator. fixup RA flag from
8504	  worker error reply.
8505	- fixup encoding of very short edns buffer sizes, now sets TC bit.
8506	- config options harden-short-bufsize and harden-large-queries.
8507
850818 June 2007: Wouter
8509	- same, move subqueries to slumber list when first has resolved.
8510	- fixup last fix for duplicate callbacks.
8511	- another offbyone in targetcounter. Also in Java prototype by the way.
8512
851315 June 2007: Wouter
8514	- if a query asks to be notified of the same serviced query result
8515	  multiple times, this will succeed. Only one callback will happen;
8516	  multiple outbound-list entries result (but the double cleanup of it
8517	  will not matter).
8518	- when iterator moves on due to CNAME or referral, it will remove
8519	  the subqueries (for other targets). These are put on the slumber
8520	  list.
8521	- state module wait subq is OK with no new subqs, an old one may have
8522	  stopped, with an error, and it is still waiting for other ones.
8523	- if a query loops, halt entire query (easy way to clean up properly).
8524
852514 June 2007: Wouter
8526	- num query targets was > 0 , not >= 0 compared, so that fetch
8527	  policy of 0 did nothing.
8528
852913 June 2007: Wouter
8530	- debug option: configure --enable-static-exe for compile where
8531	  ldns and libevent are linked statically. Default is off.
8532	- make install and make uninstall. Works with static-exe and without.
8533	  installation of unbound binary and manual pages.
8534	- alignment problem fix on solaris 64.
8535	- fixup address in case of TCP error.
8536
853712 June 2007: Wouter
8538	- num target queries was set to 0 at a bad time. Default it to 0 and
8539	  increase as target queries are done.
8540	- synthesize CNAME and DNAME responses from the cache.
8541	- Updated doxygen config for doxygen 1.5.
8542	- aclocal newer version.
8543	- doxygen 1.5 fixes for comments (for the strict check on docs).
8544
854511 June 2007: Wouter
8546	- replies on TCP queries have the address field set in replyinfo,
8547	  for serviced queries, because the initiator does not know that
8548	  a TCP fallback has occured.
8549	- omit DNSSEC types from nonDO replies, except if qtype is ANY or
8550	  if qtype directly queries for the type (and then only show that
8551	  'unknown type' in the answer section).
8552	- fixed message parsing where rrsigs on their own would be put
8553	  in the signature list over the rrsig type.
8554
85557 June 2007: Wouter
8556	- fixup error in double linked list insertion for subqueries and
8557	  for outbound list of serviced queries for iterator module.
8558	- nicer printout of outgoing port selection. 
8559	- fixup cname target readout.
8560	- nicer debug output.
8561	- fixup rrset counts when prepending CNAMEs to the answer.
8562	- fixup rrset TTL for prepended CNAMEs.
8563	- process better check for looping modules, and which submodule to
8564	  run next.
8565	- subreq insertion code fixup for slumber list.
8566	- VERB_DETAIL, verbosity: 2 level gives short but readable output.
8567	  VERB_ALGO, verbosity: 3 gives extensive output.
8568	- fixup RA bit in cached replies.
8569	- fixup CNAME responses from the cache no longer partial response.
8570	- error in network send handled without leakage.
8571	- enable ip6 from config, and try ip6 addresses if available,
8572	  if ip6 is not connected, skips to next server.
8573
85745 June 2007: Wouter
8575	- iterator state finished.
8576	- subrequests without parent store in cache and stop.
8577	- worker slumber list for ongoing promiscuous queries.
8578	- subrequest error handling.
8579	- priming failure returns SERVFAIL.
8580	- priming gives LAME result, returns SERVFAIL.
8581	- debug routine to print dns_msg as handled by iterator.
8582	- memleak in config file stubs fixup.
8583	- more small bugs, in scrubber, query compare no ID for lookup,
8584	  in dname validation for NS targets.
8585	- sets entry.key for new special allocs.
8586	- lognametypeclass can display unknown types and classes.
8587
85884 June 2007: Wouter
8589	- random selection of equally preferred nameserver targets.
8590	- reply info copy routine. Reuses existing code.
8591	- cache lameness in response handling.
8592	- do not touch qstate after worker_process_query because it may have
8593	  been deleted by that routine.
8594	- Prime response state.
8595	- Process target response state.
8596	- some memcmp changed to dname_compare for case preservation.
8597
85981 June 2007: Wouter
8599	- normalize incoming messages. Like unbound-java, with CNAME chain
8600	  checked, DNAME checked, CNAME's synthesized, glue checked.
8601	- sanitize incoming messages.
8602	- split msgreply encode functions into own file msgencode.c.
8603	- msg_parse to queryinfo/replyinfo conversion more versatile.
8604	- process_response, classify response, delegpt_from_message. 
8605
860631 May 2007: Wouter
8607	- querytargets state.
8608	- dname_subdomain_c() routine.
8609	- server selection, based on RTT. ip6 is filtered out if not available,
8610	  and lameness is checked too.
8611	- delegation point copy routine.
8612
861330 May 2007: Wouter
8614	- removed FLAG_CD from message and rrset caches. This was useful for
8615	  an agnostic forwarder, but not for a sophisticated (trust value per
8616	  rrset enabled) cache.
8617	- iterator response typing.
8618	- iterator cname handle.
8619	- iterator prime start.
8620	- subquery work.
8621	- processInitRequest and processInitRequest2.
8622	- cache synthesizes referral messages, with DS and NSEC.
8623	- processInitRequest3.
8624	- if a request creates multiple subrequests these are all activated.
8625
862629 May 2007: Wouter
8627	- routines to lock and unlock array of rrsets moved to cache/rrset.
8628	- lookup message from msg cache (and copy to region).
8629	- fixed cast error in dns msg lookup.
8630	- message with duplicate rrset does not increase its TTLs twice.
8631	- 'qnamesize' changed to 'qname_len' for similar naming scheme.
8632
863325 May 2007: Wouter
8634	- Acknowledge use of unbound-java code in iterator. Nicer readme.
8635	- services/cache/dns.c DNS Cache. Hybrid cache uses msgcache and
8636	  rrset cache from module environment.
8637	- packed rrset key has type and class as easily accessible struct
8638	  members. They are still kept in network format for fast msg encode.
8639	- dns cache find_delegation routine.
8640	- iterator main functions setup.
8641	- dns cache lookup setup.
8642
864324 May 2007: Wouter
8644	- small changes to prepare for subqueries.
8645	- iterator forwarder feature separated out.
8646	- iterator hints stub code, config file stub code, so that first
8647	  testing can proceed locally.
8648	- replay tests now have config option to enable forwarding mode.
8649
865023 May 2007: Wouter
8651	- outside network does precise timers for roundtrip estimates for rtt
8652	  and for setting timeout for UDP. Pending_udp takes milliseconds.
8653	- cleaner iterator sockaddr conversion of forwarder address.
8654	- iterator/iter_utils and iter_delegpt setup.
8655	- root hints.
8656
865722 May 2007: Wouter
8658	- outbound query list for modules and support to callback with the
8659	  outbound entry to the module.
8660	- testbound support for new serviced queries.
8661	- test for retry to TCP cannot use testbound any longer.
8662	- testns test for EDNS fallback, test for TCP fallback already exists.
8663	- fixes for no-locking compile.
8664	- mini_event timer precision and fix for change in timeouts during
8665	  timeout callback. Fix for fwd_three tests, performed nonexit query.
8666
866721 May 2007: Wouter
8668	- small comment on hash table locking.
8669	- outside network serviced queries, contain edns and tcp fallback,
8670	  and udp retries and rtt timing.
8671
867216 May 2007: Wouter
8673	- lruhash_touch() would cause locking order problems. Fixup in 
8674	  lock-verify in case locking cycle is found.
8675	- services/cache/rrset.c for rrset cache code.
8676	- special rrset_cache LRU updating function that uses the rrset id.
8677	- no dependencies calculation when make clean is called.
8678	- config settings for infra cache.
8679	- daemon code slightly cleaner, only creates caches once.
8680
868115 May 2007: Wouter
8682	- host cache code.
8683	- unit test for host cache.
8684
868514 May 2007: Wouter
8686	- Port to OS/X and Dec Alpha. Printf format and alignment fixes.
8687	- extensive lock debug report on join timeout.
8688	- proper RTT calculation, in utility code.
8689	- setup of services/cache/infra, host cache.
8690
869111 May 2007: Wouter
8692	- iterator/iterator.c module.
8693	- fixup to pass reply_info in testcode and in netevent.
8694
869510 May 2007: Wouter
8696	- created release-0.3 svn tag.
8697	- util/module.h
8698	- fixed compression - no longer compresses root name.
8699
87009 May 2007: Wouter
8701	- outside network cleans up waiting tcp queries on exit.
8702	- fallback to TCP.
8703	- testbound replay with retry in TCP mode.
8704	- tpkg test for retry in TCP mode, against ldns-testns server.
8705	- daemon checks max number of open files and complains if not enough.
8706	- test where data expires in the cache.
8707	- compiletests: fixed empty body ifstatements in alloc.c, in case
8708	  locks are disabled.
8709
87108 May 2007: Wouter
8711	- outgoing network keeps list of available tcp buffers for outgoing 
8712	  tcp queries.
8713	- outgoing-num-tcp config option.
8714	- outgoing network keeps waiting list of queries waiting for buffer.
8715	- netevent supports outgoing tcp commpoints, nonblocking connects.
8716
87177 May 2007: Wouter
8718	- EDNS read from query, used to make reply smaller.
8719	- advertised edns value constants.
8720	- EDNS BADVERS response, if asked for too high edns version.
8721	- EDNS extended error responses once the EDNS record from the query
8722	  has successfully been parsed.
8723
87244 May 2007: Wouter
8725	- msgreply sizefunc is more accurate.
8726	- config settings for rrset cache size and slabs.
8727	- hashtable insert takes argument so that a thread can use its own
8728	  alloc cache to store released keys.
8729	- alloc cache special_release() locks if necessary.
8730	- rrset trustworthiness type added.
8731	- thread keeps a scratchpad region for handling messages.
8732	- writev used in netevent to write tcp length and data after another.
8733	  This saves a roundtrip on tcp replies.
8734	- test for one rrset updated in the cache.
8735	- test for one rrset which is not updated, as it is not deemed
8736	  trustworthy enough.
8737	- test for TTL refreshed in rrset.
8738
87393 May 2007: Wouter
8740	- fill refs. Use new parse and encode to answer queries.
8741	- stores rrsets in cache.
8742	- uses new msgreply format in cache.
8743
87442 May 2007: Wouter
8745	- dname unit tests in own file and spread out neatly in functions.
8746	- more dname unit tests.
8747	- message encoding creates truncated TC flagged messages if they do 
8748	  not fit, and will leave out (whole)rrsets from additional if needed.
8749
87501 May 2007: Wouter
8751	- decompress query section, extremely lenient acceptance.
8752	  But only for answers from other servers, not for plain queries.
8753	- compression and decompression test cases.
8754	- some stats added.
8755	- example.conf interface: line is changed from 127.0.0.1 which leads
8756	  to problems if used (restricting communication to the localhost),
8757	  to a documentation and test address.
8758
875927 April 2007: Wouter
8760	- removed iov usage, it is not good for dns message encoding.
8761	- owner name compression more optimal.
8762	- rrsig owner name compression.
8763	- rdata domain name compression.
8764
876526 April 2007: Wouter
8766	- floating point exception fix in lock-verify.
8767	- lint uses make dependency
8768	- fixup lint in dname owner domain name compression code.
8769	- define for offset range that can be compressed to.
8770
877125 April 2007: Wouter
8772	- prettier code; parse_rrset->type kept in host byte order.
8773	- datatype used for hashvalue of converted rrsig structure.
8774	- unit test compares edns section data too.
8775
877624 April 2007: Wouter
8777	- ttl per RR, for RRSIG rrsets and others.
8778	- dname_print debug function.
8779	- if type is not known, size calc will skip DNAME decompression.
8780	- RRSIG parsing and storing and putting in messages.
8781	- dnssec enabled unit tests (from nlnetlabs.nl and se queries).
8782	- EDNS extraction routine.
8783
878420 April 2007: Wouter
8785	- code comes through all of the unit tests now.
8786	- disabled warning about spurious extra data.
8787	- documented the RRSIG parse plan in msgparse.h.
8788	- rrsig reading and outputting.
8789
879019 April 2007: Wouter
8791	- fix unit test to actually to tests.
8792	- fix write iov helper, and fakevent code.
8793	- extra builtin testcase (small packet).
8794	- ttl converted to network format in packets.
8795	- flags converted correctly
8796	- rdatalen off by 2 error fixup.
8797	- uses less iov space for header.
8798
879918 April 2007: Wouter
8800	- review of msgparse code.
8801	- smaller test cases.
8802
880317 April 2007: Wouter
8804	- copy and decompress dnames.
8805	- store calculated hash value too.
8806	- routine to create message out of stored information.
8807	- util/data/msgparse.c for message parsing code.
8808	- unit test, and first fixes because of test.
8809		* forgot rrset_count addition.
8810		* did & of ptr on stack for memory position calculation.
8811		* dname_pkt_copy forgot to read next label length.
8812	- test from file and fixes
8813		* double frees fixed in error conditions.
8814		* types with less than full rdata allowed by parser.
8815		  Some dynamic update packets seem to use it.
8816
881716 April 2007: Wouter
8818	- following a small change in LDNS, parsing code calculates the
8819	  memory size to allocate for rrs.
8820	- code to handle ID creation.
8821
882213 April 2007: Wouter
8823	- parse routines. Code that parses rrsets, rrs.
8824
882512 April 2007: Wouter
8826	- dname compare routine that preserves case, with unit tests.
8827	
882811 April 2007: Wouter
8829	- parse work - dname packet parse, msgparse, querysection parse,
8830	  start of sectionparse.
8831
883210 April 2007: Wouter
8833	- Improved alignment of reply_info packet, nice for 32 and 64 bit.
8834	- Put RRset counts in reply_info, because the number of RRs can change
8835	  due to RRset updates.
8836	- import of region-allocator code from nsd.
8837	- set alloc special type to ub_packed_rrset_key.
8838	  Uses lruhash entry overflow chain next pointer in alloc cache.
8839	- doxygen documentation for region-allocator.
8840	- setup for parse scratch data.
8841
88425 April 2007: Wouter
8843	- discussed packed rrset with Jelte.
8844
88454 April 2007: Wouter
8846	- moved to version 0.3.
8847	- added util/data/dname.c
8848	- layout of memory for rrsets.
8849
88503 April 2007: Wouter
8851	- detect sign of msghdr.msg_iovlen so that the cast to that type
8852	  in netevent (which is there to please lint) can be correct.
8853	  The type on several OSes ranges from int, int32, uint32, size_t.
8854	  Detects unsigned or signed using math trick.
8855	- constants for DNS flags. 
8856	- compilation without locks fixup.
8857	- removed include of unportable header from lookup3.c.
8858	- more portable use of struct msghdr.
8859	- casts for printf warning portability.
8860	- tweaks to tests to port them to the testbed.
8861	- 0.2 tag created.
8862
88632 April 2007: Wouter
8864	- check sizes of udp received messages, not too short.
8865	- review changes. Some memmoves can be memcpys: 4byte aligned.
8866	  set id correctly on cached answers. 
8867	- review changes msgreply.c, memleak on error condition. AA flag
8868	  clear on cached reply. Lowercase queries on hashing.
8869	  unit test on lowercasing. Test AA bit not set on cached reply.
8870	  Note that no TTLs are managed.
8871
887229 March 2007: Wouter
8873	- writev or sendmsg used when answering from cache.
8874	  This avoids a copy of the data.
8875	- do not do useless byteswap on query id. Store reply flags in uint16
8876	  for easier access (and no repeated byteswapping).
8877	- reviewed code.
8878	- configure detects and config.h includes sys/uio.h for writev decl.
8879
888028 March 2007: Wouter
8881	- new config option: num-queries-per-thread.
8882	- added tpkg test for answering three queries at the same time
8883	  using one thread (from the query service list).
8884
888527 March 2007: Wouter
8886	- added test for cache and not cached answers, in testbound replays.
8887	- testbound can give config file and commandline options from the
8888	  replay file to unbound.
8889	- created test that checks if items drop out of the cache.
8890	- added word 'partitioned hash table' to documentation on slab hash.
8891	  A slab hash is a partitioned hash table.
8892	- worker can handle multiple queries at a time.
8893
889426 March 2007: Wouter
8895	- config settings for slab hash message cache.
8896	- test for cached answer.
8897	- Fixup deleting fake answer from testbound list.
8898
889923 March 2007: Wouter
8900	- review of yesterday's commits.
8901	- covered up memory leak of the entry locks.
8902	- answers from the cache correctly. Copies flags correctly.
8903	- sanity check for incoming query replies.
8904	- slabbed hash table. Much nicer contention, need dual cpu to see.
8905
890622 March 2007: Wouter
8907	- AIX configure check.
8908	- lock-verify can handle references to locks that are created
8909	  in files it has not yet read in.
8910	- threaded hash table test. 
8911	- unit test runs lock-verify afterwards and checks result.
8912	- need writelock to update data on hash_insert.
8913	- message cache code, msgreply code.
8914
891521 March 2007: Wouter
8916	- unit test of hash table, fixup locking problem in table_grow().
8917	- fixup accounting of sizes for removing items from hashtable.
8918	- unit test for hash table, single threaded test of integrity.
8919	- lock-verify reports errors nicely. More quiet in operation.
8920
892116 March 2007: Wouter
8922	- lock-verifier, checks consistent order of locking.
8923
892414 March 2007: Wouter
8925	- hash table insert (and subroutines) and lookup implemented.
8926	- hash table remove.
8927	- unit tests for hash internal bin, lru functions.
8928
892913 March 2007: Wouter
8930	- lock_unprotect in checklocks.
8931	- util/storage/lruhash.h for LRU hash table structure.
8932
893312 March 2007: Wouter
8934	- configure.ac moved to 0.2.
8935	- query_info and replymsg util/data structure.
8936
89379 March 2007: Wouter
8938	- added rwlock writelock checking.
8939	  So it will keep track of the writelock, and readlocks are enforced
8940	  to not change protected memory areas.
8941	- log_hex function to dump hex strings to the logfile.
8942	- checklocks zeroes its destroyed lock after checking memory areas.
8943	- unit test for alloc.
8944	- identifier for union in checklocks to please older compilers.
8945	- created 0.1 tag.
8946
89478 March 2007: Wouter
8948	- Reviewed checklock code.
8949
89507 March 2007: Wouter
8951	- created a wrapper around thread calls that performs some basic
8952	  checking for data race and deadlock, and basic performance 
8953	  contention measurement.
8954
89556 March 2007: Wouter
8956	- Testbed works with threading (different machines, different options).
8957	- alloc work, does the special type.
8958
89592 March 2007: Wouter
8960	- do not compile fork funcs unless needed. Otherwise will give
8961	  type errors as their typedefs have not been enabled.
8962	- log shows thread numbers much more nicely (and portably).
8963	- even on systems with nonthreadsafe libevent signal handling,
8964	  unbound will exit if given a signal.
8965	  Reloads will not work, and exit is not graceful.
8966	- start of alloc framework layout.
8967
89681 March 2007: Wouter
8969	- Signals, libevent and threads work well, with libevent patch and
8970	  changes to code (close after event_del).
8971	- set ipc pipes nonblocking.
8972
897327 February 2007: Wouter
8974	- ub_thread_join portable definition.
8975	- forking is used if no threading is available.
8976	  Tested, it works, since pipes work across processes as well.
8977	  Thread_join is replaced with waitpid. 
8978	- During reloads the daemon will temporarily handle signals,
8979	  so that they do not result in problems.
8980	- Also randomize the outgoing port range for tests.
8981	- If query list is full, will stop selecting listening ports for read.
8982	  This makes all threads service incoming requests, instead of one.
8983	  No memory is leaking during reloads, service of queries, etc.
8984	- test that uses ldns-testns -f to test threading. Have to answer
8985	  three queries at the same time.
8986	- with verbose=0 operates quietly.
8987
898826 February 2007: Wouter
8989	- ub_random code used to select ID and port.
8990	- log code prints thread id.
8991	- unbound can thread itself, with reload(HUP) and quit working
8992	  correctly.
8993	- don't open pipes for #0, doesn't need it.
8994	- listens to SIGTERM, SIGQUIT, SIGINT (all quit) and SIGHUP (reload).
8995
899623 February 2007: Wouter
8997	- Can do reloads on sigHUP. Everything is stopped, and freed,
8998	  except the listening ports. Then the config file is reread.
8999	  And everything is started again (and listening ports if needed).
9000	- Ports for queries are shared.
9001	- config file added interface:, chroot: and username:.
9002	- config file: directory, logfile, pidfile. And they work too.
9003	- will daemonize by default now. Use -d to stay in the foreground.
9004	- got BSD random[256 state] code, made it threadsafe. util/random.
9005
900622 February 2007: Wouter
9007	- Have a config file. Removed commandline options, moved to config.
9008	- tests use config file.
9009
901021 February 2007: Wouter
9011	- put -c option in man page.
9012	- minievent fd array capped by FD_SETSIZE.
9013
901420 February 2007: Wouter
9015	- Added locks code and pthread spinlock detection.
9016	- can use no locks, or solaris native thread library.
9017	- added yacc and lex configure, and config file parsing code.
9018	  also makedist.sh, and manpage.
9019	- put include errno.h in config.h
9020
902119 February 2007: Wouter
9022	- Created 0.0 svn tag.
9023	- added acx_pthread.m4 autoconf check for pthreads from 
9024	  the autoconf archive. It is GPL-with-autoconf-exception Licensed.
9025	  You can specify --with-pthreads, or --without-pthreads to configure.
9026
902716 February 2007: Wouter
9028	- Updated testbed script, works better by using make on remote end.
9029	- removed check decls, we can compile without them.
9030	- makefile supports LIBOBJ replacements.
9031	- docs checks ignore compat code.
9032	- added util/mini-event.c and .h, a select based alternative used with
9033	  ./configure --with-libevent=no
9034	  It is limited to 1024 file descriptors, and has less features.
9035	- will not create ip6 sockets if ip6 not on the machine.
9036
903715 February 2007: Wouter
9038	- port to FreeBSD 4.11 Dec Alpha. Also works on Solaris 10 sparc64,
9039	  Solaris 9, FreeBSD 6, Linux i386 and OSX powerpc.
9040	- malloc rndstate, so that it is aligned for access.
9041	- fixed rbtree cleanup with postorder traverse.
9042	- fixed pending messages are deleted when handled.
9043	- You can control verbosity; default is not verbose, every -v
9044	  adds more verbosity.
9045
904614 February 2007: Wouter
9047	- Included configure.ac changes from ldns.
9048	- detect (some) headers before the standards check.
9049	- do not use isblank to test c99, since its not available on solaris9.
9050	- review of testcode.
9051		* entries in a RANGE are no longer reversed.
9052		* print name of file with replay entry parse errors.
9053	- port to OSX: cast to int for some prints of sizet.
9054	- Makefile copies ldnstestpkts.c before doing dependencies on it.
9055
905613 February 2007: Wouter
9057	- work on fake events, first fwd replay works.
9058	- events can do timeouts and errors on queries to servers.
9059	- test package that runs replay scenarios.
9060
906112 February 2007: Wouter
9062	- work on fake events.
9063
90649 February 2007: Wouter
9065	- replay file reading.
9066	- fake event setup, it creates fake structures, and teardowns,
9067	  added signal callbacks to reply to be able to fake those,
9068	  and main structure of event replay routines.
9069
90708 February 2007: Wouter
9071	- added tcp test.
9072	- replay storage.
9073	- testcode/fake_event work.
9074
90757 February 2007: Wouter
9076	- return answer with the same ID as query was sent with.
9077	- created udp forwarder test. I've done some effort to make it perform
9078	  quickly. After servers are created, no big sleep statements but
9079	  it checks the logfiles to see if servers have come up. Takes 0.14s.
9080	- set addrlen value when calling recvfrom.
9081	- comparison of addrs more portable.
9082	- LIBEVENT option for testbed to set libevent directory.
9083	- work on tcp input.
9084
90856 February 2007: Wouter
9086	- reviewed code and improved in places.
9087
90885 February 2007: Wouter
9089	- Picked up stdc99 and other define tests from ldns. Improved
9090	  POSIX define test to include getaddrinfo.
9091	- defined constants for netevent callback error code.
9092	- unit test for strisip6.
9093
90942 February 2007: Wouter
9095	- Created udp4 and udp6 port arrays to provide service for both
9096	  address families.
9097	- uses IPV6_USE_MIN_MTU for udp6 ,IPV6_V6ONLY to make ip6 sockets.
9098	- listens on both ip4 and ip6 ports to provide correct return address.
9099	- worker fwder address filled correctly.
9100	- fixup timer code.
9101	- forwards udp queries and sends answer.
9102
91031 February 2007: Wouter
9104	- outside network more UDP work.
9105	- moved * closer to type.
9106	- comm_timer object and events.
9107
910831 January 2007: Wouter
9109	- Added makedist.sh script to make release tarball.
9110	- Removed listen callback layer, did not add anything.
9111	- Added UDP recv to netevent, worker callback for udp.
9112	- netevent communication reply storage structure.
9113	- minimal query header sanity checking for worker.
9114	- copied over rbtree implementation from NSD (BSD licensed too).
9115	- outgoing network query service work.
9116
911730 January 2007: Wouter
9118	- links in example/ldns-testpkts.c and .h for premade packet support.
9119	- added callback argument to listen_dnsport and daemon/worker.
9120
912129 January 2007: Wouter
9122	- unbound.8 a short manpage.
9123
912426 January 2007: Wouter
9125	- fixed memleak.
9126	- make lint works on BSD and Linux (openssl defines).
9127	- make tags works.
9128	- testbound program start.
9129
913025 January 2007: Wouter
9131	- fixed lint so it may work on BSD.
9132	- put license into header of every file.
9133	- created verbosity flag.
9134	- fixed libevent configure flag.
9135	- detects event_base_free() in new libevent 1.2 version.
9136	- getopt in daemon. fatal_exit() and verbose() logging funcs.
9137	- created log_assert, that throws assertions to the logfile.
9138	- listen_dnsport service. Binds ports.
9139
914024  January 2007: Wouter
9141	- cleaned up configure.ac.
9142
914323  January 2007: Wouter
9144	- added libevent to configure to link with.
9145	- util/netevent setup work.
9146	- configure searches for libevent.
9147	- search for libs at end of configure (when other headers and types
9148	  have been found).
9149	- doxygen works with ATTR_UNUSED().
9150	- util/netevent implementation.
9151
915222  January 2007: Wouter
9153	- Designed header file for network communication.
9154
915516  January 2007: Wouter
9156	- added readme.svn and readme.tests.
9157
91584 January 2007: Wouter
9159	- Testbed script (run on multiple platforms the test set).
9160	  Works on Sunos9, Sunos10, FreeBSD 6.1, Fedora core 5.
9161	- added unit test tpkg.
9162
91633 January 2007: Wouter
9164	- committed first set of files into subversion repository.
9165	  svn co svn+ssh://unbound.net/svn/unbound
9166	  You need a ssh login.  There is no https access yet.
9167	- Added LICENSE, the BSD license.
9168	- Added doc/README with compile help.
9169	- main program stub and quiet makefile.
9170	- minimal logging service (to stderr).
9171	- added postcommit hook that serves emails.
9172	- added first test 00-lint. postcommit also checks if build succeeds.
9173	- 01-doc: doxygen doc target added for html docs. And stringent test
9174	  on documented files, functions and parameters.
9175
917615 December 2006: Wouter
9177	- Created Makefile.in and configure.ac.
9178