xref: /freebsd/contrib/unbound/doc/Changelog (revision 790c6b24)
11 August 2022: Wouter
2	- Fix the novel ghost domain issues CVE-2022-30698 and CVE-2022-30699.
3	- Tests for ghost domain fixes.
4
519 July 2022: George
6	- Update documentation for 'outbound-msg-retry:'.
7
819 July 2022: Wouter
9	- Merge #718: Introduce infra-cache-max-rtt option to config max
10	  retransmit timeout.
11
1215 July 2022: Wouter
13	- Merge PR 714: Avoid treat normal hosts as unresponsive servers.
14	  And fixup the lock code.
15	- iana portlist update.
16
1712 July 2022: George
18	- For windows crosscompile, fix setting the IPV6_MTU socket option
19	  equivalent (IPV6_USER_MTU); allows cross compiling with latest
20	  cross-compiler versions.
21
2212 July 2022: Wouter
23	- Fix dname count in sldns parse type descriptor for SVCB and HTTPS.
24
2511 July 2022: Wouter
26	- Fix verbose EDE error printout.
27
284 July 2022: George
29	- Fix bug introduced in 'improve val_sigcrypt.c::algo_needs_missing for
30	  one loop pass'.
31	- Merge PR #668 from Cristian Rodríguez: Set IP_BIND_ADDRESS_NO_PORT on
32	  outbound tcp sockets.
33
344 July 2022: Wouter
35	- Tag for 1.16.1rc1 release. This became 1.16.1 on 11 July 2022.
36	  The code repo continues with version 1.16.2 under development.
37
383 July 2022: George
39	- Merge PR #671 from Petr Menšík: Disable ED25519 and ED448 in FIPS
40	  mode on openssl3.
41	- Merge PR #660 from Petr Menšík: Sha1 runtime insecure.
42	- For #660: formatting, less verbose logging, add EDE information.
43	- Fix for correct openssl error when adding windows CA certificates to
44	  the openssl trust store.
45	- Improve val_sigcrypt.c::algo_needs_missing for one loop pass.
46	- Reintroduce documentation and more EDE support for
47	  val_sigcrypt.c::dnskeyset_verify_rrset_sig.
48
491 July 2022: George
50	- Merge PR #706: NXNS fallback.
51	- From #706: Cached NXDOMAIN does not increase the target nx
52	  responses.
53	- From #706: Don't generate parent side queries if we already
54	  have the lame records in cache.
55	- From #706: When a lame address is the best choice, don't try to
56	  generate target queries when the missing targets are all lame.
57
5829 June 2022: Wouter
59	- iana portlist update.
60	- Fix detection of libz on windows compile with static option.
61	- Fix compile warning for windows compile.
62
6329 June 2022: George
64	- Add debug option to the mini_tdir.sh test code.
65	- Fix #704: [FR] Statistics counter for number of outgoing UDP queries
66	  sent; introduces 'num.query.udpout' to the 'unbound-control stats'
67	  command.
68	- Fix to not count cached NXDOMAIN for MAX_TARGET_NX.
69	- Allow fallback to the parent side when MAX_TARGET_NX is reached.
70	  This will also allow MAX_TARGET_NX more NXDOMAINs.
71
7228 June 2022: George
73	- Show the output of the exact .rpl run that failed with 'make test'.
74	- Fix for cached 0 TTL records to not trigger prefetching when
75	  serve-expired-client-timeout is set.
76
7728 June 2022: Wouter
78	- Fix test program dohclient close to use portability routine.
79
8023 June 2022: Tom
81	- Clarify -v flag manpage entry (#705)
82
8322 June 2022: Philip
84	- Fix #663: use after free issue with edns options.
85
8621 June 2022: Philip
87	- Fix for loading locally stored zones that have lines with blanks or
88	  blanks and comments.
89
9020 June 2022: George
91	- Remove unused LDNS function check for GOST Engine unloading.
92
9314 June 2022: George
94	- Merge PR #688: Rpz url notify issue.
95	- Note in the unbound.conf text that NOTIFY is allowed from the url:
96	  addresses for auth and rpz zones.
97
983 June 2022: George
99	- Fix for edns client subnet to respect not looking in its cache when
100	  instructed to do so (e.g., prefetch).
101
1023 June 2022: Wouter
103	- makedist.sh picks up 32bit libssp-0.dll when 32bit compile.
104
10527 May 2022: Wouter
106	- Fix #684: [FTBS] configure script error with libmnl on openSUSE 15.3 (and possibly other distributions)
107	- Version is set to 1.16.0 for release. Release tag 1.16.0rc1. This
108	  became release 1.16.0 on 2 June 2022. The source code branch
109	  continues with version 1.16.1 under development.
110
11120 May 2022: Wouter
112	- Fix to silence test for ede error output to the console from the
113	  test setup script.
114	- Fix ede test to not use default pidfile, and use local interface.
115	- Fix some lint type warnings.
116
11718 May 2022: George
118	- Fix typos in config_set_option for the 'num-threads' and
119	  'ede-serve-expired' options.
120
12115 May 2022: George
122	- Fix #678: [FR] modify behaviour of unbound-control rpz_enable zone,
123	  by updating unbound-control's documentation.
124
12512 May 2022: George
126	- Fix #417: prefetch and ECS causing cache corruption when used
127	  together.
128
12912 May 2022: Wouter
130	- Merge #677: Allow using system certificates not only on Windows,
131	  from pemensik.
132	- For #677: Added tls-system-cert to config parser and documentation.
133
13411 May 2022: Wouter
135	- Fix #673: DNS over TLS: error: SSL_handshake syscall: No route to
136	  host.
137
13810 May 2022: George
139	- Fix Python build in non-source directory; based on patch by
140	  Michael Tokarev.
141
1426 May 2022: Tom
143	- Merge PR #604: Add basic support for EDE (RFC8914).
144
14528 April 2022: Wouter
146	- Fix #670: SERVFAIL problems with unbound 1.15.0 running on
147	  OpenBSD 7.1.
148
1498 April 2022: Wouter
150	- Fix zonemd check to allow unsupported algorithms to load.
151	  If there are only unsupported algorithms, or unsupported schemes,
152	  and no failed or successful other ZONEMD records, or malformed
153	  or bad ZONEMD records, the unsupported records allow the zone load.
154	- Fix zonemd unsupported algo check.
155	- Fix zonemd unsupported algo check reason to not copy to next record,
156	  and check for success for debug printout.
157	- Fix zonemd unsupported algo check to print unsupported reason before
158	  zeroing it.
159	- Fix zonemd unsupported algo check to set reason to NULL before the
160	  check routine, but after malformed checks, to get the correct NULL
161	  output when the digest matches.
162
16325 March 2022: Wouter
164	- Fix spelling error in comment in sldns_str2wire_svcparam_key_lookup.
165
16623 March 2022: Wouter
167	- Fix #651: [FR] Better logging for refused queries.
168
16918 March 2022: George
170	- Merge PR #648 from eaglegai: fix -q doesn't work when use with
171	  'unbound-control stats_shm'.
172
17317 March 2022: Wouter
174	- Fix to describe auth-zone and other configuration at the local-zone
175	  configuration option, to allow for more broadly view of the options.
176
17716 March 2022: Wouter
178	- Fix to ensure uniform handling of spaces and tabs when parsing RRs.
179
1809 March 2022: Wouter
181	- Merge #644: Make `install-lib` make target install the pkg-config
182	  file.
183
1847 March 2022: Wouter
185	- Fix configure for python to use sysutils, because distutils is
186	  deprecated. It uses sysutils when available, distutils otherwise.
187
1883 March 2022: Wouter
189	- Fix #637: Integer Overflow in sldns_str2period function.
190	- Fix for #637: fix integer overflow checks in sldns_str2period.
191
1922 March 2022: George
193	- Merge PR #632 from scottrw93: Match cnames in ipset.
194	- Various fixes for #632: variable initialisation, convert the qinfo
195	  to str once, accept trailing dot in the local-zone ipset option.
196
1972 March 2022: Wouter
198	- Fix compile warnings for printf ll format on mingw compile.
199
2001 March 2022: Wouter
201	- Fix pythonmod for change in iter_dp_is_useless function prototype.
202
20328 February 2022: George
204	- Fix #630: Unify the RPZ log messages.
205	- Merge #623 from rex4539: Fix typos.
206
20728 February 2022: Wouter
208	- Fix #633: Document unix domain socket support for unbound-control.
209	- Fix for #633: updated fix with new text.
210	- Fix edns client subnet to add the option based on the option list,
211	  so that it is not state dependent, after the state fix of #605 for
212	  double EDNS options.
213	- Fix for edns client subnet option add fix in removal code, from review.
214
21525 February 2022: Wouter
216	- Fix to detect that no IPv6 support means that IPv6 addresses are
217	  useless for delegation point lookups.
218	- update Makefile dependencies.
219	- Fix check interface existence for support detection in remote lookup.
220
22118 February 2022: Wouter
222	- Fix that address not available is squelched from the logs for
223	  udp connect failures. It is visible on verbosity 4 and more.
224	- Merge #631 from mollyim: Replace OpenSSL's ERR_PACK with
225	  ERR_GET_REASON.
226
22716 February 2022: Wouter
228	- Fix for #628: fix rpz-passthru for qname trigger by localzone type.
229
23015 February 2022: Wouter
231	- Fix #628: A rpz-passthru action is not ending RPZ zone processing.
232
23311 February 2022: Wouter
234	- Fix #624: Unable to stop Unbound in Windows console (does not
235	  respond to CTRL+C command).
236	- Fix #618: enabling interface-automatic disables DNS-over-TLS.
237	  Adds the option to list interface-automatic-ports.
238	- Remove debug info from #618 fix.
239
2407 February 2022: Wouter
241	- Fix that TCP interface does not use TLS when TLS is also configured.
242
2434 February 2022: Wouter
244	- Fix #412: cache invalidation issue with CNAME+A.
245
2463 February 2022: Wouter
247	- Fix for #611: Integer overflow in sldns_wire2str_pkt_scan.
248	- Tag for 1.15.0rc1 created. That became 1.15.0 on 10 feb 2022.
249	  The repository continues with version 1.15.1.
250
2512 February 2022: George
252	- Merge PR #532 from Shchelk: Fix: buffer overflow bug.
253	- Merge PR #616: Update ratelimit logic. It also introduces
254	  ratelimit-backoff and ip-ratelimit-backoff configuration options.
255	- Change aggressive-nsec default to yes.
256	- Merge PR #617: Update stub/forward-host notation to accept port and
257	  tls-auth-name.
258	- Update stream_ssl.tdir test to also use the new forward-host
259	  notation.
260
2612 February 2022: Wouter
262	- Update version number in repo to 1.15.0 for upcoming release,
263	  since it changes the aggressive-nsec default and the ratelimit change.
264	- Fix header comment for doxygen for authextstrtoaddr.
265	- please clang analyzer for loop in test code.
266	- Fix docker splint test to use more portable uname.
267	- Update contrib/aaaa-filter-iterator.patch with diff for current
268	  software version.
269
2701 February 2022: George
271	- Merge PR #603 from fobser: Use OpenSSL 1.1 API to access DSA and RSA
272	  internals.
273
27431 January 2022: George
275	- Fix review comment for use-after-free when failing to send UDP out.
276
27731 January 2022: Wouter
278	- iana portlist update.
279
28029 January 2022: George
281	- Fix tls-* and ssl-* documented alternate syntax to also be available
282	  through remote-control and unbound-checkconf.
283	- Better cleanup on failed DoT/DoH listening socket creation.
284
28526 January 2022: George
286	- Fix #599: [FR] RFC 9156 (obsoletes RFC 7816), by noting the new RFC
287	  document.
288
28926 January 2022: Wouter
290	- Test for NSID in SERVFAIL response due to DNSSEC bogus.
291
29225 January 2022: George
293	- Fix #588: Unbound 1.13.2 crashes due to p->pc is NULL in
294	  serviced_udp_callback.
295	- Merge PR #612: TCP race condition.
296
29725 January 2022: Wouter
298	- Fix #610: Undefine-shift in sldns_str2wire_hip_buf.
299
30019 January 2022: George
301	- For dnstap, do not wakeupnow right there. Instead zero the timer to
302	  force the wakeup callback asap.
303
30414 January 2022: George
305	- Merge PR #605:
306	  - Fix EDNS to upstream where the same option could be attached
307	     more than once.
308	  - Add a region to serviced_query for allocations.
309
31014 January 2022: Wouter
311	- Add rpz: for-downstream: yesno option, where the RPZ zone is
312	  authoritatively answered for, so the RPZ zone contents can be
313	  checked with DNS queries directed at the RPZ zone.
314	- For #602: Allow the module-config "subnetcache validator cachedb
315	  iterator".
316
31711 January 2022: George
318	- Fix prematurely terminated TCP queries when a reply has the same ID.
319
3207 January 2022: Wouter
321	- Merge #600 from pemensik: Change file mode before changing file
322	  owner.
323
3245 January 2022: Wouter
325	- Fix for #596: fix that rpz return message is returned and not just
326	  the rcode from the iterator return path. This fixes signal unset RA
327	  after a CNAME.
328	- Fix unit tests for rpz now that the AA flag returns successfully from
329	  the iterator loop.
330	- Fix for #596: add unit test for nsdname trigger and signal unset RA.
331	- Fix for #596: add unit test for nsip trigger and signal unset RA.
332	- Fix #598: Fix unbound-checkconf fatal error: module conf
333	  'respip dns64 validator iterator' is not known to work.
334	- Fix for #596: Fix rpz-signal-nxdomain-ra to work for clientip
335	  triggered operation.
336
3374 January 2022: Wouter
338	- Fix #596: unset the RA bit when a query is blocked by an unbound
339	  RPZ nxdomain reply. The option rpz-signal-nxdomain-ra allows to
340	  signal that a domain is externally blocked to clients when it
341	  is blocked with NXDOMAIN by unsetting RA.
342	- Fix to add test for rpz-signal-nxdomain-ra.
343	- Fix #596: only unset RA when NXDOMAIN is signalled.
344	- Fix that RPZ does not set RD flag on replies, it should be copied
345	  from the query.
346
34722 December 2021: George
348	- contrib/aaaa-filter-iterator.patch file renewed diff content to
349	  apply cleanly to the current coderepo for the current code version.
350
35120 December 2021: George
352	- Fix #591: Unbound-anchor manpage links to non-existent license file.
353
35413 December 2021: George
355	- Add missing configure flags for optional features in the
356	  documentation.
357	- Fix Unbound capitalization in the documentation.
358
35913 December 2021: Wouter
360	- Fix to pick up other class local zone information before unlock.
361
36210 December 2021: George
363	- Allow local-data for classes other than IN to inherit a configured
364	  local-zone's type if possible, instead of defaulting to type
365	  transparent as per the implicit rule.
366
36710 December 2021: Wouter
368	- Add code similar to fix for ldns for tab between strings, for
369	  consistency, the test case was not broken.
370
3716 December 2021: Wouter
372	- Merge PR #581 from fobser: Fix -Wmissing-prototypes and -Wshadow
373	  warnings in rpz.
374	- Fix validator debug output about DS support, print correct algorithm.
375
3763 December 2021: Wouter
377	- Fix compile warning for if_nametoindex on windows 64bit.
378
3791 December 2021: Wouter
380	- configure is set to 1.14.0, and release branch.
381	  This was released as version 1.14.0 on 9 Dec 2021, with the doxygen
382	  fix below included. The main branch continues as 1.14.1.
383	- Fix doc/unbound.doxygen to remove obsolete tag warning.
384
3851 December 2021: George
386	- Merge PR #511 from yan12125: Reduce unnecessary linking.
387	- Merge PR #493 from Jaap: Fix generation of libunbound.pc.
388	- Merge PR #555 from fobser: Allow interface names as scope-id in IPv6
389	  link-local addresses.
390	- Merge PR #562 from Willem: Reset keepalive per new tcp session.
391	- Merge PR #522 from sibeream: memory management violations fixed.
392	- Merge PR #530 from Shchelk: Fix: dereferencing a null pointer.
393	- Fix #454: listen_dnsport.c:825: error: ‘IPV6_TCLASS’ undeclared.
394	- Fix #574: Review fixes for size allocation.
395
39630 November 2021: Wouter
397	- Fix to remove git tracking and ci information from release tarballs.
398	- iana portlist update.
399
40029 November 2021: Wouter
401	- Merge PR #570 from rex4539: Fix typos.
402	- Fix for #570: regen aclocal.m4, fix configure.ac for spelling.
403	- Fix to make python module opt_list use opt_list_in.
404	- Fix #574: unbound-checkconf reports fatal error if interface names
405	  are used as value for interfaces:
406	- Fix #574: Review fixes for it.
407	- Fix #576: [FR] UB_* error codes in unbound.h
408	- Fix #574: Review fix for spelling.
409
41015 November 2021: Tom
411	- Improve EDNS option handling, now also works for synthesised
412	  responses such as local-data and server.id CH TXT responses.
413
4145 November 2021: George
415	- Fix for #558: fix loop in comm_point->tcp_free when a comm_point is
416	  reclaimed more than once during callbacks.
417	- Fix for #558: clear the UB_EV_TIMEOUT bit before adding an event.
418
4195 November 2021: Wouter
420	- Fix that forward-zone name is documented as the full name of the
421	  zone. It is not relative but a fully qualified domain name.
422	- Fix analyzer review failure in rpz action override code to not
423	  crash on unlocking the local zone lock.
424	- Fix to remove unused code from rpz resolve client and action
425	  function.
426	- Merge #565: unbound.service.in: Disable ProtectKernelTunables again.
427
4282 November 2021: Wouter
429	- Fix #552: Unbound assumes index.html exists on RPZ host.
430
43111 October 2021: Wouter
432	- Fix chaos replies to have truncation for short message lengths,
433	  or long reply strings.
434	- Fix to protect custom regional create against small values.
435
4364 October 2021: Wouter
437	- Fix to add example.conf note for outbound-msg-retry.
438
43927 September 2021: Wouter
440	- Implement RFC8375: Special-Use Domain 'home.arpa.'.
441
44221 September 2021: Wouter
443	- For crosscompile on windows, detect 64bit stackprotector library.
444	- Fix crosscompile shell syntax.
445	- Fix crosscompile windows to use libssp when it exists.
446	- For the windows compile script disable gost.
447	- Fix that on windows, use BIO_set_callback_ex instead of deprecated
448	  BIO_set_callback.
449	- Fix crosscompile script for the shared build flags.
450
45120 September 2021: Wouter
452	- Fix crosscompile on windows to work with openssl 3.0.0 the
453	  link with ws2_32 needs -l:libssp.a for __strcpy_chk.
454	  Also copy results from lib64 directory if needed.
455
45610 September 2021: Wouter
457	- Fix initialisation errors reported by gcc sanitizer.
458	- Fix lock debug code for gcc sanitizer reports.
459	- Fix more initialisation errors reported by gcc sanitizer.
460
4618 September 2021: Wouter
462	- Merged #41 from Moritz Schneider: made outbound-msg-retry
463	  configurable.
464	- Small fixes for #41: changelog, conflicts resolved,
465	  processQueryResponse takes an iterator env argument like other
466	  functions in the iterator, no colon in string for set_option,
467	  and some whitespace style, to make it similar to the rest.
468	- Fix for #41: change outbound retry to int to fix signed comparison
469	  warnings.
470	- Fix root_anchor test to check with new icannbundle date.
471
4723 September 2021: Wouter
473	- Fix #538: Fix subnetcache statistics.
474
4751 September 2021: Wouter
476	- Fix tcp fastopen failure when disabled, try normal connect instead.
477
47827 August 2021: Wouter
479	- Fix #533: Negative responses get cached even when setting
480	  cache-max-negative-ttl: 1
481
48225 August 2021: Wouter
483	- Merge #401: RPZ triggers. This add additional RPZ triggers,
484	  unbound supports a full set of rpz triggers, and this now
485	  includes nsdname, nsip and clientip triggers. Also actions
486	  are fully supported, and this now includes the tcp-only action.
487	- Fix #536: error: RPZ: name of record (drop.spamhaus.org.rpz.local.)
488	  to insert into RPZ.
489	- Fix the stream wait stream_wait_count_lock and http2 buffer locks
490	  setup and desetup from race condition.
491	- Fix RPZ locks. Do not unlock zones lock if requested and rpz find
492	  zone does not find the zone. Readlock the clientip that is found
493	  for ipbased triggers. Unlock the nsdname zone lock when done.
494	  Unlock zone and ip in rpz nsip and nsdname callback. Unlock
495	  authzone and localzone if clientip found in rpz worker call.
496	- Fix compile warning in libunbound for listen desetup routine.
497	- Fix asynclook unit test for setup of lockchecks before log.
498
49920 August 2021: Wouter
500	- Fix #529: Fix: log_assert does nothing if UNBOUND_DEBUG is
501	  undefined.
502	- Fix #531: Fix: passed to proc after free.
503
50417 August 2021: Wouter
505	- Fix that --with-ssl can use "/usr/include/openssl11" to pass the
506	  location of a different openssl version.
507	- Fix #527: not sending quad9 cert to syslog (and may be more).
508	- Fix sed script in ssldir split handling.
509
51016 August 2021: George
511	- Merge PR #528 from fobser: Make sldns_str2wire_svcparam_buf()
512	  static.
513
51416 August 2021: Wouter
515	- Fix to support harden-algo-downgrade for ZONEMD dnssec checks.
516
51713 August 2021: Wouter
518	- Support using system-wide crypto policies.
519	- Fix for #431: Squelch permission denied errors for udp connect,
520	  and udp send, they are visible at higher verbosity settings.
521	- Fix zonemd verification of key that is not in DNS but in the zone
522	  and needs a chain of trust.
523	- zonemd, fix order of bogus printout string manipulation.
524
52512 August 2021: George
526	- Merge PR #514, from ziollek: Docker environment for run tests.
527	- For #514: generate configure.
528
52912 August 2021: Wouter
530	- And 1.13.2rc1 became the 1.13.2 with the fix for the python module
531	  build. The current code repository continues with version 1.13.3.
532	- Add test tool readzone to .gitignore.
533	- Merge #521: Update mini_event.c.
534	- Merge #523: fix: free() call more than once with the same pointer.
535	- Merge #519: Support for selective enabling tcp-upstream for
536	  stub/forward zones.
537	- For #519: note stub-tcp-upstream and forward-tcp-upstream in
538	  the example configuration file.
539	- For #519: yacc and lex. And fix python bindings, and test program
540	  unbound-dnstap-socket.
541	- For #519: fix comments for doxygen.
542	- Fix to print error from unbound-anchor for writing to the key
543	  file, also when not verbose.
544
5455 August 2021: Wouter
546	- Tag for 1.13.2rc1 release.
547	- Fix #520: Unbound 1.13.2rc1 fails to build python module.
548
5494 August 2021: George
550	- Merge PR #415 from sibeream: Use
551	  /proc/sys/net/ipv4/ip_local_port_range to determine available outgoing
552	  ports. (New --enable-linux-ip-local-port-range configuration option)
553	- Bump MAX_RESTART_COUNT to 11 from 8; in relation to #438. This
554	  allows longer CNAME chains in Unbound.
555
5564 August 2021: Wouter
557	- In unit test use openssl set security level to allow keys in test.
558	- Fix static analysis warnings about localzone locks that are unused.
559	- Fix missing locks in zonemd unit test.
560	- Fix readzone compile under debug config.
561	- Fix out of sourcedir run of zonemd unit tests.
562	- Fix libnettle zonemd unit test.
563	- Fix unit test zonemd_reload for use in run_vm.
564
5653 August 2021: George
566	- Listen to read or write events after the SSL handshake.
567	  Sticky events on windows would stick on read when write was needed.
568
5693 August 2021: Wouter
570	- Merge PR #517 from dyunwei: #420 breaks the mesh reply list
571	  function that need to reuse the dns answer.
572	- Annotate assertion into error printout; we think it may be an
573	  error, but the situation looks harmless.
574	- Fix sign comparison warning on FreeBSD.
575
5762 August 2021: Wouter
577	- Prepare for OpenSSL 3.0.0 provider API usage, move the sldns
578	  keyraw functions to produce EVP_PKEY results.
579	- Move RSA and DSA to use OpenSSL 3.0.0 API.
580	- Move ECDSA functions to use OpenSSL 3.0.0 API.
581	- iana portlist update.
582	- Fix verbose printout failure in tcp reuse unit test.
583
58430 July 2021: Wouter
585	- Fix #515: Compilation against openssl 3.0.0 beta2 is failing to
586	  build unbound.
587	- For #515: Fix compilation with openssl 3.0.0 beta2, lib64 dir and
588	  SSL_get_peer_certificate.
589	- Move acx_nlnetlabs.m4 to version 41, with lib64 openssl dir check.
590
59126 July 2021: George
592	- Merge #513: Stream reuse, attempt to fix #411, #439, #469. This
593	  introduces a couple of fixes for the stream reuse functionality
594	  that could result in broken internal structures.
595
59626 July 2021: Wouter
597	- Merge #512: unbound.service.in: upgrade hardening to latest
598	  standards.
599	- Fix readzone unknown type print for memory resize.
600
60121 July 2021: Wouter
602	- Fix that ldns_zone_new_frm_fp_l counts the line number for an empty
603	  line after a comment.
604
60516 July 2021: George
606	- Introduce 'http-user-agent:' and 'hide-http-user-agent:' options.
607
60816 July 2021: Wouter
609	- Merge #510 from ndptech: Don't call a function which hasn't been
610	  defined.
611	- Fix for #510: in depth, use ifdefs for windows api event calls.
612	- Fix spelling in doc/unbound.doxygen comment.
613	- Fix spelling in localzone.h comment.
614	- Fix unbound-control local_data and local_datas to print detailed
615	  syntax errors.
616	- review fix to remove duplicate error printout.
617	- Insert header into testcode/readzone.c, it was missing.
618	- Fix from lint for ignored return value.
619	- Fix for older parsers for function call in serve expired get cached.
620
6216 July 2021: Wouter
622	- iana portlist update.
623
6245 July 2021: George
625	- Fix compiler warnings for #491.
626	- Fix clang-analysis warnings for testcode/readzone.c.
627
6284 July 2021: George
629	- Fix Wunused-result compile warnings.
630
6312 July 2021: Tom
632	- Merge PR #491: Add SVCB and HTTPS types and handling according to
633	  draft-ietf-dnsop-svcb-https.
634
6352 July 2021: Wouter
636	- Fix #506: Python Module Seems to Leak Memory if it Experiences an
637	  Unhandled Exception.
638
63925 June 2021: Wouter
640	- Fix up permissions on rpl data file in tests.
641	- Fix testbound newline treatment in moment_read and tempfile write.
642	- Fix configure grep for reuseport default for failure.
643	- Fix compat ctime_r return value
644	- Fix configure does not require pkg-config if not needed.
645	- Fix unit test in the ctime_r calls for autotrust and in testbound.
646	- Fix auth zone download on windows to unlink before rename.
647
64824 June 2021: Wouter
649	- Add analyzer and port compile github workflow.
650
65123 June 2021: Wouter
652	- Fix #503: DNS over HTTPS response truncated.
653	- Fix warnings reported by the gcc analyzer.
654
65521 June 2021: George
656	- Fix #495: Documentation or implementation of "verbosity" option.
657
65818 June 2021: Wouter
659	- Fix a number of warnings reported by the gcc analyzer.
660
66115 June 2021: George
662	- Merge #440 by kimheino: Various fixes to contrib/unbound_munin_ file.
663
66414 June 2021: Wouter
665	- Fix configure nonblocking test and onmingw test to use host.
666
66710 June 2021: Wouter
668	- Fix #500: SPEC file in version 1.13.1 references version 1.4;
669	  unable to build RPM from source.
670	- Fix contrib/unbound.spec, fixed url and comment.
671
6729 June 2021: George
673	- Merge #486 by fobster: Make VAL_MAX_RESTART_COUNT configurable.
674	- Generated lexer and parser for #486; updated example.conf.
675	- Fix #413 (based on patch by k-ronny): unbound: does not compile
676	  on macOS 11.1-x86_64 host.
677	- Use host_os instead of target_os in configure for Darwin8 build.
678
6798 June 2021: George
680	- Fix unused variable warning when compiling with --enable-dnstap.
681
6827 June 2021: George
683	- Merge #448 from shoeper: Update unbound-control.8.in, fix
684	  rpz_disable typo.
685	- Fix #425: Document auth-zone supports communication with DNS
686	  primary on nondefault port.
687
6881 June 2021: George
689	- Fix test for zonemd-check option.
690
69127 May 2021: Wouter
692	- Merge #496 from banburybill: Use build system endianness if
693	  available, otherwise try to work it out.
694	- zonemd-check: yesno option, default no, enables the processing
695	  of ZONEMD records for that zone.
696
69725 May 2021: Wouter
698	- Move the NSEC3 max iterations count in line with the 150 value
699	  used by BIND, Knot and PowerDNS. This sets the default value
700	  for it in the configuration to 150 for all key sizes.
701	- Fix #492: module-config respip missing in unbound.conf.5.in man
702	  page. Merges #494 from he32.
703	- For #492: Fix font highlighting for the man page on emacs.
704
70521 May 2021: Wouter
706	- Test code has -q option for quiet output.
707
70819 May 2021: George
709	- Fix for #411, #439, #469: Reset the DNS message ID when moving queries
710	  between TCP streams.
711	- Refactor for uniform way to produce random DNS message IDs.
712
71317 May 2021: Wouter
714	- Fix #489: Compile using MSYS2 MinGW 64-bit.
715
71612 May 2021: Wouter
717	- Fix that auth-zone zonefiles use last TTL if no TTL is specified.
718
71910 May 2021: Wouter
720	- Merge PR #487: ifdef RLIMIT_AS in recently added check.
721
7227 May 2021: Wouter
723	- Fix #485: Unbound occasionally reports broken stats.
724	- Add ./configure --with-deprecate-rsa-1024 that turns off RSA 1024.
725	- Remove case fallthrough from deprecate-rsa-1024 code.
726
7274 May 2021: George
728	- Fix for #367: only attempt to get the interface for queries that are no
729	  longer on the tcp_waiting_list.
730	- Add more logging for out-of-memory cases.
731
7324 May 2021: Wouter
733	- Merge #478: Allow configuration of TCP timeout while waiting for
734	  response.
735	- Fix to squelch tcp socket bind failures when the interface is gone.
736	- Rerun flex and bison.
737
7383 May 2021: Wouter
739	- Fix #481: Fix comment in configuration file.
740
74129 April 2021: Wouter
742	- Add that log-servfail prints an IP address and more information
743	  about one of the last failures for that query.
744
74528 April 2021: George
746	- Fix compiler warning for signed/unsigned comparison for
747	  max_reuse_tcp_queries.
748
74928 April 2021: Wouter
750	- Fix #474: always_null and others inside view.
751
75226 April 2021: Wouter
753	- Merge #470 from edevil: Allow configuration of persistent TCP
754	  connections.
755
75622 April 2021: Wouter
757	- Merge #466 from FGasper: Support OpenSSLs that lack
758	  SSL_get0_alpn_selected.
759	- Fix #468: OpenSSL 1.0.1 can no longer build Unbound.
760	- Further fix for #468: detect SSL_CTX_set_alpn_protos for build with
761	  OpenSSL 1.0.1.
762	- Fix that testcode dohclient has OpenSSL initialisation calls.
763
76413 April 2021: George
765	- Fix documentation comment for files previously residing in checkconf/.
766	- Remove unused functions worker_handle_reply and libworker_handle_reply.
767
76813 April 2021: Wouter
769	- Fix that nxdomain synthesis does not happen above the stub or
770	  forward definition.
771
77212 April 2021: George
773	- Fix (increase) verbosity level for iterator error log in
774	  processQueryTargets().
775
77612 April 2021: Wouter
777	- Fix permission denied sendto log, squelch the log messages
778	  unless high verbosity is set.
779
7809 April 2021: Wouter
781	- rebuild configure to set EXTRALINK to libunbound.la for #460.
782
7837 April 2021: Wouter
784	- Fix for #411: Depth protect for crash on deleted element timeout.
785
7861 April 2021: Wouter
787	- Merge #460 from orbea: build: Link with the libtool archive.
788	- Fix to stop IPv6 PMTU discovery.
789
79031 March 2021: George
791	- Clean makedist.sh.
792
79331 March 2021: Wouter
794	- Fix stack-protector change to not override other CFLAGS options.
795
79630 March 2021: George
797	- Disable the use of stack-protector for cross compiled 32-bit windows
798	  builds; relates to #444.
799
80025 March 2021: Wouter
801	- Fix #429: Also fix end of transfer for http download of auth zones.
802
80324 March 2021: Wouter
804	- Fix deprecation test to work for iOS TVOS and WatchOS, it uses
805	  CFLAGS and CPPFLAGS and also checks if the item is unavailable.
806	- Travis, fix script to fail when tasks fail.
807	- Travis, fix warning in ubsan compile.
808	- Fix configure Targetconfiditionals.h header check, to use compile.
809	- Fix that cachedb does not produce empty object files when disabled.
810
81123 March 2021: Wouter
812	- Travis enable all tests again. Clang analyzer only a couple times,
813	  when there is a difference. homebrew updates disabled, so it does
814	  not hang. removed trailing slashes from configure paths. Moved iOS
815	  tests to allow-failure.
816	- travis, analyzer disabled on test without debug, that does not
817	  run anway.  Turn off failing tests except one.  Update iOS test
818	  to xcode image 12.2.
819
82022 March 2021: George
821	- Fix unused-function warning when compiling with --enable-dnscrypt.
822	- Fix for #367: fix memory leak when cannot bind to listening port.
823	- Reformat pythonmod/pythonmod_utils.{c,h}.
824
82522 March 2021: Wouter
826	- Merge #449 from orbea: build: Add missing linker flags.
827	- iana portlist update.
828	- Comment out nonworking OSX and IOS travis tests, vm fails to start.
829	- Fix compile error in listen_dnsport on Android.
830	- Fix memory leak reported by asan in rpz SOA record query name.
831
83219 March 2021: Wouter
833	- Fix for #447: squelch connection refused tcp connection failures
834	  from the log, unless verbosity is high.
835
83617 March 2021: Wouter
837	- Fix #441: Minimal NSEC range not accepted for top level domains.
838
83911 March 2021: Wouter
840	- Fix parse of LOC RR type for decimetres.
841
8425 March 2021: Wouter
843	- Workaround for #439: prevent loops in the reuse rbtree.
844	- Debug output for #411 and #439: printout internal error and details.
845
8464 March 2021: Wouter
847	- iana portlist update.
848	- Fix spurious errors about "Could not generate request: out of
849	  memory".  The mesh detect cycle routine no longer wrongly stops
850	  the check when the calling mesh state is unique.
851
85226 February 2021: George
853	- Fix for #367: rc_ports don't have ub_sock; skip cleaning up.
854
85526 February 2021: Wouter
856	- Fix: Resolve interface names on control-interface too.
857
85825 February 2021: Wouter
859	- Merge PR #367 : DNSTAP log local address.  With code from PR #365
860	  and fixes #368 : dnstap does not log the DNS message ID for
861	  FORWARDER_QUERY.
862	- Fix to allow rpz with wildcard that applies to all TLDs at once.
863
86424 February 2021: George
865	- Fix #384: (1) A minor request to improve the log (2) A minor bug in one
866	  log message.
867	- ipsecmod: Better logging for detecting a cycle when attaching the
868	  A/AAAA subquery.
869
87024 February 2021: Wouter
871	- On startup of unbound it checks if rlimits on memory size look
872	  sufficient for the configured cache size, and logs warning if not.
873	- Fix function documentation.
874	- Fix unit test for added ulimit checks.
875	- spelling fix in header.
876
87723 February 2021: Wouter
878	- Fix for zonemd, that domain-insecure zones work without dnssec.
879	- Fix for zonemd, do not reject insecure result from trust anchor
880	  validation step in dnssec chain of trust.
881
88222 February 2021: Wouter
883	- Fix #431: Squelch permission denied errors for tcp connect
884	  and udp connect from the logs, unless at high verbosity.
885	- Fix for zonemd, that nxdomain for the chain of trust is allowed
886	  for island zones, it is treated as an insecure zone for verification.
887
88818 February 2021: Wouter
889	- Merge PR #317: ZONEMD Zone Verification, with RFC 8976 support.
890	  ZONEMD records are checked for zones loaded as auth-zone,
891	  with DNSSEC if available.  There is an added option
892	  zonemd-permissive-mode that makes it log but not fail wrong zones.
893	  With zonemd-reject-absence for an auth-zone the presence of a
894	  zonemd can be mandated for specific zones.
895	- Fix doxygen and pydoc warnings.
896	- Fix #429: rpz: url: with https: broken (regression in 1.13.1).
897	- rpz skip nsec3param records, and nicer log for unsupported actions.
898
89915 February 2021: Wouter
900	- Fix #422: IPv6 fallback issues when IPv6 is not properly
901	  enabled/configured.
902	- Fix to make tests work with support indicators set for iterator.
903	- Fix build on Python 3.10.
904
90510 February 2021: Wouter
906	- Merge PR #420 from dyunwei: DOH not responsing with
907	  "http2_query_read_done failure" logged.
908
9099 February 2021: Wouter
910	- Fix for Python 3.9, no longer use deprecated functions of
911	  PyEval_CallObject (now PyObject_Call), PyEval_InitThreads (now
912	  none), PyParser_SimpleParseFile (now Py_CompileString).
913
9144 February 2021: Wouter
915	- release 1.13.1rc2 tag on branch-1.13.1 with added changes of 2 feb.
916	  This became 1.13.1 release tag on 9 feb.  The main branch is set
917	  to version 1.13.2.
918
9192 February 2021: Wouter
920	- branch-1.13.1 is created, with release-1.13.1rc1 tag.
921	- Fix dynlibmod link on rhel8 for -ldl inclusion.
922	- Fix windows dependency on libssp.dll because of default stack
923	  protector in mingw.
924	- Fix indentation of root anchor for use by windows install script.
925
9261 February 2021: George
927	- Attempt to fix NULL keys in the reuse_tcp tree; relates to #411.
928
92929 January 2021: Wouter
930	- Fix for doxygen 1.8.20 compatibility.
931
93228 January 2021: Wouter
933	- Annotate that we ignore the return value of if_indextoname.
934	- Fix to use correct type for label count in rpz routine.
935	- Fix empty clause warning in config_file nsid parse.
936	- Fix to use correct type for label count in ipdnametoaddr rpz routine.
937	- Fix empty clause warning in edns pass for padding.
938	- Fix fwd ancil test post script when not supported.
939
94026 January 2021: George
941	- Merge PR #408 from fobser: Prevent a few more yacc clashes.
942	- Merge PR #275 from Roland van Rijswijk-Deij: Add feature to return the
943	  original instead of a decrementing TTL ('serve-original-ttl')
944	- Merge PR #355 from noloader: Make ICANN Update CA and DS Trust Anchor
945	  static data.
946	- Ignore cache blacklisting when trying to reply with expired data from
947	  cache (#394).
948
94926 January 2021: Wouter
950	- Fix compile of unbound-dnstap-socket without dnstap installed.
951
95222 January 2021: Willem
953	- Padding of queries and responses with DNS over TLS as specified in
954	  RFC7830 and RFC8467.
955
95622 January 2021: George
957	- Fix TTL of SOA record for negative answers (localzone and
958	  authzone data) to be the minimum of the SOA TTL and the SOA.MINIMUM.
959
96019 January 2021: Willem
961	- Support for RFC5001: DNS Name Server Identifier (NSID) Option
962	  with the nsid: option in unbound.conf
963
96418 January 2021: Wouter
965	- Fix #404: DNS query with small edns bufsize fail.
966	- Fix declaration before statement and signed comparison warning in
967	  dns64.
968
96915 January 2021: Wouter
970	- Merge #402 from fobser: Implement IPv4-Embedded addresses according
971	  to RFC6052.
972
97314 January 2021: Wouter
974	- Fix for #93: dynlibmodule import library is named libunbound.dll.a.
975
97613 January 2021: Wouter
977	- Merge #399 from xiangbao227: The lock of lruhash table should
978	  unlocked after markdel entry.
979	- Fix for #93: dynlibmodule link fix for Windows.
980
98112 January 2021: Wouter
982	- Fix #397: [Feature request] add new type always_null to local-zone
983	  similar to always_nxdomain.
984	- Fix so local zone types always_nodata and always_deny can be used
985	  from the config file.
986
9878 January 2021: Wouter
988	- Merge PR #391 from fhriley: Add start_time to reply callbacks so
989	  modules can compute the response time.
990	- For #391: use struct timeval* start_time for callback information.
991	- For #391: fix indentation.
992	- For #391: more double casts in python start time calculation.
993	- Add comment documentation.
994	- Fix clang analysis warning.
995
9966 January 2021: Wouter
997	- Fix #379: zone loading over HTTP appears to have buffer issues.
998	- Merge PR #395 from mptre: add missing null check.
999	- Fix #387: client-subnet-always-forward seems to effectively bypass
1000	  any caching?
1001
10025 January 2021: Wouter
1003	- Fix #385: autoconf 2.70 impacts unbound build
1004	- Merge PR #375 by fhriley: Add rpz_enable and rpz_disable commands
1005	  to unbound-control.
1006
10074 January 2021: Wouter
1008	- For #376: Fix that comm point event is not double removed or double
1009	  added to event map.
1010	- iana portlist updated.
1011
101216 December 2020: George
1013	- Fix error cases when udp-connect is set and send() returns an error
1014	  (modified patch from Xin Li @delphij).
1015
101611 December 2020: Wouter
1017	- Fix #371: unbound-control timeout when Unbound is not running.
1018	- Fix to squelch permission denied and other errors from remote host,
1019	  they are logged at higher verbosity but not on low verbosity.
1020	- Merge PR #335 from fobser: Sprinkle in some static to prevent
1021	  missing prototype warnings.
1022	- Merge PR #373 from fobser: Warning: arithmetic on a pointer to void
1023	  is a GNU extension.
1024	- Fix missing prototypes in the code.
1025
10263 December 2020: Wouter
1027	- make depend.
1028	- iana portlist updated.
1029
10302 December 2020: Wouter
1031	- Fix #360: for the additionally reported TCP Fast Open makes TCP
1032	  connections fail, in that case we print a hint that this is
1033	  happening with the error in the logs.
1034	- Fix #356: deadlock when listening tcp.
1035	- Fix unbound-dnstap-socket to not use log routine from interrupt
1036	  handler and not print so frequently when invoked in sequence.
1037	- Fix on windows to ignore connection failure on UDP, unless verbose.
1038	- Fix for #283: fix stream reuse and tcp fast open.
1039	- Fix update, with write event check with streamreuse and fastopen.
1040
10411 December 2020: Wouter
1042	- Fix #358: Squelch udp connect 'no route to host' errors on low
1043	  verbosity.
1044
104530 November 2020: Wouter
1046	- Fix assertion failure on double callback when iterator loses
1047	  interest in query at head of line that then has the tcp stream
1048	  not kept for reuse.
1049	- tag for the 1.13.0rc4 release.  This also became the 1.13.0
1050	  release version on 3 dec 2020 with the streamreuse and fastopen
1051	  fix from 2 dec 2020.  The code repo continues for 1.13.1 in
1052	  development.
1053
105427 November 2020: Wouter
1055	- Fix compile warning for type cast in http2_submit_dns_response.
1056	- Fix when use free buffer to initialize rbtree for stream reuse.
1057	- Fix compile warnings for windows.
1058	- Fix compile warnings in rpz initialization.
1059	- Fix contrib/metrics.awk for FreeBSD awk compatibility.
1060	- tag for the 1.13.0rc3 release.
1061
106226 November 2020: Wouter
1063	- Fix to omit UDP receive errors from log, if verbosity low.
1064	  These happen because of udp-connect.
1065	- For #352: contrib/metrics.awk for Prometheus style metrics output.
1066	- Fix that after failed read, the readagain cannot activate.
1067	- Clear readagain upon decommission of pending tcp structure.
1068
106925 November 2020: Wouter
1070	- with udp-connect ignore connection refused with UDP timeouts.
1071	- Fix udp-connect on FreeBSD, do send calls on connected UDP socket.
1072	- Better fix for reuse tree comparison for is-tls sockets.  Where
1073	  the tree key identity is preserved after cleanup of the TLS state.
1074	- Remove debug commands from reuse tests.
1075	- Fix memory leak for edns client tag opcode config element.
1076	- Attempt fix for libevent state in tcp reuse cases after a packet
1077	  is written.
1078	- Fix readagain and writeagain callback functions for comm point
1079	  cleanup.
1080	- tag for the 1.13.0rc2 release.
1081
108224 November 2020: Wouter
1083	- Merge PR #283 : Stream reuse.  This implements upstream stream
1084	  reuse for performing several queries over the same TCP or TLS
1085	  channel.
1086	- set version of main branch to 1.13.0 for upcoming release.
1087	- iana portlist updated.
1088	- Fix one port unit test for udp-connect.
1089	- tag for the 1.13.0rc1 release.
1090	- Fix crash when TLS connection is closed prematurely, when
1091	  reuse tree comparison is not properly identical to insertion.
1092	- Fix padding of struct regional for 32bit systems.
1093
109423 November 2020: George
1095	- Merge PR #313 from Ralph Dolmans: Replace edns-client-tag with
1096	  edns-client-string option.
1097
109823 November 2020: Wouter
1099	- Merge #351 from dvzrv: Add AF_NETLINK to set of allowed socket
1100	  address families.
1101	- Fix #350: with the AF_NETLINK permission, to fix 1.12.0 error:
1102	  failed to list interfaces: getifaddrs: Address family not
1103	  supported by protocol.
1104	- Fix #347: IP_DONTFRAG broken on Apple xcode 12.2.
1105	- Option to toggle udp-connect, default is enabled.
1106	- Fix for #303 CVE-2020-28935 : Fix that symlink does not interfere
1107	  with chown of pidfile.
1108	- Further fix for it and retvalue 0 fix for it.
1109
111012 November 2020: Wouter
1111	- Fix to connect() to UDP destinations, default turned on,
1112	  this lowers vulnerability to ICMP side channels.
1113	- Retry for interfaces with unused ports if possible.
1114
111510 November 2020: Wouter
1116	- Fix #341: fixing a possible memory leak.
1117	- Fix memory leak after fix for possible memory leak failure.
1118	- Fix #343: Fail to build --with-libnghttp2 with error: 'SSIZE_MAX'
1119	  undeclared.
1120
112127 October 2020: Wouter
1122	- In man page note that tls-cert-bundle is read before permission
1123	  drop and chroot.
1124
112522 October 2020: Wouter
1126	- Fix #333: Unbound Segmentation Fault w/ log_info Functions From
1127	  Python Mod.
1128	- Fix that minimal-responses does not remove addresses from a priming
1129	  query response.
1130
113121 October 2020: George
1132	- Fix #327: net/if.h check fails on some darwin versions; contribution by
1133	  Joshua Root.
1134	- Fix #320: potential memory corruption due to size miscomputation upton
1135	  custom region alloc init.
1136
113721 October 2020: Wouter
1138	- Merge PR #228 : infra-keep-probing option to probe hosts that are
1139	  down.  Add infra-keep-probing: yes option. Hosts that are down are
1140	  probed more frequently.
1141	  With the option turned on, it probes about every 120 seconds,
1142	  eventually after exponential backoff, and that keeps that way. If
1143	  traffic keeps up for the domain. It probes with one at a time, eg.
1144	  one query is allowed to probe, other queries within that 120 second
1145	  interval are turned away.
1146
114719 October 2020: George
1148	- Merge PR #324 from James Renken: Add modern X.509v3 extensions to
1149	  unbound-control TLS certificates.
1150	- Fix for PR #324 to attach the x509v3 extensions to the client
1151	  certificate.
1152
115319 October 2020: Ralph
1154	- local-zone regional allocations outside of chunk
1155
115619 October 2020: Wouter
1157	- Fix that http settings have colon in set_option, for
1158	  http-endpoint, http-max-streams, http-query-buffer-size,
1159	  http-response-buffer-size, and http-nodelay.
1160	- Fix memory leak of https port string when reading config.
1161	- Fix #330: [Feature request] Add unencrypted DNS over HTTPS support.
1162	  This adds the option http-notls-downstream: yesno to change that,
1163	  and the dohclient test code has the -n option.
1164	- Fix python documentation warning on functions.rst inplace_cb_reply.
1165	- Fix dnstap test to wait for log timer to see if queries are logged.
1166	- Log ip address when http session recv fails, eg. due to tls fail.
1167	- Fix to set the tcp handler event toggle flag back to default when
1168	  the handler structure is reused.
1169	- Clean the fix for out of order TCP processing limits on number
1170	  of queries.  It was tested to work.
1171
117216 October 2020: Wouter
1173	- Fix that the out of order TCP processing does not limit the
1174	  number of outstanding queries over a connection.
1175
117615 October 2020: George
1177	- Fix that if there are reply callbacks for the given rcode, those
1178	  are called per reply and a new message created if that was modified
1179	  by the call.
1180	- Pass the comm_reply information to the inplace_cb_reply* functions
1181	  during the mesh state and update the documentation on that.
1182
118315 October 2020: Wouter
1184	- Merge PR #326 from netblue30: DoH: implement content-length
1185	  header field
1186	- DoH content length, simplify code, remove declaration after
1187	  statement and fix cast warning.
1188
118914 October 2020: Wouter
1190	- Fix for python reply callback to see mesh state reply_list member,
1191	  it only removes it briefly for the commpoint call so that it does
1192	  not drop it and attempt to modify the reply list during reply.
1193	- Fix that if there are on reply callbacks, those are called per
1194	  reply and a new message created if that was modified by the call.
1195	- Free up auth zone parse region after use for lookup of host
1196
119713 October 2020: Wouter
1198	- Fix #323: unbound testsuite fails on mock build in systemd-nspawn
1199	  if systemd support is build.
1200
12019 October 2020: Wouter
1202	- Fix dnstap socket and the chroot not applied properly to the dnstap
1203	  socket path.
1204	- Fix warning in libnss compile, nss_buf2dsa is not used without DSA.
1205
12068 October 2020: Wouter
1207	- Tag for 1.12.0 release.
1208	- Current repo is version 1.12.1 in development.
1209	- Fix #319: potential memory leak on config failure, in rpz config.
1210
12111 October 2020: Wouter
1212	- Current repo is version 1.12.0 for release.  Tag for 1.12.0rc1.
1213
121430 September 2020: Wouter
1215	- Fix doh tests when not compiled in.
1216	- Add dohclient test executable to gitignore.
1217	- Fix stream_ssl, ssl_req_order and ssl_req_timeout tests for
1218	  alloc check debug output.
1219	- Easier kill of unbound-dnstap-socket tool in test.
1220	- Fix memory leak of edns tags at libunbound context delete.
1221	- Fix double loopexit for unbound-dnstap-socket after sigterm.
1222
122329 September 2020: Ralph
1224	- DNS Flag Day 2020: change edns-buffer-size default to 1232.
1225
122628 September 2020: Wouter
1227	- Fix unit test for dnstap changes, so that it waits for the timer.
1228
122923 September 2020: Wouter
1230	- Fix #305: dnstap logging significantly affects unbound performance
1231	  (regression in 1.11).
1232	- Fix #305: only wake up thread when threshold reached.
1233	- Fix to ifdef fptr wlist item for dnstap.
1234
123523 September 2020: Ralph
1236	- Fix edns-client-tags get_option typo
1237	- Add edns-client-tag-opcode option
1238	- Use inclusive language in configuration
1239
124021 September 2020: Ralph
1241	- Fix #304: dnstap logging not recovering after dnstap process restarts
1242
124321 September 2020: Wouter
1244	- Merge PR #311 by luismerino: Dynlibmod leak.
1245	- Error message is logged for dynlibmod malloc failures.
1246	- iana portlist updated.
1247
124818 September 2020: Wouter
1249	- Fix that prefer-ip4 and prefer-ip6 can be get and set with
1250	  unbound-control, with libunbound and the unbound-checkconf option
1251	  output function.
1252	- iana portlist updated.
1253
125415 September 2020: George
1255	- Introduce test for statistics.
1256
125715 September 2020: Wouter
1258	- Spelling fix.
1259
126011 September 2020: Wouter
1261	- Remove x file mode on ipset/ipset.c and h files.
1262
12639 September 2020: Wouter
1264	- Fix num.expired statistics output.
1265
126631 August 2020: Wouter
1267	- Merge PR #293: Add missing prototype.  Also refactor to use the new
1268	  shorthand function to clean up the code.
1269	- Refactor to use sock_strerr shorthand function.
1270	- Fix #296: systemd nss-lookup.target is reached before unbound can
1271	  successfully answer queries. Changed contrib/unbound.service.in.
1272
127327 August 2020: Wouter
1274	- Similar to NSD PR#113, implement that interface names can be used,
1275	  eg. something like interface: eth0 is resolved at server start and
1276	  uses the IP addresses for that named interface.
1277	- Review fix, doxygen and assign null in case of error free.
1278
127926 August 2020: George
1280	- Update documentation in python example code.
1281
128224 August 2020: Wouter
1283	- Fix that dnstap reconnects do not spam the log with the repeated
1284	  attempts.  Attempts on the timer are only logged on high verbosity,
1285	  if they produce a connection failure error.
1286	- Fix to apply chroot to dnstap-socket-path, if chroot is enabled.
1287	- Change configure to use EVP_sha256 instead of HMAC_Update for
1288	  openssl-3.0.0.
1289
129020 August 2020: Ralph
1291	- Fix stats double count issue (#289).
1292
129313 August 2020: Ralph
1294	- Create and init edns tags data for libunbound.
1295
129610 August 2020: Ralph
1297	- Merge (modified) PR #277, use EVP_MAC_CTX_set_params if available,
1298	  by Vítězslav Čížek.
1299
130010 August 2020: Wouter
1301	- Fix #287: doc typo: "Additionaly".
1302	- Rerun autoconf
1303
13046 August 2020: Wouter
1305	- Merge PR #284 and Fix #246: Remove DLV entirely from Unbound.
1306	  The DLV has been decommisioned and in unbound 1.5.4, in 2015, there
1307	  was advise to stop using it.  The current code base does not contain
1308	  DLV code any more.  The use of dlv options displays a warning.
1309
13105 August 2020: Wouter
1311	- contrib/aaaa-filter-iterator.patch file renewed diff content to
1312	  apply cleanly to the current coderepo for the current code version.
1313
13145 August 2020: Ralph
1315	- Merge PR #272: Add EDNS client tag functionality.
1316
13174 August 2020: George
1318	- Improve error log message when inserting rpz RR.
1319	- Merge PR #280, Make tvOS & watchOS checks verify truthiness as well as
1320	  definedness, by Felipe Gasper.
1321
13224 August 2020: Wouter
1323	- Fix mini_event.h on OpenBSD cannot find fd_set.
1324
132531 July 2020: Wouter
1326	- Fix doxygen comment for no ssl for tls session ticket key callback
1327	  routine.
1328
132927 July 2020: George
1330	- Merge PR #268, draft-ietf-dnsop-serve-stale-10 has become RFC 8767 on
1331	  March 2020, by and0x000.
1332
133327 July 2020: Ralph
1334	- Merge PR #269, Fix python module len() implementations, by Torbjörn
1335	  Lönnemark
1336
133727 July 2020: Wouter
1338	- branch now named 1.11.1.  1.11.0rc1 became the 1.11.0 release.
1339	- Merge PR #270 from cgzones: munin plugin: always exit 0 in autoconf
1340
134120 July 2020: Wouter
1342	- Fix streamtcp to print packet data to stdout.  This makes the
1343	  stdout and stderr not mix together lines, when parsing its output.
1344	- Fix contrib/fastrpz.patch to apply cleanly.  It fixes for changes
1345	  due to added libdynmod, but it does not compile, it conflicts with
1346	  new rpz code.
1347	- branch now named 1.11.0 and 1.11.0rc1 tag.
1348
134917 July 2020: Wouter
1350	- Fix libnettle compile for session ticket key callback function
1351	  changes.
1352	- Fix lock dependency cycle in rpz zone config setup.
1353
135417 July 2020: Ralph
1355	- Merge PR #234 - Ensure proper alignment of cmsg buffers by Jérémie
1356	  Courrèges-Anglas.
1357	- Fix PR #234 log_assert sizeof to use union buffer.
1358
135916 July 2020: Wouter
1360	- Fix check conf test for referencing installation paths.
1361	- Fix unused variable warning for clang analyzer.
1362
136316 July 2020: George
1364	- Introduce 'include-toplevel:' configuration option.
1365
136616 July 2020: Ralph
1367	- Add bidirectional frame streams support.
1368
13698 July 2020: Wouter
1370	- Fix add missing DSA header, for compilation without deprecated
1371	  OpenSSL APIs.
1372	- Fix to use SSL_CTX_set_tlsext_ticket_key_evp_cb in OpenSSL
1373	  3.0.0-alpha4.
1374	- Longer keys for the test set, this avoids weak crypto errors.
1375
13767 July 2020: Wouter
1377	- Fix #259: Fix unbound-checkconf does not check view existence.
1378	  unbound-checkconf checks access-control-view, access-control-tags,
1379	  access-control-tag-actions and access-control-tag-datas.
1380	- Fix offset of error printout for access-control-tag-datas.
1381	- Review fixes for checkconf #259 change.
1382
13836 July 2020: Wouter
1384	- run_vm cleanup better and removes trailing slash on single argument.
1385
138629 June 2020: Wouter
1387	- Move reply list clean for serve expired mesh callback to after
1388	  the reply is sent, so that script callbacks have reply_info.
1389	- Also move reply list clean for mesh callbacks to the scrip callback
1390	  can see the reply_info.
1391	- Fix for mesh accounting if the reply list already empty to begin
1392	  with.
1393	- Fix for mesh accounting when rpz decides to drop a reply with a
1394	  tcp stream waiting for it.
1395	- Review fix for number of detached states due to use of variable
1396	  after end of loop.
1397	- Fix tcp req info drop due to size call into mesh accounting
1398	  removal of mesh state during mesh send reply.
1399
140024 June 2020: Wouter
1401	- iana portlist updated.
1402	- doxygen file comments for dynlibmodule.
1403
140417 June 2020: Wouter
1405	- Fix default explanation in man page for qname-minimisation-strict.
1406	- Fix display of event loop method with libev.
1407
14088 June 2020: Wouter
1409	- Mention tls name possible when tls is enabled for stub-addr in the
1410	  man page.
1411
141227 May 2020: George
1413	- Merge PR #241 by Robert Edmonds: contrib/libunbound.pc.in: Do not use
1414	  "Requires:".
1415
141625 May 2020: George
1417	- Update contrib/aaaa-filter-iterator.patch for the recent
1418	  generate_sub_request() change and to apply cleanly.
1419
142021 May 2020: George
1421	- Fix for integer overflow when printing RDF_TYPE_TIME.
1422
142319 May 2020: Wouter
1424	- CVE-2020-12662 Unbound can be tricked into amplifying an incoming
1425	  query into a large number of queries directed to a target.
1426	- CVE-2020-12663 Malformed answers from upstream name servers can be
1427	  used to make Unbound unresponsive.
1428	- Release 1.10.1 is 1.10.0 with fixes, code repository continues,
1429	  including those fixes, towards the next release.  Configure has
1430	  version 1.10.2 version number in it.
1431	- For PR #93: windows compile warnings removal
1432	- windows compile warnings removal for ip dscp option code.
1433	- For PR #93: unit test for dynlib module.
1434
143518 May 2020: Wouter
1436	- For PR #93: dynlibmod can handle reloads and deinit and inits again,
1437	  with dlclose and dlopen of the library again.  Also for multiple
1438	  modules.  Fix memory leak by not closing dlopened content.  Fix
1439	  to allow one dynlibmod instance by unbound-checkconf.
1440	- For PR #93: checkconf allows multiple dynlib in module-config, for
1441	  a couple cases.
1442	- For PR #93: checkconf allows python dynlib in module-config, for
1443	  a couple cases.
1444	- For PR #93: man page spelling reference fix.
1445	- For PR #93: fix link of other executables for dynlibmod dependency.
1446
144715 May 2020: Wouter
1448	- Merge PR #93: Add dynamic library support.
1449	- Fixed conflicts for PR #93 and make configure, yacc, lex.
1450	- For PR #93: Fix warnings for dynlibmodule.
1451
145215 May 2020: Ralph
1453	- Cache ECS answers with longest scope of CNAME chain.
1454
145522 April 2020: George
1456	- Explicitly use 'rrset-roundrobin: no' for test cases.
1457
145821 April 2020: Wouter
1459	- Merge #225 from akhait: KSK-2010 has been revoked. It removes the
1460	  KSK-2010 from the default list in unbound-anchor, now that the
1461	  revocation period is over.  KSK-2017 is the only trust anchor in
1462	  the shipped default now.
1463
146421 April 2020: George
1465	- Change default value for 'rrset-roundrobin' to yes.
1466	- Fix tests for new rrset-roundrobin default.
1467
146820 April 2020: Wouter
1469	- Fix #222: --enable-rpath, fails to rpath python lib.
1470	- Fix for count of reply states in the mesh.
1471	- Remove unneeded was_mesh_reply check.
1472
147317 April 2020: George
1474	- Add SNI support on more TLS connections (fixes #193).
1475	- Add SNI support to unbound-anchor.
1476
147716 April 2020: George
1478	- Add doxygen documentation for DSCP.
1479
148016 April 2020: Wouter
1481	- Fix help return code in unbound-control-setup script.
1482	- Fix for posix shell syntax for trap in nsd-control-setup.
1483	- Fix for posix shell syntax for trap in run_msg.sh test script.
1484
148515 April 2020: George
1486	- Fix #220: auth-zone section in config may lead to segfault.
1487
14887 April 2020: Wouter
1489	- Merge PR #214 from gearnode: unbound-control-setup recreate
1490	  certificates.  With the -r option the certificates are created
1491	  again, without it, only the files that do not exist are created.
1492
14936 April 2020: Ralph
1494	- Keep track of number of timeouts. Use this counter to determine if
1495	  capsforid fallback should be started.
1496
14976 April 2020: George
1498	- More documentation for redis-expire-records option.
1499
15001 April 2020: George
1501	- Merge PR #206: Redis TTL, by Talkabout.
1502
150330 March 2020: Wouter
1504	- Merge PR #207: Clarify if-automatic listens on 0.0.0.0 and ::
1505	- Merge PR #208: Fix uncached CLIENT_RESPONSE'es on stateful
1506	  transports.
1507
150827 March 2020: Wouter
1509	- Merge PR #203 from noloader: Update README-Travis.md with current
1510	  procedures.
1511
151227 March 2020: Ralph
1513	- Make unbound-control error returned on missing domain name more user
1514	  friendly.
1515
151626 March 2020: Ralph
1517	- Fix RPZ concurrency issue when using auth_zone_reload.
1518
151925 March 2020: George
1520	- Merge PR #201 from noloader: Fix OpenSSL cross-compaile warnings.
1521	- Fix on #201.
1522
152324 March 2020: Wouter
1524	- Merge PR #200 from yarikk: add ip-dscp option to specify the DSCP
1525	  tag for outgoing packets.
1526	- Fixes on #200.
1527	- Travis fix for ios by omitting tools from install.
1528
152923 March 2020: Wouter
1530	- Fix compile on Solaris for unbound-checkconf.
1531
153220 March 2020: George
1533	- Merge PR #198 from fobser: Declare lz_enter_rr_into_zone() static, it's
1534	  only used in this file.
1535
153620 March 2020: Wouter
1537	- Merge PR #197 from fobser: Make log_ident_revert_to_default() a
1538	  proper prototype.
1539
154019 March 2020: Ralph
1541	- Merge PR#191: Update iOS testing on Travis, by Jeffrey Walton.
1542	- Fix #158: open tls-session-ticket-keys as binary, for Windows. By
1543	  Daisuke HIGASHI.
1544	- Merge PR#134, Allow the kernel to provide random source ports. By
1545	  Florian Obser.
1546	- Log warning when using outgoing-port-permit and outgoing-port-avoid
1547	  while explicit port randomisation is disabled.
1548	- Merge PR#194: Add libevent testing to Travis, by Jeffrey Walton.
1549	- Fix .travis.yml error, missing 'env' option.
1550
155116 March 2020: Wouter
1552	- Fix #192: In the unbound-checkconf tool, the module config of
1553	  dns64 subnetcache respip validator iterator is whitelisted, it was
1554	  reported it seems to work.
1555
155612 March 2020: Wouter
1557	- Fix compile of test tools without protobuf.
1558
155911 March 2020: Ralph
1560	- Add check to make sure RPZ records are subdomains of configured
1561	  zone origin.
1562
156311 March 2020: George
1564	- Fix #189: mini_event.h:142:17: error: field 'ev_timeout' has incomplete
1565	  type, by noloader.
1566	- Changelog entry for (Fix #189, Merge PR #190).
1567
156811 March 2020: Wouter
1569	- Fix #188: unbound-control.c:882:6: error: 'execlp' is
1570	  unavailable: not available on tvOS.
1571
15726 March 2020: George
1573	- Merge PR #186, fix #183: Fix unrecognized 'echo -n' option on OS X, by
1574	  noloader
1575
15765 March 2020: Wouter
1577	- Fix PR #182 from noloader: Add iOS testing to Travis.
1578
15794 March 2020: Ralph
1580	- Update README-Travis.md (from PR #179), by Jeffrey Walton.
1581
15824 March 2020: George
1583	- Merge PR #181 from noloader: Fix OpenSSL -pie warning on Android.
1584
15854 March 2020: Wouter
1586	- Merge PR #180 from noloader: Avoid calling exit in Travis script.
1587
15883 March 2020: George
1589	- Upgrade config.guess(2020-01-01) and config.sub(2020-01-01).
1590
15912 March 2020: Ralph
1592	- Fix #175, Merge PR #176: fix link error when OpenSSL is configured
1593 	  with no-engine, thanks noloader.
1594
15952 March 2020: George
1596	- Fix compiler warning in dns64/dns64.c
1597	- Merge PR #174: Add Android to Travis testing, by noloader.
1598	- Move android build scripts to contrib/ and allow android tests to fail.
1599
16002 March 2020: Wouter
1601	- Fix #177: dnstap does not build on macOS.
1602
160328 February 2020: Ralph
1604	- Merge PR #172: Add IBM s390x arch for testing, by noloader.
1605
160628 February 2020: Wouter
1607	- Merge PR #173: updated makedist.sh for config.guess and
1608	  config.sub and sha256 digest for gpg, by noloader.
1609	- Merge PR #164: Framestreams, this branch implements dnstap
1610	  unidirectional connectivity in unbound. This has a number of
1611	  new features.
1612
1613	  The dependency on libfstrm is removed. The fstrm protocol code
1614	  resides in dnstap/dnstap_fstrm.h and dnstap/dnstap_fstrm.c. This
1615	  contains a brief definition of what unbound needs.
1616
1617	  The make unbound-dnstap-socket builds a debug tool,
1618	  unbound-dnstap-socket. It can listen, accept multiple DNSTAP
1619	  streams and print information. Commandline options control it.
1620
1621	  Unbound can reconnect if the unix domain socket file socket is
1622	  closed. This uses exponential backoff after which it uses a
1623	  one second timer to throttle cpu down. There is also support
1624	  to use TCP and TLS for connecting to the log server. There
1625	  are new config options to turn them on, in the dnstap section
1626	  in the man page and example config file. dnstap-ip with IP
1627	  address of server for TCP or TLS use. dnstap-tls to turn
1628	  on TLS. And dnstap-tls-server-name, dnstap-tls-cert-bundle,
1629	  dnstap-tls-client-key-file and dnstap-tls-client-cert-file
1630	  to configure the certificates for server authentication and
1631	  client authentication, or leave at "" to not use that.
1632
163327 February 2020: George
1634	- Merge PR #171: Add additional compilers and platforms to Travis
1635	  testing, by noloader.
1636
163727 February 2020: Wouter
1638	- Fix #169: Fix warning for daemon/remote.c output may be truncated
1639	  from snprintf.
1640	- Fix #170: Fix gcc undefined sanitizer signed integer overflow
1641	  warning in signature expiry RFC1982 serial number arithmetic.
1642	- Fix more undefined sanitizer issues, in respip copy_rrset null
1643	  dname, and in the client_info_compare routine for null memcmp.
1644
164526 February 2020: Wouter
1646	- iana portlist updated.
1647
164825 February 2020: Wouter
1649	- Fix #165: Add prefer-ip4: yesno config option to prefer ipv4 for
1650	  using ipv4 filters, because the hosts ip6 netblock /64 is not owned
1651	  by one operator, and thus reputation is shared.
1652
165324 February 2020: George
1654	- Merge PR #166: Fix typo in unbound.service.in, by glitsj16.
1655
165620 February 2020: Wouter
1657	- Updated contrib/unbound_smf23.tar.gz with Solaris SMF service for
1658	  Unbound from Yuri Voinov.
1659	- master branch has 1.10.1 version.
1660
166118 February 2020: Wouter
1662	- protect X509_CHECK_FLAG_NO_PARTIAL_WILDCARDS with ifdef for
1663	  different openssl versions.
1664
166517 February 2020: Wouter
1666	- changelog point where the tag for 1.10.0rc2 release is.  And with
1667	  the unbound_smf23 commit added to it, that is the 1.10.0 release.
1668
166917 February 2020: Ralph
1670	- Add respip to supported module-config options in unbound-checkconf.
1671
167217 February 2020: George
1673	- Remove unused variable.
1674
167517 February 2020: Wouter
1676	- contrib/drop2rpz: perl script that converts the Spamhaus DROP-List
1677	  in RPZ-Format, contributed by Andreas Schulze.
1678
167914 February 2020: Wouter
1680	- Fix spelling in unbound.conf.5.in.
1681	- Stop unbound-checkconf from insisting that auth-zone and rpz
1682	  zonefiles have to exist.  They can not exist, and download later.
1683
168413 February 2020: Wouter
1685	- tag for 1.10.0rc1 release.
1686
168712 February 2020: Wouter
1688	- Fix with libnettle make test with dsa disabled.
1689	- Fix contrib/fastrpz.patch to apply cleanly.  Fix for serve-stale
1690	  fixes, but it does not compile, conflicts with new rpz code.
1691	- Fix to clean memory leak of respip_addr.lock when ip_tree deleted.
1692	- Fix compile warning when threads disabled.
1693	- updated version number to 1.10.0.
1694
169510 February 2020: George
1696	- Document 'ub_result.was_ratelimited' in libunbound.
1697	- Fix use after free on log-identity after a reload; Fixes #163.
1698
16996 February 2020: George
1700	- Fix num_reply_states and num_detached_states counting with
1701	  serve_expired_callback.
1702	- Cleaner code in mesh_serve_expired_lookup.
1703	- Document in unbound.conf manpage that configuration clauses can be
1704	  repeated in the configuration file.
1705
17066 February 2020: Wouter
1707	- Fix num_reply_addr counting in mesh and tcp drop due to size
1708	  after serve_stale commit.
1709	- Fix to create and destroy rpz_lock in auth_zones structure.
1710	- Fix to lock zone before adding rpz qname trigger.
1711	- Fix to lock and release once in mesh_serve_expired_lookup.
1712	- Fix to put braces around empty if body when threading is disabled.
1713
17145 February 2020: George
1715	- Added serve-stale functionality as described in
1716	  draft-ietf-dnsop-serve-stale-10. `serve-expired-*` options can be used
1717	  to configure the behavior.
1718	- Updated cachedb to honor `serve-expired-ttl`; Fixes #107.
1719	- Renamed statistic `num.zero_ttl` to `num.expired` as expired replies
1720	  come with a configurable TTL value (`serve-expired-reply-ttl`).
1721	- Fixed stats when replying with cached, cname-aliased records.
1722	- Added missing default values for redis cachedb backend.
1723
17243 February 2020: Ralph
1725	- Add assertion to please static analyzer
1726
172731 January 2020: Wouter
1728	- Fix fclose on error in TLS session ticket code.
1729
173030 January 2020: Ralph
1731	- Fix memory leak in error condition remote.c
1732	- Fix double free in error condition view.c
1733	- Fix memory leak in do_auth_zone_transfer on success
1734	- Merge RPZ support into master. Only QNAME and Response IP triggers are
1735	  supported.
1736	- Stop working on socket when socket() call returns an error.
1737	- Check malloc return values in TLS session ticket code
1738
173930 January 2020: Wouter
1740	- Fix subnet tests for disabled DSA algorithm by default.
1741	- Update contrib/fastrpz.patch for clean diff with current code.
1742	- Merge PR#151: Fixes for systemd units, by Maryse47, Edmonds
1743	  and Frzk.  Updates the unbound.service systemd file and adds
1744	  a portable systemd service file.
1745	- updated .gitignore for added contrib file.
1746	- Add build rule for ipset to Makefile
1747	- Add getentropy_freebsd.o to Makefile dependencies.
1748
174929 January 2020: Ralph
1750	- Merge PR#156 from Alexander Berkes; Added unbound-control
1751	  view_local_datas_remove command.
1752
175329 January 2020: Wouter
1754	- Fix #157: undefined reference to `htobe64'.
1755
175628 January 2020: Ralph
1757	- Merge PR#147; change rfc reference for reserved top level dns names.
1758
175928 January 2020: Wouter
1760	- iana portlist updated.
1761	- Fix to silence the tls handshake errors for broken pipe and reset
1762	  by peer, unless verbosity is set to 2 or higher.
1763
176427 January 2020: Ralph
1765	- Merge PR#154; Allow use of libbsd functions with configure option
1766	  --with-libbsd. By Robert Edmonds and Steven Chamberlain.
1767	- Merge PR#148; Add some TLS stats to unbound_munin_. By Fredrik Pettai.
1768
176927 January 2020: Wouter
1770	- Merge PR#155 from Robert Edmonds: contrib/libunbound.pc.in: Fixes
1771	  to Libs/Requires for crypto library dependencies.
1772	- Fix #153: Disable validation for DSA algorithms.  RFC 8624
1773	  compliance.
1774
177523 January 2020: Wouter
1776	- Merge PR#150 from Frzk: Systemd unit without chroot.  It add
1777	  contrib/unbound_nochroot.service.in, a systemd file for use with
1778	  chroot: "", see comments in the file, it uses systemd protections
1779	  instead.
1780
178114 January 2020: Wouter
1782	- Removed the dnscrypt_queries and dnscrypt_queries_chacha tests,
1783	  because dnscrypt-proxy (2.0.36) does not support the test setup
1784	  any more, and also the config file format does not seem to have
1785	  the appropriate keys to recreate that setup.
1786	- Fix crash after reload where a stats lookup could reference old key
1787	  cache and neg cache structures.
1788	- Fix for memory leak when edns subnet config options are read when
1789	  compiled without edns subnet support.
1790	- Fix auth zone support for NSEC3 records without salt.
1791
179210 January 2020: Wouter
1793	- Fix the relationship between serve-expired and prefetch options,
1794	  patch from Saksham Manchanda from Secure64.
1795	- Fix unreachable code in ssl set options code.
1796
17978 January 2020: Ralph
1798	- Fix #138: stop binding pidfile inside chroot dir in systemd service
1799	  file.
1800
18018 January 2020: Wouter
1802	- Fix 'make test' to work for --disable-sha1 configure option.
1803	- Fix out-of-bounds null-byte write in sldns_bget_token_par while
1804	  parsing type WKS, reported by Luis Merino from X41 D-Sec.
1805	- Updated sldns_bget_token_par fix for also space for the zero
1806	  delimiter after the character.  And update for more spare space.
1807
18086 January 2020: George
1809	- Downgrade compat/getentropy_solaris.c to version 1.4 from OpenBSD.
1810	  The dl_iterate_phdr() function introduced in newer versions raises
1811	  compilation errors on solaris 10.
1812	- Changes to compat/getentropy_solaris.c for,
1813	  ifdef stdint.h inclusion for older systems.
1814	  ifdef sha2.h inclusion for older systems.
1815
18166 January 2020: Wouter
1817	- Merge #135 from Florian Obser: Use passed in neg and key cache
1818	  if non-NULL.
1819	- Fix #140: Document slave not downloading new zonefile upon update.
1820
182116 December 2019: George
1822	- Update mailing list URL.
1823
182412 December 2019: Ralph
1825	- Master is 1.9.7 in development.
1826	- Fix typo to let serve-expired-ttl work with ub_ctx_set_option(), by
1827	  Florian Obser
1828
182910 December 2019: Wouter
1830	- Fix to make auth zone IXFR to fallback to AXFR if a single
1831	  response RR is received over TCP with the SOA in it.
1832
18336 December 2019: Wouter
1834	- Fix ipsecmod compile.
1835	- Fix Makefile.in for ipset module compile, from Adi Prasaja.
1836	- release-1.9.6 tag, which became the 1.9.6 release
1837
18385 December 2019: Wouter
1839	- unbound-fuzzers.tar.bz2: three programs for fuzzing, that are 1:1
1840	  replacements for unbound-fuzzme.c that gets created after applying
1841	  the contrib/unbound-fuzzme.patch.  They are contributed by
1842	  Eric Sesterhenn from X41 D-Sec.
1843	- tag for 1.9.6rc1.
1844
18454 December 2019: Wouter
1846	- Fix lock type for memory purify log lock deletion.
1847	- Fix testbound for alloccheck runs, memory purify and lock checks.
1848	- update contrib/fastrpz.patch to apply more cleanly.
1849	- Fix Make Test Fails when Configured With --enable-alloc-nonregional,
1850	  reported by X41 D-Sec.
1851
18523 December 2019: Wouter
1853	- Merge pull request #124 from rmetrich: Changed log lock
1854	  from 'quick' to 'basic' because this is an I/O lock.
1855	- Fix text around serial arithmatic used for RRSIG times to refer
1856	  to correct RFC number.
1857	- Fix Assert Causing DoS in synth_cname(),
1858	  reported by X41 D-Sec.
1859	- Fix similar code in auth_zone synth cname to add the extra checks.
1860	- Fix Assert Causing DoS in dname_pkt_copy(),
1861	  reported by X41 D-Sec.
1862	- Fix OOB Read in sldns_wire2str_dname_scan(),
1863	  reported by X41 D-Sec.
1864	- Fix Out of Bounds Write in sldns_str2wire_str_buf(),
1865	  reported by X41 D-Sec.
1866	- Fix Out of Bounds Write in sldns_b64_pton(),
1867	  fixed by check in sldns_str2wire_int16_data_buf(),
1868	  reported by X41 D-Sec.
1869	- Fix Insufficient Handling of Compressed Names in dname_pkt_copy(),
1870	  reported by X41 D-Sec.
1871	- Fix Out of Bound Write Compressed Names in rdata_copy(),
1872	  reported by X41 D-Sec.
1873	- Fix Hang in sldns_wire2str_pkt_scan(),
1874	  reported by X41 D-Sec.
1875	  This further lowers the max to 256.
1876	- Fix snprintf() supports the n-specifier,
1877	  reported by X41 D-Sec.
1878	- Fix Bad Indentation, in dnscrypt.c,
1879	  reported by X41 D-Sec.
1880	- Fix Client NONCE Generation used for Server NONCE,
1881	  reported by X41 D-Sec.
1882	- Fix compile error in dnscrypt.
1883	- Fix _vfixed not Used, removed from sbuffer code,
1884	  reported by X41 D-Sec.
1885	- Fix Hardcoded Constant, reported by X41 D-Sec.
1886	- make depend
1887
18882 December 2019: Wouter
1889	- Merge pull request #122 from he32: In tcp_callback_writer(),
1890	  don't disable time-out when changing to read.
1891
189222 November 2019: George
1893	- Fix compiler warnings.
1894
189522 November 2019: Wouter
1896	- Fix dname loop maximum, reported by Eric Sesterhenn from X41 D-Sec.
1897	- Add make distclean that removes everything configure produced,
1898	  and make maintainer-clean that removes bison and flex output.
1899
190020 November 2019: Wouter
1901	- Fix Out of Bounds Read in rrinternal_get_owner(),
1902	  reported by X41 D-Sec.
1903	- Fix Race Condition in autr_tp_create(),
1904	  reported by X41 D-Sec.
1905	- Fix Shared Memory World Writeable,
1906	  reported by X41 D-Sec.
1907	- Adjust unbound-control to make stats_shm a read only operation.
1908	- Fix Weak Entropy Used For Nettle,
1909	  reported by X41 D-Sec.
1910	- Fix Randomness Error not Handled Properly,
1911	  reported by X41 D-Sec.
1912	- Fix Out-of-Bounds Read in dname_valid(),
1913	  reported by X41 D-Sec.
1914	- Fix Config Injection in create_unbound_ad_servers.sh,
1915	  reported by X41 D-Sec.
1916	- Fix Local Memory Leak in cachedb_init(),
1917	  reported by X41 D-Sec.
1918	- Fix Integer Underflow in Regional Allocator,
1919	  reported by X41 D-Sec.
1920	- Upgrade compat/getentropy_linux.c to version 1.46 from OpenBSD.
1921	- Synchronize compat/getentropy_win.c with version 1.5 from
1922	  OpenBSD, no changes but makes the file, comments, identical.
1923	- Upgrade compat/getentropy_solaris.c to version 1.13 from OpenBSD.
1924	- Upgrade compat/getentropy_osx.c to version 1.12 from OpenBSD.
1925	- Changes to compat/getentropy files for,
1926	  no link to openssl if using nettle, and hence config.h for
1927	  HAVE_NETTLE variable.
1928	  compat definition of MAP_ANON, for older systems.
1929	  ifdef stdint.h inclusion for older systems.
1930	  ifdef sha2.h inclusion for older systems.
1931	- Fixed Compat Code Diverging from Upstream, reported by X41 D-Sec.
1932	- Fix compile with --enable-alloc-checks, reported by X41 D-Sec.
1933	- Fix Terminating Quotes not Written, reported by X41 D-Sec.
1934	- Fix Useless memset() in validator, reported by X41 D-Sec.
1935	- Fix Unrequired Checks, reported by X41 D-Sec.
1936	- Fix Enum Name not Used, reported by X41 D-Sec.
1937	- Fix NULL Pointer Dereference via Control Port,
1938	  reported by X41 D-Sec.
1939	- Fix Bad Randomness in Seed, reported by X41 D-Sec.
1940	- Fix python examples/calc.py for eval, reported by X41 D-Sec.
1941	- Fix comments for doxygen in dns64.
1942
194319 November 2019: Wouter
1944	- Fix CVE-2019-18934, shell execution in ipsecmod.
1945	- 1.9.5 is 1.9.4 with bugfix, trunk is 1.9.6 in development.
1946	- Fix authzone printout buffer length check.
1947	- Fixes to please lint checks.
1948	- Fix Integer Overflow in Regional Allocator,
1949	  reported by X41 D-Sec.
1950	- Fix Unchecked NULL Pointer in dns64_inform_super()
1951	  and ipsecmod_new(), reported by X41 D-Sec.
1952	- Fix Out-of-bounds Read in rr_comment_dnskey(),
1953	  reported by X41 D-Sec.
1954	- Fix Integer Overflows in Size Calculations,
1955	  reported by X41 D-Sec.
1956	- Fix Integer Overflow to Buffer Overflow in
1957	  sldns_str2wire_dname_buf_origin(), reported by X41 D-Sec.
1958	- Fix Out of Bounds Read in sldns_str2wire_dname(),
1959	  reported by X41 D-Sec.
1960	- Fix Out of Bounds Write in sldns_bget_token_par(),
1961	  reported by X41 D-Sec.
1962
196318 November 2019: Wouter
1964	- In unbound-host use separate variable for get_option to please
1965	  code checkers.
1966	- update to bison output of 3.4.1 in code repository.
1967	- Provide a prototype for compat malloc to remove compile warning.
1968	- Portable grep usage for reuseport configure test.
1969	- Check return type of HMAC_Init_ex for openssl 0.9.8.
1970	- gitignore .source tempfile used for compatible make.
1971
197213 November 2019: Wouter
1973	- iana portlist updated.
1974	- contrib/fastrpz.patch updated to apply for current code.
1975	- fixes for splint cleanliness, long vs int in SSL set_mode.
1976
197711 November 2019: Wouter
1978	- Fix #109: check number of arguments for stdin-pipes in
1979	  unbound-control and fail if too many arguments.
1980	- Merge #102 from jrtc27: Add getentropy emulation for FreeBSD.
1981
198224 October 2019: Wouter
1983	- Fix #99: Memory leak in ub_ctx (event_base will never be freed).
1984
198523 October 2019: George
1986	- Add new configure option `--enable-fully-static` to enable full static
1987	  build if requested; in relation to #91.
1988
198923 October 2019: Wouter
1990	- Merge #97: manpage: Add missing word on unbound.conf,
1991	  from Erethon.
1992
199322 October 2019: Wouter
1994	- drop-tld.diff: adds option drop-tld: yesno that drops 2 label
1995	  queries, to stop random floods.  Apply with
1996	  patch -p1 < contrib/drop-tld.diff and compile.
1997	  From Saksham Manchanda (Secure64).  Please note that we think this
1998	  will drop DNSKEY and DS lookups for tlds and hence break DNSSEC
1999	  lookups for downstream clients.
2000
20017 October 2019: Wouter
2002	- Add doxygen comments to unbound-anchor source address code, in #86.
2003
20043 October 2019: Wouter
2005	- Merge #90 from vcunat: fix build with nettle-3.5.
2006	- Merge 1.9.4 release with fix for vulnerability CVE-2019-16866.
2007	- Continue with development of 1.9.5.
2008	- Merge #86 from psquarejho: Added -b source address option to
2009	  smallapp/unbound-anchor.c, from Lukas Wunner.
2010
201126 September 2019: Wouter
2012	- Merge #87 from hardfalcon: Fix contrib/unbound.service.in,
2013	  Drop CAP_KILL, use + prefix for ExecReload= instead.
2014
201525 September 2019: Wouter
2016	- The unbound.conf includes are sorted ascending, for include
2017	  statements with a '*' from glob.
2018
201923 September 2019: Wouter
2020	- Merge #85 for #84 from sam-lunt: Add kill capability to systemd
2021	  service file to fix that systemctl reload fails.
2022
202320 September 2019: Wouter
2024	- Merge #82 from hardfalcon: Downgrade CAP_NET_ADMIN to CAP_NET_RAW
2025	  in unbound.service.
2026	- Merge #81 from Maryse47: Consistently use /dev/urandom instead
2027	  of /dev/random in scripts and docs.
2028	- Merge #83 from Maryse47: contrib/unbound.service.in: do not fork
2029	  into the background.
2030
203119 September 2019: Wouter
2032	- Fix #78: Memory leak in outside_network.c.
2033	- Merge pull request #76 from Maryse47: Improvements and fixes for
2034	  systemd unbound.service.
2035	- oss-fuzz badge on README.md.
2036	- Fix fix for #78 to also free service callback struct.
2037	- Fix for oss-fuzz build warning.
2038	- Fix wrong response ttl for prepended short CNAME ttls, this would
2039	  create a wrong zero_ttl response count with serve-expired enabled.
2040	- Merge #80 from stasic: Improve wording in man page.
2041
204211 September 2019: Wouter
2043	- Use explicit bzero for wiping clear buffer of hash in cachedb,
2044	  reported by Eric Sesterhenn from X41 D-Sec.
2045
20469 September 2019: Wouter
2047	- Fix #72: configure --with-syslog-facility=LOCAL0-7 with default
2048	  LOG_DAEMON (as before) can set the syslog facility that the server
2049	  uses to log messages.
2050
20514 September 2019: Wouter
2052	- Fix #71: fix openssl error squelch commit compilation error.
2053
20543 September 2019: Wouter
2055	- squelch DNS over TLS errors 'ssl handshake failed crypto error'
2056	  on low verbosity, they show on verbosity 3 (query details), because
2057	  there is a high volume and the operator cannot do anything for the
2058	  remote failure.  Specifically filters the high volume errors.
2059
20602 September 2019: Wouter
2061	- ipset module #28: log that an address is added, when verbosity high.
2062	- ipset: refactor long routine into three smaller ones.
2063	- updated Makefile dependencies.
2064
206523 August 2019: Wouter
2066	- Fix contrib/fastrpz.patch asprintf return value checks.
2067
206822 August 2019: Wouter
2069	- Fix that pkg-config is setup before --enable-systemd needs it.
2070	- 1.9.3rc2 release candidate tag.  And this became the 1.9.3 release.
2071	  Master is 1.9.4 in development.
2072
207321 August 2019: Wouter
2074	- Fix log_dns_msg to log irrespective of minimal responses config.
2075
207619 August 2019: Ralph
2077	- Document limitation of pidfile removal outside of chroot directory.
2078
207916 August 2019: Wouter
2080	- Fix unittest valgrind false positive uninitialised value report,
2081	  where if gcc 9.1.1 uses -O2 (but not -O1) then valgrind 3.15.0
2082	  issues an uninitialised value for the token buffer at the str2wire.c
2083	  rrinternal_get_owner() strcmp with the '@' value.  Rewritten to use
2084	  straight character comparisons removes the false positive.  Also
2085	  valgrinds --expensive-definedness-checks=yes can stop this false
2086	  positive.
2087	- Please doxygen's parser for "@" occurrence in doxygen comment.
2088	- Fixup contrib/fastrpz.patch
2089	- Remove warning about unknown cast-function-type warning pragma.
2090
209115 August 2019: Wouter
2092	- iana portlist updated.
2093	- Fix autotrust temp file uniqueness windows compile.
2094	- avoid warning about upcast on 32bit systems for autotrust.
2095	- escape commandline contents for -V.
2096	- Fix character buffer size in ub_ctx_hosts.
2097	- 1.9.3rc1 release candidate tag.
2098	- Option -V prints if TCP fastopen is available.
2099
210014 August 2019: George
2101	- Fix #59, when compiled with systemd support check that we can properly
2102	  communicate with systemd through the `NOTIFY_SOCKET`.
2103
210414 August 2019: Wouter
2105	- Generate configlexer with newer flex.
2106	- Fix warning for unused variable for compilation without systemd.
2107
210812 August 2019: George
2109	- Introduce `-V` option to print the version number and build options.
2110	  Previously reported build options like linked libs and linked modules
2111	  are now moved from `-h` to `-V` as well for consistency.
2112	- PACKAGE_BUGREPORT now also includes link to GitHub issues.
2113
21141 August 2019: Wouter
2115	- For #52 #53, second context does not close logfile override.
2116	- Fix #52 #53, fix for example fail program.
2117	- Fix to return after failed auth zone http chunk write.
2118	- Fix to remove unused test for task_probe existance.
2119	- Fix to timeval_add for remaining second in microseconds.
2120	- Check repinfo in worker_handle_request, if null, drop it.
2121
212229 July 2019: Wouter
2123	- Add verbose log message when auth zone file is written, at level 4.
2124	- Add hex print of trust anchor pointer to trust anchor file temp
2125	  name to make it unique, for libunbound created multiple contexts.
2126
212723 July 2019: Wouter
2128	- Fix question section mismatch in local zone redirect.
2129
213019 July 2019: Wouter
2131	- Fix #49: Set no renegotiation on the SSL context to stop client
2132	  session renegotiation.
2133
213412 July 2019: Wouter
2135	- Fix #48: Unbound returns additional records on NODATA response,
2136	  if minimal-responses is enabled, also the additional for negative
2137	  responses is removed.
2138
21399 July 2019: Ralph
2140	- Fix in respip addrtree selection. Absence of addr_tree_init_parents()
2141	  call made it impossible to go up the tree when the matching netmask is
2142	  too specific.
2143
21445 July 2019: Ralph
2145	- Fix for possible assertion failure when answering respip CNAME from
2146	  cache.
2147
214825 June 2019: Wouter
2149	- For #45, check that 127.0.0.1 and ::1 are not used in unbound.conf
2150	  when do-not-query-localhost is turned on, or at default on,
2151	  unbound-checkconf prints a warning if it is found in forward-addr or
2152	  stub-addr statements.
2153
215424 June 2019: Wouter
2155	- Fix memleak in unit test, reported from the clang 8.0 static analyzer.
2156
215718 June 2019: Wouter
2158	- PR #28: IPSet module, by Kevin Chou.  Created a module to support
2159	  the ipset that could add the domain's ip to a list easily.
2160	  Needs libmnl, and --enable-ipset and config it, doc/README.ipset.md.
2161	- Fix to omit RRSIGs from addition to the ipset.
2162	- Fix to make unbound-control with ipset, remove unused variable,
2163	  use unsigned type because of comparison, and assign null instead
2164	  of compare with it.  Remade lex and yacc output.
2165	- make depend
2166	- Added documentation to the ipset files (for doxygen output).
2167	- Merge PR #6: Python module: support multiple instances
2168	- Merge PR #5: Python module: define constant MODULE_RESTART_NEXT
2169	- Merge PR #4: Python module: assign something useful to the
2170	  per-query data store 'qdata'
2171	- Fix python dict reference and double free in config.
2172
217317 June 2019: Wouter
2174	- Master contains version 1.9.3 in development.
2175	- Fix #39: In libunbound, leftover logfile is close()d unpredictably.
2176	- Fix for #24: Fix abort due to scan of auth zone masters using old
2177	  address from previous scan.
2178
217912 June 2019: Wouter
2180	- Fix another spoolbuf storage code point, in prefetch.
2181	- 1.9.2rc3 release candidate tag.  Which became the 1.9.2 release
2182	  on 17 June 2019.
2183
218411 June 2019: Wouter
2185	- Fix that fixes the Fix that spoolbuf is not used to store tcp
2186	  pipelined response between mesh send and callback end, this fixes
2187	  error cases that did not use the correct spoolbuf.
2188	- 1.9.2rc2 release candidate tag.
2189
21906 June 2019: Wouter
2191	- 1.9.2rc1 release candidate tag.
2192
21934 June 2019: Wouter
2194	- iana portlist updated.
2195
219629 May 2019: Wouter
2197	- Fix to guard _OPENBSD_SOURCE from redefinition.
2198
219928 May 2019: Wouter
2200	- Fix to define _OPENBSD_SOURCE to get reallocarray on NetBSD.
2201	- gitignore config.h.in~.
2202
220327 May 2019: Wouter
2204	- Fix double file close in tcp pipelined response code.
2205
220624 May 2019: Wouter
2207	- Fix that spoolbuf is not used to store tcp pipelined response
2208	  between mesh send and callback end.
2209
221020 May 2019: Wouter
2211	- Note that so-reuseport at extreme load is better turned off,
2212	  otherwise queries are not distributed evenly, on Linux 4.4.x.
2213
221416 May 2019: Wouter
2215	- Fix #31: swig 4.0 and python module.
2216
221713 May 2019: Wouter
2218	- Squelch log messages from tcp send about connection reset by peer.
2219	  They can be enabled with verbosity at higher values for diagnosing
2220	  network connectivity issues.
2221	- Attempt to fix malformed tcp response.
2222
22239 May 2019: Wouter
2224	- Revert fix for oss-fuzz, error is in that build script that
2225	  unconditionally includes .o files detected by configure, also
2226	  when the machine architecture uses different LIBOBJS files.
2227
22288 May 2019: Wouter
2229	- Attempt to fix build failure in oss-fuzz because of reallocarray.
2230	  https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=14648.
2231	  Does not omit compile flags from commandline.
2232
22337 May 2019: Wouter
2234	- Fix edns-subnet locks, in error cases the lock was not unlocked.
2235	- Fix doxygen output error on readme markdown vignettes.
2236
22376 May 2019: Wouter
2238	- Fix #29: Solaris 11.3 and missing symbols be64toh, htobe64.
2239	- Fix #30: AddressSanitizer finding in lookup3.c.  This sets the
2240	  hash function to use a slower but better auditable code that does
2241	  not read beyond array boundaries.  This makes code better security
2242	  checkable, and is better for security.  It is fixed to be slower,
2243	  but not read outside of the array.
2244
22452 May 2019: Wouter
2246	- contrib/fastrpz.patch updated for code changes, and with git diff.
2247	- Fix .gitignore, add pythonmod and dnstap generated files.
2248	  And unit test generated files, and generated doc files.
2249
22501 May 2019: Wouter
2251	- Update makedist for git.
2252	- Nicer travis output for clang analysis.
2253	- PR #16: XoT support, AXFR over TLS, turn it on with
2254	  master: <ip>#<authname> in unbound.conf.  This uses TLS to
2255	  download the AXFR (or IXFR).
2256
225725 April 2019: Wouter
2258	- Fix wrong query name in local zone redirect answers with a CNAME,
2259	  the copy of the local alias is in unpacked form.
2260
226118 April 2019: Ralph
2262	- Scrub RRs from answer section when reusing NXDOMAIN message for
2263	  subdomain answers.
2264	- For harden-below-nxdomain: do not consider a name to be non-exitent
2265	  when message contains a CNAME record.
2266
226718 April 2019: Wouter
2268	- travis build file.
2269
227016 April 2019: Wouter
2271	- Better braces in if statement in TCP fastopen code.
2272	- iana portlist updated.
2273
227415 April 2019: Wouter
2275	- Fix tls write event for read state change to re-call SSL_write and
2276	  not resume the TLS handshake.
2277
227811 April 2019: George
2279	- Update python documentation for init_standard().
2280	- Typos.
2281
228211 April 2019: Wouter
2283	- Fix that auth zone uses correct network type for sockets for
2284	  SOA serial probes.  This fixes that probes fail because earlier
2285	  probe addresses are unreachable.
2286	- Fix that auth zone fails over to next master for timeout in tcp.
2287	- Squelch SSL read and write connection reset by peer and broken pipe
2288	  messages.  Verbosity 2 and higher enables them.
2289
22908 April 2019: Wouter
2291	- Fix to use event_assign with libevent for thread-safety.
2292	- verbose information about auth zone lookup process, also lookup
2293	  start, timeout and fail.
2294	- Fix #17: Add python module example from Jan Janak, that is a
2295	  plugin for the Unbound DNS resolver to resolve DNS records in
2296	  multicast DNS [RFC 6762] via Avahi.  The plugin communicates
2297	  with Avahi via DBus. The comment section at the beginning of
2298	  the file contains detailed documentation.
2299	- Fix to wipe ssl ticket keys from memory with explicit_bzero,
2300	  if available.
2301
23025 April 2019: Wouter
2303	- Fix to reinit event structure for accepted TCP (and TLS) sockets.
2304
23054 April 2019: Wouter
2306	- Fix spelling error in log output for event method.
2307
23083 April 2019: Wouter
2309	- Move goto label in answer_from_cache to the end of the function
2310	  where it is more visible.
2311	- Fix auth-zone NSEC3 response for wildcard nodata answers,
2312	  include the closest encloser in the answer.
2313
23142 April 2019: Wouter
2315	- Fix auth-zone NSEC3 response for empty nonterminals with exact
2316	  match nsec3 records.
2317	- Fix for out of bounds integers, thanks to OSTIF audit.  It is in
2318	  allocation debug code.
2319	- Fix for auth zone nsec3 ent fix for wildcard nodata.
2320
232125 March 2019: Wouter
2322	- Fix that tls-session-ticket-keys: "" on its own in unbound.conf
2323	  disables the tls session ticker key calls into the OpenSSL API.
2324	- Fix crash if tls-servic-pem not filled in when necessary.
2325
232621 March 2019: Wouter
2327	- Fix #4240: Fix whitespace cleanup in example.conf.
2328
232919 March 2019: Wouter
2330	- add type CAA to libpyunbound (accessing libunbound from python).
2331
233218 March 2019: Wouter
2333	- Add log message, at verbosity 4, that says the query is encrypted
2334	  with TLS, if that is enabled for the query.
2335	- Fix #4239: set NOTIMPL when deny-any is enabled, for RFC8482.
2336
23377 March 2019: Wouter
2338	- Fix for #4233: guard use of NDEBUG, so that it can be passed in
2339	  CFLAGS into configure.
2340
23415 March 2019: Wouter
2342	- Tag release 1.9.1rc1.  Which became 1.9.1 on 12 March 2019.  Trunk
2343	  has 1.9.2 in development.
2344
23451 March 2019: Wouter
2346	- output forwarder log in ssl_req_order test.
2347
234828 February 2019: Wouter
2349	- Remove memory leak on pythonmod python2 script file init.
2350	- Remove swig gcc8 python function cast warnings, they are ignored.
2351	- Print correct module that failed when module-config is wrong.
2352
235327 February 2019: Wouter
2354	- Fix #4229: Unbound man pages lack information, about access-control
2355	  order and local zone tags, and elements in views.
2356	- Fix #14: contrib/unbound.init: Fix wrong comparison judgment
2357	  before copying.
2358	- Fix for python module on Windows, fix fopen.
2359
236025 February 2019: Wouter
2361	- Fix #4227: pair event del and add for libevent for tcp_req_info.
2362
236321 February 2019: Wouter
2364	- Fix the error for unknown module in module-config is understandable,
2365	  and explains it was not compiled in and where to see the list.
2366	- In example.conf explain where to put cachedb module in module-config.
2367	- In man page and example config explain that most modules have to
2368	  be listed at the start of module-config.
2369
237020 February 2019: Wouter
2371	- Fix pythonmod include and sockaddr_un ifdefs for compile on
2372	  Windows, and for libunbound.
2373
237418 February 2019: Wouter
2375	- Print query name with ip_ratelimit exceeded log lines.
2376	- Spaces instead of tabs in that log message.
2377	- Print query name and IP address when domain rate limit exceeded.
2378
237914 February 2019: Wouter
2380	- Fix capsforid canonical sort qsort callback.
2381
238211 February 2019: Wouter
2383	- Note default for module-config in man page.
2384	- Fix recursion lame test for qname minimisation asked queries,
2385	  that were not present in the set of prepared answers.
2386	- Fix #13: Remove left-over requirements on OpenSSL >= 1.1.0 for
2387	  cert name matching, from man page.
2388	- make depend, with newer gcc, nicer layout.
2389
23907 February 2019: Wouter
2391	- Fix #4206: OpenSSL 1.0.2 hostname verification for FreeBSD 11.2.
2392	- Fix that qname minimisation does not skip a label when missing
2393	  nameserver targets need to be fetched.
2394	- Fix #4225: clients seem to erroneously receive no answer with
2395	  DNS-over-TLS and qname-minimisation.
2396
23974 February 2019: Wouter
2398	- Fix that log-replies prints the correct name for local-alias
2399	  names, for names that have a CNAME in local-data configuration.
2400	  It logs the original query name, not the target of the CNAME.
2401	- Add local-zone type inform_redirect, which logs like type inform,
2402	  and redirects like type redirect.
2403	- Perform canonical sort for 0x20 capsforid compare of replies,
2404	  this sorts rrsets in the authority and additional section before
2405	  comparison, so that out of order rrsets do not cause failure.
2406
240731 January 2019: Wouter
2408	- Set ub_ctx_set_tls call signature in ltrace config file for
2409	  libunbound in contrib/libunbound.so.conf.
2410	- improve documentation for tls-service-key and forward-first.
2411	- #10: fixed pkg-config operations, PKG_PROG_PKG_CONFIG moved out of
2412	  conditional section, fixes systemd builds, from Enrico Scholz.
2413	- #9: For openssl 1.0.2 use the CRYPTO_THREADID locking callbacks,
2414	  still supports the set_id_callback previous API.  And for 1.1.0
2415	  no locking callbacks are needed.
2416	- #8: Fix OpenSSL without ENGINE support compilation.
2417	- Wipe TLS session key data from memory on exit.
2418
241930 January 2019: Ralph
2420	- Fix case in which query timeout can result in marking delegation
2421	  as edns_lame_known.
2422
242329 January 2019: Wouter
2424	- Fix spelling of tls-ciphers in example.conf.in.
2425	- Fix #4224: auth_xfr_notify.rpl test broken due to typo
2426	- Fix locking for libunbound context setup with broken port config.
2427
242828 January 2019: Wouter
2429	- ub_ctx_set_tls call for libunbound that enables DoT for the machines
2430	  set with ub_ctx_set_fwd.  Patch from Florian Obser.
2431	- Set build system for added call in the libunbound API.
2432	- List example config for root zone copy locally hosted with auth-zone
2433	  as suggested from draft-ietf-dnsop-7706-bis-02.  But with updated
2434	  B root address.
2435	- set version to 1.9.0 for release.  And this was released with the
2436	  spelling for tls-ciphers fix as 1.9.0 on Feb 5.  Trunk has 1.9.1 in
2437	  development.
2438
243925 January 2019: Wouter
2440	- Fix that tcp for auth zone and outgoing does not remove and
2441	  then gets the ssl read again applied to the deleted commpoint.
2442	- updated contrib/fastrpz.patch to cleanly diff.
2443	- no lock when threads disabled in tcp request buffer count.
2444	- remove compile warnings from libnettle compile.
2445	- output of newer lex 2.6.1 and bison 3.0.5.
2446
244724 January 2019: Wouter
2448	- Newer aclocal and libtoolize used for generating configure scripts,
2449	  aclocal 1.16.1 and libtoolize 2.4.6.
2450	- Fix unit test for python 3.7 new keyword 'async'.
2451	- clang analysis fixes, assert arc4random buffer in init,
2452	  no check for already checked delegation pointer in iterator,
2453	  in testcode check for NULL packet matches, in perf do not copy
2454	  from NULL start list when growing capacity.  Adjust host and file
2455	  only when present in test header read to please checker.  In
2456	  testcode for unknown macro operand give zero result. Initialise the
2457	  passed argv array in test code.  In test code add EDNS data
2458	  segment copy only when nonempty.
2459	- Patch from Florian Obser fixes some compiler warnings:
2460	  include mini_event.h to have a prototype for mini_ev_cmp
2461	  include edns.h to have a prototype for apply_edns_options
2462	  sldns_wire2str_edns_keepalive_print is only called in the wire2str,
2463	  module declare it static to get rid of compiler warning:
2464	  no previous prototype for function
2465	  infra_find_ip_ratedata() is only called in the infra module,
2466	  declare it static to get rid of compiler warning:
2467	  no previous prototype for function
2468	  do not shadow local variable buf in authzone
2469	  auth_chunks_delete and az_nsec3_findnode are only called in the
2470	  authzone module, declare them static to get rid of compiler warning:
2471	  no previous prototype for function...
2472	  copy_rrset() is only called in the respip module, declare it
2473	  static to get rid of compiler warning:
2474	  no previous prototype for function 'copy_rrset'
2475	  no need for another variable "r"; gets rid of compiler warning:
2476	  declaration shadows a local variable in libunbound.c
2477	  no need for another variable "ns"; gets rid of compiler warning:
2478	  declaration shadows a local variable in iterator.c
2479	- Moved includes and make depend.
2480
248123 January 2019: Wouter
2482	- Patch from Manabu Sonoda with tls-ciphers and tls-ciphersuites
2483	  options for unbound.conf.
2484	- Fixes for the patch, and man page entry.
2485	- Fix configure to detect SSL_CTX_set_ciphersuites, for better
2486	  library compatibility when compiling.
2487	- Patch for TLS session resumption from Manabu Sonoda,
2488	  enable with tls-session-ticket-keys in unbound.conf.
2489	- Fixes for patch (includes, declarations, warnings).  Free at end
2490	  and keep config options in order read from file to keep the first
2491	  one as the first one.
2492	- Fix for IXFR fallback to reset counter when IXFR does not timeout.
2493
249422 January 2019: Wouter
2495	- Fix space calculation for tcp req buffer size.
2496	- Doc for stream-wait-size and unit test.
2497	- unbound-control stats has mem.streamwait that counts TCP and TLS
2498	  waiting result buffers.
2499	- Fix for #4219: secondaries not updated after serial change, unbound
2500	  falls back to AXFR after IXFR gives several timeout failures.
2501	- Fix that auth zone after IXFR fallback tries the same master.
2502
250321 January 2019: Wouter
2504	- Fix tcp idle timeout test, for difference in the tcp reply code.
2505	- Unit test for tcp request reorder and timeouts.
2506	- Unit tests for ssl out of order processing.
2507	- Fix that multiple dns fragments can be carried in one TLS frame.
2508	- Add stream-wait-size: 4m config option to limit the maximum
2509	  memory used by waiting tcp and tls stream replies.  This avoids
2510	  a denial of service where these replies use up all of the memory.
2511
251217 January 2019: Wouter
2513	- For caps-for-id fallback, use the whitelist to avoid timeout
2514	  starting a fallback sequence for it.
2515	- increase mesh max activation count for capsforid long fetches.
2516
251716 January 2019: Ralph
2518	- Get ready for the DNS flag day: remove EDNS lame procedure, do not
2519	  re-query without EDNS after timeout.
2520
252115 January 2019: Wouter
2522	- In the out of order processing, reset byte count for (potential)
2523	  partial read.
2524	- Review fixes in out of order processing.
2525
252614 January 2019: Wouter
2527	- streamtcp option -a send queries consecutively and prints answers
2528	  as they arrive.
2529	- Fix for out of order processing administration quit cleanup.
2530	- unit test for tcp out of order processing.
2531
253211 January 2019: Wouter
2533	- Initial commit for out-of-order processing for TCP and TLS.
2534
25359 January 2019: Wouter
2536	- Log query name for looping module errors.
2537
25388 January 2019: Wouter
2539	- Fix syntax in comment of local alias processing.
2540	- Fix NSEC3 record that is returned in wildcard replies from
2541	  auth-zone zones with NSEC3 and wildcards.
2542
25437 January 2019: Wouter
2544	- On FreeBSD warn if systcl settings do not allow server TCP FASTOPEN,
2545	  and server tcp fastopen is enabled at compile time.
2546	- Document interaction between the tls-upstream option in the server
2547	  section and forward-tls-upstream option in the forward-zone sections.
2548	- Add contrib/unbound-fuzzme.patch from Jacob Hoffman-Andrews,
2549	  the patch adds a program used for fuzzing.
2550
255112 December 2018: Wouter
2552	- Fix for crash in dns64 module if response is null.
2553
255410 December 2018: Wouter
2555	- Fix config parser memory leaks.
2556	- ip-ratelimit-factor of 1 allows all traffic through, instead of the
2557	  previous blocking everything.
2558	- Fix for FreeBSD port make with dnscrypt and dnstap enabled.
2559	- Fix #4206: support openssl 1.0.2 for TLS hostname verification,
2560	  alongside the 1.1.0 and later support that is already there.
2561	- Fixup openssl 1.0.2 compile
2562
25636 December 2018: Wouter
2564	- Fix dns64 allocation in wrong region for returned internal queries.
2565
25663 December 2018: Wouter
2567	- Fix icon, no ragged edges and nicer resolutions available, for eg.
2568	  Win 7 and Windows 10 display.
2569	- cache-max-ttl also defines upperbound of initial TTL in response.
2570
257130 November 2018: Wouter
2572	- Patch for typo in unbound.conf man page.
2573	- log-tag-queryreply: yes in unbound.conf tags the log-queries and
2574	  log-replies in the log file for easier log filter maintenance.
2575
257629 November 2018: Wouter
2577	- iana portlist updated.
2578	- Fix chroot auth-zone fix to remove chroot prefix.
2579	- tag for 1.8.2rc1, which became 1.8.2 on 4 dec 2018, with icon
2580	  updated.  Trunk contains 1.8.3 in development.
2581	  Which became 1.8.3 on 11 december with only the dns64 fix of 6 dec.
2582	  Trunk then became 1.8.4 in development.
2583	- Fix that unbound-checkconf does not complains if the config file
2584	  is not placed inside the chroot.
2585	- Refuse to start with no ports.
2586	- Remove clang analysis warnings.
2587
258828 November 2018: Wouter
2589	- Fix leak in chroot fix for auth-zone.
2590	- Fix clang analysis for outside directory build test.
2591
259227 November 2018: Wouter
2593	- Fix DNS64 to not store intermediate results in cache, this avoids
2594	  other threads from picking up the wrong data.  The module restores
2595	  the previous no_cache_store setting when the the module is finished.
2596	- Fix #4208: 'stub-no-cache' and 'forward-no-cache' not work.
2597	- New and better fix for Fix #4193: Fix that prefetch failure does
2598	  not overwrite valid cache entry with SERVFAIL.
2599	- auth-zone give SERVFAIL when expired, fallback activates when
2600	  expired, and this is documented in the man page.
2601	- stat count SERVFAIL downstream auth-zone queries for expired zones.
2602	- Put new logos into windows installer.
2603	- Fix windows compile for new rrset roundrobin fix.
2604	- Update contrib fastrpz patch for latest release.
2605
260626 November 2018: Wouter
2607	- Fix to not set GLOB_NOSORT so the unbound.conf include: files are
2608	  sorted and in a predictable order.
2609	- Fix #4193: Fix that prefetch failure does not overwrite valid cache
2610	  entry with SERVFAIL.
2611	- Add unbound-control view_local_datas command, like local_datas.
2612	- Fix that unbound-control can send file for view_local_datas.
2613
261422 November 2018: Wouter
2615	- With ./configure --with-pyunbound --with-pythonmodule
2616	  PYTHON_VERSION=3.6 or with 2.7 unbound can compile and unit tests
2617	  succeed for the python module.
2618	- pythonmod logs the python error and traceback on failure.
2619	- ignore debug python module for test in doxygen output.
2620	- review fixes for python module.
2621	- Fix #4209: Crash in libunbound when called from getdns.
2622	- auth zone zonefiles can be in a chroot, the chroot directory
2623	  components are removed before use.
2624	- Fix that empty zonefile means the zonefile is not set and not used.
2625	- make depend.
2626
262721 November 2018: Wouter
2628	- Scrub NS records from NODATA responses as well.
2629
263020 November 2018: Wouter
2631	- Scrub NS records from NXDOMAIN responses to stop fragmentation
2632	  poisoning of the cache.
2633	- Add patch from Jan Vcelak for pythonmod,
2634	  add sockaddr_storage getters, add support for query callbacks,
2635	  allow raw address access via comm_reply and update API documentation.
2636	- Removed compile warnings in pythonmod sockaddr routines.
2637
263819 November 2018: Wouter
2639	- Support SO_REUSEPORT_LB in FreeBSD 12 with the so-reuseport: yes
2640	  option in unbound.conf.
2641
26426 November 2018: Ralph
2643	- Bugfix min-client-subnet-ipv6
2644
264525 October 2018: Ralph
2646	- Add min-client-subnet-ipv6 and min-client-subnet-ipv4 options.
2647
264825 October 2018: Wouter
2649	- Fix #4191: NXDOMAIN vs SERVFAIL during dns64 PTR query.
2650	- Fix #4190: Please create a "ANY" deny option, adds the option
2651	  deny-any: yes in unbound.conf.  This responds with an empty message
2652	  to queries of type ANY.
2653	- Fix #4141: More randomness to rrset-roundrobin.
2654	- Fix #4132: Openness/closeness of RANGE intervals in rpl files.
2655	- Fix #4126: RTT_band too low on VSAT links with 600+ms latency,
2656	  adds the option unknown-server-time-limit to unbound.conf that
2657	  can be increased to avoid the problem.
2658	- remade makefile dependencies.
2659	- Fix #4152: Logs shows wrong time when using log-time-ascii: yes.
2660
266124 October 2018: Ralph
2662	- Add markdel function to ECS slabhash.
2663	- Limit ECS scope returned to client to the scope used for caching.
2664	- Make lint like previous #4154 fix.
2665
266622 October 2018: Wouter
2667	- Fix #4192: unbound-control-setup generates keys not readable by
2668	  group.
2669	- check that the dnstap socket file can be opened and exists, print
2670	  error if not.
2671	- Fix #4154: make ECS_MAX_TREESIZE configurable, with
2672	  the max-ecs-tree-size-ipv4 and max-ecs-tree-size-ipv6 options.
2673
267422 October 2018: Ralph
2675	- Change fast-server-num default to 3.
2676
26778 October 2018: Ralph
2678	- Add fast-server-permil and fast-server-num options.
2679	- Deprecate low-rtt and low-rtt-permil options.
2680
26818 October 2018: Wouter
2682	- Squelch log of failed to tcp initiate after TCP Fastopen failure.
2683
26845 October 2018: Wouter
2685	- Squelch EADDRNOTAVAIL errors when the interface goes away,
2686	  this omits 'can't assign requested address' errors unless
2687	  verbosity is set to a high value.
2688	- Set default for so-reuseport to no for FreeBSD.  It is enabled
2689	  by default for Linux and DragonFlyBSD.  The setting can
2690	  be configured in unbound.conf to override the default.
2691	- iana port update.
2692
26932 October 2018: Wouter
2694	- updated contrib/fastrpz.patch to apply for this version
2695	- dnscrypt.c removed sizeof to get array bounds.
2696	- Fix testlock code to set noreturn on error routine.
2697	- Remove unused variable from contrib fastrpz/rpz.c and
2698	  remove unused diagnostic pragmas that themselves generate warnings
2699	- clang analyze test is used only when assertions are enabled.
2700
27011 October 2018: Wouter
2702	- tag for release 1.8.1rc1.  Became release 1.8.1 on 8 oct, with
2703	  fastrpz.patch fix included.  Trunk has 1.8.2 in development.
2704
270527 September 2018: Wouter
2706	- Fix #4188: IPv6 forwarders without ipv6 result in SERVFAIL, fixes
2707	  qname minimisation with a forwarder when connectivity has issues
2708	  from rejecting responses.
2709
271025 September 2018: Wouter
2711	- Perform TLS SNI indication of the host that is being contacted
2712	  for DNS over TLS service.  It sets the configured tls auth name.
2713	  This is useful for hosts that apart from the DNS over TLS services
2714	  also provide other (web) services.
2715	- Fix #4149: Add SSL cleanup for tcp timeout.
2716
271717 September 2018: Wouter
2718	- Fix compile on Mac for unbound, provide explicit_bzero when libc
2719	  does not have it.
2720	- Fix unbound for openssl in FIPS mode, it uses the digests with
2721	  the EVP call contexts.
2722	- Fix that with harden-below-nxdomain and qname minisation enabled
2723	  some iterator states for nonresponsive domains can get into a
2724	  state where they waited for an empty list.
2725	- Stop UDP to TCP failover after timeouts that causes the ping count
2726	  to be reset by the TCP time measurement (that exists for TLS),
2727	  because that causes the UDP part to not be measured as timeout.
2728	- Fix #4156: Fix systemd service manager state change notification.
2729
273013 September 2018: Wouter
2731	- Fix seed for random backup code to use explicit zero when wiped.
2732	- exit log routine is annotated as noreturn function.
2733	- free memory leaks in config strlist and str2list insert functions.
2734	- do not move unused argv variable after getopt.
2735	- Remove unused if clause in testcode.
2736	- in testcode, free async ids, initialise array, and check for null
2737	  pointer during test of the test.  And use exit for return to note
2738	  irregular program stop.
2739	- Free memory leak in config strlist append.
2740	- make sure nsec3 comparison salt is initialized.
2741	- unit test has clang analysis.
2742	- remove unused variable assignment from iterator scrub routine.
2743	- check for null in delegation point during iterator refetch
2744	  in forward zone.
2745	- neater pointer cast in libunbound context quit routine.
2746	- initialize statistics totals for printout.
2747	- in authzone check that node exists before adding rrset.
2748	- in unbound-anchor, use readwrite memory BIO.
2749	- assertion in autotrust that packed rrset is formed correctly.
2750	- Fix memory leak when message parse fails partway through copy.
2751	- remove unused udpsize assignment in message encode.
2752	- nicer bio free code in unbound-anchor.
2753	- annotate exit functions with noreturn in unbound-control.
2754
275511 September 2018: Wouter
2756	- Fixed unused return value warnings in contrib/fastrpz.patch for
2757	  asprintf.
2758	- Fix to squelch respip warning in unit test, it is printed at
2759	  higher verbosity settings.
2760	- Fix spelling errors.
2761	- Fix initialisation in remote.c
2762
276310 September 2018: Wouter
2764	- 1.8.1 in svn trunk. (changes from 4,5,.. sep apply).
2765	- iana port update.
2766
27675 September 2018: Wouter
2768	- Fix spelling error in header, from getdns commit by Andreas Gelmini.
2769
27704 September 2018: Ralph
2771	- More explicitly mention the type of ratelimit when applying
2772	  ip-ratelimit.
2773
27744 September 2018: Wouter
2775	- Tag for 1.8.0rc1 release, became 1.8.0 release on 10 Sep 2018.
2776
277731 August 2018: Wouter
2778	- Disable minimal-responses in subnet unit tests.
2779
278030 August 2018: Wouter
2781	- Fix that a local-zone with a local-zone-type that is transparent
2782	  in a view with view-first, makes queries check for answers from the
2783	  local-zones defined outside of views.
2784
278528 August 2018: Ralph
2786	- Disable minimal-responses in ipsecmod unit tests.
2787	- Added serve-expired-ttl and serve-expired-ttl-reset options.
2788
278927 August 2018: Wouter
2790	- Set defaults to yes for a number of options to increase speed and
2791	  resilience of the server.  The so-reuseport, harden-below-nxdomain,
2792	  and minimal-responses options are enabled by default.  They used
2793	  to be disabled by default, waiting to make sure they worked.  They
2794	  are enabled by default now, and can be disabled explicitly by
2795	  setting them to "no" in the unbound.conf config file.  The reuseport
2796	  and minimal options increases speed of the server, and should be
2797	  otherwise harmless.  The harden-below-nxdomain option works well
2798	  together with the recently default enabled qname minimisation, this
2799	  causes more fetches to use information from the cache.
2800	- next release is called 1.8.0.
2801	- Fix lintflags for lint on FreeBSD.
2802
280322 August 2018: George
2804	- #4140: Expose repinfo (comm_reply) to the inplace_callbacks. This
2805	  gives access to reply information for the client's communication
2806	  point when the callback is called before the mesh state (modules).
2807	  Changes to C and Python's inplace_callback signatures were also
2808	  necessary.
2809
281021 August 2018: Wouter
2811	- log-local-actions: yes option for unbound.conf that logs all the
2812	  local zone actions, a patch from Saksham Manchanda (Secure64).
2813	- #4146: num.query.subnet and num.query.subnet_cache counters.
2814	- Fix only misc failure from log-servfail when val-log-level is not
2815	  enabled.
2816
281717 August 2018: Ralph
2818	- Fix classification for QTYPE=CNAME queries when QNAME minimisation is
2819 	  enabled.
2820
282117 August 2018: Wouter
2822	- Set libunbound to increase current, because the libunbound change
2823	  to the event callback function signature.  That needs programs,
2824	  that use it, to recompile against the new header definition.
2825	- print servfail info to log as error.
2826	- added more servfail printout statements, to the iterator.
2827	- log-servfail: yes prints log lines that say why queries are
2828	  returning SERVFAIL to clients.
2829
283016 August 2018: Wouter
2831	- Fix warning on compile without threads.
2832	- Fix contrib/fastrpz.patch.
2833
283415 August 2018: Wouter
2835	- Fix segfault in auth-zone read and reorder of RRSIGs.
2836
283714 August 2018: Wouter
2838	- Fix that printout of error for cycle targets is a verbosity 4
2839	  printout and does not wrongly print it is a memory error.
2840	- Upgraded crosscompile script to include libunbound DLL in the
2841	  zipfile.
2842
284310 August 2018: Wouter
2844	- Fix #4144: dns64 module caches wrong (negative) information.
2845
28469 August 2018: Wouter
2847	- unbound-checkconf checks if modules exist and prints if they are
2848	  not compiled in the name of the wrong module.
2849	- document --enable-subnet in doc/README.
2850	- Patch for stub-no-cache and forward-no-cache options that disable
2851	  caching for the contents of that stub or forward, for when you
2852	  want immediate changes visible, from Bjoern A. Zeeb.
2853
28547 August 2018: Ralph
2855	- Make capsforid fallback QNAME minimisation aware.
2856
28577 August 2018: Wouter
2858	- Fix #4142: unbound.service.in: improvements and fixes.
2859	  Add unit dependency ordering (based on systemd-resolved).
2860	  Add 'CAP_SYS_RESOURCE' to 'CapabilityBoundingSet' (fixes warnings
2861	  about missing privileges during startup). Add 'AF_INET6' to
2862	  'RestrictAddressFamilies' (without it IPV6 can't work). From
2863	  Guido Shanahan.
2864	- Patch to implement tcp-connection-limit from Jim Hague (Sinodun).
2865	  This limits the number of simultaneous TCP client connections
2866	  from a nominated netblock.
2867	- make depend, yacc, lex, doc, headers.  And log the limit exceeded
2868	  message only on high verbosity, so as to not spam the logs when
2869	  it is busy.
2870
28716 August 2018: Wouter
2872	- Fix for #4136: Fix to unconditionally call destroy in daemon.c.
2873
28743 August 2018: George
2875	- Expose if a query (or a subquery) was ratelimited (not src IP
2876	  ratelimiting) to libunbound under 'ub_result.was_ratelimited'.
2877	  This also introduces a change to 'ub_event_callback_type' in
2878	  libunbound/unbound-event.h.
2879	- Tidy pylib tests.
2880
28813 August 2018: Wouter
2882	- Revert previous change for #4136: because it introduces build
2883	  problems.
2884	- New fix for #4136: This one ignores lex without without
2885	  yylex_destroy.
2886
28871 August 2018: Wouter
2888	- Fix to remove systemd sockaddr function check, that is not
2889	  always present.  Make socket activation more lenient.  But not
2890	  different when socket activation is not used.
2891	- iana port list update.
2892
289331 July 2018: Wouter
2894	- Patches from Jim Hague (Sinodun) for EDNS KeepAlive.
2895	- Sort out test runs when the build directory isn't the project
2896	  root directory.
2897	- Add config tcp-idle-timeout (default 30s). This applies to
2898	  client connections only; the timeout on TCP connections upstream
2899	  is unaffected.
2900	- Error if EDNS Keepalive received over UDP.
2901	- Add edns-tcp-keepalive and edns-tcp-keepalive timeout options
2902	  and implement option in client responses.
2903	- Correct and expand manual page entries for keepalive and idle timeout.
2904	- Implement progressive backoff of TCP idle/keepalive timeout.
2905	- Fix 'make depend' to work when build dir is not project root.
2906	- Add delay parameter to streamtcp, -d secs.
2907	  To be used when testing idle timeout.
2908	- From Wouter: make depend, the dependencies in the patches did not
2909	  apply cleanly.  Also remade yacc and lex.
2910	- Fix mesh.c incompatible pointer pass.
2911	- Please doxygen so it passes.
2912	- Fix #4139: Fix unbound-host leaks memory on ANY.
2913
291430 July 2018: Wouter
2915	- Fix #4136: insufficiency from mismatch of FLEX capability between
2916	  released tarball and build host.
2917
291827 July 2018: Wouter
2919	- Fix man page, say that chroot is enabled by default.
2920
292126 July 2018: Wouter
2922	- Fix #4135: 64-bit Windows Installer Creates Entries Under The
2923	  Wrong Registry Key, reported by Brian White.
2924
292523 July 2018: Wouter
2926	- Fix use-systemd readiness signalling, only when use-systemd is yes
2927	  and not in signal handler.
2928
292920 July 2018: Wouter
2930	- Fix #4130: print text describing -dd and unbound-checkconf on
2931	  config file read error at startup, the errors may have been moved
2932	  away by the startup process.
2933	- Fix #4131: for solaris, error YY_CURRENT_BUFFER undeclared.
2934
293519 July 2018: Wouter
2936	- Fix #4129 unbound-control error message with wrong cert permissions
2937	  is too cryptic.
2938
293917 July 2018: Wouter
2940	- Fix #4127 unbound -h does not list -p help.
2941	- Print error if SSL name verification configured but not available
2942	  in the ssl library.
2943	- Fix that ratelimit and ip-ratelimit are applied after reload of
2944	  changed config file.
2945	- Resize ratelimit and ip-ratelimit caches if changed on reload.
2946
294716 July 2018: Wouter
2948	- Fix qname minimisation NXDOMAIN validation lookup failures causing
2949	  error_supers assertion fails.
2950	- Squelch can't bind socket errors with Permission denied unless
2951	  verbosity is 4 or higher, for UDP outgoing sockets.
2952
295312 July 2018: Wouter
2954	- Fix to improve systemd socket activation code file descriptor
2955	  assignment.
2956	- Fix for 4126 that the #define for UNKNOWN_SERVER_NICENESS can be more
2957	  easily changed to adjust default rtt assumptions.
2958
295910 July 2018: Wouter
2960	- Note in documentation that the cert name match code needs
2961	  OpenSSL 1.1.0 or later to be enabled.
2962
29636 July 2018: Wouter
2964	- Fix documentation ambiguity for tls-win-cert in tls-upstream and
2965	  forward-tls-upstream docs.
2966	- iana port update.
2967	- Note RFC8162 support.  SMIMEA record type can be read in by the
2968	  zone record parser.
2969	- Fix round robin for failed addresses with prefer-ip6: yes
2970
29714 July 2018: Wouter
2972	- Fix #4112: Fix that unbound-anchor -f /etc/resolv.conf will not pass
2973	  if DNSSEC is not enabled.  New option -R allows fallback from
2974	  resolv.conf to direct queries.
2975
29763 July 2018: Wouter
2977	- Better documentation for unblock-lan-zones and insecure-lan-zones
2978	  config statements.
2979	- Fix permission denied printed for auth zone probe random port nrs.
2980
29812 July 2018: Wouter
2982	- Fix checking for libhiredis printout in configure output.
2983	- Fix typo on man page in ip-address description.
2984	- Update libunbound/python/examples/dnssec_test.py example code to
2985	  also set the 20326 trust anchor for the root in the example code.
2986
298729 June 2018: Wouter
2988	- dns64-ignore-aaaa: config option to list domain names for which the
2989	  existing AAAA is ignored and dns64 processing is used on the A
2990	  record.
2991
299228 June 2018: Wouter
2993	- num.queries.tls counter for queries over TLS.
2994	- log port number with err_addr logs.
2995
299627 June 2018: Wouter
2997	- #4109: Fix that package config depends on python unconditionally.
2998	- Patch, do not export python from pkg-config, from Petr Menšík.
2999
300026 June 2018: Wouter
3001	- Partial fix for permission denied on IPv6 address on FreeBSD.
3002	- Fix that auth-zone master reply with current SOA serial does not
3003	  stop scan of masters for an updated zone.
3004	- Fix that auth-zone does not start the wait timer without checking
3005	  if the wait timer has already been started.
3006
300721 June 2018: Wouter
3008	- #4108: systemd reload hang fix.
3009	- Fix usage printout for unbound-host, hostname has to be last
3010	  argument on BSDs and Windows.
3011
301219 June 2018: Wouter
3013	- Fix for unbound-control on Windows and set TCP socket parameters
3014	  more closely.
3015	  This fix is part of 1.7.3.
3016	- Windows example service.conf edited with more windows specific
3017	  configuration.
3018	- Fix windows unbound-control no cert bad file descriptor error.
3019	  This fix is part of 1.7.3.
3020
302118 June 2018: Wouter
3022	- Fix that control-use-cert: no works for 127.0.0.1 to disable certs.
3023	  This fix is part of 1.7.3rc2.
3024	- Fix unbound-checkconf for control-use-cert.
3025	  This fix is part of 1.7.3.
3026
302715 June 2018: Wouter
3028	- tag for 1.7.3rc1.
3029	- trunk has 1.7.4.
3030	- unbound-control auth_zone_reload _zone_ option rereads the zonefile.
3031	- unbound-control auth_zone_transfer _zone_ option starts the probe
3032	  sequence for a master to transfer the zone from and transfers when
3033	  a new zone version is available.
3034
303514 June 2018: Wouter
3036	- #4103: Fix that auth-zone does not insist on SOA record first in
3037	  file for url downloads.
3038	- Fix that first control-interface determines if TLS is used.  Warn
3039	  when IP address interfaces are used without TLS.
3040	- Fix nettle compile.
3041
304212 June 2018: Ralph
3043	- Don't count CNAME response types received during qname minimisation as
3044	  query restart.
3045
304612 June 2018: Wouter
3047	- #4102 for NSD, but for Unbound.  Named unix pipes do not use
3048	  certificate and key files, access can be restricted with file and
3049	  directory permissions.  The option control-use-cert is no longer
3050	  used, and ignored if found in unbound.conf.
3051	- Rename tls-additional-ports to tls-additional-port, because every
3052	  line adds one port.
3053	- Fix buffer size warning in unit test.
3054	- remade dependencies in the Makefile.
3055
30566 June 2018: Wouter
3057	- Patch to fix openwrt for mac os build darwin detection in configure.
3058
30595 June 2018: Wouter
3060	- Fix crash if ratelimit taken into use with unbound-control
3061	  instead of with unbound.conf.
3062
30634 June 2018: Wouter
3064	- Fix deadlock caused by incoming notify for auth-zone.
3065	- tag for 1.7.2rc1, became 1.7.2 release on 11 June 2018,
3066	  trunk is 1.7.3 in development from this point.
3067	- #4100: Fix stub reprime when it becomes useless.
3068
30691 June 2018: Wouter
3070	- Rename additional-tls-port to tls-additional-ports.
3071	  The older name is accepted for backwards compatibility.
3072
307330 May 2018: Wouter
3074	- Patch from Syzdek: Add ability to ignore RD bit and treat all
3075	  requests as if the RD bit is set.
3076
307729 May 2018: Wouter
3078	- in compat/arc4random call getentropy_urandom when getentropy fails
3079	  with ENOSYS.
3080	- Fix that fallback for windows port.
3081
308228 May 2018: Wouter
3083	- Fix windows tcp and tls spin on events.
3084	- Add routine from getdns to add windows cert store to the SSL_CTX.
3085	- tls-win-cert option that adds the system certificate store for
3086	  authenticating DNS-over-TLS connections.  It can be used instead
3087	  of the tls-cert-bundle option, or with it to add certificates.
3088
308925 May 2018: Wouter
3090	- For TCP and TLS connections that don't establish, perform address
3091	  update in infra cache, so future selections can exclude them.
3092	- Fix that tcp sticky events are removed for closed fd on windows.
3093	- Fix close events for tcp only.
3094
309524 May 2018: Wouter
3096	- Fix that libunbound can do DNS-over-TLS, when configured.
3097	- Fix that windows unbound service can use DNS-over-TLS.
3098	- unbound-host initializes ssl (for potential DNS-over-TLS usage
3099	  inside libunbound), when ssl upstream or a cert-bundle is configured.
3100
310123 May 2018: Wouter
3102	- Use accept4 to speed up incoming TCP (and TLS) connections,
3103	  available on Linux, FreeBSD and OpenBSD.
3104
310517 May 2018: Ralph
3106	- Qname minimisation default changed to yes.
3107
310815 May 2018: Wouter
3109	- Fix low-rtt-pct to low-rtt-permil, as it is parts in one thousand.
3110
311111 May 2018: Wouter
3112	- Fix contrib/libunbound.pc for libssl libcrypto references,
3113	  from https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=226914
3114
31157 May 2018: Wouter
3116	- Fix windows to not have sticky TLS events for TCP.
3117	- Fix read of DNS over TLS length and data in one read call.
3118	- Fix mesh state assertion failure due to callback removal.
3119
31203 May 2018: Wouter
3121	- Fix that configure --with-libhiredis also turns on cachedb.
3122	- Fix gcc 8 buffer warning in testcode.
3123	- Fix function type cast warning in libunbound context callback type.
3124
31252 May 2018: Wouter
3126	- Fix fail to reject dead peers in forward-zone, with ssl-upstream.
3127
31281 May 2018: Wouter
3129	- Fix that unbound-control reload frees the rrset keys and returns
3130	  the memory pages to the system.
3131
313230 April 2018: Wouter
3133	- Fix spelling error in man page and note defaults as no instead of
3134	  off.
3135
313626 April 2018: Wouter
3137	- Fix for crash in daemon_cleanup with dnstap during reload,
3138	  from Saksham Manchanda.
3139	- Also that for dnscrypt.
3140	- tag for 1.7.1rc1 release.  Became 1.7.1 release on 3 May, trunk
3141	  is from here 1.7.2 in development.
3142
314325 April 2018: Ralph
3144	- Fix memory leak when caching wildcard records for aggressive NSEC use
3145
314624 April 2018: Wouter
3147	- Fix contrib/fastrpz.patch for this release.
3148	- Fix auth https for libev.
3149
315024 April 2018: Ralph
3151	- Added root-key-sentinel support
3152
315323 April 2018: Wouter
3154	- makedist uses bz2 for expat code, instead of tar.gz.
3155	- Fix #4092: libunbound: use-caps-for-id lacks colon in
3156	  config_set_option.
3157	- auth zone http download stores exact copy of downloaded file,
3158	  including comments in the file.
3159	- Fix sldns parse failure for CDS alternate delete syntax empty hex.
3160	- Attempt for auth zone fix; add of callback in mesh gets from
3161	  callback does not skip callback of result.
3162	- Fix cname classification with qname minimisation enabled.
3163	- list_auth_zones unbound-control command.
3164
316520 April 2018: Wouter
3166	- man page documentation for dns-over-tls forward-addr '#' notation.
3167	- removed free from failed parse case.
3168	- Fix #4091: Fix that reload of auth-zone does not merge the zonefile
3169	  with the previous contents.
3170	- Delete auth zone when removed from config.
3171
317219 April 2018: Wouter
3173	- Can set tls authentication with forward-addr: IP#tls.auth.name
3174	  And put the public cert bundle in tls-cert-bundle: "ca-bundle.pem".
3175	  such as forward-addr: 9.9.9.9@853#dns.quad9.net or
3176	  1.1.1.1@853#cloudflare-dns.com
3177	- Fix #658: unbound using TLS in a forwarding configuration does not
3178	  verify the server's certificate (RFC 8310 support).
3179	- For addr with #authname and no @port notation, the default is 853.
3180
318118 April 2018: Wouter
3182	- Fix auth-zone retry timer to be on schedule with retry timeout,
3183	  with backoff.  Also time a refresh at the zone expiry.
3184
318517 April 2018: Wouter
3186	- auth zone notify work.
3187	- allow-notify: config statement for auth-zones.
3188	- unit test for allow-notify
3189
319016 April 2018: Wouter
3191	- Fix auth zone target lookup iterator.
3192	- auth zone notify with prefix
3193	- auth zone notify work.
3194
319513 April 2018: Wouter
3196	- Fix for max include depth for authzones.
3197	- Fix memory free on fail for $INCLUDE in authzone.
3198	- Fix that an internal error to look up the wrong rr type for
3199	  auth zone gets stopped, before trying to send there.
3200	- auth zone notify work.
3201
320210 April 2018: Ralph
3203	- num.query.aggressive.NOERROR and num.query.aggressive.NXDOMAIN
3204	  statistics counters.
3205
320610 April 2018: Wouter
3207	- documentation for low-rtt and low-rtt-pct.
3208	- auth zone notify work.
3209
32109 April 2018: Wouter
3211	- Fix that flush_zone sets prefetch ttl expired, so that with
3212	  serve-expired enabled it'll start prefetching those entries.
3213	- num.query.authzone.up and num.query.authzone.down statistics counters.
3214	- Fix downstream auth zone, only fallback when auth zone fails to
3215	  answer and fallback is enabled.
3216	- Accept both option names with and without colon for get_option
3217	  and set_option.
3218	- low-rtt and low-rtt-pct in unbound.conf enable the server selection
3219	  of fast servers for some percentage of the time.
3220
32215 April 2018: Wouter
3222	- Combine write of tcp length and tcp query for dns over tls.
3223	- nitpick fixes in example.conf.
3224	- Fix above stub queries for type NS and useless delegation point.
3225	- Fix unbound-control over pipe with openssl 1.1.1, the TLSv1.3
3226	  tls_choose_sigalg routine does not allow the ciphers for the pipe,
3227	  so use TLSv1.2.
3228	- ED448 support.
3229
32303 April 2018: Wouter
3231	- Fix #4043: make test fails due to v6 presentation issue in macOS.
3232	- Fix unable to resolve after new WLAN connection, due to auth-zone
3233	  failing with a forwarder set.  Now, auth-zone is only used for
3234	  answers (not referrals) when a forwarder is set.
3235
323629 March 2018: Ralph
3237	- Check "result" in dup_all(), by Florian Obser.
3238
323923 March 2018: Ralph
3240	- Fix unbound-control get_option aggressive-nsec
3241
324221 March 2018: Ralph
3243	- Do not use cached NSEC records to generate negative answers for
3244	  domains under DNSSEC Negative Trust Anchors.
3245
324619 March 2018: Wouter
3247	- iana port update.
3248
324916 March 2018: Wouter
3250	- corrected a minor typo in the changelog.
3251	- move htobe64/be64toh portability code to cachedb.c.
3252
325315 March 2018: Wouter
3254	- Add --with-libhiredis, unbound support for a new cachedb backend
3255	  that uses a Redis server as the storage.  This implementation
3256	  depends on the hiredis client library (https://redislabs.com/lp/hiredis/).
3257	  And unbound should be built with both --enable-cachedb and
3258	  --with-libhiredis[=PATH] (where $PATH/include/hiredis/hiredis.h
3259	  should exist).  Patch from Jinmei Tatuya (Infoblox).
3260	- Fix #3817: core dump happens in libunbound delete, when queued
3261	  servfail hits deleted message queue.
3262	- Create additional tls service interfaces by opening them on other
3263	  portnumbers and listing the portnumbers as additional-tls-port: nr.
3264
326513 March 2018: Wouter
3266	- Fix typo in documentation.
3267	- Fix #3736: Fix 0 TTL domains stuck on SERVFAIL unless manually
3268	  flushed with serve-expired on.
3269
327012 March 2018: Wouter
3271	- Added documentation for aggressive-nsec: yes.
3272	- tag 1.7.0rc3.  That became the 1.7.0 release on 15 Mar, trunk
3273	  now has 1.7.1 in development.
3274	- Fix #3727: Protocol name is TLS, options have been renamed but
3275	  documentation is not consistent.
3276	- Check IXFR start serial.
3277
32789 March 2018: Wouter
3279	- Fix #3598: Fix swig build issue on rhel6 based system.
3280	  configure --disable-swig-version-check stops the swig version check.
3281
32828 March 2018: Wouter
3283	- tag 1.7.0rc2.
3284
32857 March 2018: Wouter
3286	- Fixed contrib/fastrpz.patch, even though this already applied
3287	  cleanly for me, now also for others.
3288	- patch to log creates keytag queries, from A. Schulze.
3289	- patch suggested by Debian lintian: allow to -> allow one to, from
3290	  A. Schulze.
3291	- Attempt to remove warning about trailing whitespace.
3292
32936 March 2018: Wouter
3294	- Reverted fix for #3512, this may not be the best way forward;
3295	  although it could be changed at a later time, to stay similar to
3296	  other implementations.
3297	- svn trunk contains 1.7.0, this is the number for the next release.
3298	- Fix for windows compile.
3299	- tag 1.7.0rc1.
3300
33015 March 2018: Wouter
3302	- Fix to check define of DSA for when openssl is without deprecated.
3303	- iana port update.
3304	- Fix #3582: Squelch address already in use log when reuseaddr option
3305	  causes same port to be used twice for tcp connections.
3306
330727 February 2018: Wouter
3308	- Fixup contrib/fastrpz.patch so that it applies.
3309	- Fix compile without threads, and remove unused variable.
3310	- Fix compile with staticexe and python module.
3311	- Fix nettle compile.
3312
331322 February 2018: Ralph
3314	- Save wildcard RRset from answer with original owner for use in
3315 	  aggressive NSEC.
3316
331721 February 2018: Wouter
3318	- Fix #3512: unbound incorrectly reports SERVFAIL for CAA query
3319	  when there is a CNAME loop.
3320	- Fix validation for CNAME loops.  When it detects a cname loop,
3321	  by finding the cname, cname in the existing list, it returns
3322	  the partial result with the validation result up to then.
3323	- more robust cachedump rrset routine.
3324
332519 February 2018: Wouter
3326	- Fix #3505: Documentation for default local zones references
3327	  wrong RFC.
3328	- Fix #3494: local-zone noview can be used to break out of the view
3329	  to the global local zone contents, for queries for that zone.
3330	- Fix for more maintainable code in localzone.
3331
333216 February 2018: Wouter
3333	- Fixes for clang static analyzer, the missing ; in
3334	  edns-subnet/addrtree.c after the assert made clang analyzer
3335	  produce a failure to analyze it.
3336
333713 February 2018: Ralph
3338	- Aggressive NSEC tests
3339
334013 February 2018: Wouter
3341	- tls-cert-bundle option in unbound.conf enables TLS authentication.
3342	- iana port update.
3343
334412 February 2018: Wouter
3345	- Unit test for auth zone https url download.
3346
334712 February 2018: Ralph
3348	- Added tests with wildcard expanded NSEC records (CVE-2017-15105 test)
3349	- Processed aggressive NSEC code review remarks Wouter
3350
33518 February 2018: Ralph
3352	- Aggressive use of NSEC implementation. Use cached NSEC records to
3353	  generate NXDOMAIN, NODATA and positive wildcard answers.
3354
33558 February 2018: Wouter
3356	- iana port update.
3357	- auth zone url config.
3358
33595 February 2018: Wouter
3360	- Fix #3451: dnstap not building when you have a separate build dir.
3361	  And removed protoc warning, set dnstap.proto syntax to proto2.
3362	- auth-zone provides a way to configure RFC7706 from unbound.conf,
3363	  eg. with auth-zone: name: "." for-downstream: no for-upstream: yes
3364	  fallback-enabled: yes and masters or a zonefile with data.
3365
33662 February 2018: Wouter
3367	- Fix unfreed locks in log and arc4random at exit of unbound.
3368	- unit test with valgrind
3369	- Fix lock race condition in dns cache dname synthesis.
3370	- lock subnet new item before insertion to please checklocks,
3371	  no modification of critical regions outside of lock region.
3372
33731 February 2018: Wouter
3374	- fix unaligned structure making a false positive in checklock
3375	  unitialised memory.
3376
337729 January 2018: Ralph
3378	- Use NSEC with longest ce to prove wildcard absence.
3379	- Only use *.ce to prove wildcard absence, no longer names.
3380
338125 January 2018: Wouter
3382	- ltrace.conf file for libunbound in contrib.
3383
338423 January 2018: Wouter
3385	- Fix that unbound-checkconf -f flag works with auto-trust-anchor-file
3386	  for startup scripts to get the full pathname(s) of anchor file(s).
3387	- Print fatal errors about remote control setup before log init,
3388	  so that it is printed to console.
3389
339022 January 2018: Wouter
3391	- Accept tls-upstream in unbound.conf, the ssl-upstream keyword is
3392	  also recognized and means the same.  Also for tls-port,
3393	  tls-service-key, tls-service-pem, stub-tls-upstream and
3394	  forward-tls-upstream.
3395	- Fix #3397: Fix that cachedb could return a partial CNAME chain.
3396	- Fix #3397: Fix that when the cache contains an unsigned DNAME in
3397	  the middle of a cname chain, a result without the DNAME could
3398	  be returned.
3399
340019 January 2018: Wouter
3401	- tag 1.6.8 for release with CVE fix.
3402	- trunk has 1.6.9 with fix and previous commits.
3403	- patch for CVE-2017-15105: vulnerability in the processing of
3404	  wildcard synthesized NSEC records.
3405	- iana port update.
3406	- make depend: code dependencies updated in Makefile.
3407
34084 January 2018: Ralph
3409	- Copy query and correctly set flags on REFUSED answers when cache
3410	  snooping is not allowed.
3411
34123 January 2018: Ralph
3413	- Fix queries being leaked above stub when refetching glue.
3414
34152 January 2017: Wouter
3416	- Fix that DS queries with referral replies are answered straight
3417	  away, without a repeat query picking the DS from cache.
3418	  The correct reply should have been an answer, the reply is fixed
3419	  by the scrubber to have the answer in the answer section.
3420	- Remove clang optimizer disable,
3421	  Fix that expiration date checks don't fail with clang -O2.
3422
342315 December 2017: Wouter
3424	- Fix timestamp failure because of clang optimizer failure, by
3425	  disabling -O2 when the compiler --version is clang.
3426	- iana port update.
3427	- Also disable -flto for clang, to make incep-expi signature check
3428	  work.
3429
343012 December 2017: Ralph
3431	- Fix qname-minimisation documentation (A QTYPE, not NS)
3432
343312 December 2017: Wouter
3434	- authzone work, transfer connect.
3435
34367 December 2017: Ralph
3437	- Check whether --with-libunbound-only is set when using --with-nettle
3438	  or --with-nss.
3439
34404 December 2017: Wouter
3441	- Fix link failure on OmniOS.
3442
34431 December 2017: Wouter
3444	- auth zone work.
3445
344630 November 2017: Wouter
3447	- Fix #3299 - forward CNAME daisy chain is not working
3448
344914 November 2017: Wouter
3450	- Fix #2882: Unbound behaviour changes (wrong) when domain-insecure is
3451	  set for stub zone.  It no longer searches for DNSSEC information.
3452	- auth xfer work on probe timer and lookup.
3453
345413 November 2017: Wouter
3455	- Fix #2801: Install libunbound.pc.
3456	- Fix qname minimisation to send AAAA queries at zonecut like type A.
3457	- reverted AAAA change.
3458
34597 November 2017: Wouter
3460	- Fix #2492: Documentation libunbound.
3461
34623 November 2017: Wouter
3463	- Fix #2362: TLS1.3/openssl-1.1.1 not working.
3464	- Fix #2034 - Autoconf and -flto.
3465	- Fix #2141 - for libsodium detect lack of entropy in chroot, print
3466	  a message and exit.
3467
34682 November 2017: Wouter
3469	- Fix #1913: ub_ctx_config is under circumstances thread-safe.
3470	- make ip-transparent option work on OpenBSD.
3471
347231 October 2017: Wouter
3473	- Document that errno is left informative on libunbound config read
3474	  fail.
3475	- lexer output.
3476	- iana port update.
3477
347825 October 2017: Ralph
3479	- Fixed libunbound manual typo.
3480	- Fix #1949: [dnscrypt] make provider name mismatch more obvious.
3481	- Fix #2031: Double included headers
3482
348324 October 2017: Ralph
3484	- Update B root ipv4 address.
3485
348619 October 2017: Wouter
3487	- authzone work, probe timer setup.
3488
348918 October 2017: Wouter
3490	- lint for recent authzone commit.
3491
349217 October 2017: Wouter
3493	- Fix #1749: With harden-referral-path: performance drops, due to
3494	  circular dependency in NS and DS lookups.
3495	- [dnscrypt] prevent dnscrypt-secret-key, dnscrypt-provider-cert
3496	  duplicates
3497	- [dnscrypt] introduce dnscrypt-provider-cert-rotated option,
3498	  from Manu Bretelle.
3499	This option allows handling multiple cert/key pairs while only
3500	distributing some of them.
3501	In order to reliably match a client magic with a given key without
3502	strong assumption as to how those were generated, we need both key and
3503	cert. Likewise, in order to know which ES version should be used.
3504	On the other hand, when rotating a cert, it can be desirable to only
3505	serve the new cert but still be able to handle clients that are still
3506	using the old certs's public key.
3507	The `dnscrypt-provider-cert-rotated` allow to instruct unbound to not
3508	publish the cert as part of the DNS's provider_name's TXT answer.
3509	- Better documentation for cache-max-negative-ttl.
3510	- Work on local root zone code.
3511
351210 October 2017: Wouter
3513	- tag 1.6.7
3514	- trunk has version 1.6.8.
3515
35166 October 2017: Wouter
3517	- Fix spelling in unbound-control man page.
3518
35195 October 2017: Wouter
3520	- Fix trust-anchor-signaling works in libunbound.
3521	- Fix some more crpls in testdata for different signaling default.
3522	- tag 1.6.7rc1
3523
35245 October 2017: Ralph
3525	- Set trust-anchor-signaling default to yes
3526	- Use RCODE from A query on DNS64 synthesized answer.
3527
35282 October 2017: Wouter
3529	- Fix param unused warning for windows exportsymbol compile.
3530
353125 September 2017: Ralph
3532	- Fix #1450: Generate again patch contrib/aaaa-filter-iterator.patch
3533	   (by Danilo G. Baio).
3534
353521 September 2017: Ralph
3536	- Log name of looping module
3537
353819 September 2017: Wouter
3539	- use a cachedb answer even if it's "expired" when serve-expired is yes
3540	  (patch from Jinmei Tatuya).
3541	- trigger refetching of the answer in that case (this will bypass
3542	  cachedb lookup)
3543	- allow storing a 0-TTL answer from cachedb in the in-memory message
3544	  cache when serve-expired is yes
3545	- Fix DNSCACHE_STORE_ZEROTTL to be bigger than 0xffff.
3546
354718 September 2017: Ralph
3548	- Fix #1400: allowing use of global cache on ECS-forwarding unless
3549	  always-forward.
3550
355118 September 2017: Wouter
3552	- tag 1.6.6 (is 1.6.6rc2)
3553	- Fix that looping modules always stop the query, and don't pass
3554	  control.
3555	- Fix #1435: Please allow UDP to be disabled separately upstream and
3556	  downstream.
3557	- Fix #1440: [dnscrypt] client nonce cache.
3558
355915 September 2017: Wouter
3560	- Fix unbound-host to report error for DNSSEC state of failed lookups.
3561	- Spelling fixes, from Josh Soref.
3562
356313 September 2017: Wouter
3564	- tag 1.6.6rc2, became 1.6.6 on 18 sep.  trunk 1.6.7 in development.
3565
356612 September 2017: Wouter
3567	- Add dns64 for client-subnet in unbound-checkconf.
3568
35694 September 2017: Ralph
3570	- Fix #1412: QNAME minimisation strict mode not honored
3571	- Fix #1434: Fix windows openssl 1.1.0 linking.
3572
35734 September 2017: Wouter
3574	- tag 1.6.6rc1
3575	- makedist fix for windows binaries, with openssl 1.1.0 windres fix,
3576	  and expat 2.2.4 install target fix.
3577
35781 September 2017: Wouter
3579	- Recommend 1472 buffer size in unbound.conf
3580
358131 August 2017: Wouter
3582	- Fix #1424: cachedb:testframe is not thread safe.
3583	- For #1417: escape ; in dnscrypt tests.
3584	- but reverted that, tests fails with that escape.
3585	- Fix #1417: [dnscrypt] shared secret cache counters, and works when
3586	  dnscrypt is not enabled.  And cache size configuration option.
3587	- make depend
3588	- Fix #1418: [ip ratelimit] initialize slabhash using
3589	  ip-ratelimit-slabs.
3590
359130 August 2017: Wouter
3592	- updated contrib/fastrpz.patch to apply with configparser changes.
3593	- Fix 1416: qname-minimisation breaks TLSA lookups with CNAMEs.
3594
359529 August 2017: Wouter
3596	- Fix #1414: fix segfault on parse failure and log_replies.
3597	- zero qinfo in handle_request, this zeroes local_alias and also the
3598	  qname member.
3599	- new keys and certs for dnscrypt tests.
3600	- fixup WKS test on buildhost without servicebyname.
3601
360228 August 2017: Wouter
3603	- Fix #1415: patch to free dnscrypt environment on reload.
3604	- iana portlist update
3605	- Fix #1415: [dnscrypt] shared secret cache, patch from
3606	  Manu Bretelle.
3607	- Small fixes for the shared secret cache patch.
3608	- Fix WKS records on kvm autobuild host, with default protobyname
3609	  entries for udp and tcp.
3610
361123 August 2017: Wouter
3612	- Fix #1407: Add ECS options check to unbound-checkconf.
3613	- make depend
3614	- Fix to reclaim tcp handler when it is closed due to dnscrypt buffer
3615	  allocation failure.
3616
361722 August 2017: Wouter
3618	- Fix install of trust anchor when two anchors are present, makes both
3619	  valid. Checks hash of DS but not signature of new key. This fixes
3620	  the root.key file if created when unbound is installed between
3621	  sep11 and oct11 2017.
3622	- tag 1.6.5 with pointrelease 1.6.5 (1.6.4 plus 5011 fix).
3623	- trunk version 1.6.6 in development.
3624	- Fix issue on macOX 10.10 where TCP fast open is detected but not
3625	  implemented causing TCP to fail. The fix allows fallback to regular
3626	  TCP in this case and is also more robust for cases where connectx()
3627	  fails for some reason.
3628	- Fix #1402: squelch invalid argument error for fd_set_block on windows.
3629
363010 August 2017: Wouter
3631	- Patch to show DNSCrypt status in help output, from Carsten
3632	  Strotmann.
3633
36348 August 2017: Wouter
3635	- Fix #1398: make cachedb secret configurable.
3636	- Remove spaces from Makefile.
3637
36387 August 2017: Wouter
3639	- Fix #1397: Recursive DS lookups for AS112 zones names should recurse.
3640
36413 August 2017: Ralph
3642	- Remove unused iter_env member (ip6arpa_dname)
3643	- Do not reset rrset.bogus stats when called using stats_noreset.
3644	- Added stats for queries that have been ratelimited by domain
3645	  recursion.
3646	- Do not add rrset_bogus and query ratelimiting stats per thread, these
3647	  module stats are global.
3648
36493 August 2017: Wouter
3650	- Fix #1394: mix of serve-expired and response-ip could cause a crash.
3651
365224 July 2017: Wouter
3653	- upgrade aclocal(pkg.m4 0.29.1), config.guess(2016-10-02),
3654	  config.sub(2016-09-05).
3655	- annotate case statement fallthrough for gcc 7.1.1.
3656	- flex output from flex 2.6.1.
3657	- snprintf of thread number does not warn about truncated string.
3658	- squelch TCP fast open error on FreeBSD when kernel has it disabled,
3659	  unless verbosity is high.
3660	- remove warning from windows compile.
3661	- Fix compile with libnettle
3662	- Fix DSA configure switch (--disable dsa) for libnettle and libnss.
3663	- Fix #1365: Add Ed25519 support using libnettle.
3664	- iana portlist update
3665
366617 July 2017: Wouter
3667	- Fix #1350: make cachedb backend configurable (from JINMEI Tatuya).
3668	- Fix #1349: allow suppression of pidfiles (from Daniel Kahn Gillmor).
3669	  With the -p option unbound does not create a pidfile.
3670
367111 July 2017: Wouter
3672	- Fix #1344: RFC6761-reserved domains: test. and invalid.
3673	- Redirect all localhost names to localhost address for RFC6761.
3674
36756 July 2017: Wouter
3676	- Fix tests to use .tdir (from Manu Bretelle) instead of .tpkg.
3677	- Fix svn hooks for tdir (selected if testcode/mini_tdir.sh exists)..
3678
36794 July 2017: Wouter
3680	- Fix 1332: Bump verbosity of failed chown'ing of the control socket.
3681
36823 July 2017: Wouter
3683	- Fix for unbound-checkconf, check ipsecmod-hook if ipsecmod is turned
3684	  on.
3685	- Fix #1331: libunbound segfault in threaded mode when context is
3686	  deleted.
3687	- Fix pythonmod link line option flag.
3688	- Fix openssl 1.1.0 load of ssl error strings from ssl init.
3689
369029 June 2017: Wouter
3691	- Fix python example0 return module wait instead of error for pass.
3692	- iana portlist update
3693	- enhancement for hardened-tls for DNS over TLS.  Removed duplicated
3694	  security settings.
3695
369627 June 2017: Wouter
3697	- Tag 1.6.4 is created with the 1.6.4rc2 contents.
3698	- Trunk contains 1.6.5, with changes from 26, 27 june.
3699	- Remove signed unsigned warning from authzone.
3700	- Fix that infra cache host hash does not change after reconfig.
3701
370226 June 2017: Wouter
3703	- (for 1.6.5)
3704	  Better fixup of dnscrypt_cert_chacha test for different escapes.
3705	- First fix for zero b64 and hex text zone format in sldns.
3706	- unbound-control dump_infra prints port number for address if not 53.
3707
370823 June 2017: Wouter
3709	- (for 1.6.5): fixup of dnscrypt_cert_chacha test (from Manu Bretelle).
3710
371122 June 2017: Wouter
3712	- Tag 1.6.4rc2
3713
371422 June 2017: Ralph
3715	- Added fastrpz patch to contrib
3716
371721 June 2017: Wouter
3718	- Fix #1316: heap read buffer overflow in parse_edns_options.
3719
372020 June 2017: Wouter
3721	- Fix warning in pythonmod under clang compiler.
3722	- Tag 1.6.4rc1
3723	- Fix lintian typo.
3724
372516 June 2017: Ralph
3726	- Fix #1277: disable domain ratelimit by setting value to 0.
3727
372816 June 2017: Wouter
3729	- Fix #1301: memory leak in respip and tests.
3730	- Free callback in edns-subnetmod on exit and restart.
3731	- Fix memory leak in sldns_buffer_new_frm_data.
3732	- Fix memory leak in dnscrypt config read.
3733	- Fix dnscrypt chacha cert support ifdefs.
3734	- Fix dnscrypt chacha cert unit test escapes in grep.
3735	- Remove asynclook tests that cause test and purifier problems.
3736	- Fix to unlock view in view test.
3737
373815 June 2017: Wouter
3739	- Fix stub zone queries leaking to the internet for
3740	  harden-referral-path ns checks.
3741	- Fix query for refetch_glue of stub leaking to internet.
3742
374313 June 2017: Wouter
3744	- Fix #1279: Memory leak on reload when python module is enabled.
3745	- Fix #1280: Unbound fails assert when response from authoritative
3746	  contains malformed qname.  When 0x20 caps-for-id is enabled, when
3747	  assertions are not enabled the malformed qname is handled correctly.
3748	- 1.6.3 tag created, with only #1280 fix, trunk is 1.6.4 development.
3749	- More fixes in depth for buffer checks in 0x20 qname checks.
3750
375112 June 2017: Wouter
3752	- Fix #1278: Incomplete wildcard proof.
3753
37548 June 2017: Ralph
3755	- Added domain name based ECS whitelist.
3756
37578 June 2017: Wouter
3758	- Detect chacha for dnscrypt at configure time.
3759	- dnscrypt unit tests with chacha.
3760
37617 June 2017: Wouter
3762	- Fix that unbound-control can set val_clean_additional and val_permissive_mode.
3763	- Add dnscrypt XChaCha20 tests.
3764
37656 June 2017: Wouter
3766	- Add an explicit type cast for TCP FASTOPEN fix.
3767	- renumbering B-Root's IPv6 address to 2001:500:200::b.
3768	- Fix #1275: cached data in cachedb is never used.
3769	- Fix #1276: [dnscrypt] add XChaCha20-Poly1305 cipher.
3770
37711 June 2017: Ralph
3772	- Fix #1274: automatically trim chroot path from dnscrypt key/cert paths
3773	  (from Manu Bretelle).
3774
37751 June 2017: Wouter
3776	- Fix fastopen EPIPE fallthrough to perform connect.
3777
377831 May 2017: Ralph
3779	- Also use global local-zones when there is a matching view that does
3780	  not have any local-zone specified.
3781
378231 May 2017: Wouter
3783	- Fix #1273: cachedb.c doesn't compile with -Wextra.
3784	- If MSG_FASTOPEN gives EPIPE fallthrough to try normal tcp write.
3785
378630 May 2017: Ralph
3787	- Fix #1269: inconsistent use of built-in local zones with views.
3788	- Add defaults for new local-zone trees added to views using
3789	  unbound-control.
3790
379130 May 2017: Wouter
3792	- Support for openssl EVP_DigestVerify.
3793	- Support for the ED25519 algorithm with openssl (from openssl 1.1.1).
3794
379529 May 2017: Wouter
3796	- Fix assertion for low buffer size and big edns payload when worker
3797	  overrides udpsize.
3798
379926 May 2017: Ralph
3800	- Added redirect-bogus.patch to contrib directory.
3801
380226 May 2017: Wouter
3803	- Fix #1270: unitauth.c doesn't compile with higher warning level
3804	  and optimization
3805	- exec_prefix is by default equal to prefix.
3806	- printout localzone for duplicate local-zone warnings.
3807
380824 May 2017: Wouter
3809	- authzone cname chain, no rrset duplicates, wildcard doesn't change
3810	  rrsets added for cname chain.
3811
381223 May 2017: Wouter
3813	- first services/authzone check in, it compiles and reads and writes
3814	  zonefiles.
3815	- iana portlist update
3816
381722 May 2017: Wouter
3818	- Fix #1268: SIGSEGV after log_reopen.
3819
382018 May 2017: Wouter
3821	- Fix #1265 to use /bin/kill.
3822	- Fix #1267: Libunbound validator/val_secalgo.c uses obsolete APIs,
3823	  and compatibility with BoringSSL.
3824
382517 May 2017: Wouter
3826	- Fix #1265: contrib/unbound.service contains hardcoded path.
3827
382817 May 2017: George
3829	- Use qstate's region for IPSECKEY rrset (ipsecmod).
3830
383116 May 2017: George
3832	- Implemented opportunistic IPsec support module (ipsecmod).
3833	- Some whitespace fixup.
3834
383516 May 2017: Wouter
3836	- updated dependencies in the makefile.
3837	- document trust-anchor-signaling in example config file.
3838	- updated configure, dependencies and flex output.
3839	- better module memory lookup, fix of unbound-control shm names for
3840	  module memory printout of statistics.
3841	- Fix type AVC sldns rrdef.
3842
384312 May 2017: Wouter
3844	- Adjust servfail by iterator to not store in cache when serve-expired
3845	  is enabled, to avoid overwriting useful information there.
3846	- Fix queries for nameservers under a stub leaking to the internet.
3847
38489 May 2017: Ralph
3849	- Add 'c' to getopt() in testbound.
3850	- iana portlist update
3851
38528 May 2017: Wouter
3853	- Fix tcp-mss failure printout text.
3854	- Set SO_REUSEADDR on outgoing tcp connections to fix the bind before
3855	  connect limited tcp connections.  With the option tcp connections
3856	  can share the same source port (for different destinations).
3857
38582 May 2017: Ralph
3859	- Added mesh_add_sub to add detached mesh entries.
3860	- Use mesh_add_sub for key tag signaling query.
3861
38622 May 2017: Wouter
3863	- Added test for leak of stub information.
3864	- Fix sldns wire2str printout of RR type CAA tags.
3865	- Fix sldns int16_data parse.
3866	- Fix sldns parse and printout of TSIG RRs.
3867	- sldns SMIMEA and AVC definitions, same as getdns definitions.
3868
38691 May 2017: Wouter
3870	- Fix #1259: "--disable-ecdsa" argument overwritten
3871	  by "#ifdef SHA256_DIGEST_LENGTH@daemon/remote.c".
3872	- iana portlist update
3873	- Fix #1258: Windows 10 X64 unbound 1.6.2 service will not start.
3874	  and fix that 64bit getting installed in C:\Program Files (x86).
3875
387626 April 2017: Ralph
3877	- Implemented trust anchor signaling using key tag query.
3878
387926 April 2017: Wouter
3880	- Based on #1257: check parse limit before t increment in sldns RR
3881	  string parse routine.
3882
388324 April 2017: Wouter
3884	- unbound-checkconf -o allows query of dnstap config variables.
3885	  Also unbound-control get_option.  Also for dnscrypt.
3886	- trunk contains 1.6.3 version number (changes from 1.6.2 back from
3887	  when the 1.6.2rc1 tag has been created).
3888
388921 April 2017: Ralph
3890	- Fix #1254: clarify ratelimit-{for,below}-domain (from Manu Bretelle).
3891	- iana portlist update
3892
389318 April 2017: Ralph
3894	- Fix #1252: more indentation inconsistencies.
3895	- Fix #1253: unused variable in edns-subnet/addrtree.c:getbit().
3896
389713 April 2017: Ralph
3898	- Added ECS unit test (from Manu Bretelle).
3899	- ECS documentation fix (from Manu Bretelle).
3900
390113 April 2017: Wouter
3902	- Fix #1250: inconsistent indentation in services/listen_dnsport.c.
3903	- tag for 1.6.2rc1
3904	- (for 1.6.3:) unbound.h exports the shm stats structures.  They use
3905	  type long long and no ifdefs, and ub_ before the typenames.
3906
390712 April 2017: Wouter
3908	- subnet mem value is available in shm, also when not enabled,
3909	  to make the struct easier to memmap by other applications,
3910	  independent of the configuration of unbound.
3911
391212 April 2017: Ralph
3913	- Fix #1247: unbound does not shorten source prefix length when
3914	  forwarding ECS.
3915	- Properly check for allocation failure in local_data_find_tag_datas.
3916	- Fix #1249: unbound doesn't return FORMERR to bogus ECS.
3917	- Set SHM ECS memory usage to 0 when module not loaded.
3918
391911 April 2017: Ralph
3920	- Display ECS module memory usage.
3921
392210 April 2017: Wouter
3923	- harden-algo-downgrade: no also makes unbound more lenient about
3924	  digest algorithms in DS records.
3925
392610 April 2017: Ralph
3927	- Remove ECS option after REFUSED answer.
3928	- Fix small memory leak in edns_opt_copy_alloc.
3929	- Respip dereference after NULL check.
3930	- Zero initialize addrtree allocation.
3931	- Use correct identifier for SHM destroy.
3932
39337 April 2017: George
3934	- Fix pythonmod for cb changes.
3935	- Some whitespace fixup.
3936
39377 April 2017: Ralph
3938	- Unlock view in respip unit test
3939
39406 April 2017: Ralph
3941	- Generalise inplace callback (de)registration
3942	- (de)register inplace callbacks for module id
3943	- No unbound-control set_option for ECS options
3944	- Deprecated client-subnet-opcode config option
3945	- Introduced client-subnet-always-forward config option
3946	- Changed max-client-subnet-ipv6 default to 56 (as in RFC)
3947	- Removed extern ECS config options
3948	- module_restart_next now calls clear on all following modules
3949	- Also create ECS module qstate on module_event_pass event
3950	- remove malloc from inplace_cb_register
3951
39526 April 2017: Wouter
3953	- Small fixup for documentation.
3954	- iana portlist update
3955	- Fix respip for braces when locks arent used.
3956	- Fix pythonmod for cb changes.
3957
39584 April 2017: Wouter
3959	- Fix #1244: document that use of chroot requires trust anchor file to
3960	  be under chroot.
3961	- iana portlist update
3962
39633 April 2017: Ralph
3964	- Do not add current time twice to TTL before ECS cache store.
3965	- Do not touch rrset cache after ECS cache message generation.
3966	- Use LDNS_EDNS_CLIENT_SUBNET as default ECS opcode.
3967
39683 April 2017: Wouter
3969	- Fix #1217: Add metrics to unbound-control interface showing
3970	  crypted, cert request, plaintext and malformed queries (from
3971	  Manu Bretelle).
3972	- iana portlist update
3973
397427 March 2017: Wouter
3975	- Remove (now unused) event2 include from dnscrypt code.
3976
397724 March 2017: George
3978	- Fix to prevent non-referal query from being cached as referal when the
3979	  no_cache_store flag was set.
3980
398123 March 2017: Wouter
3982	- Fix #1239: configure fails to find python distutils if python
3983	  prints warning.
3984
398522 March 2017: Wouter
3986	- Fix #1238: segmentation fault when adding through the remote
3987	  interface a per-view local zone to a view with no previous
3988	  (configured) local zones.
3989	- Fix #1229: Systemd service sandboxing, options in wrong sections.
3990
399121 March 2017: Ralph
3992	- Merge EDNS Client subnet implementation from feature branch into main
3993	  branch, using new EDNS processing framework.
3994
399521 March 2017: Wouter
3996	- Fix doxygen for dnscrypt files.
3997
399820 March 2017: Wouter
3999	- #1217. DNSCrypt support, with --enable-dnscrypt, libsodium and then
4000	  enabled in the config file from Manu Bretelle.
4001	- make depend, autoconf, remove warnings about statement before var.
4002	- lru_demote and lruhash_insert_or_retrieve functions for getdns.
4003	- fixup for lruhash (whitespace and header file comment).
4004	- dnscrypt tests.
4005
400617 March 2017: Wouter
4007	- Patch for view functionality for local-data-ptr from Björn Ketelaars.
4008	- Fix #1237 - Wrong resolving in chain, for norec queries that get
4009	  SERVFAIL returned.
4010
401116 March 2017: Wouter
4012	- Fix that SHM is not inited if not enabled.
4013	- Add trustanchor.unbound CH TXT that gets a response with a number
4014	  of TXT RRs with a string like "example.com. 2345 1234" with
4015	  the trust anchors and their keytags.
4016	- Fix that looped DNAMEs do not cause unbound to spend effort.
4017	- trustanchor tags are sorted.  reusable routine to fetch taglist.
4018
401913 March 2017: Wouter
4020	- testbound understands Deckard MATCH rcode question answer commands.
4021	- Fix #1235: Fix too long DNAME expansion produces SERVFAIL instead
4022	  of YXDOMAIN + query loop, reported by Petr Spacek.
4023
402410 March 2017: Wouter
4025	- Fix #1234: shortening DNAME loop produces duplicate DNAME records
4026	  in ANSWER section.
4027
40289 March 2017: Wouter
4029	- --disable-sha1 disables SHA1 support in RRSIG, so from DNSKEY and
4030	  DS records.  NSEC3 is not disabled.
4031	- fake-sha1 test option; print warning if used.  To make unit tests.
4032	- unbound-control list local zone and data commands listed in the
4033	  help output.
4034
40358 March 2017: Wouter
4036	- make depend for build dependencies.
4037	- swig version 2.0.1 required.
4038	- fix enum conversion warnings
4039
40407 March 2017: Wouter
4041	- Fix #1230: swig version 2.0.0 is required for pythonmod, with
4042	  1.3.40 it crashes when running repeatly unbound-control reload.
4043	- Response actions based on IP address from Jinmei Tatuya (Infoblox).
4044
40456 March 2017: Wouter
4046	- Fix #1229: Systemd service sandboxing in contrib/unbound.service.
4047	- iana portlist update
4048
404928 February 2017: Ralph
4050	- Fix testpkts.c, check if DO bit is set, not only if there is an OPT
4051	  record.
4052
405328 February 2017: Wouter
4054	- For #1227: if we have sha256, set the cipher list to have no
4055	  known vulns.
4056
405727 February 2017: Wouter
4058	- Fix #1227: Fix that Unbound control allows weak ciphersuits.
4059	- Fix #1226: provide official 32bit binary for windows.
4060
406124 February 2017: Wouter
4062	- include sys/time.h for new shm code on NetBSD.
4063
406423 February 2017: Wouter
4065	- Fix doc/CNAME-basedRedirectionDesignNotes.pdf zone static to
4066	  redirect.
4067	- Patch from Luiz Fernando Softov for Stats Shared Memory.
4068	- unbound-control stats_shm command prints stats using shared memory,
4069	  which uses less cpu.
4070	- make depend, autoconf, doxygen and lint fixed up.
4071
407222 February 2017: Wouter
4073	- Fix #1224: Fix that defaults should not fall back to "Program Files
4074	  (x86) if Unbound is 64bit by default on windows.
4075
407621 February 2017: Wouter
4077	- iana portlist update
4078
407916 February 2017: Wouter
4080	- sldns updated for vfixed and buffer resize indication from getdns.
4081
408215 February 2017: Wouter
4083	- sldns has ED25519 and ED448 algorithm number and name for display.
4084
408514 February 2017: Wouter
4086	- tag 1.6.1rc3. -- which became 1.6.1 on 21feb, trunk has 1.6.2
4087
408813 February 2017: Wouter
4089	- Fix autoconf of systemd check for lack of pkg-config.
4090
409110 February 2017: Wouter
4092	- Fix pythonmod for typedef changes.
4093	- Fix dnstap for warning of set but not used.
4094	- tag 1.6.1rc2.
4095
40969 February 2017: Wouter
4097	- tag 1.6.1rc1.
4098
40998 February 2017: Wouter
4100	- Fix for type name change and fix warning on windows compile.
4101
41027 February 2017: Wouter
4103	- Include root trust anchor id 20326 in unbound-anchor.
4104
41056 February 2017: Wouter
4106	- Fix compile on solaris of the fix to use $host detect.
4107
41084 February 2017: Wouter
4109	- fix root_anchor test for updated icannbundle.pem lower certificates.
4110
411126 January 2017: Wouter
4112	- Fix 1211: Fix can't enable interface-automatic if no IPv6 with
4113	  more helpful error message.
4114
411520 January 2017: Wouter
4116	- Increase MAX_MODULE to 16.
4117
411819 January 2017: Wouter
4119	- Fix to Rename ub_callback_t to ub_callback_type, because POSIX
4120	  reserves _t typedefs.
4121	- Fix to rename internally used types from _t to _type, because _t
4122	  type names are reserved by POSIX.
4123	- iana portlist update
4124
412512 January 2017: Wouter
4126	- Fix to also block meta types 128 through to 248 with formerr.
4127	- Fix #1206: Some view-related commands are missing from 'unbound-control -h'
4128
41299 January 2017: Wouter
4130	- Fix #1202: Fix code comment that packed_rrset_data is not always
4131	  'packed'.
4132
41336 January 2017: Wouter
4134	- Fix #1201: Fix missing unlock in answer_from_cache error condition.
4135
41365 January 2017: Wouter
4137	- Fix to return formerr for queries for meta-types, to avoid
4138	  packet amplification if this meta-type is sent on to upstream.
4139	- Fix #1184: Log DNS replies. This includes the same logging
4140	  information that DNS queries and response code and response size,
4141	  patch from Larissa Feng.
4142	- Fix #1187: Source IP rate limiting, patch from Larissa Feng.
4143
41443 January 2017: Wouter
4145	- configure --enable-systemd and lets unbound use systemd sockets if
4146	  you enable use-systemd: yes in unbound.conf.
4147	  Also there are contrib/unbound.socket and contrib/unbound.service:
4148	  systemd files for unbound, install them in /usr/lib/systemd/system.
4149	  Contributed by Sami Kerola and Pavel Odintsov.
4150	- Fix reload chdir failure when also chrooted to that directory.
4151
41522 January 2017: Wouter
4153	- Fix #1194: Cross build fails when $host isn't `uname` for getentropy.
4154
415523 December 2016: Ralph
4156	- Fix #1190: Do not echo back EDNS options in local-zone error response.
4157	- iana portlist update
4158
415921 December 2016: Ralph
4160	- Fix #1188: Unresolved symbol 'fake_dsa' in libunbound.so when built
4161	  with Nettle
4162
416319 December 2016: Ralph
4164	- Fix #1191: remove comment about view deletion.
4165
416615 December 2016: Wouter
4167	- iana portlist update
4168	- 64bit is default for windows builds.
4169	- Fix inet_ntop and inet_pton warnings in windows compile.
4170
417114 December 2016: Wouter
4172	- Fix #1178: attempt to fix setup error at end, pop result values
4173	  at end of install.
4174
417513 December 2016: Wouter
4176	- Fix #1182: Fix Resource leak (socket), at startup.
4177	- Fix unbound-control and ipv6 only.
4178
41799 December 2016: Wouter
4180	- Fix #1176: stack size too small for Alpine Linux.
4181
41828 December 2016: Wouter
4183	- Fix downcast warnings from visual studio in sldns code.
4184	- tag 1.6.0rc1 which became 1.6.0 on 15 dec, and trunk is 1.6.1.
4185
41867 December 2016: Ralph
4187	- Add DSA support for OpenSSL 1.1.0
4188	- Fix remote control without cert for LibreSSL
4189
41906 December 2016: George
4191	- Added generic EDNS code for registering known EDNS option codes,
4192	  bypassing the cache response stage and uniquifying mesh states. Four EDNS
4193	  option lists were added to module_qstate (module_qstate.edns_opts_*) to
4194	  store EDNS options from/to front/back side.
4195	- Added two flags to module_qstate (no_cache_lookup, no_cache_store) that
4196	  control the modules' cache interactions.
4197	- Added code for registering inplace callback functions. The registered
4198	  functions can be called just before replying with local data or Chaos,
4199	  replying from cache, replying with SERVFAIL, replying with a resolved
4200	  query, sending a query to a nameserver. The functions can inspect the
4201	  available data and maybe change response/query related data (i.e. append
4202	  EDNS options).
4203	- Updated Python module for the above.
4204	- Updated Python documentation.
4205
42065 December 2016: Ralph
4207	- Fix #1173: differ local-zone type deny from unset
4208	  tag_actions element.
4209
42105 December 2016: Wouter
4211	- Fix #1170: document that 'inform' local-zone uses local-data.
4212
42131 December 2016: Ralph
4214	- hyphen as minus fix, by Andreas Schulze
4215
421630 November 2016: Ralph
4217	- Added local-zones and local-data bulk addition and removal
4218	  functionality in unbound-control (local_zones, local_zones_remove,
4219	  local_datas and local_datas_remove).
4220	- iana portlist update
4221
422229 November 2016: Wouter
4223	- version 1.6.0 is in the development branch.
4224	- braces in view.c around lock statements.
4225
422628 November 2016: Wouter
4227	- new install-sh.
4228
422925 November 2016: Wouter
4230	- Fix that with openssl 1.1 control-use-cert: no uses less cpu, by
4231	  using no encryption over the unix socket.
4232
423322 Novenber 2016: Ralph
4234	- Make access-control-tag-data RDATA absolute. This makes the RDATA
4235	  origin consistent between local-data and access-control-tag-data.
4236	- Fix NSEC ENT wildcard check. Matching wildcard does not have to be a
4237	  subdomain of the NSEC owner.
4238	- QNAME minimisation uses QTYPE=A, therefore always check cache for
4239	  this type in harden-below-nxdomain functionality.
4240	- Added unit test for QNAME minimisation + harden below nxdomain
4241	  synergy.
4242
424322 November 2016: Wouter
4244	- iana portlist update.
4245	- Fix unit tests for DS hash processing for fake-dsa test option.
4246	- patch from Dag-Erling Smorgrav that removes code that relies
4247	  on sbrk().
4248
424921 November 2016: Wouter
4250	- Fix #1158: reference RFC 8020 "NXDOMAIN: There Really Is Nothing
4251	  Underneath" for the harden-below-nxdomain option.
4252
425310 November 2016: Ralph
4254	- Fix #1155: test status code of unbound-control in 04-checkconf,
4255	  not the status code from the tee command.
4256
42574 November 2016: Ralph
4258	- Added stub-ssl-upstream and forward-ssl-upstream options.
4259
42604 November 2016: Wouter
4261	- configure detects ssl security level API function in the autoconf
4262	  manner.  Every function on its own, so that other libraries (eg.
4263	  LibreSSL) can develop their API without hindrance.
4264	- Fix #1154: segfault when reading config with duplicate zones.
4265	- Note that for harden-below-nxdomain the nxdomain must be secure,
4266	  this means nsec3 with optout is insufficient.
4267
42683 November 2016: Ralph
4269	- Set OpenSSL security level to 0 when using aNULL ciphers.
4270
42713 November 2016: Wouter
4272	- .gitattributes line for githubs code language display.
4273	- log-identity: config option to set sys log identity, patch from
4274	  "Robin H. Johnson" <robbat2@gentoo.org>
4275
42762 November 2016: Wouter
4277	- iana portlist update.
4278
427931 October 2016: Wouter
4280	- Fix failure to build on arm64 with no sbrk.
4281	- iana portlist update.
4282
428328 October 2016: Wouter
4284	- Patch for server.num.zero_ttl stats for count of expired replies,
4285	  from Pavel Odintsov.
4286
428726 October 2016: Wouter
4288	- Fix unit tests for openssl 1.1, with no DSA, by faking DSA, enabled
4289	  with the undocumented switch 'fake-dsa'.  It logs a warning.
4290
429125 October 2016: Wouter
4292	- Fix #1134: unbound-control set_option -- val-override-date: -1 works
4293	  immediately to ignore datetime, or back to 0 to enable it again.
4294	  The -- is to ignore the '-1' as an option flag.
4295
429624 October 2016: Wouter
4297	- serve-expired config option: serve expired responses with TTL 0.
4298	- g.root-servers.net has AAAA address.
4299
430021 October 2016: Wouter
4301	- Ported tests for local_cname unit test to testbound framework.
4302
430320 October 2016: Wouter
4304	- suppress compile warning in lex files.
4305	- init lzt variable, for older gcc compiler warnings.
4306	- fix --enable-dsa to work, instead of copying ecdsa enable.
4307	- Fix DNSSEC validation of query type ANY with DNAME answers.
4308	- Fixup query_info local_alias init.
4309
431019 October 2016: Wouter
4311	- Fix #1130: whitespace in example.conf.in more consistent.
4312
431318 October 2016: Wouter
4314	- Patch that resolves CNAMEs entered in local-data conf statements that
4315	  point to data on the internet, from Jinmei Tatuya (Infoblox).
4316	- Removed patch comments from acllist.c and msgencode.c
4317	- Added documentation doc/CNAME-basedRedirectionDesignNotes.pdf,
4318	  from Jinmei Tatuya (Infoblox).
4319	- Fix #1125: unbound could reuse an answer packet incorrectly for
4320	  clients with different EDNS parameters, from Jinmei Tatuya.
4321	- Fix #1118: libunbound.pc sets strange Libs, Libs.private values.
4322	- Added Requires line to libunbound.pc
4323	- Please doxygen by modifying mesh.h
4324
432517 October 2016: Wouter
4326	- Re-fix #839 from view commit overwrite.
4327	- Fixup const void cast warning.
4328
432912 October 2016: Ralph
4330	- Free view config elements.
4331
433211 October 2016: Ralph
4333	- Added qname-minimisation-strict config option.
4334	- iana portlist update.
4335	- fix memoryleak logfile when in debug mode.
4336
43375 October 2016: Ralph
4338	- Added views functionality.
4339	- Fix #1117: spelling errors, from Robert Edmonds.
4340
434130 September 2016: Wouter
4342	- Fix Nits for 1.5.10 reported by Dag-Erling Smorgrav.
4343
434429 September 2016: Wouter
4345	- Fix #838: 1.5.10 cannot be built on Solaris, undefined PATH_MAX.
4346	- Fix #839: Memory grows unexpectedly with large RPZ files.
4347	- Fix #840: infinite loop in unbound_munin_ plugin on unowned lockfile.
4348	- Fix #841: big local-zone's make it consume large amounts of memory.
4349
435027 September 2016: Wouter
4351	- tag for 1.5.10 release
4352	- trunk contains 1.5.11 in development.
4353	- Fix dnstap relaying "random" messages instead of resolver/forwarder
4354	  responses, from Nikolay Edigaryev.
4355	- Fix #836: unbound could echo back EDNS options in an error response.
4356
435720 September 2016: Wouter
4358	- iana portlist update.
4359	- Fix #835: fix --disable-dsa with nettle verify.
4360	- tag for 1.5.10rc1 release.
4361
436215 September 2016: Wouter
4363	- Fix 883: error for duplicate local zone entry.
4364	- Test for openssl init_crypto and init_ssl functions.
4365
436615 September 2016: Ralph
4367	- fix potential memory leak in daemon/remote.c and nullpointer
4368	  dereference in validator/autotrust.
4369	- iana portlist update.
4370
437113 September 2016: Wouter
4372	- Silenced flex-generated sign-unsigned warning print with gcc
4373	  diagnostic pragma.
4374	- Fix for new splint on FreeBSD.  Fix cast for sockaddr_un.sun_len.
4375
43769 September 2016: Wouter
4377	- Fix #831: workaround for spurious fread_chk warning against petal.c
4378
43795 September 2016: Ralph
4380	- Take configured minimum TTL into consideration when reducing TTL
4381	  to original TTL from RRSIG.
4382
43835 September 2016: Wouter
4384	- Fix #829: doc of sldns_wire2str_rdata_buf() return value has an
4385	  off-by-one typo, from Jinmei Tatuya (Infoblox).
4386	- Fix incomplete prototypes reported by Dag-Erling Smørgrav.
4387	- Fix #828: missing type in access-control-tag-action redirect results
4388	  in NXDOMAIN.
4389
43902 September 2016: Wouter
4391	- Fix compile with openssl 1.1.0 with api=1.1.0.
4392
43931 September 2016: Wouter
4394	- RFC 7958 is now out, updated docs for unbound-anchor.
4395	- Fix for compile without warnings with openssl 1.1.0.
4396	- Fix #826: Fix refuse_non_local could result in a broken response.
4397	- iana portlist update.
4398
439929 August 2016: Wouter
4400	- Fix #777: OpenSSL 1.1.0 compatibility, patch from Sebastian A.
4401	  Siewior.
4402	- Add default root hints for IPv6 E.ROOT-SERVERS.NET, 2001:500:a8::e.
4403
440425 August 2016: Ralph
4405	- Clarify local-zone-override entry in unbound.conf.5
4406
440725 August 2016: Wouter
4408	- 64bit build option for makedist windows compile, -w64.
4409
441024 August 2016: Ralph
4411	- Fix #820: set sldns_str2wire_rr_buf() dual meaning len parameter
4412	  in each iteration in find_tag_datas().
4413	- unbound.conf.5 entries for define-tag, access-control-tag,
4414	  access-control-tag-action, access-control-tag-data, local-zone-tag,
4415	  and local-zone-override.
4416
441723 August 2016: Wouter
4418	- Fix #804: unbound stops responding after outage.  Fixes queries
4419	  that attempt to wait for an empty list of subqueries.
4420	- Fix #804: lower num_target_queries for iterator also for failed
4421	  lookups.
4422
44238 August 2016: Wouter
4424	- Note that OPENPGPKEY type is RFC 7929.
4425
44264 August 2016: Wouter
4427	- Fix #807: workaround for possible some "unused" function parameters
4428	  in test code, from Jinmei Tatuya.
4429
44303 August 2016: Wouter
4431	- use sendmsg instead of sendto for TFO.
4432
443328 July 2016: Wouter
4434	- Fix #806: wrong comment removed.
4435
443626 July 2016: Wouter
4437	- nicer ratelimit-below-domain explanation.
4438
443922 July 2016: Wouter
4440	- Fix #801: missing error condition handling in
4441	  daemon_create_workers().
4442	- Fix #802: workaround for function parameters that are "unused"
4443	  without log_assert.
4444	- Fix #803: confusing (and incorrect) code comment in daemon_cleanup().
4445
444620 July 2016: Wouter
4447	- Fix typo in unbound.conf.
4448
444918 July 2016: Wouter
4450	- Fix #798: Client-side TCP fast open fails (Linux).
4451
445214 July 2016: Wouter
4453	- TCP Fast open patch from Sara Dickinson.
4454	- Fixed unbound.doxygen for 1.8.11.
4455
44567 July 2016: Wouter
4457	- access-control-tag-data implemented. verbose(4) prints tag debug.
4458
44595 July 2016: Wouter
4460	- Fix dynamic link of anchor-update.exe on windows.
4461	- Fix detect of mingw for MXE package build.
4462	- Fixes for 64bit windows compile.
4463	- Fix #788 for nettle 3.0: Failed to build with Nettle >= 3.0 and
4464	  --with-libunbound-only --with-nettle.
4465
44664 July 2016: Wouter
4467	- For #787: prefer-ip6 option for unbound.conf prefers to send
4468	  upstream queries to ipv6 servers.
4469	- Fix #787: outgoing-interface netblock/64 ipv6 option to use linux
4470	  freebind to use 64bits of entropy for every query with random local
4471	  part.
4472
447330 June 2016: Wouter
4474	- Document always_transparent, always_refuse, always_nxdomain types.
4475
447629 June 2016: Wouter
4477	- Fix static compile on windows missing gdi32.
4478
447928 June 2016: Wouter
4480	- Create a pkg-config file for libunbound in contrib.
4481
448227 June 2016: Wouter
4483	- Fix #784: Build configure assumess that having getpwnam means there
4484	  is endpwent function available.
4485	- Updated repository with newer flex and bison output.
4486
448724 June 2016: Ralph
4488	- Possibility to specify local-zone type for an acl/tag pair
4489	- Possibility to specify (override) local-zone type for a source address
4490	  block
449116 June 2016: Ralph
4492	- Decrease dp attempts at each QNAME minimisation iteration
4493
449416 June 2016: Wouter
4495	- Fix tcp timeouts in tv.usec.
4496
449715 June 2016: Wouter
4498	- TCP_TIMEOUT is specified in milliseconds.
4499	- If more than half of tcp connections are in use, a shorter timeout
4500	  is used (200 msec, vs 2 minutes) to pressure tcp for new connects.
4501
450214 June 2016: Ralph
4503	- QNAME minimisation unit test for dropped QTYPE=A queries.
4504
450514 June 2016: Wouter
4506	- Fix 775: unbound-host and unbound-anchor crash on windows, ignore
4507	  null delete for wsaevent.
4508	- Fix spelling in freebind option man page text.
4509	- Fix windows link of ssl with crypt32.
4510	- Fix 779: Union casting is non-portable.
4511	- Fix 780: MAP_ANON not defined in HP-UX 11.31.
4512	- Fix 781: prealloc() is an HP-UX system library call.
4513
451413 June 2016: Ralph
4515	- Use QTYPE=A for QNAME minimisation.
4516	- Keep track of number of time-outs when performing QNAME minimisation.
4517	  Stop minimising when number of time-outs for a QNAME/QTYPE pair is
4518	  more than three.
4519
452013 June 2016: Wouter
4521	- Fix #778: unbound 1.5.9: -h segfault (null deref).
4522	- Fix directory: fix for unbound-checkconf, it restores cwd.
4523
452410 June 2016: Wouter
4525	- And delete service.conf.shipped on uninstall.
4526	- In unbound.conf directory: dir immediately changes to that directory,
4527	  so that include: file below that is relative to that directory.
4528	  With chroot, make the directory an absolute path inside chroot.
4529	- keep debug symbols in windows build.
4530	- do not delete service.conf on windows uninstall.
4531	- document directory immediate fix and allow EXECUTABLE syntax in it
4532	  on windows.
4533
45349 June 2016: Wouter
4535	- Trunk is called 1.5.10 (with previous fixes already in there to 2
4536	  june).
4537	- Revert fix for NetworkService account on windows due to breakage
4538	  it causes.
4539	- Fix that windows install will not overwrite existing service.conf
4540	  file (and ignore gui config choices if it exists).
4541
45427 June 2016: Ralph
4543	- Lookup localzones by taglist from acl.
4544	- Possibility to lookup local_zone, regardless the taglist.
4545	- Added local_zone/taglist/acl unit test.
4546
45477 June 2016: Wouter
4548	- Fix #773: Non-standard Python location build failure with pyunbound.
4549	- Improve threadsafety for openssl 0.9.8 ecdsa dnssec signatures.
4550
45516 June 2016: Wouter
4552	- Better help text from -h (from Ray Griffith).
4553	- access-control-tag config directive.
4554	- local-zone-override config directive.
4555	- access-control-tag-action and access-control-tag-data config
4556	  directives.
4557	- free acl-tags, acltag-action and acltag-data config lists during
4558	  initialisation to free up memory for more entries.
4559
45603 June 2016: Wouter
4561	- Fix to not ignore return value of chown() in daemon startup.
4562
45632 June 2016: Wouter
4564	- Fix libubound for edns optlist feature.
4565	- Fix distinction between free and CRYPTO_free in dsa and ecdsa alloc.
4566	- Fix #752: retry resource temporarily unavailable on control pipe.
4567	- un-document localzone tags.
4568	- tag for release 1.5.9rc1.
4569	  And this also became release 1.5.9.
4570	- Fix (for 1.5.10): Fix unbound-anchor.exe file location defaults to
4571	  Program Files with (x86) appended.
4572	- re-documented localzone tags in example.conf.
4573
457431 May 2016: Wouter
4575	- Fix windows service to be created run with limited rights, as a
4576	  network service account, from Mario Turschmann.
4577	- compat strsep implementation.
4578	- generic edns option parse and store code.
4579	- and also generic edns options for upstream messages (and replies).
4580	  after parse use edns_opt_find(edns.opt_list, LDNS_EDNS_NSID),
4581	  to insert use edns_opt_append(edns, region, code, len, bindata) on
4582	  the opt_list passed to send_query, or in edns_opt_inplace_reply.
4583
458430 May 2016: Wouter
4585	- Fix time in case answer comes from cache in ub_resolve_event().
4586	- Attempted fix for #765: _unboundmodule missing for python3.
4587
458827 May 2016: Wouter
4589	- Fix #770: Small subgroup attack on DH used in unix pipe on localhost
4590	  if unbound control uses a unix local named pipe.
4591	- Document write permission to directory of trust anchor needed.
4592	- Fix #768:  Unbound Service Sometimes Can Not Shutdown
4593	  Completely, WER Report Shown Up.  Close handle before closing WSA.
4594
459526 May 2016: Wouter
4596	- Updated patch from Charles Walker.
4597
459824 May 2016: Wouter
4599	- disable-dnssec-lame-check config option from Charles Walker.
4600	- remove memory leak from lame-check patch.
4601	- iana portlist update.
4602
460323 May 2016: Wouter
4604	- Fix #767:  Reference to an expired Internet-Draft in
4605	  harden-below-nxdomain documentation.
4606
460720 May 2016: Ralph
4608	- No QNAME minimisation fall-back for NXDOMAIN answers from DNSSEC
4609	  signed zones.
4610	- iana portlist update.
4611
461219 May 2016: Wouter
4613	- Fix #766: dns64 should synthesize results on timeout/errors.
4614
461518 May 2016: Wouter
4616	- Fix #761: DNSSEC LAME false positive resolving nic.club.
4617
461817 May 2016: Wouter
4619	- trunk updated with output of flex 2.6.0.
4620
46216 May 2016: Wouter
4622	- Fix memory leak in out-of-memory conditions of local zone add.
4623
462429 April 2016: Wouter
4625	- Fix sldns with static checking fixes copied from getdns.
4626
462728 April 2016: Wouter
4628	- Fix #759: 0x20 capsforid no longer checks type PTR, for
4629	  compatibility with cisco dns guard.  This lowers false positives.
4630
463118 April 2016: Wouter
4632	- Fix some malformed responses to edns queries get fallback to nonedns.
4633
463415 April 2016: Wouter
4635	- cachedb module event handling design.
4636
463714 April 2016: Wouter
4638	- cachedb module framework (empty).
4639	- iana portlist update.
4640
464112 April 2016: Wouter
4642	- Fix #753: document dump_requestlist is for first thread.
4643
464424 March 2016: Wouter
4645	- Document permit-small-holddown for 5011 debug.
4646	- Fix #749: unbound-checkconf gets SIGSEGV when use against a
4647	  malformatted conf file.
4648
464923 March 2016: Wouter
4650	- OpenSSL 1.1.0 portability, --disable-dsa configure option.
4651
465221 March 2016: Wouter
4653	- Fix compile of getentropy_linux for SLES11 servicepack 4.
4654	- Fix dnstap-log-resolver-response-messages, from Nikolay Edigaryev.
4655	- Fix test for openssl to use HMAC_Update for 1.1.0.
4656	- acx_nlnetlabs.m4 to v33, with HMAC_Update.
4657	- acx_nlnetlabs.m4 to v34, with -ldl -pthread test for libcrypto.
4658	- ERR_remove_state deprecated since openssl 1.0.0.
4659	- OPENSSL_config is deprecated, removing.
4660
466118 March 2016: Ralph
4662	- Validate QNAME minimised NXDOMAIN responses.
4663	- If QNAME minimisation is enabled, do cache lookup for QTYPE NS in
4664	  harden-below-nxdomain.
4665
466617 March 2016: Ralph
4667	- Limit number of QNAME minimisation iterations.
4668
466917 March 2016: Wouter
4670	- Fix #746: Fix unbound sets CD bit on all forwards.
4671	  If no trust anchors, it'll not set CD bit when forwarding to another
4672	  server.  If a trust anchor, no CD bit on the first attempt to a
4673	  forwarder, but CD bit thereafter on repeated attempts to get DNSSEC.
4674	- iana portlist update.
4675
467616 March 2016: Wouter
4677	- Fix ip-transparent for ipv6 on FreeBSD, thanks to Nick Hibma.
4678	- Fix ip-transparent for tcp on freebsd.
4679
468015 March 2016: Wouter
4681	- ip_freebind: yesno option in unbound.conf sets IP_FREEBIND for
4682	  binding to an IP address while the interface or address is down.
4683
468414 March 2016: Wouter
4685	- Fix warnings in ifdef corner case, older or unknown libevent.
4686	- Fix compile for ub_event code with older libev.
4687
468811 March 2016: Wouter
4689	- Remove warning about unused parameter in event_pluggable.c.
4690	- Fix libev usage of dispatch return value.
4691	- No side effects in tolower() call, in case it is a macro.
4692	- For test put free in pluggable api in parenthesis.
4693
469410 March 2016: Wouter
4695	- Fixup backend2str for libev.
4696
469709 March 2016: Willem
4698	- User defined pluggable event API for libunbound
4699	- Fixup of compile fix for pluggable event API from P.Y. Adi
4700	  Prasaja.
4701
470209 March 2016: Wouter
4703	- Updated configure and ltmain.sh.
4704	- Updated L root IPv6 address.
4705
470607 March 2016: Wouter
4707	- Fix #747: assert in outnet_serviced_query_stop.
4708	- iana ports fetched via https.
4709	- iana portlist update.
4710
471103 March 2016: Wouter
4712	- configure tests for the weak attribute support by the compiler.
4713
471402 March 2016: Wouter
4715	- 1.5.8 release tag
4716	- trunk contains 1.5.9 in development.
4717	- iana portlist update.
4718	- Fix #745: unbound.py - idn2dname throws UnicodeError when idnname
4719	  contains trailing dot.
4720
472124 February 2016: Wouter
4722	- Fix OpenBSD asynclook lock free that gets used later (fix test code).
4723	- Fix that NSEC3 negative cache is used when there is no salt.
4724
472523 February 2016: Wouter
4726	- ub_ctx_set_stub() function for libunbound to config stub zones.
4727	- sorted ubsyms.def file with exported libunbound functions.
4728
472919 February 2016: Wouter
4730	- Print understandable debug log when unusable DS record is seen.
4731	- load gost algorithm if digest is seen before key algorithm.
4732	- iana portlist update.
4733
473417 February 2016: Wouter
4735	- Fix that "make install" fails due to "text file busy" error.
4736
473716 February 2016: Wouter
4738	- Set IPPROTO_IP6 for ipv6 sockets otherwise invalid argument error.
4739
474015 February 2016: Wouter
4741	- ip-transparent option for FreeBSD with IP_BINDANY socket option.
4742	- wait for sendto to drain socket buffers when they are full.
4743
47449 February 2016: Wouter
4745	- Test for type OPENPGPKEY.
4746	- insecure-lan-zones: yesno config option, patch from Dag-Erling
4747	  Smørgrav.
4748
47498 February 2016: Wouter
4750	- Fix patch typo in prevuous commit for 734 from Adi Prasaja.
4751	- RR Type CSYNC support RFC 7477, in debug printout and config input.
4752	- RR Type OPENPGPKEY support (draft-ietf-dane-openpgpkey-07).
4753
475429 January 2016: Wouter
4755	- Neater cmdline_verbose increment patch from Edgar Pettijohn.
4756
475727 January 2016: Wouter
4758	- Made netbsd sendmsg test nonfatal, in case of false positives.
4759	- Fix #741: log message for dnstap socket connection is more clear.
4760
476126 January 2016: Wouter
4762	- Fix #734: chown the pidfile if it resides inside the chroot.
4763	- Use arc4random instead of random in tests (because it is
4764	  available, possibly as compat, anyway).
4765	- Fix cmsg alignment for argument to sendmsg on NetBSD.
4766	- Fix that unbound complains about unimplemented IP_PKTINFO for
4767	  sendmsg on NetBSD (for interface-automatic).
4768
476925 January 2016: Wouter
4770	- Fix #738: Swig should not be invoked with CPPFLAGS.
4771
477219 January 2016: Wouter
4773	- Squelch 'cannot assign requested address' log messages unless
4774	  verbosity is high, it was spammed after network down.
4775
477614 January 2016: Wouter
4777	- Fix to simplify empty string checking from Michael McConville.
4778	- iana portlist update.
4779
478012 January 2016: Wouter
4781	- Fix #734: Do not log an error when the PID file cannot be chown'ed.
4782	  Patch from Simon Deziel.
4783
478411 January 2016: Wouter
4785	- Fix test if -pthreads unused to use better grep for portability.
4786
478706 January 2016: Wouter
4788	- Fix mingw crosscompile for recent mingw.
4789	- Update aclocal, autoconf output with new versions (1.15, 2.4.6).
4790
479105 January 2016: Wouter
4792	- #731: tcp-mss, outgoing-tcp-mss options for unbound.conf, patch
4793	  from Daisuke Higashi.
4794	- Support RFC7686: handle ".onion" Special-Use Domain. It is blocked
4795	  by default, and can be unblocked with "nodefault" localzone config.
4796
479704 January 2016: Wouter
4798	- Define DEFAULT_SOURCE together with BSD_SOURCE when that is defined,
4799	  for Linux glibc 2.20.
4800	- Fixup contrib/aaaa-filter-iterator.patch for moved contents in the
4801	  source code, so it applies cleanly again.  Removed unused variable
4802	  warnings.
4803
480415 December 2015: Ralph
4805	- Fix #729: omit use of escape sequences in echo since they are not
4806	  portable (unbound-control-setup).
4807
480811 December 2015: Wouter
4809	- remove NULL-checks before free, patch from Michael McConville.
4810	- updated ax_pthread.m4 to version 21 with clang support, this
4811	  removes a warning from compilation.
4812	- OSX portability, detect if sbrk is deprecated.
4813	- OSX clang, stop -pthread unused during link stage warnings.
4814	- OSX clang new flto check.
4815
481610 December 2015: Wouter
4817	- 1.5.7 release
4818	- trunk has 1.5.8 in development.
4819
48208 December 2015: Wouter
4821	- Fixup 724 for unbound-control.
4822
48237 December 2015: Ralph
4824	- Do not minimise forwarded requests.
4825
48264 December 2015: Wouter
4827	- Removed unneeded whitespace from example.conf.
4828
48293 December 2015: Ralph
4830	- (after rc1 tag)
4831	- Committed fix to qname minimisation and unit test case for it.
4832
48333 December 2015: Wouter
4834	- iana portlist update.
4835	- 1.5.7rc1 prerelease tag.
4836
48372 December 2015: Wouter
4838	- Fixup 724: Fix PCA prompt for unbound-service-install.exe.
4839	  re-enable stdout printout.
4840	- For 724: Add Changelog to windows binary dist.
4841
48421 December 2015: Ralph
4843	- Qname minimisation review fixes
4844
48451 December 2015: Wouter
4846	- Fixup 724 fix for fname_after_chroot() calls.
4847	- Remove stdout printout for unbound-service-install.exe
4848	- .gitignore for git users.
4849
485030 November 2015: Ralph
4851	- Implemented qname minimisation
4852
485330 November 2015: Wouter
4854	- Fix for #724: conf syntax to read files from run dir (on Windows).
4855
485625 November 2015: Wouter
4857	- Fix for #720, fix unbound-control-setup windows batch file.
4858
485924 November 2015: Wouter
4860	- Fix #720: add windows scripts to zip bundle.
4861	- iana portlist update.
4862
486320 November 2015: Wouter
4864	- Added assert on rrset cache correctness.
4865	- Fix that malformed EDNS query gets a response without malformed EDNS.
4866
486718 November 2015: Wouter
4868	- newer acx_nlnetlabs.m4.
4869	- spelling fixes from Igor Sobrado Delgado.
4870
487117 November 2015: Wouter
4872	- Fix #594. libunbound: optionally use libnettle for crypto.
4873	  Contributed by Luca Bruno.  Added --with-nettle for use with
4874	  --with-libunbound-only.
4875	- refactor nsec3 hash implementation to be more library-portable.
4876	- iana portlist update.
4877	- Fixup DER encoded DSA signatures for libnettle.
4878
487916 November 2015: Wouter
4880	- Fix for lenient accept of reverse order DNAME and CNAME.
4881
48826 November 2015: Wouter
4883	- Change example.conf: ftp.internic.net to https://www.internic.net
4884
48855 November 2015: Wouter
4886	- ACX_SSL_CHECKS no longer adds -ldl needlessly.
4887
48883 November 2015: Wouter
4889	- Fix #718: Fix unbound-control-setup with support for env
4890	  without HEREDOC bash support.
4891
489229 October 2015: Wouter
4893	- patch from Doug Hogan for SSL_OP_NO_SSLvx options.
4894	- Fix #716: nodata proof with empty non-terminals and wildcards.
4895
489628 October 2015: Wouter
4897	- Fix checklock testcode for linux threads on exit.
4898
489927 October 2015: Wouter
4900	- isblank() compat implementation.
4901	- detect libexpat without xml_StopParser function.
4902	- portability fixes.
4903	- portability, replace snprintf if return value broken.
4904
490523 October 2015: Wouter
4906	- Fix #714: Document config to block private-address for IPv4
4907	  mapped IPv6 addresses.
4908
490922 October 2015: Wouter
4910	- Fix #712: unbound-anchor appears to not fsync root.key.
4911
491220 October 2015: Wouter
4913	- 1.5.6 release.
4914	- trunk tracks development of 1.5.7.
4915
491615 October 2015: Wouter
4917	- Fix segfault in the dns64 module in the formaterror error path.
4918	- Fix sldns_wire2str_rdata_scan for malformed RRs.
4919	- tag for 1.5.6rc1 release.
4920
492114 October 2015: Wouter
4922	- ANY responses include DNAME records if present, as per Evan Hunt's
4923	  remark in dnsop.
4924	- Fix manpage to suggest using SIGTERM to terminate the server.
4925
49269 October 2015: Wouter
4927	- Default for ssl-port is port 853, the temporary port assignment
4928	  for secure domain name system traffic.
4929	  If you used to rely on the older default of port 443, you have
4930	  to put a clause in unbound.conf for that.  The new value is likely
4931	  going to be the standardised port number for this traffic.
4932	- iana portlist update.
4933
49346 October 2015: Wouter
4935	- 1.5.5 release.
4936	- trunk tracks the development of 1.5.6.
4937
493828 September 2015: Wouter
4939	- MAX_TARGET_COUNT increased to 64, to fix up sporadic resolution
4940	  failures.
4941	- tag for 1.5.5rc1 release.
4942	- makedist.sh: pgp sig echo commands.
4943
494425 September 2015: Wouter
4945	- Fix unbound-control flush that does not succeed in removing data.
4946
494722 September 2015: Wouter
4948	- Fix config globbed include chroot treatment, this fixes reload of
4949	  globs (patch from Dag-Erling Smørgrav).
4950	- iana portlist update.
4951	- Fix #702: New IPs for for h.root-servers.net.
4952	- Remove confusion comment from canonical_compare() function.
4953	- Fix #705: ub_ctx_set_fwd() return value mishandled on windows.
4954	- testbound selftest also works in non-debug mode.
4955	- Fix minor error in unbound.conf.5.in
4956	- Fix unbound.conf(5) access-control description for precedence
4957	  and default.
4958
495931 August 2015: Wouter
4960	- changed windows setup compression to be more transparent.
4961
496228 August 2015: Wouter
4963	- Fix #697: Get PY_MAJOR_VERSION failure at configure for python
4964	  2.4 to 2.6.
4965	- Feature #699: --enable-pie option to that builds PIE binary.
4966	- Feature #700: --enable-relro-now option that enables full read-only
4967	  relocation.
4968
496924 August 2015: Wouter
4970	- Fix deadlock for local data add and zone add when unbound-control
4971	  list_local_data printout is interrupted.
4972	- iana portlist update.
4973	- Change default of harden-algo-downgrade to off.  This is lenient
4974	  for algorithm rollover.
4975
497613 August 2015: Wouter
4977	- 5011 implementation does not insist on all algorithms, when
4978	  harden-algo-downgrade is turned off.
4979	- Reap the child process that libunbound spawns.
4980
498111 August 2015: Wouter
4982	- Fix #694: configure script does not detect LibreSSL 2.2.2
4983
49844 August 2015: Wouter
4985	- Document that local-zone nodefault matches exactly and transparent
4986	  can be used to release a subzone.
4987
49883 August 2015: Wouter
4989	- Document in the manual more text about configuring locally served
4990	  zones.
4991	- Fix 5011 anchor update timer after reload.
4992	- Fix mktime in unbound-anchor not using UTC.
4993
499430 July 2015: Wouter
4995	- please afl-gcc (llvm) for uninitialised variable warning.
4996	- Added permit-small-holddown config to debug fast 5011 rollover.
4997
499824 July 2015: Wouter
4999	- Fix #690: Reload fails when so-reuseport is yes after changing
5000	  num-threads.
5001	- iana portlist update.
5002
500321 July 2015: Wouter
5004	- Fix configure to detect SSL_CTX_set_ecdh_auto.
5005	- iana portlist update.
5006
500720 July 2015: Wouter
5008	- Enable ECDHE for servers.  Where available, use
5009	  SSL_CTX_set_ecdh_auto() for TLS-wrapped server configurations to
5010	  enable ECDHE.  Otherwise, manually offer curve p256.
5011	  Client connections should automatically use ECDHE when available.
5012	  (thanks Daniel Kahn Gillmor)
5013
501418 July 2015: Willem
5015	- Allow certificate chain files to allow for intermediate certificates.
5016	  (thanks Daniel Kahn Gillmor)
5017
501813 July 2015: Wouter
5019	- makedist produces sha1 and sha256 files for created binaries too.
5020
50219 July 2015: Wouter
5022	- 1.5.4 release tag
5023	- trunk has 1.5.5 in development.
5024	- Fix #681: Setting forwarders with unbound-control forward
5025	  implicitly turns on forward-first.
5026
502729 June 2015: Wouter
5028	- iana portlist update.
5029	- Fix alloc with log for allocation size checks.
5030
503126 June 2015: Wouter
5032	- Fix #677 Fix DNAME responses from cache that failed internal chain
5033	  test.
5034	- iana portlist update.
5035
503622 June 2015: Wouter
5037	- Fix #677 Fix CNAME corresponding to a DNAME was checked incorrectly
5038	  and was therefore always synthesized (thanks to Valentin Dietrich).
5039
50404 June 2015: Wouter
5041	- RFC 7553 RR type URI support, is now enabled by default.
5042
50432 June 2015: Wouter
5044	- Fix #674: Do not free pointers given by getenv.
5045
504629 May 2015: Wouter
5047	- Fix that unparseable error responses are ratelimited.
5048	- SOA negative TTL is capped at minimumttl in its rdata section.
5049	- cache-max-negative-ttl config option, default 3600.
5050
505126 May 2015: Wouter
5052	- Document that ratelimit works with unbound-control set_option.
5053
505421 May 2015: Wouter
5055	- iana portlist update.
5056	- documentation proposes ratelimit of 1000 (closer to what upstream
5057	  servers expect from us).
5058
505920 May 2015: Wouter
5060	- DLV is going to be decommissioned.  Advice to stop using it, and
5061	  put text in the example configuration and man page to that effect.
5062
506310 May 2015: Wouter
5064	- Change syntax of particular validator error to be easier for
5065	  machine parse, swap rrset and ip adres info so it looks like:
5066	  validation failure <www.example.nl. TXT IN>: signature crypto
5067	  failed from 2001:DB8:7:bba4::53 for <*.example.nl. NSEC IN>
5068
50691 May 2015: Wouter
5070	- caps-whitelist in unbound.conf allows whitelist of loadbalancers
5071	  that cannot work with caps-for-id or its fallback.
5072
507330 April 2015: Wouter
5074	- Unit test for type ANY synthesis.
5075
507622 April 2015: Wouter
5077	- Removed contrib/unbound_unixsock.diff, because it has been
5078	  integrated, use control-interface: /path in unbound.conf.
5079	- iana portlist update.
5080
508117 April 2015: Wouter
5082	- Synthesize ANY responses from cache.  Does not search exhaustively,
5083	  but MX,A,AAAA,SOA,NS also CNAME.
5084	- Fix leaked dns64prefix configuration string.
5085
508616 April 2015: Wouter
5087	- Add local-zone type inform_deny, that logs query and drops answer.
5088	- Ratelimit does not apply to prefetched queries, and ratelimit-factor
5089	  is default 10.  Repeated normal queries get resolved and with
5090	  prefetch stay in the cache.
5091	- Fix bug#664: libunbound python3 related fixes (from Tomas Hozza)
5092	  Use print_function also for Python2.
5093	  libunbound examples: produce sorted output.
5094	  libunbound-Python: libldns is not used anymore.
5095	  Fix issue with Python 3 mapping of FILE* using file_py3.i from ldns.
5096
509710 April 2015: Wouter
5098	- unbound-control ratelimit_list lists high rate domains.
5099	- ratelimit feature, ratelimit: 100, or some sensible qps, can be
5100	  used to turn it on.  It ratelimits recursion effort per zone.
5101	  For particular names you can configure exceptions in unbound.conf.
5102	- Fix that get_option for cache-sizes does not print double newline.
5103	- Fix#663: ssl handshake fails when using unix socket because dh size
5104	  is too small.
5105
51068 April 2015: Wouter
5107	- Fix crash in dnstap: Do not try to log TCP responses after timeout.
5108
51097 April 2015: Wouter
5110	- Libunbound skips dos-line-endings from etc/hosts.
5111	- Unbound exits with a fatal error when the auto-trust-anchor-file
5112	  fails to be writable.  This is seconds after startup.  You can
5113	  load a readonly auto-trust-anchor-file with trust-anchor-file.
5114	  The file has to be writable to notice the trust anchor change,
5115	  without it, a trust anchor change will be unnoticed and the system
5116	  will then become inoperable.
5117	- unbound-control list_insecure command shows the negative trust
5118	  anchors currently configured, patch from Jelte Jansen.
5119
51202 April 2015: Wouter
5121	- Fix #660: Fix interface-automatic broken in the presence of
5122	  asymmetric routing.
5123
512426 March 2015: Wouter
5125	- remote.c probedelay line is easier to read.
5126	- rename ldns subdirectory to sldns to avoid name collision.
5127
512825 March 2015: Wouter
5129	- Fix #657:  libunbound(3) recommends deprecated
5130	  CRYPTO_set_id_callback.
5131	- If unknown trust anchor algorithm, and libressl is used, error
5132	  message encourages upgrade of the libressl package.
5133
513423 March 2015: Wouter
5135	- Fix segfault on user not found at startup (from Maciej Soltysiak).
5136
513720 March 2015: Wouter
5138	- Fixed to add integer overflow checks on allocation (defense in depth).
5139
514019 March 2015: Wouter
5141	- Add ip-transparent config option for bind to non-local addresses.
5142
514317 March 2015: Wouter
5144	- Use reallocarray for integer overflow protection, patch submitted
5145	  by Loganaden Velvindron.
5146
514716 March 2015: Wouter
5148	- Fixup compile on cygwin, more portable openssl thread id.
5149
515012 March 2015: Wouter
5151	- Updated default keylength in unbound-control-setup to 3k.
5152
515310 March 2015: Wouter
5154	- Fix lintian warning in unbound-checkconf man page (from Andreas
5155	  Schulze).
5156	- print svnroot when building windows dist.
5157	- iana portlist update.
5158	- Fix warning on sign compare in getentropy_linux.
5159
51609 March 2015: Wouter
5161	- Fix #644: harden-algo-downgrade option, if turned off, fixes the
5162	  reported excessive validation failure when multiple algorithms
5163	  are present.  It allows the weakest algorithm to validate the zone.
5164	- iana portlist update.
5165
51665 March 2015: Wouter
5167	- contrib/unbound_smf22.tar.gz: Solaris SMF installation/removal
5168	  scripts.  Contributed by Yuri Voinov.
5169	- Document that incoming-num-tcp increase is good for large servers.
5170	- stats reports tcp usage, of incoming-num-tcp buffers.
5171
51724 March 2015: Wouter
5173	- Patch from Brad Smith that syncs compat/getentropy_linux with
5174	  OpenBSD's version (2015-03-04).
5175	- 0x20 fallback improved: servfail responses do not count as missing
5176	  comparisons (except if all responses are errors),
5177	  inability to find nameservers does not fail equality comparisons,
5178	  many nameservers does not try to compare more than max-sent-count,
5179	  parse failures start 0x20 fallback procedure.
5180	- store caps_response with best response in case downgrade response
5181	  happens to be the last one.
5182	- Document windows 8 tests.
5183
51843 March 2015: Wouter
5185	- tag 1.5.3rc1
5186	[ This became 1.5.3 on 10 March, trunk is 1.5.4 in development ]
5187
51882 March 2015: Wouter
5189	- iana portlist update.
5190
519120 February 2015: Wouter
5192	- Use the getrandom syscall introduced in Linux 3.17 (from Heiner
5193	  Kallweit).
5194	- Fix #645 Portability to Solaris 10, use AF_LOCAL.
5195	- Fix #646 Portability to Solaris, -lrt for getentropy_solaris.
5196	- Fix #647 crash in 1.5.2 because pwd.db no longer accessible after
5197	  reload.
5198
519919 February 2015: Wouter
5200	- 1.5.2 release tag.
5201	- svn trunk contains 1.5.3 under development.
5202
520313 February 2015: Wouter
5204	- Fix #643: doc/example.conf.in: unnecessary whitespace.
5205
520612 February 2015: Wouter
5207	- tag 1.5.2rc1
5208
520911 February 2015: Wouter
5210	- iana portlist update.
5211
521210 February 2015: Wouter
5213	- Fix scrubber with harden-glue turned off to reject NS (and other
5214	  not-address) records.
5215
52169 February 2015: Wouter
5217	- Fix validation failure in case upstream forwarder (ISC BIND) does
5218	  not have the same trust anchors and decides to insert unsigned NS
5219	  record in authority section.
5220
52212 February 2015: Wouter
5222	- infra-cache-min-rtt patch from Florian Riehm, for expected long
5223	  uplink roundtrip times.
5224
522530 January 2015: Wouter
5226	- Fix 0x20 capsforid fallback to omit gratuitous NS and additional
5227	  section changes.
5228	- Portability fix for Solaris ('sun' is not usable for a variable).
5229
523029 January 2015: Wouter
5231	- Fix pyunbound byte string representation for python3.
5232
523326 January 2015: Wouter
5234	- Fix unintended use of gcc extension for incomplete enum types,
5235	  compile with pedantic c99 compliance (from Daniel Dickman).
5236
523723 January 2015: Wouter
5238	- windows port fixes, no AF_LOCAL, no chown, no chmod(grp).
5239
524016 January 2015: Wouter
5241	- unit test for local unix connection.  Documentation and log_addr
5242	  does not inspect port for AF_LOCAL.
5243	- unbound-checkconf -f prints chroot with pidfile path.
5244
524513 January 2015: Wouter
5246	- iana portlist update.
5247
524812 January 2015: Wouter
5249	- Cast sun_len sizeof to socklen_t.
5250	- Fix pyunbound ord call, portable for python 2 and 3.
5251
52527 January 2015: Wouter
5253	- Fix warnings in pythonmod changes.
5254
52556 January 2015: Wouter
5256	- iana portlist update.
5257	- patch for remote control over local sockets, from Dag-Erling
5258	  Smorgrav, Ilya Bakulin.  Use control-interface: /path/sock and
5259	  control-use-cert: no.
5260	- Fixup that patch and uid lookup (only for daemon).
5261	- coded the default of control-use-cert, to yes.
5262
52635 January 2015: Wouter
5264	- getauxval test for ppc64 linux compatibility.
5265	- make strip works for unbound-host and unbound-anchor.
5266	- patch from Stephane Lapie that adds to the python API, that
5267	  exposes struct delegpt, and adds the find_delegation function.
5268	- print query name when max target count is exceeded.
5269	- patch from Stuart Henderson that fixes DESTDIR in
5270	  unbound-control-setup for installs where config is not in
5271	  the prefix location.
5272	- Fix #634: fix fail to start on Linux LTS 3.14.X, ignores missing
5273	  IP_MTU_DISCOVER OMIT option (fix from Remi Gacogne).
5274	- Updated contrib warmup.cmd/sh to support two modes - load
5275	  from pre-defined list of domains or (with filename as argument)
5276	  load from user-specified list of domains, and updated contrib
5277	  unbound_cache.sh/cmd to support loading/save/reload cache to/from
5278	  default path or (with secondary argument) arbitrary path/filename,
5279	  from Yuri Voinov.
5280	- Patch from Philip Paeps to contrib/unbound_munin_ that uses
5281	  type ABSOLUTE.  Allows munin.conf: [idleserver.example.net]
5282	  unbound_munin_hits.graph_period minute
5283
52849 December 2014: Wouter
5285	- svn trunk has 1.5.2 in development.
5286	- config.guess and config.sub update from libtoolize.
5287	- local-zone: example.com inform makes unbound log a message with
5288	  client IP for queries in that zone.  Eg. for finding infected hosts.
5289
52908 December 2014: Wouter
5291	- Fix CVE-2014-8602: denial of service by making resolver chase
5292	  endless series of delegations.
5293
52941 December 2014: Wouter
5295	- Fix bug#632: unbound fails to build on AArch64, protects
5296	  getentropy compat code from calling sysctl if it is has been removed.
5297
529829 November 2014: Wouter
5299	- Add include to getentropy_linux.c, hopefully fixing debian build.
5300
530128 November 2014: Wouter
5302	- Fix makefile for build from noexec source tree.
5303
530426 November 2014: Wouter
5305	- Fix libunbound undefined symbol errors for main.
5306	  Referencing main does not seem to be possible for libunbound.
5307
530824 November 2014: Wouter
5309	- Fix log at high verbosity and memory allocation failure.
5310	- iana portlist update.
5311
531221 November 2014: Wouter
5313	- Fix crash on multiple thread random usage on systems without
5314	  arc4random.
5315
531620 November 2014: Wouter
5317	- fix compat/getentropy_win.c check if CryptGenRandom works and no
5318	  immediate exit on windows.
5319
532019 November 2014: Wouter
5321	- Fix cdflag dns64 processing.
5322
532318 November 2014: Wouter
5324	- Fix that CD flag disables DNS64 processing, returning the DNSSEC
5325	  signed AAAA denial.
5326	- iana portlist update.
5327
532817 November 2014: Wouter
5329	- Fix #627: SSL_CTX_load_verify_locations return code not properly
5330	  checked.
5331
533214 November 2014: Wouter
5333	- parser with bison 2.7
5334
533513 November 2014: Wouter
5336	- Patch from Stephane Lapie for ASAHI Net that implements aaaa-filter,
5337	added to contrib/aaaa-filter-iterator.patch.
5338
533912 November 2014: Wouter
5340	- trunk has 1.5.1 in development.
5341	- Patch from Robert Edmonds to build pyunbound python module
5342	  differently.  No versioninfo, with -shared and without $(LIBS).
5343	- Patch from Robert Edmonds fixes hyphens in unbound-anchor man page.
5344	- Removed 'increased limit open files' log message that is written
5345	  to console.  It is only written on verbosity 4 and higher.
5346	  This keeps system bootup console cleaner.
5347	- Patch from James Raftery, always print stats for rcodes 0..5.
5348
534911 November 2014: Wouter
5350	- iana portlist update.
5351	- Fix bug where forward or stub addresses with same address but
5352	  different port number were not tried.
5353	- version number in svn trunk is 1.5.0
5354	- tag 1.5.0rc1
5355	- review fix from Ralph.
5356
53577 November 2014: Wouter
5358	- dnstap fixes by Robert Edmonds:
5359		dnstap/dnstap.m4: cosmetic fixes
5360		dnstap/: Remove compiled protoc-c output files
5361		dnstap/dnstap.m4: Error out if required libraries are not found
5362		dnstap: Fix ProtobufCBufferSimple usage that is incorrect as of
5363			protobuf-c 1.0.0
5364		dnstap/: Adapt to API changes in latest libfstrm (>= 0.2.0)
5365
53664 November 2014: Wouter
5367	- Add ub_ctx_add_ta_autr function to add a RFC5011 automatically
5368	  tracked trust anchor to libunbound.
5369	- Redefine internal minievent symbols to unique symbols that helps
5370	  linking on platforms where the linker leaks names across modules.
5371
537227 October 2014: Wouter
5373	- Disabled use of SSLv3 in remote-control and ssl-upstream.
5374	- iana portlist update.
5375
537616 October 2014: Wouter
5377	- Documented dns64 configuration in unbound.conf man page.
5378
537913 October 2014: Wouter
5380	- Fix #617: in ldns in unbound, lowercase WKS services.
5381	- Fix ctype invocation casts.
5382
538310 October 2014: Wouter
5384	- Fix unbound-checkconf check for module config with dns64 module.
5385	- Fix unbound capsforid fallback, it ignores TTLs in comparison.
5386
53876 October 2014: Wouter
5388	- Fix #614: man page variable substitution bug.
53896 October 2014: Willem
5390	- Whitespaces after $ORIGIN are not part of the origin dname (ldns).
5391	- $TTL's value starts at position 5 (ldns).
5392
53931 October 2014: Wouter
5394	- fix #613: Allow tab ws in var length last rdfs (in ldns str2wire).
5395
539629 September 2014: Wouter
5397	- Fix #612: create service with service.conf in present directory and
5398	  auto load it.
5399	- Fix for mingw compile openssl ranlib.
5400
540125 September 2014: Wouter
5402	- updated configure and aclocal with newer autoconf 1.13.
5403
540422 September 2014: Wouter
5405	- Fix swig and python examples for Python 3.x.
5406	- Fix for mingw compile with openssl-1.0.1i.
5407
540819 September 2014: Wouter
5409	- improve python configuration detection to build on Fedora 22.
5410
541118 September 2014: Wouter
5412	- patches to also build with Python 3.x (from Pavel Simerda).
5413
541416 September 2014: Wouter
5415	- Fix tcp timer waiting list removal code.
5416	- iana portlist update.
5417	- Updated the TCP_BACLOG from 5 to 256, so that the tcp accept queue
5418	  is longer and more tcp connections can be handled.
5419
542015 September 2014: Wouter
5421	- Fix unit test for CDS typecode.
5422
54235 September 2014: Wouter
5424	- type CDS and CDNSKEY types in sldns.
5425
542625 August 2014: Wouter
5427	- Fixup checklock code for log lock and its mutual initialization
5428	  dependency.
5429	- iana portlist update.
5430	- Removed necessity for pkg-config from the dnstap.m4, new are
5431	  the --with-libfstrm and --with-protobuf-c configure options.
5432
543319 August 2014: Wouter
5434	- Update unbound manpage with more explanation (from Florian Obser).
5435
543618 August 2014: Wouter
5437	- Fix #603: unbound-checkconf -o <option> should skip verification
5438	  checks.
5439	- iana portlist update.
5440	- Fixup doc/unbound.doxygen to remove obsolete 1.8.7 settings.
5441
54425 August 2014: Wouter
5443	- dnstap support, with a patch from Farsight Security, written by
5444	  Robert Edmonds. The --enable-dnstap needs libfstrm and protobuf-c.
5445	  It is BSD licensed (see dnstap/dnstap.c).
5446	  Building with --enable-dnstap needs pkg-config with this patch.
5447	- Noted dnstap in doc/README and doc/CREDITS.
5448	- Changes to the dnstap patch.
5449	  - lint fixes.
5450	  - dnstap/dnstap_config.h should not have been added to the repo,
5451	    because is it generated.
5452
54531 August 2014: Wouter
5454	- Patch add msg, rrset, infra and key cache sizes to stats command
5455	  from Maciej Soltysiak.
5456	- iana portlist update.
5457
545831 July 2014: Wouter
5459	- DNS64 from Viagenie (BSD Licensed), written by Simon Perrault.
5460	  Initial commit of the patch from the FreeBSD base (with its fixes).
5461	  This adds a module (for module-config in unbound.conf) dns64 that
5462	  performs DNS64 processing, see README.DNS64.
5463	- Changes from DNS64:
5464	  strcpy changed to memmove.
5465	  arraybound check fixed from prefix_net/8/4 to prefix_net/8+4.
5466	  allocation of result consistently in the correct region.
5467	  time_t is now used for ttl in unbound (since the patch's version).
5468	- testdata/dns64_lookup.rpl for unit test for dns64 functionality.
5469
547029 July 2014: Wouter
5471	- Patch from Dag-Erling Smorgrav that implements feature, unbound -dd
5472	  does not fork in the background and also logs to stderr.
5473
547421 July 2014: Wouter
5475	- Fix endian.h include for OpenBSD.
5476
547716 July 2014: Wouter
5478	- And Fix#596: Bail out of unbound-control dump_infra when ssl
5479	  write fails.
5480
548115 July 2014: Wouter
5482	- Fix #596: Bail out of unbound-control list_local_zones when ssl
5483	  write fails.
5484	- iana portlist update.
5485
548613 July 2014: Wouter
5487	- Configure tests if main can be linked to from getentropy compat.
5488
548912 July 2014: Wouter
5490	- Fix getentropy compat code, function refs were not portable.
5491	- Fix to check openssl version number only for OpenSSL.
5492	- LibreSSL provides compat items, check for that in configure.
5493	- Fix bug in fix for log locks that caused deadlock in signal handler.
5494	- update compat/getentropy and arc4random to the most recent ones from OpenBSD.
5495
549611 July 2014: Matthijs
5497	- fake-rfc2553 patch (thanks Benjamin Baier).
5498
549911 July 2014: Wouter
5500	- arc4random in compat/ and getentropy, explicit_bzero, chacha for
5501	  dependencies, from OpenBSD.  arc4_lock and sha512 in compat.
5502	  This makes arc4random available on all platforms, except when
5503	  compiled with LIBNSS (it uses libNSS crypto random).
5504	- fix strptime implicit declaration error on OpenBSD.
5505	- arc4random, getentropy and explicit_bzero compat for Windows.
5506
55074 July 2014: Wouter
5508	- Fix #593: segfault or crash upon rotating logfile.
5509
55103 July 2014: Wouter
5511	- DLV tests added.
5512	- signit tool fixup for compile with libldns library.
5513	- iana portlist updated.
5514
551527 June 2014: Wouter
5516	- so-reuseport is available on BSDs(such as FreeBSD 10) and OS/X.
5517
551826 June 2014: Wouter
5519	- unbound-control status reports if so-reuseport was successful.
5520	- iana portlist updated.
5521
552224 June 2014: Wouter
5523	- Fix caps-for-id fallback, and added fallback attempt when servers
5524	  drop 0x20 perturbed queries.
5525	- Fixup testsetup for VM tests (run testcode/run_vm.sh).
5526
552717 June 2014: Wouter
5528	- iana portlist updated.
5529
55303 June 2014: Wouter
5531	- Add AAAA for B root server to default root hints.
5532
55332 June 2014: Wouter
5534	- Remove unused define from iterator.h
5535
553630 May 2014: Wouter
5537	- Fixup sldns_enum_edns_option typedef definition.
5538
553928 May 2014: Wouter
5540	- Code cleanup patch from Dag-Erling Smorgrav, with compiler issue
5541	  fixes from FreeBSD's copy of Unbound, he notes:
5542	  Generate unbound-control-setup.sh at build time so it respects
5543	  prefix and sysconfdir from the configure script.  Also fix the
5544	  umask to match the comment, and the comment to match the umask.
5545	  Add const and static where needed.  Use unions instead of
5546	  playing pointer poker.  Move declarations that are needed in
5547	  multiple source files into a shared header.  Move sldns_bgetc()
5548	  from parse.c to buffer.c where it belongs.  Introduce a new
5549	  header file, worker.h, which declares the callbacks that
5550	  all workers must define.  Remove those declarations from
5551	  libworker.h.	Include the correct headers in the correct places.
5552	  Fix a few dummy callbacks that don't match their prototype.
5553	  Fix some casts.  Hide the sbrk madness behind #ifdef HAVE_SBRK.
5554	  Remove a useless printf which breaks reproducible builds.
5555	  Get rid of CONFIGURE_{TARGET,DATE,BUILD_WITH} now that they're
5556	  no longer used.  Add unbound-control-setup.sh to the list of
5557	  generated files.  The prototype for libworker_event_done_cb()
5558	  needs to be moved from libunbound/libworker.h to
5559	  libunbound/worker.h.
5560	- Fixup out-of-directory compile with unbound-control-setup.sh.in.
5561	- make depend.
5562
556323 May 2014: Wouter
5564	- unbound-host -D enabled dnssec and reads root trust anchor from
5565	  the default root key file that was compiled in.
5566
556720 May 2014: Wouter
5568	- Feature, unblock-lan-zones: yesno that you can use to make unbound
5569	  perform 10.0.0.0/8 and other reverse lookups normally, for use if
5570	  unbound is running service for localhost on localhost.
5571
557216 May 2014: Wouter
5573	- Updated create_unbound_ad_servers and unbound_cache scripts from
5574	  Yuri Voinov in the source/contrib directory. Added
5575	  warmup.cmd (and .sh): warm up the DNS cache with your MRU domains.
5576
55779 May 2014: Wouter
5578	- Implement draft-ietf-dnsop-rfc6598-rfc6303-01.
5579	- iana portlist updated.
5580
55818 May 2014: Wouter
5582	- Contrib windows scripts from Yuri Voinov added to src/contrib:
5583	  create_unbound_ad_servers.cmd: enters anti-ad server lists.
5584	  unbound_cache.cmd: saves and loads the cache.
5585	- Added unbound-control-setup.cmd from Yuri Voinov to the windows
5586	  unbound distribution set.  It requires openssl installed in %PATH%.
5587
55886 May 2014: Wouter
5589	- Change MAX_SENT_COUNT from 16 to 32 to resolve some cases easier.
5590
55915 May 2014: Wouter
5592	- More #567: remove : from output of stub and forward lists, this is
5593	  easier to parse.
5594
559529 April 2014: Wouter
5596	- iana portlist updated.
5597	- Add unbound-control flush_negative that flushed nxdomains, nodata,
5598	  and errors from the cache.  For dnssec-trigger and NetworkManager,
5599	  fixes cases where network changes have localdata that was already
5600	  negatively cached from the previous network.
5601
560223 April 2014: Wouter
5603	- Patch from Jeremie Courreges-Anglas to use arc4random_uniform
5604	  if available on the OS, it gets entropy from the OS.
5605
560615 April 2014: Wouter
5607	- Fix compile with libevent2 on FreeBSD.
5608
560911 April 2014: Wouter
5610	- Fix #502: explain that do-ip6 disable does not stop AAAA lookups,
5611	  but it stops the use of the ipv6 transport layer for DNS traffic.
5612	- iana portlist updated.
5613
561410 April 2014: Wouter
5615	- iana portlist updated.
5616	- Patch from Hannes Frederic Sowa for Linux 3.15 fragmentation
5617	  option for DNS fragmentation defense.
5618	- Document that dump_requestlist only prints queries from thread 0.
5619	- unbound-control stats prints num.query.tcpout with number of TCP
5620	  outgoing queries made in the previous statistics interval.
5621	- Fix #567: unbound lists if forward zone is secure or insecure with
5622	  +i annotation in output of list_forwards, also for list_stubs
5623	  (for NetworkManager integration.)
5624	- Fix #554: use unsigned long to print 64bit statistics counters on
5625	  64bit systems.
5626	- Fix #558: failed prefetch lookup does not remove cached response
5627	  but delays next prefetch (in lieu of caching a SERVFAIL).
5628	- Fix #545: improved logging, the ip address of the error is printed
5629	  on the same log-line as the error.
5630
56318 April 2014: Wouter
5632	- Fix #574: make test fails on Ubuntu 14.04.  Disabled remote-control
5633	  in testbound scripts.
5634	- iana portlist updated.
5635
56367 April 2014: Wouter
5637	- C.ROOT-SERVERS.NET has an IPv6 address, and we updated the root
5638	  hints (patch from Anand Buddhdev).
5639	- Fix #572: Fix unit test failure for systems with different
5640	  /etc/services.
5641
564228 March 2014: Wouter
5643	- Fix #569: do_tcp is do-tcp in unbound.conf man page.
5644
564525 March 2014: Wouter
5646	- Patch from Stuart Henderson to build unbound-host man from .1.in.
5647
564824 March 2014: Wouter
5649	- Fix print filename of encompassing config file on read failure.
5650
565112 March 2014: Wouter
5652	- tag 1.4.22
5653	- trunk has 1.4.23 in development.
5654
565510 March 2014: Wouter
5656	- Fix bug#561: contrib/cacti plugin did not report SERVFAIL rcodes
5657	  because of spelling.  Patch from Chris Coates.
5658
565927 February 2014: Wouter
5660	- tag 1.4.22rc1
5661
566221 February 2014: Wouter
5663	- iana portlist updated.
5664
566520 February 2014: Matthijs
5666	- Be lenient when a NSEC NameError response with RCODE=NXDOMAIN is
5667	  received. This is okay according 4035, but not after revising
5668	  existence in 4592.  NSEC empty non-terminals exist and thus the
5669	  RCODE should have been NOERROR. If this occurs, and the RRsets
5670	  are secure, we set the RCODE to NOERROR and the security status
5671	  of the response is also considered secure.
5672
567314 February 2014: Wouter
5674	- Works on Minix (3.2.1).
5675
567611 February 2014: Wouter
5677	- Fix parse of #553(NSD) string in sldns, quotes without spaces.
5678
56797 February 2014: Wouter
5680	- iana portlist updated.
5681	- add body to ifstatement if locks disabled.
5682	- add TXT string"string" test case to unit test.
5683	- Fix #551: License change "Regents" to "Copyright holder", matching
5684	  the BSD license on opensource.org.
5685
56866 February 2014: Wouter
5687	- sldns has type HIP.
5688	- code documentation on the module interface.
5689
56905 February 2014: Wouter
5691	- Fix sldns parse tests on osx.
5692
56933 February 2014: Wouter
5694	- Detect libevent2 install automatically by configure.
5695	- Fixup link with lib/event2 subdir.
5696	- Fix parse in sldns of quoted parenthesized text strings.
5697
569831 January 2014: Wouter
5699	- unit test for ldns wire to str and back with zones, root, nlnetlabs
5700	  and types.sidnlabs.
5701	- Fix for hex to string in unknown, atma and nsap.
5702	- fixup nss compile (no ldns in it).
5703	- fixup warning in unitldns
5704	- fixup WKS and rdata type service to print unsigned because strings
5705	  are not portable; they cannot be read (for sure) on other computers.
5706	- fixup type EUI48 and EUI64, type APL and type IPSECKEY in string
5707	  parse sldns.
5708
570930 January 2014: Wouter
5710	- delay-close does not act if there are udp-wait queries, so that
5711	  it does not make a socketdrain DoS easier.
5712
571328 January 2014: Wouter
5714	- iana portlist updated.
5715	- iana portlist test updated so it does not touch the source
5716	  if there are no changes.
5717	- delay-close: msec option that delays closing ports for which
5718	  the UDP reply has timed out.  Keeps the port open, only accepts
5719	  the correct reply.  This correct reply is not used, but the port
5720	  is open so that no port-denied ICMPs are generated.
5721
572227 January 2014: Wouter
5723	- reuseport is attempted, then fallback to without on failure.
5724
572524 January 2014: Wouter
5726	- Change unbound-event.h to use void* buffer, length idiom.
5727	- iana portlist updated.
5728	- unbound-event.h is installed if you configure --enable-event-api.
5729	- speed up unbound (reports say it could be up to 10%), by reducing
5730	  lock contention on localzones.lock.  It is changed to an rwlock.
5731	- so-reuseport: yesno option to distribute queries evenly over
5732	  threads on Linux (Thanks Robert Edmonds).
5733	- made lint clean.
5734
573521 January 2014: Wouter
5736	- Fix #547: no trustanchor written if filesystem full, fclose checked.
5737
573817 January 2014: Wouter
5739	- Fix isprint() portability in sldns, uses unsigned int.
5740	- iana portlist updated.
5741
574216 January 2014: Wouter
5743	- fix #544: Fixed +i causes segfault when running with module conf
5744	  "iterator".
5745	- Windows port, adjust %lld to %I64d, and warning in win_event.c.
5746
574714 January 2014: Wouter
5748	- iana portlist updated.
5749
57505 Dec 2013: Wouter
5751	- Fix bug in cachedump that uses sldns.
5752	- update pythonmod for ldns_ to sldns_ name change.
5753
57543 Dec 2013: Wouter
5755	- Fix sldns to use sldns_ prefix for all ldns_ variables.
5756	- Fix windows compile to compile with sldns.
5757
575830 Nov 2013: Wouter
5759	- Fix sldns to make globals use sldns_ prefix.  This fixes
5760	  linking with libldns that uses global variables ldns_ .
5761
576213 Nov 2013: Wouter
5763	- Fix bug#537: compile python plugin without ldns library.
5764
576512 Nov 2013: Wouter
5766	- Fix bug#536: acl_deny_non_local and refuse_non_local added.
5767
57685 Nov 2013: Wouter
5769	- Patch from Neel Goyal to fix async id assignment if callback
5770	  is called by libunbound in the mesh attach.
5771	- Accept ip-address: as an alternative for interface: for
5772	  consistency with nsd.conf syntax.
5773
57744 Nov 2013: Wouter
5775	- Patch from Neel Goyal to fix callback in libunbound.
5776
57773 Nov 2013: Wouter
5778	- if configured --with-libunbound-only fix make install.
5779
578031 Oct 2013: Wouter
5781	- Fix #531: Set SO_REUSEADDR so that the wildcard interface and a
5782	  more specific interface port 53 can be used at the same time, and
5783	  one of the daemons is unbound.
5784	- iana portlist update.
5785	- separate ldns into core ldns inside ldns/ subdirectory.  No more
5786	  --with-ldns is needed and unbound does not rely on libldns.
5787	- portability fixes for new USE_SLDNS ldns subdir codebase.
5788
578922 Oct 2013: Wouter
5790	- Patch from Neel Goyal: Add an API call to set an event base on an
5791	  existing ub_ctx.  This basically just destroys the current worker and
5792	  sets the event base to the current.  And fix a deadlock in
5793	  ub_resolve_event – the cfglock is held when libworker_create is
5794	  called.  This ends up trying to acquire the lock again in
5795	  context_obtain_alloc in the call chain.
5796	- Fix #528: if very high logging (4 or more) segfault on allow_snoop.
5797
579826 Sep 2013: Wouter
5799	- unbound-event.h is installed if configured --with-libevent.  It
5800	  contains low-level library calls, that use libevent's event_base
5801	  and an ldns_buffer for the wire return packet to perform async
5802	  resolution in the client's eventloop.
5803
580419 Sep 2013: Wouter
5805	- 1.4.21 tag created.
5806	- trunk has 1.4.22 number inside it.
5807	- iana portlist updated.
5808	- acx_nlnetlabs.m4 to 26; improve FLTO help text.
5809
581016 Sep 2013: Wouter
5811	- Fix#524: max-udp-size not effective to non-EDNS0 queries, from
5812	  Daisuke HIGASHI.
5813
581410 Sep 2013: Wouter
5815	- MIN_TTL and MAX_TTL also in time_t.
5816	- tag 1.4.21rc1 made again.
5817
581826 Aug 2013: Wouter
5819	- More fixes for bug#519: for the threaded case test if the bg
5820	  thread has been killed, on ub_ctx_delete, to avoid hangs.
5821
582222 Aug 2013: Wouter
5823	- more fixes that I overlooked.
5824	- review fixes from Willem.
5825
582621 Aug 2013: Wouter
5827	- Fix#520: Errors found by static analysis from Tomas Hozza(redhat).
5828
582920 Aug 2013: Wouter
5830	- Fix for 2038, with time_t instead of uint32_t.
5831
583219 Aug 2013: Wouter
5833	- Fix#519 ub_ctx_delete may hang in some scenarios (libunbound).
5834
583514 Aug 2013: Wouter
5836	- Fix uninit variable in fix#516.
5837
58388 Aug 2013: Wouter
5839	- Fix#516 dnssec lameness detection for answers that are improper.
5840
584130 Jun 2013: Wouter
5842	- tag 1.4.21rc1
5843
584429 Jun 2013: Wouter
5845	- Fix#512 memleak in testcode for testbound (if it fails).
5846	- Fix#512 NSS returned arrays out of setup function to be statics.
5847
584826 Jun 2013: Wouter
5849	- max include of 100.000 files (depth and globbed at one time).
5850	  This is to preserve system memory in bug cases, or endless cases.
5851	- iana portlist updated.
5852
585319 Jun 2013: Wouter
5854	- streamtcp man page, contributed by Tomas Hozza.
5855	- iana portlist updated.
5856	- libunbound documentation on how to avoid openssl race conditions.
5857
585825 Jun 2013: Wouter
5859	- Squelch sendto-permission denied errors when the network is
5860	  not connected, to avoid spamming syslog.
5861	- configure --disable-flto option (from Robert Edmonds).
5862
586318 Jun 2013: Wouter
5864	- Fix for const string literals in C++ for libunbound, from Karel
5865	  Slany.
5866	- iana portlist updated.
5867
586817 Jun 2013: Wouter
5869	- Fixup manpage syntax.
5870
587114 Jun 2013: Wouter
5872	- get_option and set_option support for log-time-ascii, python-script
5873	  val-sig-skew-min and val-sig-skew-max.  log-time-ascii takes effect
5874	  immediately.  The others are mostly useful for libunbound users.
5875
587613 Jun 2013: Wouter
5877	- get_option, set_option, unbound-checkconf -o and libunbound
5878	  getoption and setoption support cache-min-ttl and cache-max-ttl.
5879
588010 Jun 2013: Wouter
5881	- Fix#501: forward-first does not recurse, when forward name is ".".
5882	- iana portlist update.
5883	- Max include depth is unlimited.
5884
588527 May 2013: Wouter
5886	- Update acx_pthreads.m4 to ax_pthreads.4 (2013-03-29), and apply
5887	  patch to it to not fail when -Werror is also specified, from the
5888	  autoconf-archives.
5889	- iana portlist update.
5890
589121 May 2013: Wouter
5892	- Explain bogus and secure flags in libunbound more.
5893
589416 May 2013: Wouter
5895	- Fix#499 use-after-free in out-of-memory handling code (thanks Jake
5896	  Montgomery).
5897	- Fix#500 use on non-initialised values on socket bind failures.
5898
589915 May 2013: Wouter
5900	- Fix round-robin doesn't work with some Windows clients (from Ilya
5901	  Bakulin).
5902
59033 May 2013: Wouter
5904	- update acx_nlnetlabs.m4 to v23, sleep w32 fix.
5905
590626 April 2013: Wouter
5907	- add unbound-control insecure_add and insecure_remove for the
5908	  administration of negative trust anchors.
5909
591025 April 2013: Wouter
5911	- Implement max-udp-size config option, default 4096 (thanks
5912	  Daisuke Higashi).
5913	- Robust checks on dname validity from rdata for dname compare.
5914	- updated iana portlist.
5915
591619 April 2013: Wouter
5917	- Fixup snprintf return value usage, fixed libunbound_get_option.
5918
591918 April 2013: Wouter
5920	- fix bug #491: pick program name (0th argument) as syslog identity.
5921	- own implementation of compat/snprintf.c.
5922
592315 April 2013: Wouter
5924	- Fix so that for a configuration line of include: "*.conf" it is not
5925	  an error if there are no files matching the glob pattern.
5926	- unbound-anchor review: BIO_write can return 0 successfully if it
5927	  has successfully appended a zero length string.
5928
592911 April 2013: Wouter
5930	- Fix queries leaking up for stubs and forwards, if the configured
5931	  nameservers all fail to answer.
5932
593310 April 2013: Wouter
5934	- code improve for minimal responses, small speed increase.
5935
59369 April 2013: Wouter
5937	- updated iana portlist.
5938	- Fix crash in previous private address fixup of 22 March.
5939
594028 March 2013: Wouter
5941	- Make reverse zones easier by documenting the nodefault statements
5942	  commented-out in the example config file.
5943
594426 March 2013: Wouter
5945	- more fixes to lookup3.c endianness detection.
5946
594725 March 2013: Wouter
5948	- #492: Fix endianness detection, revert to older lookup3.c detection
5949	  and put new detect lines after previous tests, to avoid regressions
5950	  but allow new detections to succeed.
5951	  And add detection for machine/endian.h to it.
5952
595322 March 2013: Wouter
5954	- Fix resolve of names that use a mix of public and private addresses.
5955	- iana portlist update.
5956	- Fix makedist for new svn for -d option.
5957	- unbound.h header file has UNBOUND_VERSION_MAJOR define.
5958	- Fix windows RSRC version for long version numbers.
5959
596021 March 2013: Wouter
5961	- release 1.4.20
5962	- trunk has 1.4.21
5963	- committed libunbound version 4:1:2 for binary API updated in 1.4.20
5964	- install copy of unbound-control.8 man page for unbound-control-setup
5965
596614 March 2013: Wouter
5967	- iana portlist update.
5968	- tag 1.4.20rc1
5969
597012 March 2013: Wouter
5971	- Fixup makedist.sh for windows compile.
5972
597311 March 2013: Wouter
5974	- iana portlist update.
5975	- testcode/ldns-testpkts.c check for makedist is informational.
5976
597715 February 2013: Wouter
5978	- fix defines in lookup3 for bigendian bsd alpha
5979
598011 February 2013: Wouter
5981	- Fixup openssl_thread init code to only run if compiled with SSL.
5982
59837 February 2013: Wouter
5984	- detect endianness in lookup3 on BSD.
5985	- add libunbound.ttl at end of result structure, version bump for
5986	  libunbound and binary backwards compatible, but 1.4.19 is not
5987	  forward compatible with 1.4.20.
5988	- update iana port list.
5989
599030 January 2013: Wouter
5991	- includes and have_ssl fixes for nss.
5992
599329 January 2013: Wouter
5994	- printout name of zone with duplicate fwd and hint errors.
5995
599628 January 2013: Wouter
5997	- updated fwd_zero for newer nc. Updated common.sh for newer netstat.
5998
599917 January 2013: Wouter
6000	- unbound-anchors checks the emailAddress of the signer of the
6001	  root.xml file, default is dnssec@iana.org.  It also checks that
6002	  the signer has the correct key usage for a digital signature.
6003	- update iana port list.
6004
60053 January 2013: Wouter
6006	- Test that unbound-control checks client credentials.
6007	- Test that unbound can handle a CNAME at an intermediate node in
6008	  the chain of trust (where it seeks a DS record).
6009	- Check the commonName of the signer of the root.xml file in
6010	  unbound-anchor, default is dnssec@iana.org.
6011
60122 January 2013: Wouter
6013	- Fix openssl lock free on exit (reported by Robert Fleischman).
6014	- iana portlist updated.
6015	- Tested that unbound implements the RFC5155 Technical Errata id 3441.
6016	  Unbound already implements insecure classification of an empty
6017	  nonterminal in NSEC3 optout zone.
6018
601920 December 2012: Wouter
6020	- Fix unbound-anchor xml parse of entity declarations for safety.
6021
602219 December 2012: Wouter
6023	- iana portlist updated.
6024
602518 December 2012: Wouter
6026	- iana portlist updated.
6027
602814 December 2012: Wouter
6029	- Change of D.ROOT-SERVERS.NET A address in default root hints.
6030
603112 December 2012: Wouter
6032	- 1.4.19 release.
6033	- trunk has 1.4.20 under development.
6034
60355 December 2012: Wouter
6036	- note support for AAAA RR type RFC.
6037
60384 December 2012: Wouter
6039	- 1.4.19rc1 tag.
6040
604130 November 2012: Wouter
6042	- bug 481: fix python example0.
6043	- iana portlist updated.
6044
604527 November 2012: Wouter
6046	- iana portlist updated.
6047
60489 November 2012: Wouter
6049	- Fix unbound-control forward disables configured stubs below it.
6050
60517 November 2012: Wouter
6052	- Fixup ldns-testpkts, identical to ldns/examples.
6053	- iana portlist updated.
6054
605530 October 2012: Wouter
6056	- Fix bug #477: unbound-anchor segfaults if EDNS is blocked.
6057
605829 October 2012: Matthijs
6059	- Fix validation for responses with both CNAME and wildcard
6060	  expanded CNAME records in answer section.
6061
60628 October 2012: Wouter
6063	- update ldns-testpkts.c to ldns 1.6.14 version.
6064	- fix build of pythonmod in objdir, for unbound.py.
6065	- make clean and makerealclean remove generated python and docs.
6066
60675 October 2012: Wouter
6068	- fix build of pythonmod in objdir (thanks Jakob Schlyter).
6069
60703 October 2012: Wouter
6071	- fix text in unbound-anchor man page.
6072
60731 October 2012: Wouter
6074	- ignore trusted-keys globs that have no files (from Paul Wouters).
6075
607627 September 2012: Wouter
6077	- include: directive in config file accepts wildcards.  Patch from
6078	  Paul Wouters.  Suggested use: include: "/etc/unbound.d/conf.d/*"
6079	- unbound-control -q option is quiet, patch from Mariano Absatz.
6080	- iana portlist updated.
6081	- updated contrib/unbound.spec, patch from Valentin Bud.
6082
608321 September 2012: Wouter
6084	- chdir to / after chroot call (suggested by Camiel Dobbelaar).
6085
608617 September 2012: Wouter
6087	- patch_rsamd5_enable.diff: this patch enables RSAMD5 validation
6088	  otherwise it is treated as insecure.  The RSAMD5 algorithm is
6089	  deprecated (RFC6725).  The MD5 hash is considered weak for some
6090	  purposes, if you want to sign your zone, then RSASHA256 is an
6091	  uncontested hash.
6092
609330 August 2012: Wouter
6094	- RFC6725 deprecates RSAMD5: this DNSKEY algorithm is disabled.
6095	- iana portlist updated.
6096
609729 August 2012: Wouter
6098	- Nicer comments outgoing-port-avoid, thanks Stu (bug #465).
6099
610022 August 2012: Wouter
6101	- Fallback to 1472 and 1232, one fragment size without headers.
6102
610321 August 2012: Wouter
6104	- Fix timeouts so that when a server has been offline for a while
6105	  and is probed to see it works, it becomes fully available for
6106	  server selection again.
6107
610817 August 2012: Wouter
6109	- Add documentation to libunbound for default nonuse of resolv.conf.
6110
61112 August 2012: Wouter
6112	- trunk has 1.4.19 under development (fixes from 1 aug and 31 july
6113	are for 1.4.19).
6114	- iana portlist updated.
6115
61161 August 2012: Wouter
6117	- Fix openssl race condition, initializes openssl locks, reported
6118	  by Einar Lonn and Patrik Wallstrom.
6119
612031 July 2012: Wouter
6121	- Improved forward-first and stub-first documentation.
6122	- Fix that enables modules to register twice for the same
6123	  serviced_query, without race conditions or administration issues.
6124	  This should not happen with the current codebase, but it is robust.
6125	- Fix forward-first option where it sets the RD flag wrongly.
6126	- added manpage links for libunbound calls (Thanks Paul Wouters).
6127
612830 July 2012: Wouter
6129	- tag 1.4.18rc2 (became 1.4.18 release at 2 august 2012).
6130
613127 July 2012: Wouter
6132	- unbound-host works with libNSS
6133	- fix bogus nodata cname chain not reported as bogus by validator,
6134	  (Thanks Peter van Dijk).
6135
613626 July 2012: Wouter
6137	- iana portlist updated.
6138	- tag 1.4.18rc1.
6139
614025 July 2012: Wouter
6141	- review fix for libnss, check hash prefix allocation size.
6142
614323 July 2012: Wouter
6144	- fix missing break for GOST DS hash function.
6145	- implemented forward_first for the root.
6146
614720 July 2012: Wouter
6148	- Fix bug#452 and another assertion failure in mesh.c, makes
6149	  assertions in mesh.c resist duplicates.  Fixes DS NS search to
6150	  not generate duplicate sub queries.
6151
615219 July 2012: Willem
6153	- Fix bug#454: Remove ACX_CHECK_COMPILER_FLAG from configure.ac,
6154	  if CFLAGS is specified at configure time then '-g -O2' is not
6155	  appended to CFLAGS, so that the user can override them.
6156
615718 July 2012: Willem
6158	- Fix libunbound report of errors when in background mode.
6159
616011 July 2012: Willem
6161	- updated iana ports list.
6162
61639 July 2012: Willem
6164	- Add flush_bogus option for unbound-control
6165
61666 July 2012: Wouter
6167	- Fix validation of qtype DS queries that result in no data for
6168	  non-optout NSEC3 zones.
6169
61704 July 2012: Wouter
6171	- compile libunbound with libnss on Suse, passes regression tests.
6172
61733 July 2012: Wouter
6174	- FIPS_mode openssl does not use arc4random but RAND_pseudo_bytes.
6175
61762 July 2012: Wouter
6177	- updated iana ports list.
6178
617929 June 2012: Wouter
6180	- patch for unbound_munin_ script to handle arbitrary thread count by
6181	  Sven Ulland.
6182
618328 June 2012: Wouter
6184	- detect if openssl has FIPS_mode.
6185	- code review: return value of cache_store can be ignored for better
6186	  performance in out of memory conditions.
6187	- fix edns-buffer-size and msg-buffer-size manpage documentation.
6188	- updated iana ports list.
6189
619025 June 2012: Wouter
6191	- disable RSAMD5 if in FIPS mode (for openssl and for libnss).
6192
619322 June 2012: Wouter
6194	- implement DS records, NSEC3 and ECDSA for compile with libnss.
6195
619621 June 2012: Wouter
6197	- fix error handling of alloc failure during rrsig verification.
6198	- nss check for verification failure.
6199	- nss crypto works for RSA and DSA.
6200
620120 June 2012: Wouter
6202	- work on --with-nss build option (for now, --with-libunbound-only).
6203
620419 June 2012: Wouter
6205	- --with-libunbound-only build option, only builds the library and
6206	  not the daemon and other tools.
6207
620818 June 2012: Wouter
6209	- code review.
6210
621115 June 2012: Wouter
6212	- implement log-time-ascii on windows.
6213	- The key-cache bad key ttl is now 60 seconds.
6214	- updated iana ports list.
6215	- code review.
6216
621711 June 2012: Wouter
6218	- bug #452: fix crash on assert in mesh_state_attachment.
6219
622030 May 2012: Wouter
6221	- silence warning from swig-generated code (md set but not used in
6222	  swig initmodule, due to ifdefs in swig-generated code).
6223
622427 May 2012: Wouter
6225	- Fix debian-bugs-658021: Please enable hardened build flags.
6226
622725 May 2012: Wouter
6228	- updated iana ports list.
6229
623024 May 2012: Wouter
6231	- tag for 1.4.17 release.
6232	- trunk is 1.4.18 in development.
6233
623418 May 2012: Wouter
6235	- Review comments, removed duplicate memset to zero in delegpt.
6236
623716 May 2012: Wouter
6238	- Updated doc/FEATURES with RFCs that are implemented but not listed.
6239	- Protect if statements in val_anchor for compile without locks.
6240	- tag for 1.4.17rc1.
6241
624215 May 2012: Wouter
6243	- fix configure ECDSA support in ldns detection for windows compile.
6244	- fix possible uninitialised variable in windows pipe implementation.
6245
62469 May 2012: Wouter
6247	- Fix alignment problem in util/random on sparc64/freebsd.
6248
62498 May 2012: Wouter
6250	- Fix for accept spinning reported by OpenBSD.
6251	- iana portlist updated.
6252
62532 May 2012: Wouter
6254	- Fix validation of nodata for DS query in NSEC zones, reported by
6255	  Ondrej Mikle.
6256
625713 April 2012: Wouter
6258	- ECDSA support (RFC 6605) by default. Use --disable-ecdsa for older
6259	  openssl.
6260
626110 April 2012: Wouter
6262	- Applied patch from Daisuke HIGASHI for rrset-roundrobin and
6263	  minimal-responses features.
6264	- iana portlist updated.
6265
62665 April 2012: Wouter
6267	- fix bug #443: --with-chroot-dir not honoured by configure.
6268	- fix bug #444: setusercontext was called too late (thanks Bjorn
6269	  Ketelaars).
6270
627127 March 2012: Wouter
6272	- fix bug #442: Fix that Makefile depends on pythonmod headers
6273	  even using --without-pythonmodule.
6274
627522 March 2012: Wouter
6276	- contrib/validation-reporter follows rotated log file (patch from
6277	  Augie Schwer).
6278
627921 March 2012: Wouter
6280	- new approach to NS fetches for DS lookup that works with
6281	  cornercases, and is more robust and considers forwarders.
6282
628319 March 2012: Wouter
6284	- iana portlist updated.
6285	- fix to locate nameservers for DS lookup with NS fetches.
6286
628716 March 2012: Wouter
6288	- Patch for access to full DNS packet data in unbound python module
6289	  from Ondrej Mikle.
6290
62919 March 2012: Wouter
6292	- Applied line-buffer patch from Augie Schwer to validation.reporter.sh.
6293
62942 March 2012: Wouter
6295	- flush_infra cleans timeouted servers from the cache too.
6296	- removed warning from --enable-ecdsa.
6297
62981 March 2012: Wouter
6299	- forward-first option.  Tries without forward if a query fails.
6300	  Also stub-first option that is similar.
6301
630228 February 2012: Wouter
6303	- Fix from code review, if EINPROGRESS not defined chain if statement
6304	  differently.
6305
630627 February 2012: Wouter
6307	- Fix bug#434: on windows check registry for config file location
6308	  for unbound-control.exe, and unbound-checkconf.exe.
6309
631023 February 2012: Wouter
6311	- Fix to squelch 'network unreachable' errors from tcp connect in
6312	  logs, high verbosity will show them.
6313
631416 February 2012: Wouter
6315	- iter_hints is now thread-owned in module env, and thus threadsafe.
6316	- Fix prefetch and sticky NS, now the prefetch works.  It picks
6317	  nameservers that 'would be valid in the future', and if this makes
6318	  the NS timeout, it updates that NS by asking delegation from the
6319	  parent again.  If child NS has longer TTL, that TTL does not get
6320	  refreshed from the lookup to the child nameserver.
6321
632215 February 2012: Wouter
6323	- Fix forward-zone memory, uses malloc and frees original root dp.
6324	- iter hints (stubs) uses malloc inside for more dynamicity.
6325	- unbound-control forward_add, forward_remove, stub_add, stub_remove
6326	  can modify stubs and forwards for running unbound (on mobile computer)
6327	  they can also add and remove domain-insecure for the zone.
6328
632914 February 2012: Wouter
6330	- Fix sticky NS (ghost domain problem) if prefetch is yes.
6331	- iter forwards uses malloc inside for more dynamicity.
6332
633313 February 2012: Wouter
6334	- RT#2955. Fix for cygwin compilation.
6335	- iana portlist updated.
6336
633710 February 2012: Wouter
6338	- Slightly smaller critical region in one case in infra cache.
6339	- Fix timeouts to keep track of query type, A, AAAA and other, if
6340	  another has caused timeout blacklist, different type can still probe.
6341	- unit test fix for nomem_cnametopos.rpl race condition.
6342
63439 February 2012: Wouter
6344	- Fix AHX_BROKEN_MEMCMP for autoheader mess up of #undef in config.h.
6345
63468 February 2012: Wouter
6347	- implement draft-ietf-dnsext-ecdsa-04; which is in IETF LC; This
6348	  implementation is experimental at this time and not recommended
6349	  for use on the public internet (the protocol numbers have not
6350	  been assigned).  Needs recent ldns with --enable-ecdsa.
6351	- fix memory leak in errorcase for DSA signatures.
6352	- iana portlist updated.
6353	- workaround for openssl 0.9.8 ecdsa sha2 and evp problem.
6354
63553 February 2012: Wouter
6356	- fix for windows, rename() is not posix compliant on windows.
6357
63582 February 2012: Wouter
6359	- 1.4.16 release tag.
6360	- svn trunk is 1.4.17 in development.
6361	- iana portlist updated.
6362
63631 February 2012: Wouter
6364	- Fix validation failures (like: validation failure xx: no NSEC3
6365	  closest encloser from yy for DS zz. while building chain of trust,
6366	  because of a bug in the TTL-fix in 1.4.15, it picked the wrong rdata
6367	  for an NSEC3.  Now it does not change rdata, and fixes TTL.
6368
636930 January 2012: Wouter
6370	- Fix version-number in libtool to be version-info so it produces
6371	  libunbound.so.2 like it should.
6372
637326 January 2012: Wouter
6374	- Tag 1.4.15 (same as 1.4.15rc1), for 1.4.15 release.
6375	- trunk 1.4.16; includes changes memset testcode, #424 openindiana,
6376	  and keyfile write fixup.
6377	- applied patch to support outgoing-interface with ub_ctx_set_option.
6378
637923 January 2012: Wouter
6380	- Fix memset in test code.
6381
638220 January 2012: Wouter
6383	- Fix bug #424: compile on OpenIndiana OS with gcc 4.6.2.
6384
638519 January 2012: Wouter
6386	- Fix to write key files completely to a temporary file, and if that
6387	  succeeds, replace the real key file.  So failures leave a useful file.
6388
638918 January 2012: Wouter
6390	- tag 1.4.15rc1 created
6391	- updated libunbound/ubsyms.def and remade tag 1.4.15rc1.
6392
639317 January 2012: Wouter
6394	- Fix bug where canonical_compare of RRSIG did not downcase the
6395	  signer-name.  This is mostly harmless because RRSIGs do not have
6396	  to be sorted in canonical order, usually.
6397
639812 January 2012: Wouter
6399	- bug#428: add ub_version() call to libunbound.  API version increase,
6400	  with (binary) backwards compatibility for the previous version.
6401
640210 January 2012: Wouter
6403	- Fix bug #425: unbound reports wrong TTL in reply, it reports a TTL
6404	  that would be permissible by the RFCs but it is not the TTL in the
6405	  cache.
6406	- iana portlist updated.
6407	- uninitialised variable in reprobe for rtt blocked domains fixed.
6408	- lintfix and new flex output.
6409
64102 January 2012: Wouter
6411	- Fix to randomize hash function, based on 28c3 congress, reported
6412	  by Peter van Dijk.
6413
641424 December 2011: Wouter
6415	- Fix for memory leak (about 20 bytes when a tcp or udp send operation
6416	  towards authority servers failed, takes about 50.000 such failures to
6417	  leak one Mb, such failures are also usually logged), reported by
6418	  Robert Fleischmann.
6419	- iana portlist updated.
6420
642119 December 2011: Wouter
6422	- Fix for VU#209659 CVE-2011-4528: Unbound denial of service
6423	  vulnerabilities from nonstandard redirection and denial of existence
6424	  http://www.unbound.net/downloads/CVE-2011-4528.txt
6425	- robust checks for next-closer NSEC3s.
6426	- tag 1.4.14 created.
6427	- trunk has 1.4.15 in development.
6428
642915 December 2011: Wouter
6430	- remove uninit warning from cachedump code.
6431	- Fix parse error on negative SOA RRSIGs if badly ordered in the packet.
6432
643313 December 2011: Wouter
6434	- iana portlist updated.
6435	- svn tag 1.4.14rc1
6436	- fix infra cache comparison.
6437	- Fix to constrain signer_name to be a parent of the lookupname.
6438
64395 December 2011: Wouter
6440	- Fix getaddrinfowithincludes on windows with fedora16 mingw32-gcc.
6441	- Fix warnings with gcc 4.6 in compat/inet_ntop.c.
6442	- Fix warning unused in compat/strptime.c.
6443	- Fix malloc detection and double definition.
6444
64452 December 2011: Wouter
6446	- configure generated with autoconf 2.68.
6447
644830 November 2011: Wouter
6449	- Fix for tcp-upstream and ssl-upstream for if a laptop sleeps, causes
6450	  SERVFAILs.  Also fixed for UDP (but less likely).
6451
645228 November 2011: Wouter
6453	- Fix quartile time estimate, it was too low, (thanks Jan Komissar).
6454	- iana ports updated.
6455
645611 November 2011: Wouter
6457	- Makefile compat with SunOS make, BSD make and GNU make.
6458	- iana ports updated.
6459
646010 November 2011: Wouter
6461	- Makefile changed for BSD make compatibility.
6462
64639 November 2011: Wouter
6464	- added unit test for SSL service and SSL-upstream.
6465
64668 November 2011: Wouter
6467	- can configure ssl service to one port number, and not on others.
6468	- fixup windows compile with ssl support.
6469	- Fix double free in unbound-host, reported by Steve Grubb.
6470	- iana portlist updated.
6471
64721 November 2011: Wouter
6473	- dns over ssl support as a client, ssl-upstream yes turns it on.
6474	  It performs an SSL transaction for every DNS query (250 msec).
6475	- documentation for new options: ssl-upstream, ssl-service-key and
6476	  ssl-service.pem.
6477	- iana portlist updated.
6478	- fix -flto detection on Lion for llvm-gcc.
6479
648031 October 2011: Wouter
6481	- dns over ssl support, ssl-service-pem and ssl-service-key files
6482	  can be given and then TCP queries are serviced wrapped in SSL.
6483
648427 October 2011: Wouter
6485	- lame-ttl and lame-size options no longer exist, it is integrated
6486	  with the host info.  They are ignored (with verbose warning) if
6487	  encountered to keep the config file backwards compatible.
6488	- fix iana-update for changing gzip compression of results.
6489	- fix export-all-symbols on OSX.
6490
649126 October 2011: Wouter
6492	- iana portlist updated.
6493	- Infra cache stores information about ping and lameness per IP, zone.
6494	  This fixes bug #416.
6495	- fix iana_update target for gzipped file on iana site.
6496
649724 October 2011: Wouter
6498	- Fix resolve of partners.extranet.microsoft.com with a fix for the
6499	  server selection for choosing out of a (particular) list of bad
6500	  choices. (bug#415)
6501	- Fix make_new_space function so that the incoming query is not
6502	  overwritten if a jostled out query causes a waiting query to be
6503	  resumed that then fails and sends an error message.  (Thanks to
6504	  Matthew Lee).
6505
650621 October 2011: Wouter
6507	- fix --enable-allsymbols, fptr wlist is disabled on windows with this
6508	  option enabled because of memory layout exe vs dll.
6509
651019 October 2011: Wouter
6511	- fix unbound-anchor for broken strptime on OSX lion, detected
6512	  in configure.
6513	- Detect if GOST really works, openssl1.0 on OSX fails.
6514	- Implement ipv6%interface notation for scope_id usage.
6515
651617 October 2011: Wouter
6517	- better documentation for inform_super (Thanks Yang Zhe).
6518
651914 October 2011: Wouter
6520	- Fix for out-of-memory condition in libunbound (thanks
6521	  Robert Fleischman).
6522
652313 October 2011: Wouter
6524	- Fix --enable-allsymbols, it depended on link specifics of the
6525	  target platform, or fptr_wlist assertion failures could occur.
6526
652712 October 2011: Wouter
6528	- updated contrib/unbound_munin_ to family=auto so that it works with
6529	  munin-node-configure automatically (if installed as
6530	  /usr/local/share/munin/plugins/unbound_munin_ ).
6531
653227 September 2011: Wouter
6533	- unbound.exe -w windows option for start and stop service.
6534
653523 September 2011: Wouter
6536	- TCP-upstream calculates tcp-ping so server selection works if there
6537	  are alternatives.
6538
653920 September 2011: Wouter
6540	- Fix classification of NS set in answer section, where there is a
6541	  parent-child server, and the answer has the AA flag for dir.slb.com.
6542	  Thanks to Amanda Constant from Secure64.
6543
654416 September 2011: Wouter
6545	- fix bug #408: accept patch from Steve Snyder that comments out
6546	  unused functions in lookup3.c.
6547	- iana portlist updated.
6548	- fix EDNS1480 change memleak and TCP fallback.
6549	- fix various compiler warnings (reported by Paul Wouters).
6550	- max sent count.  EDNS1480 only for rtt < 5000.  No promiscuous
6551	  fetch if sentcount > 3, stop query if sentcount > 16.  Count is
6552	  reset when referral or CNAME happens.  This makes unbound better
6553	  at managing large NS sets, they are explored when there is continued
6554	  interest (in the form of queries).
6555
655615 September 2011: Wouter
6557	- release 1.4.13.
6558	- trunk contains 1.4.14 in development.
6559	- Unbound probes at EDNS1480 if there an EDNS0 timeout.
6560
656112 September 2011: Wouter
6562	- Reverted dns EDNS backoff fix, it did not help and needs
6563	  fragmentation fixes instead.
6564	- tag 1.4.13rc2
6565
65667 September 2011: Wouter
6567	- Fix operation in ipv6 only (do-ip4: no) mode.
6568
65696 September 2011: Wouter
6570	- fedora specfile updated.
6571
65725 September 2011: Wouter
6573	- tag 1.4.13rc1
6574
65752 September 2011: Wouter
6576	- iana portlist updated.
6577
657826 August 2011: Wouter
6579	- Fix num-threads 0 does not segfault, reported by Simon Deziel.
6580	- Fix validation failures due to EDNS backoff retries, the retry
6581	  for fetch of data has want_dnssec because the iter_indicate_dnssec
6582	  function returns true when validation failure retry happens, and
6583	  then the serviced query code does not fallback to noEDNS, even if
6584	  the cache says it has this.  This helps for DLV deployment when
6585	  the DNSSEC status is not known for sure before the lookup concludes.
6586
658724 August 2011: Wouter
6588	- Applied patch from Karel Slany that fixes a memory leak in the
6589	  unbound python module, in string conversions.
6590
659122 August 2011: Wouter
6592	- Fix validation of qtype ANY responses with CNAMEs (thanks Cathy
6593	  Zhang and Luo Ce).  Unbound responds with the RR types that are
6594	  available at the name for qtype ANY and validates those RR types.
6595	  It does not test for completeness (i.e. with NSEC or NSEC3 query),
6596	  and it does not follow the CNAME or DNAME to another name (with
6597	  even more data for the already large response).
6598	- Fix that internally, CNAMEs with NXDOMAIN have that as rcode.
6599	- Documented the options that work with control set_option command.
6600	- tcp-upstream yes/no option (works with set_option) for tunnels.
6601
660218 August 2011: Wouter
6603	- fix autoconf call in makedist crosscompile to RC or snapshot.
6604
660517 August 2011: Wouter
6606	- Fix validation of . DS query.
6607	- new xml format at IANA, new awk for iana_update.
6608	- iana portlist updated.
6609
661010 August 2011: Wouter
6611	- Fix python site-packages path to /usr/lib64.
6612	- updated patch from Tom.
6613	- fix memory and fd leak after out-of-memory condition.
6614
66159 August 2011: Wouter
6616	- patch from Tom Hendrikx fixes load of python modules.
6617
66188 August 2011: Wouter
6619	- make clean had ldns-src reference, removed.
6620
66211 August 2011: Wouter
6622	- Fix autoconf 2.68 warnings
6623
662414 July 2011: Wouter
6625	- Unbound implements RFC6303 (since version 1.4.7).
6626	- tag 1.4.12rc1 is released as 1.4.12 (without the other fixes in the
6627	  meantime, those are for 1.4.13).
6628	- iana portlist updated.
6629
663013 July 2011: Wouter
6631	- Quick fix for contrib/unbound.spec example, no ldns-builtin any more.
6632
663311 July 2011: Wouter
6634	- Fix wildcard expansion no-data reply under an optout NSEC3 zone is
6635	  validated as insecure, reported by Jia Li (lijia@cnnic.cn).
6636
66374 July 2011: Wouter
6638	- 1.4.12rc1 tag created.
6639
66401 July 2011: Wouter
6641	- version number in example config file.
6642	- fix that --enable-static-exe does not complain about it unknown.
6643
664430 June 2011: Wouter
6645	- tag relase 1.4.11, trunk is 1.4.12 development.
6646	- iana portlist updated.
6647	- fix bug#395: id bits of other query may leak out under conditions
6648	- fix replyaddr count wrong after jostled queries, which leads to
6649	  eventual starvation where the daemon has no replyaddrs left to use.
6650	- fix comment about rndc port, that referred to the old port number.
6651	- fix that the listening socket is not closed when too many remote
6652	  control connections are made at the same time.
6653	- removed ldns-src tarball inside the unbound tarball.
6654
665523 June 2011: Wouter
6656	- Changed -flto check to support clang compiler.
6657	- tag 1.4.11rc3 created.
6658
665917 June 2011: Wouter
6660	- tag 1.4.11rc1 created.
6661	- remove warning about signed/unsigned from flex (other flex version).
6662	- updated aclocal.m4 and libtool to match.
6663	- tag 1.4.11rc2 created.
6664
666516 June 2011: Wouter
6666	- log-queries: yesno option, default is no, prints querylog.
6667	- version is 1.4.11.
6668
666914 June 2011: Wouter
6670	- Use -flto compiler flag for link time optimization, if supported.
6671	- iana portlist updated.
6672
667312 June 2011: Wouter
6674	- IPv6 service address for d.root-servers.net (2001:500:2D::D).
6675
667610 June 2011: Wouter
6677	- unbound-control has version number in the header,
6678	  UBCT[version]_space_ is the header sent by the client now.
6679	- Unbound control port number is registered with IANA:
6680	  ub-dns-control  8953/tcp    unbound dns nameserver control
6681	  This is the new default for the control-port config setting.
6682	- statistics-interval prints the number of jostled queries to log.
6683
668430 May 2011: Wouter
6685	- Fix Makefile for U in environment, since wrong U is more common than
6686	  deansification necessity.
6687	- iana portlist updated.
6688	- updated ldns tarball to 1.6.10rc2 snapshot of today.
6689
669025 May 2011: Wouter
6691	- Fix assertion failure when unbound generates an empty error reply
6692	  in response to a query, CVE-2011-1922 VU#531342.
6693	- This fix is in tag 1.4.10.
6694	- defense in depth against the above bug, an error is printed to log
6695	  instead of an assertion failure.
6696
669710 May 2011: Wouter
6698	- bug#386: --enable-allsymbols option links all binaries to libunbound
6699	  and reduces install size significantly.
6700	- feature, ignore-cd-flag: yesno to provide dnssec to legacy servers.
6701	- iana portlist updated.
6702	- Fix TTL of SOA so negative TTL is separately cached from normal TTL.
6703
670414 April 2011: Wouter
6705	- configure created with newer autoconf 2.66.
6706
670712 April 2011: Wouter
6708	- bug#378: Fix that configure checks for ldns_get_random presence.
6709
67108 April 2011: Wouter
6711	- iana portlist updated.
6712	- queries with CD flag set cause DNSSEC validation, but the answer is
6713	  not withheld if it is bogus.  Thus, unbound will retry if it is bad
6714	  and curb the TTL if it is bad, thus protecting the cache for use by
6715	  downstream validators.
6716	- val-override-date: -1 ignores dates entirely, for NTP usage.
6717
671829 March 2011: Wouter
6719	- harden-below-nxdomain: changed so that it activates when the
6720	  cached nxdomain is dnssec secure.  This avoids backwards
6721	  incompatibility because those old servers do not have dnssec.
6722
672324 March 2011: Wouter
6724	- iana portlist updated.
6725	- release 1.4.9.
6726	- trunk is 1.5.0
6727
672817 March 2011: Wouter
6729	- bug#370: new unbound.spec for CentOS 5.x from Harold Jones.
6730	  Applied but did not do the --disable-gost.
6731
673210 March 2011: Wouter
6733	- tag 1.4.9 release candidate 1 created.
6734
67353 March 2011: Wouter
6736	- updated ldns to today.
6737
67381 March 2011: Wouter
6739	- Fix no ADflag for NXDOMAIN in NSEC3 optout. And wildcard in optout.
6740	- give config parse error for multiple names on a stub or forward zone.
6741	- updated ldns tarball to 1.6.9(todays snapshot).
6742
674324 February 2011: Wouter
6744	- bug #361: Fix, time.elapsed variable not reset with stats_noreset.
6745
674623 February 2011: Wouter
6747	- iana portlist updated.
6748	- common.sh to version 3.
6749
675018 February 2011: Wouter
6751	- common.sh in testdata updated to version 2.
6752
675315 February 2011: Wouter
6754	- Added explicit note on unbound-anchor usage:
6755	  Please note usage of unbound-anchor root anchor is at your own risk
6756	  and under the terms of our LICENSE (see that file in the source).
6757
675811 February 2011: Wouter
6759	- iana portlist updated.
6760	- tpkg updated with common.sh for common functionality.
6761
67627 February 2011: Wouter
6763	- Added regression test for addition of a .net DS to the root, and
6764	  cache effects with different TTL for glue and DNSKEY.
6765	- iana portlist updated.
6766
676728 January 2011: Wouter
6768	- Fix remove private address does not throw away entire response.
6769
677024 January 2011: Wouter
6771	- release 1.4.8
6772
677319 January 2011: Wouter
6774	- fix bug#349: no -L/usr for ldns.
6775
677618 January 2011: Wouter
6777	- ldns 1.6.8 tarball included.
6778	- release 1.4.8rc1.
6779
678017 January 2011: Wouter
6781	- add get and set option for harden-below-nxdomain feature.
6782	- iana portlist updated.
6783
678414 January 2011: Wouter
6785	- Fix so a changed NS RRset does not get moved name stuck on old
6786	  server, for type NS the TTL is not increased.
6787
678813 January 2011: Wouter
6789	- Fix prefetch so it does not get stuck on old server for moved names.
6790
679112 January 2011: Wouter
6792	- iana portlist updated.
6793
679411 January 2011: Wouter
6795	- Fix insecure CNAME sequence marked as secure, reported by Bert
6796	  Hubert.
6797
679810 January 2011: Wouter
6799	- faster lruhash get_mem routine.
6800
68014 January 2011: Wouter
6802	- bug#346: remove ITAR scripts from contrib, the service is discontinued, use the root.
6803	- iana portlist updated.
6804
680523 December 2010: Wouter
6806	- Fix in infra cache that could cause rto larger than TOP_TIMEOUT kept.
6807
680821 December 2010: Wouter
6809	- algorithm compromise protection using the algorithms signalled in
6810	  the DS record.  Also, trust anchors, DLV, and RFC5011 receive this,
6811	  and thus, if you have multiple algorithms in your trust-anchor-file
6812	  then it will now behave different than before.  Also, 5011 rollover
6813	  for algorithms needs to be double-signature until the old algorithm
6814	  is revoked.
6815	  It is not an option, because I see no use to turn the security off.
6816	- iana portlist updated.
6817
681817 December 2010: Wouter
6819	- squelch 'tcp connect: bla' in logfile, (set verbosity 2 to see them).
6820	- fix validation in this case: CNAME to nodata for co-hosted opt-in
6821	  NSEC3 insecure delegation, was bogus, fixed to be insecure.
6822
682316 December 2010: Wouter
6824	- Fix our 'BDS' license (typo reported by Xavier Belanger).
6825
682610 December 2010: Wouter
6827	- iana portlist updated.
6828	- review changes for unbound-anchor.
6829
68302 December 2010: Wouter
6831	- feature typetransparent localzone, does not block other RR types.
6832
68331 December 2010: Wouter
6834	- Fix bug#338: print address when socket creation fails.
6835
683630 November 2010: Wouter
6837	- Fix storage of EDNS failures in the infra cache.
6838	- iana portlist updated.
6839
684018 November 2010: Wouter
6841	- harden-below-nxdomain option, default off (because very old
6842	  software may be incompatible).  We could enable it by default in
6843	  the future.
6844
684517 November 2010: Wouter
6846	- implement draft-vixie-dnsext-resimprove-00, we stop on NXDOMAIN.
6847	- make test output nicer.
6848
684915 November 2010: Wouter
6850	- silence 'tcp connect: broken pipe' and 'net down' at low verbosity.
6851	- iana portlist updated.
6852	- so-sndbuf option for very busy servers, a bit like so-rcvbuf.
6853
68549 November 2010: Wouter
6855	- unbound-anchor compiles with openssl 0.9.7.
6856
68578 November 2010: Wouter
6858	- release tag 1.4.7.
6859	- trunk is version 1.4.8.
6860	- Be lenient and accept imgw.pl malformed packet (like BIND).
6861
68625 November 2010: Wouter
6863	- do not synthesize a CNAME message from cache for qtype DS.
6864
68654 November 2010: Wouter
6866	- Use central entropy to seed threads.
6867
68683 November 2010: Wouter
6869	- Change the rtt used to probe EDNS-timeout hosts to 1000 msec.
6870
68712 November 2010: Wouter
6872	- tag 1.4.7rc1.
6873	- code review.
6874
68751 November 2010: Wouter
6876	- GOST code enabled by default (RFC 5933).
6877
687827 October 2010: Wouter
6879	- Fix uninit value in dump_infra print.
6880	- Fix validation failure for parent and child on same server with an
6881	  insecure childzone and a CNAME from parent to child.
6882	- Configure detects libev-4.00.
6883
688426 October 2010: Wouter
6885	- dump_infra and flush_infra commands for unbound-control.
6886	- no timeout backoff if meanwhile a query succeeded.
6887	- Change of timeout code.  No more lost and backoff in blockage.
6888	  At 12sec timeout (and at least 2x lost before) one probe per IP
6889	  is allowed only.  At 120sec, the IP is blocked.  After 15min, a
6890	  120sec entry has a single retry packet.
6891
689225 October 2010: Wouter
6893	- Configure errors if ldns is not found.
6894
689522 October 2010: Wouter
6896	- Windows 7 fix for the installer.
6897
689821 October 2010: Wouter
6899	- Fix bug where fallback_tcp causes wrong roundtrip and edns
6900	  observation to be noted in cache.  Fix bug where EDNSprobe halted
6901	  exponential backoff if EDNS status unknown.
6902	- new unresponsive host method, exponentially increasing block backoff.
6903	- iana portlist updated.
6904
690520 October 2010: Wouter
6906	- interface automatic works for some people with ip6 disabled.
6907	  Therefore the error check is removed, so they can use the option.
6908
690919 October 2010: Wouter
6910	- Fix for request list growth, if a server has long timeout but the
6911	  lost counter is low, then its effective rtt is the one without
6912	  exponential backoff applied.  Because the backoff is not working.
6913	  The lost counter can then increase and the server is blacklisted,
6914	  or the lost counter does not increase and the server is working
6915	  for some queries.
6916
691718 October 2010: Wouter
6918	- iana portlist updated.
6919
692013 October 2010: Wouter
6921	- Fix TCP so it uses a random outgoing-interface.
6922	- unbound-anchor handles ADDPEND keystate.
6923
692411 October 2010: Wouter
6925	- Fix bug when DLV below a trust-anchor that uses NSEC3 optout where
6926	  the zone has a secure delegation hosted on the same server did not
6927	  verify as secure (it was insecure by mistake).
6928	- iana portlist updated.
6929	- ldns tarball updated (for reading cachedumps with bad RR data).
6930
69311 October 2010: Wouter
6932	- test for unbound-anchor. fix for reading certs.
6933	- Fix alloc_reg_release for longer uptime in out of memory conditions.
6934
693528 September 2010: Wouter
6936	- unbound-anchor working, it creates or updates a root.key file.
6937	  Use it before you start the validator (e.g. at system boot time).
6938
693927 September 2010: Wouter
6940	- iana portlist updated.
6941
694224 September 2010: Wouter
6943	- bug#329: in example.conf show correct ipv4 link-local 169.254/16.
6944
694523 September 2010: Wouter
6946	- unbound-anchor app, unbound requires libexpat (xml parser library).
6947
694822 September 2010: Wouter
6949	- compliance with draft-ietf-dnsop-default-local-zones-14, removed
6950	  reverse ipv6 orchid prefix from builtin list.
6951	- iana portlist updated.
6952
695317 September 2010: Wouter
6954	- DLV has downgrade protection again, because the RFC says so.
6955	- iana portlist updated.
6956
695716 September 2010: Wouter
6958	- Algorithm rollover operational reality intrudes, for trust-anchor,
6959	  5011-store, and DLV-anchor if one key matches it's good enough.
6960	- iana portlist updated.
6961	- Fix reported validation error in out of memory condition.
6962
696315 September 2010: Wouter
6964	- Abide RFC5155 section 9.2: no AD flag for replies with NSEC3 optout.
6965
696614 September 2010: Wouter
6967	- increased mesh-max-activation from 1000 to 3000 for crazy domains
6968	  like _tcp.slb.com with 262 servers.
6969	- iana portlist updated.
6970
697113 September 2010: Wouter
6972	- bug#327: Fix for cannot access stub zones until the root is primed.
6973
69749 September 2010: Wouter
6975	- unresponsive servers are not completely blacklisted (because of
6976	  firewalls), but also not probed all the time (because of the request
6977	  list size it generates).  The probe rate is 1%.
6978	- iana portlist updated.
6979
698020 August 2010: Wouter
6981	- openbsd-lint fixes: acl_list_get_mem used if debug-alloc enabled.
6982	  iterator get_mem includes priv_get_mem.  delegpt nodup removed.
6983	  listen_pushback, query_info_allocqname, write_socket, send_packet,
6984	  comm_point_set_cb_arg and listen_resume removed.
6985
698619 August 2010: Wouter
6987	- Fix bug#321: resolution of rs.ripe.net artifacts with 0x20.
6988	  Delegpt structures checked for duplicates always.
6989	  No more nameserver lookups generated when depth is full anyway.
6990	- example.conf notes how to do DNSSEC validation and track the root.
6991	- iana portlist updated.
6992
699318 August 2010: Wouter
6994	- Fix bug#322: configure does not respect CFLAGS on Solaris.
6995	  Pass CFLAGS="-xO4 -xtarget=generic" on the configure command line
6996	  if use sun-cc, but some systems need different flags.
6997
699816 August 2010: Wouter
6999	- Fix acx_nlnetlabs.m4 configure output for autoconf-2.66 AS_TR_CPP
7000	  changes, uses m4_bpatsubst now.
7001	- make test (or make check) should be more portable and run the unit
7002	  test and testbound scripts. (make longtest has special requirements).
7003
700413 August 2010: Wouter
7005	- More pleasant remote control command parsing.
7006	- documentation added for return values reported by doxygen 1.7.1.
7007	- iana portlist updated.
7008
70099 August 2010: Wouter
7010	- Fix name of rrset printed that failed validation.
7011
70125 August 2010: Wouter
7013	- Return NXDOMAIN after chain of CNAMEs ends at name-not-found.
7014
70154 August 2010: Wouter
7016	- Fix validation in case a trust anchor enters into a zone with
7017	  unsupported algorithms.
7018
70193 August 2010: Wouter
7020	- updated ldns tarball with bugfixes.
7021	- release tag 1.4.6.
7022	- trunk becomes 1.4.7 develop.
7023	- iana portlist updated.
7024
702522 July 2010: Wouter
7026	- more error details on failed remote control connection.
7027
702815 July 2010: Wouter
7029	- rlimit adjustments for select and ulimit can happen at the same time.
7030
703114 July 2010: Wouter
7032	- Donation text added to README.
7033	- Fix integer underflow in prefetch ttl creation from cache.  This
7034	  fixes a potential negative prefetch ttl.
7035
703612 July 2010: Wouter
7037	- Changed the defaults for num-queries-per-thread/outgoing-range.
7038	  For builtin-select: 512/960, for libevent 1024/4096 and for
7039	  windows 24/48 (because of win api).  This makes the ratio this way
7040	  to improve resilience under heavy load.  For high performance, use
7041	  libevent and possibly higher numbers.
7042
704310 July 2010: Wouter
7044	- GOST enabled if SSL is recent and ldns has GOST enabled too.
7045	- ldns tarball updated.
7046
70479 July 2010: Wouter
7048	- iana portlist updated.
7049	- Fix validation of qtype DNSKEY when a key-cache entry exists but
7050	  no rr-cache entry is used (it expired or prefetch), it then goes
7051	  back up to the DS or trust-anchor to validate the DNSKEY.
7052
70537 July 2010: Wouter
7054	- Neat function prototypes, unshadowed local declarations.
7055
70566 July 2010: Wouter
7057	- failure to chown the pidfile is not fatal any more.
7058	- testbound uses UTC timezone.
7059	- ldns tarball updated (ports and works on Minix 3.1.7).  On Minix, add
7060	  /usr/gnu/bin to PATH, use ./configure AR=/usr/gnu/bin/gar and gmake.
7061
70625 July 2010: Wouter
7063	- log if a server is skipped because it is on the donotquery list,
7064	  at verbosity 4, to enable diagnosis why no queries to 127.0.0.1.
7065	- added feature to print configure date, target and options with -h.
7066	- added feature to print event backend system details with -h.
7067	- wdiff is not actually required by make test, updated requirements.
7068
70691 July 2010: Wouter
7070	- Fix RFC4035 compliance with 2.2 statement that the DNSKEY at apex
7071	  must be signed with all algorithms from the DS rrset at the parent.
7072	  This is now checked and becomes bogus if not.
7073
707428 June 2010: Wouter
7075	- Fix jostle list bug found by Vince (luoce@cnnic), it caused the qps
7076	  in overload situations to be about 5 qps for the class of shortly
7077	  serviced queries.
7078	  The capacity of the resolver is then about (numqueriesperthread / 2)
7079	  / (average time for such long queries) qps for long queries.
7080	  And about (numqueriesperthread / 2)/(jostletimeout in whole seconds)
7081	  qps for short queries, per thread.
7082	- Fix the max number of reply-address count to be applied for duplicate
7083	  queries, and not for new query list entries.  This raises the memory
7084	  usage to a max of (16+1)*numqueriesperthread reply addresses.
7085
708625 June 2010: Wouter
7087	- Fix handling of corner case reply from lame server, follows rfc2308.
7088	  It could lead to a nodata reply getting into the cache if the search
7089	  for a non-lame server turned up other misconfigured servers.
7090	- unbound.h has extern "C" statement for easier include in c++.
7091
709223 June 2010: Wouter
7093	- iana portlist updated.
7094	- makedist upgraded cross compile openssl option, like this:
7095	  ./makedist.sh -s -wssl openssl-1.0.0a.tar.gz -w --enable-gost
7096
709722 June 2010: Wouter
7098	- Unbound reports libev or libevent correctly in logs in verbose mode.
7099	- Fix to unload gost dynamic library module for leak testing.
7100
710118 June 2010: Wouter
7102	- iana portlist updated.
7103
710417 June 2010: Wouter
7105	- Add AAAA to root hints for I.ROOT-SERVERS.NET.
7106
710716 June 2010: Wouter
7108	- Fix assertion failure reported by Kai Storbeck from XS4ALL, the
7109	  assertion was wrong.
7110	- updated ldns tarball.
7111
711215 June 2010: Wouter
7113	- tag 1.4.5 created.
7114	- trunk contains 1.4.6 in development.
7115	- Fix TCPreply on systems with no writev, if just 1 byte could be sent.
7116	- Fix to use one pointer less for iterator query state store_parent_NS.
7117	- makedist crosscompile to windows uses builtin ldns not host ldns.
7118	- Max referral count from 30 to 130, because 128 one character domains
7119	  is valid DNS.
7120	- added documentation for the histogram printout to syslog.
7121
712211 June 2010: Wouter
7123	- When retry to parent the retrycount is not wiped, so failed
7124	  nameservers are not tried again.
7125	- iana portlist updated.
7126
712710 June 2010: Wouter
7128	- Fix bug where a long loop could be entered, now cycle detection
7129	  has a loop-counter and maximum search amount.
7130
71314 June 2010: Wouter
7132	- iana portlist updated.
7133	- 1.4.5rc1 tag created.
7134
71353 June 2010: Wouter
7136	- ldns tarball updated, 1.6.5.
7137	- review comments, split dependency cycle tracking for parentside
7138	  last resort lookups for A and AAAA so there are more lookup options.
7139
71402 June 2010: Wouter
7141	- Fix compile warning if compiled without threads.
7142	- updated ldns-tarball with current ldns svn (pre 1.6.5).
7143	- GOST disabled-by-default, the algorithm number is allocated but the
7144	  RFC is still has to pass AUTH48 at the IETF.
7145
71461 June 2010: Wouter
7147	- Ignore Z flag in incoming messages too.
7148	- Fix storage of negative parent glue if that last resort fails.
7149	- libtoolize 2.2.6b, autoconf 2.65 applied to configure.
7150	- new splint flags for newer splint install.
7151
715231 May 2010: Wouter
7153	- Fix AD flag handling, it could in some cases mistakenly copy the AD
7154	  flag from upstream servers.
7155	- alloc_special_obtain out of memory is not a fatal error any more,
7156	  enabling unbound to continue longer in out of memory conditions.
7157	- parentside names are dispreferred but not said to be dnssec-lame.
7158	- parentside check for cached newname glue.
7159	- fix parentside and querytargets modulestate, for dump_requestlist.
7160	- unbound-control-setup makes keys -rw-r--- so not all users permitted.
7161	- fix parentside from cache to be marked dispreferred for bad names.
7162
716328 May 2010: Wouter
7164	- iana portlist updated.
7165	- parent-child disagreement approach altered.  Older fixes are
7166	  removed in place of a more exhaustive search for misconfigured data
7167	  available via the parent of a delegation.
7168	  This is designed to be throttled by cache entries, with TTL from the
7169	  parent if possible.  Additionally the loop-counter is used.
7170	  It also tests for NS RRset differences between parent and child.
7171	  The fetch of misconfigured data should be more reliable and thorough.
7172	  It should work reliably even with no or only partial data in cache.
7173	  Data received from the child (as always) is deemed more
7174	  authoritative than information received from the delegation parent.
7175	  The search for misconfigured data is not performed normally.
7176
717726 May 2010: Wouter
7178	- Contribution from Migiel de Vos (Surfnet): nagios patch for
7179	  unbound-host, in contrib/ (in the source tarball).  Makes
7180	  unbound-host suitable for monitoring dnssec(-chain) status.
7181
718221 May 2010: Wouter
7183	- EDNS timeout code will not fire if EDNS status already known.
7184	- EDNS failure not stored if EDNS status known to work.
7185
718619 May 2010: Wouter
7187	- Fix resolution for domains like safesvc.com.cn.  If the iterator
7188	  can not recurse further and it finds the delegation in a state
7189	  where it would otherwise have rejected it outhand if so received
7190	  from a cache lookup, then it can try to ask higherup (with loop
7191	  protection).
7192	- Fix comments in iter_utils:dp_is_useless.
7193
719418 May 2010: Wouter
7195	- Fix various compiler warnings from the clang llvm compiler.
7196	- iana portlist updated.
7197
71986 May 2010: Wouter
7199	- Fix bug#308: spelling error in variable name in parser and lexer.
7200
72014 May 2010: Wouter
7202	- Fix dnssec-missing detection that was turned off by server selection.
7203	- Conforms to draft-ietf-dnsop-default-local-zones-13.  Added default
7204	  reverse lookup blocks for IPv4 test nets 100.51.198.in-addr.arpa,
7205	  113.0.203.in-addr.arpa and Orchid prefix 0.1.1.0.0.2.ip6.arpa.
7206
720729 April 2010: Wouter
7208	- Fix for dnssec lameness detection to use the key cache.
7209	- infra cache entries that are expired are wiped clean.  Previously
7210	  it was possible to not expire host data (if accessed often).
7211
721228 April 2010: Wouter
7213	- ldns tarball updated and GOST support is detected and then enabled.
7214	- iana portlist updated.
7215	- Fix detection of gost support in ldns (reported by Chris Smith).
7216
721727 April 2010: Wouter
7218	- unbound-control get_option domain-insecure shows config file items.
7219	- fix retry sequence if prime hints are recursion-lame.
7220	- autotrust anchor file can be initialized with a ZSK key as well.
7221	- harden-referral-path does not result in failures due to max-depth.
7222	  You can increase the max-depth by adding numbers (' 0') after the
7223	  target-fetch-policy, this increases the depth to which is checked.
7224
722526 April 2010: Wouter
7226	- Compile fix using Sun Studio 12 compiler on Solaris 5.9, use
7227	  CPPFLAGS during configure process.
7228	- if libev is installed on the base system (not libevent), detect
7229	  it from the event.h header file and link with -lev.
7230	- configlexer.lex gets config.h, and configyyrename.h added by make,
7231	  no more double include.
7232	- More strict scrubber (Thanks to George Barwood for the idea):
7233	  NS set must be pertinent to the query (qname subdomain nsname).
7234	- Fix bug#307: In 0x20 backoff fix fallback so the number of
7235	  outstanding queries does not become -1 and block the request.
7236	  Fixed handling of recursion-lame in combination with 0x20 fallback.
7237	  Fix so RRsets are compared canonicalized and sorted if the immediate
7238	  comparison fails, this makes it work around round-robin sites.
7239
724023 April 2010: Wouter
7241	- Squelch log message: sendto failed permission denied for
7242	  255.255.255.255, it is visible in VERB_DETAIL (verbosity 2).
7243	- Fix to fetch data as last resort more tenaciously.  When cycle
7244	  targets cause the server selection to believe there are more options
7245	  when they really are not there, the server selection is reinitiated.
7246	- Fix fetch from blacklisted dnssec lame servers as last resort.  The
7247	  server's IP address is then given in validator errors as well.
7248	- Fix local-zone type redirect that did not use the query name for
7249	  the answer rrset.
7250
725122 April 2010: Wouter
7252	- tag 1.4.4.
7253	- trunk contains 1.4.5 in development.
7254	- Fix validation failure for qtype ANY caused by a RRSIG parse failure.
7255	  The validator error message was 'no signatures from ...'.
7256
725716 April 2010: Wouter
7258	- more portability defines for CMSG_SPACE, CMSG_ALIGN, CMSG_LEN.
7259	- tag 1.4.4rc1.
7260
726115 April 2010: Wouter
7262	- ECC-GOST algorithm number 12 that is assigned by IANA.  New test
7263	  example key and signatures for GOST.  GOST requires openssl-1.0.0.
7264	  GOST is still disabled by default.
7265
72669 April 2010: Wouter
7267	- Fix bug#305: pkt_dname_tolower could read beyond end of buffer or
7268	  get into an endless loop, if 0x20 was enabled, and buffers are small
7269	  or particular broken packets are received.
7270	- Fix chain of trust with CNAME at an intermediate step, for the DS
7271	  processing proof.
7272
72738 April 2010: Wouter
7274	- Fix validation of queries with wildcard names (*.example).
7275
72766 April 2010: Wouter
7277	- Fix EDNS probe for .de DNSSEC testbed failure, where the infra
7278	  cache timeout coincided with a server update, the current EDNS
7279	  backoff is less sensitive, and does not cache the backoff unless
7280	  the backoff actually works and the domain is not expecting DNSSEC.
7281	- GOST support with correct algorithm numbers.
7282
72831 April 2010: Wouter
7284	- iana portlist updated.
7285
728624 March 2010: Wouter
7287	- unbound control flushed items are not counted when flushed again.
7288
728923 March 2010: Wouter
7290	- iana portlist updated.
7291
729222 March 2010: Wouter
7293	- unbound-host disables use-syslog from config file so that the
7294	  config file for the main server can be used more easily.
7295	- fix bug#301: unbound-checkconf could not parse interface
7296	  '0.0.0.0@5353', even though unbound itself worked fine.
7297
729819 March 2010: Wouter
7299	- fix fwd_ancil test to pass if the socket options are not supported.
7300
730118 March 2010: Wouter
7302	- Fixed random numbers for port, interface and server selection.
7303	  Removed very small bias.
7304	- Refer to the listing in unbound-control man page in the extended
7305	  statistics entry in the unbound.conf man page.
7306
730716 March 2010: Wouter
7308	- Fix interface-automatic for OpenBSD: msg.controllen was too small,
7309	  also assertions on ancillary data buffer.
7310	- check for IP_SENDSRCADDR for interface-automatic or IP_PKTINFO.
7311	- for NSEC3 check if signatures are cached.
7312
731315 March 2010: Wouter
7314	- unit test for util/regional.c.
7315
731612 March 2010: Wouter
7317	- Reordered configure checks so fork and -lnsl -lsocket checks are
7318	  earlier, and thus later checks benefit from and do not hinder them.
7319	- iana portlist updated.
7320	- ldns tarball updated.
7321	- Fix python use when multithreaded.
7322	- Fix solaris python compile.
7323	- Include less in config.h and include per code file for ldns, ssl.
7324
732511 March 2010: Wouter
7326	- another memory allocation option: --enable-alloc-nonregional.
7327	  exposes the regional allocations to other memory purifiers.
7328	- fix for memory alignment in struct sock_list allocation.
7329	- Fix for MacPorts ldns without ssl default, unbound checks if ldns
7330	  has dnssec functionality and uses the builtin if not.
7331	- Fix daemonize on Solaris 10, it did not detach from terminal.
7332	- tag 1.4.3 created.
7333	- trunk is 1.4.4 in development.
7334	- spelling fix in validation error involving cnames.
7335
733610 March 2010: Wouter
7337	- --enable-alloc-lite works with test set.
7338	- portability in the testset: printf format conversions, prototypes.
7339
73409 March 2010: Wouter
7341	- tag 1.4.2 created.
7342	- trunk is 1.4.3 in development.
7343	- --enable-alloc-lite debug option.
7344
73458 March 2010: Wouter
7346	- iana portlist updated.
7347
73484 March 2010: Wouter
7349	- Fix crash in control channel code.
7350
73513 March 2010: Wouter
7352	- better casts in pipe code, brackets placed wrongly.
7353	- iana portlist updated.
7354
73551 March 2010: Wouter
7356	- make install depends on make all.
7357	- Fix 5011 auto-trust-anchor-file initial read to skip RRSIGs.
7358	- --enable-checking: enables assertions but does not look nonproduction.
7359	- nicer VERB_DETAIL (verbosity 2, unbound-host -d) output, with
7360	  nxdomain and nodata distinguished.
7361	- ldns tarball updated.
7362	- --disable-rpath fixed for libtool not found errors.
7363	- new fedora specfile from Fedora13 in contrib from Paul Wouters.
7364
736526 February 2010: Wouter
7366	- Fixup prototype for lexer cleanup in daemon code.
7367	- unbound-control list_stubs, list_forwards, list_local_zones and
7368	  list_local_data.
7369
737024 February 2010: Wouter
7371	- Fix scrubber bug that potentially let NS records through.  Reported
7372	  by Amanda Constant.
7373	- Also delete potential poison references from additional.
7374	- Fix: no classification of a forwarder as lame, throw away instead.
7375
737623 February 2010: Wouter
7377	- libunbound ub_ctx_get_option() added.
7378	- unbound-control set_option and get_option commands.
7379	- iana portlist updated.
7380
738118 February 2010: Wouter
7382	- A little more strict DS scrubbing.
7383	- No more blacklisting of unresponsive servers, a 2 minute timeout
7384	  is backed off to.
7385	- RD flag not enabled for dnssec-blacklisted tries, unless necessary.
7386	- pickup ldns compile fix, libdl for libcrypto.
7387	- log 'tcp connect: connection timed out' only in high verbosity.
7388	- unbound-control log_reopen command.
7389	- moved get_option code from unbound-checkconf to util/config_file.c
7390
739117 February 2010: Wouter
7392	- Disregard DNSKEY from authority section for chain of trust.
7393	  DS records that are irrelevant to a referral scrubbed.  Anti-poison.
7394	- iana portlist updated.
7395
739616 February 2010: Wouter
7397	- Check for 'no space left on device' (or other errors) when
7398	  writing updated autotrust anchors and print errno to log.
7399
740015 February 2010: Wouter
7401	- Fixed the requery protection, the TTL was 0, it is now 900 seconds,
7402	  hardcoded.  We made the choice to send out more conservatively,
7403	  protecting against an aggregate effect more than protecting a
7404	  single user (from their own folly, perhaps in case of misconfig).
7405
740612 February 2010: Wouter
7407	- Re-query pattern changed on validation failure.  To protect troubled
7408	  authority servers, unbound caches a failure for the DNSKEY or DS
7409	  records for the entire zone, and only retries that 900 seconds later.
7410	  This implies that only a handful of packets are sent extra to the
7411	  authority if the zone fails.
7412
741311 February 2010: Wouter
7414	- ldns tarball update for long label length syntax error fix.
7415	- iana portlist updated.
7416
74179 February 2010: Wouter
7418	- Fixup in compat snprintf routine, %f 1.02 and %g support.
7419	- include math.h for testbound test compile portability.
7420
74212 February 2010: Wouter
7422	- Updated url of IANA itar, interim trust anchor repository, in script.
7423
74241 February 2010: Wouter
7425	- iana portlist updated.
7426	- configure test for memcmp portability.
7427
742827 January 2010: Wouter
7429	- removed warning on format string in validator error log statement.
7430	- iana portlist updated.
7431
743222 January 2010: Wouter
7433	- libtool finish the install of unbound python dynamic library.
7434
743521 January 2010: Wouter
7436	- acx_nlnetlabs.m4 synchronised with nsd's version.
7437
743820 January 2010: Wouter
7439	- Fixup lookup trouble for parent-child domains on the first query.
7440
744114 January 2010: Wouter
7442	- Fixup ldns detection to also check for header files.
7443
744413 January 2010: Wouter
7445	- prefetch-key option that performs DNSKEY queries earlier in the
7446	  validation process, and that could halve the latency on DNSSEC
7447	  queries.  It takes some extra processing (CPU, a cache is needed).
7448
744912 January 2010: Wouter
7450	- Fix unbound-checkconf for auto-trust-anchor-file present checks.
7451
74528 January 2010: Wouter
7453	- Fix for parent-child disagreement code which could have trouble
7454	  when (a) ipv6 was disabled and (b) the TTL for parent and child
7455	  were different.  There were two bugs, the parent-side information
7456	  is fixed to no longer block lookup of child side information and
7457	  the iterator is fixed to no longer attempt to get ipv6 when it is
7458	  not enabled and then give up in failure.
7459	- test and fixes to make prefetch actually store the answer in the
7460	  cache.  Considers some rrsets 'already expired' but does not allow
7461	  overwriting of rrsets considered more secure.
7462
74637 January 2010: Wouter
7464	- Fixup python documentation (thanks Leo Vandewoestijne).
7465	- Work on cache prefetch feature.
7466	- Stats for prefetch, in log print stats, unbound-control stats
7467	  and in unbound_munin plugin.
7468
74696 January 2010: Wouter
7470	- iana portlist updated.
7471	- bug#291: DNS wireformat max is 255. dname_valid allowed 256 length.
7472	- verbose output includes parent-side-address notion for lameness.
7473	- documented val-log-level: 2 setting in example.conf and man page.
7474	- change unbound-control-setup from 1024(sha1) to 1536(sha256).
7475
74761 January 2010: Wouter
7477	- iana portlist updated.
7478
747922 December 2009: Wouter
7480	- configure with newer libtool 2.2.6b.
7481
748217 December 2009: Wouter
7483	- review comments.
7484	- tag 1.4.1.
7485	- trunk to version 1.4.2.
7486
748715 December 2009: Wouter
7488	- Answer to qclass=ANY queries, with class IN contents.
7489	  Test that validation also works.
7490	- updated ldns snapshot tarball with latest fixes (parsing records).
7491
749211 December 2009: Wouter
7493	- on IPv4 UDP turn off DF flag.
7494
749510 December 2009: Wouter
7496	- requirements.txt updated with design choice explanations.
7497	- Reading fixes: fix to set unlame when child confirms parent glue,
7498	  and fix to avoid duplicate addresses in delegation point.
7499	- verify_rrsig routine checks expiration last.
7500
75019 December 2009: Wouter
7502	- Fix Bug#287(reopened): update of ldns tarball with fix for parse
7503	  errors generated for domain names like '.example.com'.
7504	- Fix SOA excluded from negative DS responses.  Reported by Hauke
7505	  Lampe.  The negative cache did not include proper SOA records for
7506	  negative qtype DS responses which makes BIND barf on it, such
7507	  responses are now only used internally.
7508	- Fix negative cache lookup of closestencloser check of DS type bit.
7509
75108 December 2009: Wouter
7511	- Fix for lookup of parent-child disagreement domains, where the
7512	  parent-side glue works but it does not provide proper NS, A or AAAA
7513	  for itself, fixing domains such as motorcaravanners.eu.
7514	- Feature: you can specify a port number in the interface: line, so
7515	  you can bind the same interface multiple times at different ports.
7516
75177 December 2009: Wouter
7518	- Bug#287: Fix segfault when unbound-control remove nonexistent local
7519	  data.  Added check to tests.
7520
75211 December 2009: Wouter
7522	- Fix crash with module-config "iterator".
7523	- Added unit test that has "iterator" module-config.
7524
752530 November 2009: Wouter
7526	- bug#284: fix parse of # without end-of-line at end-of-file.
7527
752826 November 2009: Wouter
7529	- updated ldns with release candidate for version 1.6.3.
7530	- tag for 1.4.0 release.
7531	- 1.4.1 version in trunk.
7532	- Fixup major libtool version to 2 because of why_bogus change.
7533	  It was 1:5:0 but should have been 2:0:0.
7534
753523 November 2009: Wouter
7536	- Patch from David Hubbard for libunbound manual page.
7537	- Fixup endless spinning in unbound-control stats reported by
7538	  Attila Nagy.  Probably caused by clock reversal.
7539
754020 November 2009: Wouter
7541	- contrib/split-itar.sh contributed by Tom Hendrikx.
7542
754319 November 2009: Wouter
7544	- better argument help for unbound-control.
7545	- iana portlist updated.
7546
754717 November 2009: Wouter
7548	- noted multiple entries for multiple domain names in example.conf.
7549	- iana portlist updated.
7550
755116 November 2009: Wouter
7552	- Fixed signer detection of CNAME responses without signatures.
7553	- Fix#282 libunbound memleak on error condition by Eric Sesterhenn.
7554	- Tests for CNAMEs to deeper trust anchors, secure and bogus.
7555	- svn tag 1.4.0rc1 made.
7556
755713 November 2009: Wouter
7558	- Fixed validation failure for CNAME to optout NSEC3 nodata answer.
7559	- unbound-host does not fail on type ANY.
7560	- Fixed wireparse failure to put RRSIGs together with data in some
7561	  long ANY mix cases, which fixes validation failures.
7562
756312 November 2009: Wouter
7564	- iana portlist updated.
7565	- fix manpage errors reported by debian lintian.
7566	- review comments.
7567	- fixup very long vallog2 level error strings.
7568
756911 November 2009: Wouter
7570	- ldns tarball updated (to 1.6.2).
7571	- review comments.
7572
757310 November 2009: Wouter
7574	- Thanks to Surfnet found bug in new dnssec-retry code that failed
7575	  to combine well when combined with DLV and a particular failure.
7576	- Fixed unbound-control -h output about argument optionality.
7577	- review comments.
7578
75795 November 2009: Wouter
7580	- lint fixes and portability tests.
7581	- better error text for multiple domain keys in one autotrust file.
7582
75832 November 2009: Wouter
7584	- Fix bug where autotrust does not work when started with a DS.
7585	- Updated GOST unit tests for unofficial algorithm number 249
7586	  and DNSKEY-format changes in draft version -01.
7587
758829 October 2009: Wouter
7589	- iana portlist updated.
7590	- edns-buffer-size option, default 4096.
7591	- fixed do-udp: no.
7592
759328 October 2009: Wouter
7594	- removed abort on prealloc failure, error still printed but softfail.
7595	- iana portlist updated.
7596	- RFC 5702: RSASHA256 and RSASHA512 support enabled by default.
7597	- ldns tarball updated (which also enables rsasha256 support).
7598
759927 October 2009: Wouter
7600	- iana portlist updated.
7601
76028 October 2009: Wouter
7603	- please doxygen
7604	- add val-log-level print to corner case (nameserver.epost.bg).
7605	- more detail to errors from insecure delegation checks.
7606	- Fix double time subtraction in negative cache reported by
7607	  Amanda Constant and Hugh Mahon.
7608	- Made new validator error string available from libunbound for
7609	  applications.  It is in result->why_bogus, a zero-terminated string.
7610	  unbound-host prints it by default if a result is bogus.
7611	  Also the errinf is public in module_qstate (for other modules).
7612
76137 October 2009: Wouter
7614	- retry for validation failure in DS and prime results. Less mem use.
7615	  unit test.  Provisioning in other tests for requeries.
7616	- retry for validation failure in DNSKEY in middle of chain of trust.
7617	  unit test.
7618	- retry for empty non terminals in chain of trust and unit test.
7619	- Fixed security bug where the signatures for NSEC3 records were not
7620	  checked when checking for absence of DS records.  This could have
7621	  enabled the substitution of an insecure delegation.
7622	- moved version number to 1.4.0 because of 1.3.4 release with only
7623	  the NSEC3 patch from the entry above.
7624	- val-log-level: 2 shows extended error information for validation
7625	  failures, but still one (longish) line per failure.  For example:
7626	  validation failure <example.com. DNSKEY IN>: signature expired from
7627	  192.0.2.4 for trust anchor example.com. while building chain of trust
7628	  validation failure <www.example.com. A IN>: no signatures from
7629	  192.0.2.6 for key example.com. while building chain of trust
7630
76316 October 2009: Wouter
7632	- Test set updated to provide additional ns lookup result.
7633	  The retry would attempt to fetch the data from other nameservers
7634	  for bogus data, and this needed to be provisioned in the tests.
7635
76365 October 2009: Wouter
7637	- first validation failure retry code.  Retries for data failures.
7638	  And unit test.
7639
76402 October 2009: Wouter
7641	- improve 5011 modularization.
7642	- fix unbound-host so -d can be given before -C.
7643	- iana portlist updated.
7644
764528 September 2009: Wouter
7646	- autotrust-anchor-file can read multiline input and $ORIGIN.
7647	- prevent integer overflow in holddown calculation. review fixes.
7648	- fixed race condition in trust point revocation. review fix.
7649	- review fixes to comments, removed unused code.
7650
765125 September 2009: Wouter
7652	- so-rcvbuf: 4m option added.  Set this on large busy servers to not
7653	  drop the occasional packet in spikes due to full socket buffers.
7654	  netstat -su keeps a counter of UDP dropped due to full buffers.
7655	- review of validator/autotrust.c, small fixes and comments.
7656
765723 September 2009: Wouter
7658	- 5011 query failed counts verification failures, not lookup failures.
7659	- 5011 probe failure handling fixup.
7660	- test unbound reading of original autotrust data.
7661	  The metadata per-key, such as key state (PENDING, MISSING, VALID) is
7662	  picked up, otherwise performs initial probe like usual.
7663
766422 September 2009: Wouter
7665	- autotrust test with algorithm rollover, new ordering of checks
7666	  assists in orderly rollover.
7667	- autotrust test with algorithm rollover to unknown algorithm.
7668	  checks if new keys are supported before adding them.
7669	- autotrust test with trust point revocation, becomes unsigned.
7670	- fix DNSSEC-missing-signature detection for minimal responses
7671	  for qtype DNSKEY (assumes DNSKEY occurs at zone apex).
7672
767318 September 2009: Wouter
7674	- autotrust tests, fix trustpoint timer deletion code.
7675	  fix count of valid anchors during missing remove.
7676	- autotrust: pick up REVOKE even if not signed with known other keys.
7677
767817 September 2009: Wouter
7679	- fix compile of unbound-host when --enable-alloc-checks.
7680	- Fix lookup problem reported by Koh-ichi Ito and Jaap Akkerhuis.
7681	- Manual page fixes reported by Tony Finch.
7682
768316 September 2009: Wouter
7684	- Fix memory leak reported by Tao Ma.
7685	- Fix memstats test tool for log-time-ascii log format.
7686
768715 September 2009: Wouter
7688	- iana portlist updated.
7689
769010 September 2009: Wouter
7691	- increased MAXSYSLOGLEN so .bg key can be printed in debug output.
7692	- use linebuffering for log-file: output, this can be significantly
7693	  faster than the previous fflush method and enable some class of
7694	  resolvers to use high verbosity (for short periods).
7695	  Not on windows, because line buffering does not work there.
7696
76979 September 2009: Wouter
7698	- Fix bug where DNSSEC-bogus messages were marked with too high TTL.
7699	  The RRsets would still expire at the normal time, but this would
7700	  keep messages bogus in the cache for too long.
7701	- regression test for that bug.
7702	- documented that load_cache is meant for debugging.
7703
77048 September 2009: Wouter
7705	- fixup printing errors when load_cache, they were printed to the
7706	  SSL connection which broke, now to the log.
7707	- new ldns - with fixed parse of large SOA values.
7708
77097 September 2009: Wouter
7710	- autotrust testbound scenarios.
7711	- autotrust fix that failure count is written to file.
7712	- autotrust fix that keys may become valid after add holddown time
7713	  alone, before the probe returns.
7714
77154 September 2009: Wouter
7716	- Changes to make unbound work with libevent-2.0.3 alpha. (in
7717	  configure detection due to new ssl dependency in libevent)
7718	- do not call sphinx for documentation when python is disabled.
7719	- remove EV_PERSIST from libevent timeout code to make the code
7720	  compatible with the libevent-2.0.  Works with older libevent too.
7721	- fix memory leak in python code.
7722
77233 September 2009: Wouter
7724	- Got a patch from Luca Bruno for libunbound support on windows to
7725	  pick up the system resolvconf nameservers and hosts there.
7726	- included ldns updated (enum warning fixed).
7727	- makefile fix for parallel makes.
7728	- Patch from Zdenek Vasicek and Attila Nagy for using the source IP
7729	  from python scripts.  See pythonmod/examples/resip.py.
7730	- doxygen comment fixes.
7731
77322 September 2009: Wouter
7733	- TRAFFIC keyword for testbound. Simplifies test generation.
7734	  ${range lower val upper} to check probe timeout values.
7735	- test with 5011-prepublish rollover and revocation.
7736	- fix revocation of RR for autotrust, stray exclamation mark.
7737
77381 September 2009: Wouter
7739	- testbound variable arithmetic.
7740	- autotrust probe time is randomised.
7741	- autotrust: the probe is active and does not fetch from cache.
7742
774331 August 2009: Wouter
7744	- testbound variable processing.
7745
774628 August 2009: Wouter
7747	- fixup unbound-control lookup to print forward and stub servers.
7748
774927 August 2009: Wouter
7750	- autotrust: mesh answer callback is empty.
7751
775226 August 2009: Wouter
7753	- autotrust probing.
7754	- iana portlist updated.
7755
775625 August 2009: Wouter
7757	- fixup memleak in trust anchor unsupported algorithm check.
7758	- iana portlist updated.
7759	- autotrust options: add-holddown, del-holddown, keep-missing.
7760	- autotrust store revoked status of trust points.
7761	- ctime_r compat definition.
7762	- detect yylex_destroy() in configure.
7763	- detect SSL_get_compression_methods declaration in configure.
7764	- fixup DS lookup at anchor point with unsigned parent.
7765	- fixup DLV lookup for DS queries to unsigned domains.
7766
776724 August 2009: Wouter
7768	- cleaner memory allocation on exit. autotrust test routines.
7769	- free all memory on program exit, fix for ssl and flex.
7770
777121 August 2009: Wouter
7772	- autotrust: debug routines. Read,write and conversions work.
7773
777420 August 2009: Wouter
7775	- autotrust: save and read trustpoint variables.
7776
777719 August 2009: Wouter
7778	- autotrust: state table updates.
7779	- iana portlist updated.
7780
778117 August 2009: Wouter
7782	- autotrust: process events.
7783
778417 August 2009: Wouter
7785	- Fix so that servers are only blacklisted if they fail to reply
7786	  to 16 queries in a row and the timeout gets above 2 minutes.
7787	- autotrust work, split up DS verification of DNSKEYs.
7788
778914 August 2009: Wouter
7790	- unbound-control lookup prints out infra cache information, like RTT.
7791	- Fix bug in DLV lookup reported by Amanda from Secure64.
7792	  It could sometimes wrongly classify a domain as unsigned, which
7793	  does not give the AD bit on replies.
7794
779513 August 2009: Wouter
7796	- autotrust read anchor files. locked trust anchors.
7797
779812 August 2009: Wouter
7799	- autotrust import work.
7800
780111 August 2009: Wouter
7802	- Check for openssl compatible with gost if enabled.
7803	- updated unit test for GOST=211 code.
7804	  Nicer naming of test files.
7805	- iana portlist updated.
7806
78077 August 2009: Wouter
7808	- call OPENSSL_config() in unbound and unit test so that the
7809	  operator can use openssl.cnf for configuration options.
7810	- removed small memory leak from config file reader.
7811
78126 August 2009: Wouter
7813	- configure --enable-gost for GOST support, experimental
7814	  implementation of draft-dolmatov-dnsext-dnssec-gost-01.
7815	- iana portlist updated.
7816	- ldns tarball updated (with GOST support).
7817
78185 August 2009: Wouter
7819	- trunk moved to 1.3.4.
7820
78214 August 2009: Wouter
7822	- Added test that the examples from draft rsasha256-14 verify.
7823	- iana portlist updated.
7824	- tagged 1.3.3
7825
78263 August 2009: Wouter
7827	- nicer warning when algorithm not supported, tells you to upgrade.
7828	- iana portlist updated.
7829
783027 July 2009: Wouter
7831	- Updated unbound-cacti contribution from Dmitriy Demidov, with
7832	  the queue statistics displayed in its own graph.
7833	- iana portlist updated.
7834
783522 July 2009: Wouter
7836	- Fix bug found by Michael Tokarev where unbound would try to
7837	  prime the root servers even though forwarders are configured for
7838	  the root.
7839	- tagged 1.3.3rc1
7840
784121 July 2009: Wouter
7842	- Fix server selection, so that it waits for open target queries when
7843	  faced with lameness.
7844
784520 July 2009: Wouter
7846	- Ignore transient sendto errors, no route to host, and host, net down.
7847	- contrib/update-anchor.sh has -r option for root-hints.
7848	- feature val-log-level: 1 prints validation failures so you can
7849	  keep track of them during dnssec deployment.
7850
785116 July 2009: Wouter
7852	- fix replacement malloc code.  Used in crosscompile.
7853	- makedist -w creates crosscompiled setup.exe on fedora11.
7854
785515 July 2009: Wouter
7856	- dependencies for compat items, for crosscompile.
7857	- mingw32 crosscompile changes, dependencies and zipfile creation.
7858	  and with System.dll from the windows NSIS you can make setup.exe.
7859	- package libgcc_s_sjlj exception handler for NSISdl.dll.
7860
786114 July 2009: Wouter
7862	- updated ldns tarball for solaris x64 compile assistance.
7863	- no need to define RAND_MAX from config.h.
7864	- iana portlist updated.
7865	- configure changes and ldns update for mingw32 crosscompile.
7866
786713 July 2009: Wouter
7868	- Fix for crash at start on windows.
7869	- tag for release 1.3.2.
7870	- trunk has version 1.3.3.
7871	- Fix for ID bits on windows to use all 16. RAND_MAX was not
7872	  defined like you'd expect on mingw. Reported by Mees de Roo.
7873
78749 July 2009: Wouter
7875	- tag for release 1.3.1.
7876	- trunk has version 1.3.2.
7877
78787 July 2009: Wouter
7879	- iana portlist updated.
7880
78816 July 2009: Wouter
7882	- prettier error handling in SSL setup.
7883	- makedist.sh uname fix (same as ldns).
7884	- updated fedora spec file.
7885
78863 July 2009: Wouter
7887	- fixup linking when ldnsdir is "".
7888
788930 June 2009: Wouter
7890	- more lenient truncation checks.
7891
789229 June 2009: Wouter
7893	- ldns trunk r2959 imported as tarball, because of solaris cc compile
7894	  support for c99.  r2960 for better configure.
7895	- better wrongly_truncated check.
7896	- On Linux, fragment IPv6 datagrams to the IPv6 minimum MTU, to
7897	  avoid dropped packets at routers.
7898
789926 June 2009: Wouter
7900	- Fix EDNS fallback when EDNS works for short answers but long answers
7901	  are dropped.
7902
790322 June 2009: Wouter
7904	- fixup iter priv strict aliasing while preserving size of sockaddr.
7905	- iana portlist updated.  (one less port allocated, one more fraction
7906	  of a bit for security!)
7907	- updated fedora specfile in contrib from Paul Wouters.
7908
790919 June 2009: Wouter
7910	- Fixup strict aliasing warning in iter priv code.
7911	  and config_file code.
7912	- iana portlist updated.
7913	- harden-referral-path: handle cases where NS is in answer section.
7914
791518 June 2009: Wouter
7916	- Fix of message parse bug where (specifically) an NSEC and RRSIG
7917	  in the wrong order would be parsed, but put wrongly into internal
7918	  structures so that later validation would fail.
7919	- Extreme lenience for wrongly truncated replies where a positive
7920	  reply has an NS in the authority but no signatures.  They are
7921	  turned into minimal responses with only the (secure) answer.
7922	- autoconf 2.63 for configure.
7923	- python warnings suppress.  Keep python API away from header files.
7924
792517 June 2009: Wouter
7926	- CREDITS entry for cz.nic, sponsoring a 'summer of code' that was
7927	  used for the python code in unbound. (http://www.nic.cz/vip/ in cz).
7928
792916 June 2009: Wouter
7930	- Fixup opportunistic target query generation to it does not
7931	  generate queries that are known to fail.
7932	- Touchup on munin total memory report.
7933	- messages picked out of the cache by the iterator are checked
7934	  if their cname chain is still correct and if validation status
7935	  has to be reexamined.
7936
793715 June 2009: Wouter
7938	- iana portlist updated.
7939
794014 June 2009: Wouter
7941	- Fixed bug where cached responses would lose their security
7942	  status on second validation, which especially impacted dlv
7943	  lookups.  Reported by Hauke Lampe.
7944
794513 June 2009: Wouter
7946	- bug #254. removed random whitespace from example.conf.
7947
794812 June 2009: Wouter
7949	- Fixup potential wrong NSEC picked out of the cache.
7950	- If unfulfilled callbacks are deleted they are called with an error.
7951	- fptr wlist checks for mesh callbacks.
7952	- fwd above stub in configuration works.
7953
795411 June 2009: Wouter
7955	- Fix queries for type DS when forward or stub zones are there.
7956	  They are performed to higherup domains, and thus treated as if
7957	  going to higher zones when looking up the right forward or stub
7958	  server.  This makes a stub pointing to a local server that has
7959	  a local view of example.com signed with the same keys as are
7960	  publicly used work.  Reported by Johan Ihren.
7961	- Added build-unbound-localzone-from-hosts.pl to contrib, from
7962	  Dennis DeDonatis.  It converts /etc/hosts into config statements.
7963	- same thing fixed for forward-zone and DS, chain of trust from
7964	  public internet into the forward-zone works now.  Added unit test.
7965
79669 June 2009: Wouter
7967	- openssl key files are opened apache-style, when user is root and
7968	  before chrooting.  This makes permissions on remote-control key
7969	  files easier to set up.  Fixes bug #251.
7970	- flush_type and flush_name remove msg cache entries.
7971	- codereview - dp copy bogus setting fix.
7972
79738 June 2009: Wouter
7974	- Removed RFC5011 REVOKE flag support. Partial 5011 support may cause
7975	  inadvertant behaviour.
7976	- 1.3.0 tarball for release created.
7977	- 1.3.1 development in svn trunk.
7978	- iana portlist updated.
7979	- fix lint from complaining on ldns/sha.h.
7980	- help compiler figure out aliasing in priv_rrset_bad() routine.
7981	- fail to configure with python if swig is not found.
7982	- unbound_munin_ in contrib uses ps to show rss if sbrk does not work.
7983
79843 June 2009: Wouter
7985	- fixup bad free() when wrongly encoded DSA signature is seen.
7986	  Reported by Paul Wouters.
7987	- review comments from Matthijs.
7988
79892 June 2009: Wouter
7990	- --enable-sha2 option. The draft rsasha256 changed its algorithm
7991	  numbers too often.  Therefore it is more prudent to disable the
7992	  RSASHA256 and RSASHA512 support by default.
7993	- ldns trunk included as new tarball.
7994	- recreated the 1.3.0 tag in svn. rc1 tarball generated at this point.
7995
799629 May 2009: Wouter
7997	- fixup doc bug in README reported by Matthew Dempsky.
7998
799928 May 2009: Wouter
8000	- update iana port list
8001	- update ldns lib tarball
8002
800327 May 2009: Wouter
8004	- detect lack of IPv6 support on XP (with a different error code).
8005	- Fixup a crash-on-exit which was triggered by a very long queue.
8006	  Unbound would try to re-use ports that came free, but this is
8007	  of course not really possible because everything is deleted.
8008	  Most easily triggered on XP (not Vista), maybe because of the
8009	  network stack encouraging large messages backlogs.
8010	- change in debug statements.
8011	- Fixed bug that could cause a crash if root prime failed when there
8012	  were message backlogs.
8013
801426 May 2009: Wouter
8015	- Thanks again to Brett Carr, found an assertion that was not true.
8016	  Assertion checked if recursion parent query still existed.
8017
801829 April 2009: Wouter
8019	- Thanks to Brett Carr, caught windows resource leak, use
8020	  closesocket() and not close() on sockets or else the network stack
8021	  starts to leak handles.
8022	- Removed usage of windows Mutex because windows cannot handle enough
8023	  mutexes open.  Provide own mutex implementation using primitives.
8024
802528 April 2009: Wouter
8026	- created svn tag for 1.3.0.
8027
802827 April 2009: Wouter
8029	- optimised cname from cache.
8030	- ifdef windows functions in testbound.
8031
803223 April 2009: Wouter
8033	- fix for threadsafety in solaris thr_key_create() in tests.
8034	- iana portlist updated.
8035	- fix pylib test for Darwin.
8036	- fix pymod test for Darwin and a python threading bug in pymod init.
8037	- check python >= 2.4 in configure.
8038	- -ldl check for libcrypto 1.0.0beta.
8039
804021 April 2009: Wouter
8041	- fix for build outside sourcedir.
8042	- fix for configure script swig detection.
8043
804417 April 2009: Wouter
8045	- Fix reentrant in minievent handler for unix. Could have resulted
8046	  in spurious event callbacks.
8047	- timers do not take up a fd slot for winsock handler.
8048	- faster fix for winsock reentrant check.
8049	- fix rsasha512 unit test for new (interim) algorithm number.
8050	- fix test:ldns doesn't like DOS line endings in keyfiles on unix.
8051	- fix compile warning on ubuntu (configlexer fwrite return value).
8052	- move python include directives into CPPFLAGS instead of CFLAGS.
8053
805416 April 2009: Wouter
8055	- winsock event handler exit very quickly on signal, even if
8056	  under heavy load.
8057	- iana portlist updated.
8058	- fixup windows winsock handler reentrant problem.
8059
806014 April 2009: Wouter
8061	- bug #245: fix munin plugin, perform cleanup of stale lockfiles.
8062	- makedist.sh; better help text.
8063	- cache-min-ttl option and tests.
8064	- mingw detect error condition on TCP sockets (NOTCONN).
8065
80669 April 2009: Wouter
8067	- Fix for removal of RSASHA256_NSEC3 protonumber from ldns.
8068	- ldns tarball updated.
8069	- iana portlist update.
8070	- detect GOST support in openssl-1.0.0-beta1, and fix compile problem
8071	  because that openssl defines the name STRING for itself.
8072
80736 April 2009: Wouter
8074	- windows compile fix.
8075	- Detect FreeBSD jail without ipv6 addresses assigned.
8076	- python libunbound wrapper unit test.
8077	- installs the following files. Default is to not build them.
8078	  	from configure --with-pythonmodule:
8079	  /usr/lib/python2.x/site-packages/unboundmodule.py
8080	  	from configure --with-pyunbound:
8081	  /usr/lib/python2.x/site-packages/unbound.py
8082	  /usr/lib/python2.x/site-packages/_unbound.so*
8083	  The example python scripts (pythonmod/examples and
8084	  libunbound/python/examples) are not installed.
8085	- python invalidate routine respects packed rrset ids and locks.
8086	- clock skew checks in unbound, config statements.
8087	- nxdomain ttl considerations in requirements.txt
8088
80893 April 2009: Wouter
8090	- Fixed a bug that caused messages to be stored in the cache too
8091	  long.  Hard to trigger, but NXDOMAINs for nameservers or CNAME
8092	  targets have been more vulnerable to the TTL miscalculation bug.
8093	- documentation test fixed for python addition.
8094
80952 April 2009: Wouter
8096	- pyunbound (libunbound python plugin) compiles using libtool.
8097	- documentation for pythonmod and pyunbound is generated in doc/html.
8098	- iana portlist updated.
8099	- fixed bug in unbound-control flush_zone where it would not flush
8100	  every message in the target domain.  This especially impacted
8101	  NXDOMAIN messages which could remain in the cache regardless.
8102	- python module test package.
8103
81041 April 2009: Wouter
8105	- suppress errors when trying to contact authority servers that gave
8106	  ipv6 AAAA records for their nameservers with ipv4 mapped contents.
8107	  Still tries to do so, could work when deployed in intranet.
8108	  Higher verbosity shows the error.
8109	- new libunbound calls documented.
8110	- pyunbound in libunbound/python. Removed compile warnings.
8111	  Makefile to make it.
8112
811330 March 2009: Wouter
8114	- Fixup LDFLAGS from libevent sourcedir compile configure restore.
8115	- Fixup so no non-absolute rpaths are added.
8116	- Fixup validation of RRSIG queries, they are let through.
8117	- read /dev/random before chroot
8118	- checkconf fix no python checks when no python module enabled.
8119	- fix configure, pthread first, so other libs do not change outcome.
8120
812127 March 2009: Wouter
8122	- nicer -h output. report linked libraries and modules.
8123	- prints modules in intuitive order (config file friendly).
8124	- python compiles easily on BSD.
8125
812626 March 2009: Wouter
8127	- ignore swig varargs warnings with gcc.
8128	- remove duplicate example.conf text from python example configs.
8129	- outofdir compile fix for python.
8130	- pyunbound works.
8131	- print modules compiled in on -h. manpage.
8132
813325 March 2009: Wouter
8134	- initial import of the python contribution from Zdenek Vasicek and
8135	  Marek Vavrusa.
8136	- pythonmod in Makefile; changes to remove warnings/errors for 1.3.0.
8137
813824 March 2009: Wouter
8139	- more neat configure.ac. Removed duplicate config.h includes.
8140	- neater config.h.in.
8141	- iana portlist updated.
8142	- fix util/configlexer.c and solaris -std=c99 flag.
8143	- fix postcommit aclocal errors.
8144	- spaces stripped. Makefile cleaner, /usr omitted from -I, -L, -R.
8145	- swap order of host detect and libtool generation.
8146
814723 March 2009: Wouter
8148	- added launchd plist example file for MacOSX to contrib.
8149	- deprecation test for daemon(3).
8150	- moved common configure actions to m4 include, prettier Makefile.
8151
815220 March 2009: Wouter
8153	- bug #239: module-config entries order is important. Documented.
8154	- build fix for test asynclook.
8155
815619 March 2009: Wouter
8157	- winrc/README.txt dos-format text file.
8158	- iana portlist updated.
8159	- use _beginthreadex() when available (performs stack alignment).
8160	- defaults for windows baked into configure.ac (used if on mingw).
8161
816218 March 2009: Wouter
8163	- Added tests, unknown algorithms become insecure. fallback works.
8164	- Fix for and test for unknown algorithms in a trust anchor
8165	  definition.  Trust anchors with no supported algos are ignored.
8166	  This means a (higher)DS or DLV entry for them could succeed, and
8167	  otherwise they are treated as insecure.
8168	- domain-insecure: "example.com" statement added. Sets domain
8169	  insecure regardless of chain of trust DSs or DLVs. The inverse
8170	  of a trust-anchor.
8171
817217 March 2009: Wouter
8173	- unit test for unsupported algorithm in anchor warning.
8174	- fixed so queries do not fail on opportunistic target queries.
8175
817616 March 2009: Wouter
8177	- fixup diff error printout in contrib/update-itar.sh.
8178	- added contrib/unbound_cacti for statistics support in cacti,
8179	  contributed by Dmitriy Demidov.
8180
818113 March 2009: Wouter
8182	- doxygen and lex/yacc on linux.
8183	- strip update-anchor on makedist -w.
8184	- fix testbound on windows.
8185	- default log to syslog for windows.
8186	- uninstaller can stop unbound - changed text on it to reflect that.
8187	- remove debugging from windows 'cron' actions.
8188
818912 March 2009: Wouter
8190	- log to App.logs on windows prints executable identity.
8191	- fixup tests.
8192	- munin plugin fix benign locking error printout.
8193	- anchor-update for windows, called every 24 hours; unbound reloads.
8194
819511 March 2009: Wouter
8196	- winsock event handler resets WSAevents after signalled.
8197	- winsock event handler tests if signals are really signalled.
8198	- install and service with log to file works on XP and Vista on
8199	  default install location.
8200	- on windows logging to the Application logbook works (as a service).
8201	- fix RUN_DIR on windows compile setting in makedist.
8202	- windows registry has Software\Unbound\ConfigFile element.
8203	  If does not exist, the default is used. The -c switch overrides it.
8204	- fix makedist version cleanup function.
8205
820610 March 2009: Wouter
8207	- makedist -w strips out old rc.. and snapshot info from version.
8208	- setup.exe starts and stops unbound after install, before uninstall.
8209	- unbound-checkconf recognizes absolute pathnames on windows (C:...).
8210
82119 March 2009: Wouter
8212	- Nullsoft NSIS installer creation script.
8213
82145 March 2009: Wouter
8215	- fixup memory leak introduced on 18feb in mesh reentrant fix.
8216
82173 March 2009: Wouter
8218	- combined icon with 16x16(4) 32x32(4) 48x48(8) 64x64(8).
8219	- service works on xp/vista, no config necessary (using defaults).
8220	- windows registry settings.
8221
82222 March 2009: Wouter
8223	- fixup --export-symbols to be -export-symbls for libtool.
8224	  This should fix extraneous symbols exported from libunbound.
8225	  Thanks to Ondrej Sury and Robert Edmonds for finding it.
8226	- iana portlist updated.
8227	- document FAQ entry on stub/forward zones and default blocking.
8228	- fix asynclook test app for libunbound not exporting symbols.
8229	- service install and remove utils that work with vista UAC.
8230
823127 February 2009: Wouter
8232	- Fixup lexer, to not give warnings about fwrite. Appeared in
8233	  new lexer features.
8234	- makedistro functionality for mingw. Has RC support.
8235	- support spaces and backslashes in configured defaults paths.
8236	- register, deregister in service control manager.
8237
823825 February 2009: Wouter
8239	- windres usage for application resources.
8240
824124 February 2009: Wouter
8242	- isc moved their dlv key download location.
8243	- fixup warning on vista/mingw.
8244	- makedist -w for window zip distribution first version.
8245
824620 February 2009: Wouter
8247	- Fixup contrib/update-itar.sh, the exit codes 1 and 0 were swapped.
8248	  Nicer script layout.  Added url to site in -h output.
8249
825019 February 2009: Wouter
8251	- unbound-checkconf and unbound print warnings when trust anchors
8252	  have unsupported algorithms.
8253	- added contrib/update-itar.sh  This script is similar to
8254	  update-anchor.sh, and updates from the IANA ITAR repository.
8255	  You can provide your own PGP key and trust repo, or can use the
8256	  builtin.  The program uses wget and gpg to work.
8257	- iana portlist updated.
8258	- update-itar.sh: using ftp:// urls because https godaddy certificate
8259	  is not available everywhere and then gives fatal errors.  The
8260	  security is provided by pgp signature.
8261
826218 February 2009: Wouter
8263	- more cycle detection. Also for target queries.
8264	- fixup bug where during deletion of the mesh queries the callbacks
8265	  that were reentrant caused assertion failures. Keep the mesh in
8266	  a reentrant safe state.  Affects libunbound, reload of server,
8267	  on quit and flush_requestlist.
8268	- iana portlist updated.
8269
827013 February 2009: Wouter
8271	- forwarder information now per-thread duplicated.
8272	  This keeps it read only for speed, with no locking necessary.
8273	- forward command for unbound control to change forwarders to use
8274	  on the fly.
8275	- document that unbound-host reads no config file by default.
8276	- updated iana portlist.
8277
827812 February 2009: Wouter
8279	- call setusercontext if available (on BSD).
8280	- small refactor of stats clearing.
8281	- #227: flush_stats feature for unbound-control.
8282	- stats_noreset feature for unbound-control.
8283	- flush_requestlist feature for unbound-control.
8284	- libunbound version upped API (was changed 5 feb).
8285	- unbound-control status shows if root forwarding is in use.
8286	- slightly nicer memory management in iter-fwd code.
8287
828810 February 2009: Wouter
8289	- keys with rfc5011 REVOKE flag are skipped and not considered when
8290	  validating data.
8291	- iana portlist updated
8292	- #226: dump_requestlist feature for unbound-control.
8293
82946 February 2009: Wouter
8295	- contrib contains specfile for fedora 1.2.1 (from Paul Wouters).
8296	- iana portlist updated.
8297	- fixup EOL in include directive (reported by Paul Wouters).
8298	  You can no longer specify newlines in the names of included files.
8299	- config parser changed. Gives some syntax errors closer to where they
8300	  occurred. Does not enforce a space after keyword anymore.
8301	  Does not allow literal newlines inside quoted strings anymore.
8302	- verbosity level 5 logs customer IP for new requestlist entries.
8303	- test fix, lexer and cancel test.
8304	- new option log-time-ascii: yes  if you enable it prints timestamps
8305	  in the log file as Feb 06 13:45:26 (like syslog does).
8306	- detect event_base_new in libevent-1.4.1 and later and use it.
8307	- #231 unbound-checkconf -o option prints that value from config file.
8308	  Useful for scripting in management scripts and the like.
8309
83105 February 2009: Wouter
8311	- ldns 1.5.0 rc as tarball included.
8312	- 1.3.0 development continues:
8313	  change in libunbound API: ub_cancel can return an error, that
8314	  the async_id did not exist, or that it was already delivered.
8315	  The result could have been delivered just before the cancel
8316	  routine managed to acquire the lock, so a caller may get the
8317	  result at the same time they call cancel.  For this case,
8318	  ub_cancel tries to return an error code.
8319	  Fixes race condition in ub_cancel() libunbound function.
8320	- MacOSX Leopard cleaner text output from configure.
8321	- initgroups(3) is called to drop secondary group permissions, if
8322	  applicable.
8323	- configure option --with-ldns-builtin forces the use of the
8324	  inluded ldns package with the unbound source.  The -I include
8325	  is put before the others, so it avoids bad include files from
8326	  an older ldns install.
8327	- daemon(3) posix call is used when available.
8328	- testbound test for older fix added.
8329
83304 February 2009: Wouter
8331	- tag for release 1.2.1.
8332	- trunk setup for 1.3.0 development.
8333
83343 February 2009: Wouter
8335	- noted feature requests in doc/TODO.
8336	- printout more detailed errors on ssl certificate loading failures.
8337	- updated IANA portlist.
8338
833916 January 2009: Wouter
8340	- more quiet about ipv6 network failures, i.e. when ipv6 is not
8341	  available (network unreachable). Debug still printed on high
8342	  verbosity.
8343	- unbound-host -4 and -6 options. Stops annoying ipv6 errors when
8344	  debugging with unbound-host -4 -d ...
8345	- more cycle detection for NS-check, addr-check, root-prime and
8346	  stub-prime queries in the iterator.  Avoids possible deadlock
8347	  when priming fails.
8348
834915 January 2009: Wouter
8350	- bug #229: fixup configure checks for compilation with Solaris
8351	  Sun cc compiler, ./configure CC=/opt/SUNWspro/bin/cc
8352	- fixup suncc warnings.
8353	- fix bug where unbound could crash using libevent 1.3 and older.
8354	- update testset for recent retry change.
8355
835614 January 2009: Wouter
8357	- 1.2.1 feature: negative caching for failed queries.
8358	  Queries that failed are cached for 5 seconds (NORR_TTL).
8359	  If the failure is local, like out of memory, it is not cached.
8360	- the TTL comparison for the cache used different comparisons,
8361	  causing many cache responses that used the iterator and validator
8362	  state machines unnecessarily.
8363	- retry from 4 to 5 so that EDNS drop retry is part of the first
8364	  query resolve attempt, and cached error does not stop EDNS fallback.
8365	- remove debug prints that protect against bad referrals.
8366	- honor QUIET=no on make commandline (or QUIET=yes ).
8367
836813 January 2009: Wouter
8369	- fixed bug in lameness marking, removed printouts.
8370	- find NS rrset more cleanly for qtype NS.
8371	- Moved changes to 1.2.0 for release. Thanks to Mark Zealey for
8372	  reporting and logs.
8373	- 1.2.1 feature: stops resolving AAAAs promiscuously when they
8374	  are in the negative cache.
8375
837612 January 2009: Wouter
8377	- fixed bug in infrastructure lameness cache, did not lowercase
8378	  name of zone to hash when setting lame.
8379	- lameness debugging printouts.
8380
83819 January 2009: Wouter
8382	- created svn tag for 1.2.0 release.
8383	- svn trunk contains 1.2.1 version number.
8384	- iana portlist updated for todays list.
8385	- removed debug print.
8386
83878 January 2009: Wouter
8388	- new version of ldns-trunk (today) included as tarball, fixed
8389	  bug #224, building with -j race condition.
8390	- remove possible race condition in the test for race conditions.
8391
83927 January 2009: Wouter
8393	- version 1.2.0 in preparation.
8394	- feature to allow wildcards (*, ?, [], {}. ~) in trusted-keys-file
8395	  statements. (Adapted from patch by Paul Wouters).
8396	- typo fix and iana portlist updated.
8397	- porting testsuite; unused var warning, and type fixup.
8398
83996 January 2009: Wouter
8400	- fixup packet-of-death when compiled with --enable-debug.
8401	  A malformed packet could cause an internal assertion failure.
8402	- added test for HINFO canonicalisation behaviour.
8403	- fixup reported problem with transparent local-zone data where
8404	  queries with different type could get nxdomain. Now queries
8405	  with a different name get resolved normally, with different type
8406	  get a correct NOERROR/NODATA answer.
8407	- HINFO no longer downcased for validation, making unbound compatible
8408	  with bind and ldns.
8409	- fix reading included config files when chrooted.
8410	  Give full path names for include files.
8411	  Relative path names work if the start dir equals the working dir.
8412	- fix libunbound message transport when no packet buffer is available.
8413
84145 January 2009: Wouter
8415	- fixup getaddrinfo failure handling for remote control port.
8416	- added L.ROOT-SERVERS.NET. AAAA 2001:500:3::42 to builtin root hints.
8417	- fixup so it works with libev-3.51 from http://dist.schmorp.de/libev/
8418	- comm_timer_set performs base_set operation after event_add.
8419
842018 December 2008: Wouter
8421	- fixed bug reported by Duane Wessels: error in DLV lookup, would make
8422	  some zones that had correct DLV keys as insecure.
8423	- follows -rc makedist from ldns changes (no _rc).
8424	- ldns tarball updated with 1.4.1rc for DLV unit test.
8425	- verbose prints about recursion lame detection and server selection.
8426	- fixup BSD port for infra host storage. It hashed wrongly.
8427	- fixup makedist snapshot name generation.
8428	- do not reopen syslog to avoid dev/log dependency.
8429
843017 December 2008: Wouter
8431	- follows ldns makedist.sh. -rc option. autom4te dir removed.
8432	- unbound-control status command.
8433	- extended statistics has a number of ipv6 queries counter.
8434	  contrib/unbound_munin_ was updated to draw ipv6 in the hits graph.
8435
843616 December 2008: Wouter
8437	- follow makedist improvements from ldns, for maintainers prereleases.
8438	- snapshot version uses _ not - to help rpm distinguish the
8439	  version number.
8440
844111 December 2008: Wouter
8442	- better fix for bug #219: use LOG_NDELAY with openlog() call.
8443	  Thanks to Tamas Tevesz.
8444
84459 December 2008: Wouter
8446	- bug #221 fixed: unbound checkconf checks if key files exist if
8447	  remote control is enabled. Also fixed NULL printf when not chrooted.
8448	- iana portlist updated.
8449
84503 December 2008: Wouter
8451	- Fix problem reported by Jaco Engelbrecht where unbound-control stats
8452	  freezes up unbound if this was compiled without threading, and
8453	  was using multiple processes.
8454	- iana portlist updated.
8455	- test for remote control with interprocess communication.
8456	- created command distribution mechanism so that remote control
8457	  commands other than 'stats' work on all processes in a nonthreaded
8458	  compiled version. dump/load cache work, on the first process.
8459	- fixup remote control local_data addition memory corruption bug.
8460
84611 December 2008: Wouter
8462	- SElinux policy files in contrib/selinux for the unbound daemon,
8463	  by Paul Wouters and Adam Tkac.
8464
846525 November 2008: Wouter
8466	- configure complains when --without-ssl is given (bug #220).
8467	- skip unsupported feature tests on vista/mingw.
8468	- fixup testcode/streamtcp to work on vista/mingw.
8469	- root-hints test checks version of dig required.
8470	- blacklisted servers are polled at a low rate (1%) to see if they
8471	  come back up. But not if there is some other working server.
8472
847324 November 2008: Wouter
8474	- document that the user of the server daemon needs read privileges
8475	  on the keys and certificates generated by unbound-control-setup.
8476	  This is different per system or distribution, usually, running the
8477	  script under the same username as the server uses suffices.
8478	  i.e.  sudo -u unbound unbound-control-setup
8479	- testset port to vista/mingw.
8480	- tcp_sigpipe to freebsd port.
8481
848221 November 2008: Wouter
8483	- fixed tcp accept, errors were printed when they should not.
8484	- unbound-control-setup.sh removes read/write permissions other
8485	  from the keys it creates (as suggested by Dmitriy Demidov).
8486
848720 November 2008: Wouter
8488	- fixup fatal error due to faulty error checking after tcp accept.
8489	- add check in rlimit to avoid integer underflow.
8490	- rlimit check with new formula; better estimate for number interfaces
8491	- nicer comments in rlimit check.
8492	- tag 1.1.1 created in svn.
8493	- trunk label is 1.1.2
8494
849519 November 2008: Wouter
8496	- bug #219: fixed so that syslog which delays opening until the first
8497	  log line is written, gets a log line while not chroot'ed yet.
8498
849918 November 2008: Wouter
8500	- iana portlist updated.
8501	- removed cast in unit test debug print that was not 64bit safe.
8502	- trunk back to 1.1.0; copied to tags 1.1.0 release.
8503	- trunk to has version number 1.1.1 again.
8504	- in 1.1.1; make clean nicer. grammar in manpage.
8505
850617 November 2008: Wouter
8507	- theoretical fix for problems reported on mailing list.
8508	  If a delegation point has no A but only AAAA and do-ip6 is no,
8509	  resolution would fail. Fixed to ask for the A and AAAA records.
8510	  It has to ask for both always, so that it can fail quietly, from
8511	  TLD perspective, when a zone is only reachable on one transport.
8512	- test for above, only AAAA and doip6 is no. Fix causes A record
8513	  for nameserver to be fetched.
8514	- fixup address duplication on cache fillup for delegation points.
8515	- testset updated for new query answer requirements.
8516
851714 November 2008: Wouter
8518	- created 1.1.0 release tag in svn.
8519	- trunk moved to 1.1.1
8520	- fixup unittest-neg for locking.
8521
852213 November 2008: Wouter
8523	- added fedora init and specfile to contrib (by Paul Wouters).
8524	- added configure check for ldns 1.4.0 (using its compat funcs).
8525	- neater comments in worker.h.
8526	- removed doc/plan and updated doc/TODO.
8527	- silenced EHOSTDOWN (verbosity 2 or higher to see it).
8528	- review comments from Jelte, Matthijs. Neater code.
8529
853012 November 2008: Wouter
8531	- add unbound-control manpage to makedist replace list.
8532
853311 November 2008: Wouter
8534	- unit test for negative cache, stress tests the refcounting.
8535	- fix for refcounting error that could cause fptr_wlist fatal exit
8536	  in the negative cache rbtree (upcoming 1.1 feature). (Thanks to
8537	  Attila Nagy for testing).
8538	- nicer comments in cachedump about failed RR to string conversion.
8539	- fix 32bit wrap around when printing large (4G and more) mem usage
8540	  for extended statistics.
8541
854210 November 2008: Wouter
8543	- fixup the getaddrinfo compat code rename.
8544
85458 November 2008: Wouter
8546	- added configure check for eee build warning.
8547
85487 November 2008: Wouter
8549	- fix bug 217: fixed, setreuid and setregid do not work on MacOSX10.4.
8550	- detect nonblocking problems in network stack in configure script.
8551
85526 November 2008: Wouter
8553	- dname_priv must decompress the name before comparison.
8554	- iana portlist updated.
8555
85565 November 2008: Wouter
8557	- fixed possible memory leak in key_entry_key deletion.
8558	  Would leak a couple bytes when trust anchors were replaced.
8559	- if query and reply qname overlap, the bytes are skipped not copied.
8560	- fixed file descriptor leak when messages were jostled out that
8561	  had outstanding (TCP) replies.
8562	- DNAMEs used from cache have their synthesized CNAMEs initialized
8563	  properly.
8564	- fixed file descriptor leak for localzone type deny (for TCP).
8565	- fixed memleak at exit for nsec3 negative cached zones.
8566	- fixed memleak for the keyword 'nodefault' when reading config.
8567	- made verbosity of 'edns incapable peer' warning higher, so you
8568	  do not get spammed by it.
8569	- caught elusive Bad file descriptor error bug, that would print the
8570	  error while unnecessarily try to listen to a closed fd. Fixed.
8571
85724 November 2008: Wouter
8573	- fixed -Wwrite-strings warnings that result in better code.
8574
85753 November 2008: Wouter
8576	- fixup build process for Mac OSX linker, use ldns b32 compat funcs.
8577	- generated configure with autoconf-2.61.
8578	- iana portlist updated.
8579	- detect if libssl needs libdl.  For static linking with libssl.
8580	- changed to use new algorithm identifiers for sha256/sha512
8581	  from ldns 1.4.0 (need very latest version).
8582	- updated the included ldns tarball.
8583	- proper detection of SHA256 and SHA512 functions (not just sizes).
8584
858523 October 2008: Wouter
8586	- a little more debug info for failure on signer names. prints names.
8587
858822 October 2008: Wouter
8589	- CFLAGS are picked up by configure from the environment.
8590	- iana portlist updated.
8591	- updated ldns to use 1.4.0-pre20081022 so it picks up CFLAGS too.
8592	- new stub-prime: yesno option. Default is off, so it does not prime.
8593	  can be turned on to get same behaviour as previous unbound release.
8594	- made automated test that checks if builtin root hints are uptodate.
8595	- finished draft-wijngaards-dnsext-resolver-side-mitigation
8596	  implementation. The unwanted-reply-threshold can be set.
8597	- fixup so fptr_whitelist test in alloc.c works.
8598
859921 October 2008: Wouter
8600	- fix update-anchors.sh, so it does not report different RR order
8601	  as an update.  Sorts the keys in the file.  Updated copyright.
8602	- fixup testbound on windows, the command control pipe doesn't exist.
8603	- skip 08hostlib test on windows, no fork() available.
8604	- made unbound-remote work on windows.
8605
860620 October 2008: Wouter
8607	- quench a log message that is debug only.
8608	- iana portlist updated.
8609	- do not query bogus nameservers.  It is like nameservers that have
8610	  the NS or A or AAAA record bogus are listed as donotquery.
8611	- if server selection is faced with only bad choices, it will
8612	  attempt to get more options to be fetched.
8613	- changed bogus-ttl default value from 900 to 60 seconds.
8614	  In anticipation that operator caused failures are more likely than
8615	  actual attacks at this time.  And thus repeated validation helps
8616	  the operators get the problem fixed sooner.  It makes validation
8617	  failures go away sooner (60 seconds after the zone is fixed).
8618	  Also it is likely to try different nameserver targets every minute,
8619	  so that if a zone is bad on one server but not another, it is
8620	  likely to pick up the 'correct' one after a couple minutes,
8621	  and if the TTL is big enough that solves validation for the zone.
8622	- fixup unbound-control compilation on windows.
8623
862417 October 2008: Wouter
8625	- port Leopard/G5: fixup type conversion size_t/uint32.
8626	  please ranlib, stop file without symbols warning.
8627	- harden referral path now also validates the root after priming.
8628	  It looks up the root NS authoritatively as well as the root servers
8629	  and attemps to validate the entries.
8630
863116 October 2008: Wouter
8632	- Fixup negative TTL values appearing (reported by Attila Nagy).
8633
863415 October 2008: Wouter
8635	- better documentation for 0x20; remove fallback TODO, it is done.
8636	- harden-referral-path feature includes A, AAAA queries for glue,
8637	  as well as very careful NS caching (only when doing NS query).
8638	  A, AAAA use the delegation from the NS-query.
8639
864014 October 2008: Wouter
8641	- fwd_three.tpkg test was flaky.  If the three requests hit the
8642	  wrong threads by chance (or bad OS) then the test would fail.
8643	  Made less flaky by increasing number of retries.
8644	- stub_udp.tpkg changed to work, give root hints. fixed ldns_dname_abs.
8645	- ldns tarball is snapshot of ldns r2759 (1.4.0-pre-20081014).
8646	  Which includes the ldns_dname_absolute fix.
8647	- fwd_three test remains flaky now that unbound does not stop
8648	  listening when full.  Thus, removed timeout problem.
8649	  It may be serviced by three threads, or maybe by one.
8650	  Mostly only useful for lock-check testing now.
8651
865213 October 2008: Wouter
8653	- fixed recursion servers deployed as authoritative detection, so
8654	  that as a last resort, a +RD query is sent there to get the
8655	  correct answer.
8656	- iana port list update.
8657	- ldns tarball is snapshot of ldns r2759 (1.4.0-pre-20081013).
8658
865910 October 2008: Wouter
8660	- fixup tests - the negative cache contained the correct NSEC3s for
8661	  two tests that are supposed to fail to validate.
8662
86639 October 2008: Wouter
8664	- negative cache caps max iterations of NSEC3 done.
8665	- NSEC3 negative cache for qtype DS works.
8666
86678 October 2008: Wouter
8668	- NSEC negative cache for DS.
8669
86706 October 2008: Wouter
8671	- jostle-timeout option, so you can config for slow links.
8672	- 0x20 fallback code.  Tries 3xnumber of nameserver addresses
8673	  queries that must all be the same.  Sent to random nameservers.
8674	- documented choices for DoS, EDNS, 0x20.
8675
86762 October 2008: Wouter
8677	- fixup unlink of pidfile.
8678	- fixup SHA256 algorithm collation code.
8679	- contrib/update-anchor.sh does not overwrite anchors if not needed.
8680	  exits 0 when a restart is needed, other values if not.
8681	  so,  update-anchor.sh -d mydir && /etc/rc.d/unbound restart
8682	  can restart unbound exactly when needed.
8683
868430 September 2008: Wouter
8685	- fixup SHA256 DS downgrade, no longer possible to downgrade to SHA1.
8686	- tests for sha256 support and downgrade resistance.
8687	- RSASHA256 and RSASHA512 support (using the draft in dnsext),
8688	  using the drafted protocol numbers.
8689	- when using stub on localhost (127.0.0.1@10053) unbound works.
8690	  Like when running NSD to host a local zone, on the same machine.
8691	  The noprime feature. manpages more explanation. Added a test for it.
8692	- shorthand for reverse PTR,  local-data-ptr: "1.2.3.4 www.ex.com"
8693
869429 September 2008: Wouter
8695	- EDNS lameness detection, if EDNS packets are dropped this is
8696	  detected, eventually.
8697	- multiple query timeout rtt backoff does not backoff too much.
8698
869926 September 2008: Wouter
8700	- tests for remote-control.
8701	- small memory leak in exception during remote control fixed.
8702	- fixup for lock checking but not unchecking in remote control.
8703	- iana portlist updated.
8704
870523 September 2008: Wouter
8706	- Msg cache is loaded. A cache load enables cache responses.
8707	- unbound-control flush [name], flush_type and flush_zone.
8708
870922 September 2008: Wouter
8710	- dump_cache and load_cache statements in unbound-control.
8711	  RRsets are dumped and loaded correctly.
8712	  Msg cache is dumped.
8713
871419 September 2008: Wouter
8715	- locking on the localdata structure.
8716	- add and remove local zone and data with unbound-control.
8717	- ldns trunk snapshot updated, make tests work again.
8718
871918 September 2008: Wouter
8720	- fixup error in time calculation.
8721	- munin plugin improvements.
8722	- nicer abbreviations for high query types values (ixfr, axfr, any...)
8723	- documented the statistics output in unbound-control man page.
8724	- extended statistics prints out histogram, over unbound-control.
8725
872617 September 2008: Wouter
8727	- locking for threadsafe bogus rrset counter.
8728	- ldns trunk no longer exports b32 functions, provide compat.
8729	- ldns tarball updated.
8730	- testcode/ldns-testpkts.c const fixups.
8731	- fixed rcode stat printout.
8732	- munin plugin in contrib.
8733	- stats always printout uptime, because stats plugins need it.
8734
873516 September 2008: Wouter
8736	- extended-statistics: yesno config option.
8737	- unwanted replies spoof nearmiss detector.
8738	- iana portlist updated.
8739
874015 September 2008: Wouter
8741	- working start, stop, reload commands for unbound-control.
8742	- test for unbound-control working; better exit value for control.
8743	- verbosity control via unbound-control.
8744	- unbound-control stats.
8745
874612 September 2008: Wouter
8747	- removed browser control mentions. Proto speccy.
8748
874911 September 2008: Wouter
8750	- set nonblocking on new TCP streams, because linux does not inherit
8751	  the socket options to the accepted socket.
8752	- fix TCP timeouts.
8753	- SSL protected connection between server and unbound-control.
8754
875510 September 2008: Wouter
8756	- remove memleak in privacy addresses on reloads and quits.
8757	- remote control work.
8758
87599 September 2008: Wouter
8760	- smallapp/unbound-control-setup.sh script to set up certificates.
8761
87624 September 2008: Wouter
8763	- scrubber scrubs away private addresses.
8764	- test for private addresses. man page entry.
8765	- code refactored for name and address tree lookups.
8766
87673 September 2008: Wouter
8768	- options for 'DNS Rebinding' protection: private-address and
8769	  private-domain.
8770	- dnstree for reuse of routines that help with domain, addr lookups.
8771	- private-address and private-domain config option read, stored.
8772
87732 September 2008: Wouter
8774	- DoS protection features. Queries are jostled out to make room.
8775	- testbound can pass time, increasing the internal timer.
8776	- do not mark unsigned additionals bogus, leave unchecked, which
8777	  is removed too.
8778
87791 September 2008: Wouter
8780	- disallow nonrecursive queries for cache snooping by default.
8781	  You can allow is using access-control: <subnet> allow_snoop.
8782	  The defaults do allow access no authoritative data without RD bit.
8783	- two tests for it and fixups of tests for nonrec refused.
8784
878529 August 2008: Wouter
8786	- version 1.1 number in trunk.
8787	- harden-referral-path option for query for NS records.
8788	  Default turns off expensive, experimental option.
8789
879028 August 2008: Wouter
8791	- fixup logfile handling; it is created with correct permissions
8792	  again. (from bugfix#199).
8793	  Some errors are not written to logfile (pidfile writing, forking),
8794	  and these are only visible by using the -d commandline flag.
8795
879627 August 2008: Wouter
8797	- daemon(3) is causing problems for people. Reverting the patch.
8798	  bug#200, and 199 and 203 contain sideline discussion on it.
8799	- bug#199 fixed: pidfile can be outside chroot. openlog is done before
8800	  chroot and drop permissions.
8801	- config option to set size of aggressive negative cache,
8802	  neg-cache-size.
8803	- bug#203 fixed: dlv has been implemented.
8804
880526 August 2008: Wouter
8806	- test for insecure zone when DLV is in use, also does negative cache.
8807	- test for trustanchor when DLV is in use (the anchor works).
8808	- test for DLV used for a zone below a trustanchor.
8809	- added scrub filter for overreaching NSEC records and unit test.
8810	- iana portlist update
8811	- use of setresuid or setreuid when available.
8812	- use daemon(3) if available.
8813
881425 August 2008: Wouter
8815	- realclean patch from Robert Edmonds.
8816
881722 August 2008: Wouter
8818	- nicer debuglogging of DLV.
8819	- test with secure delegation inside the DLV repository.
8820
882121 August 2008: Wouter
8822	- negative cache code linked into validator, for DLV use.
8823	  negative cache works for DLV.
8824	- iana portlist update.
8825	- dlv-anchor option for unit tests.
8826	- fixup NSEC_AT_APEX classification for short typemaps.
8827	- ldns-testns has subdomain checks, for unit tests.
8828
882920 August 2008: Wouter
8830	- negative cache code, reviewed.
8831
883218 August 2008: Wouter
8833	- changes info: in logfile to notice: info: or debug: depending on
8834	  the verbosity of the statements.  Better logfile message
8835	  classification.
8836	- bug #208: extra rc.d unbound flexibility for freebsd/nanobsd.
8837
883815 August 2008: Wouter
8839	- DLV nsec code fixed for better detection of closest existing
8840	  enclosers from NSEC responses.
8841	- DLV works, straight to the dlv repository, so not for production.
8842	- Iana port update.
8843
884414 August 2008: Wouter
8845	- synthesize DLV messages from the rrset cache, like done for DS.
8846
884713 August 2008: Wouter
8848	- bug #203: nicer do-auto log message when user sets incompatible
8849	  options.
8850	- bug #204: variable name ameliorated in log.c.
8851	- bug #206: in iana_update, no egrep, but awk use.
8852	- ldns snapshot r2699 taken (includes DLV type).
8853	- DLV work, config file element, trust anchor read in.
8854
885512 August 2008: Wouter
8856	- finished adjusting testset to provide qtype NS answers.
8857
885811 August 2008: Wouter
8859	- Fixup rrset security updates overwriting 2181 trust status.
8860	  This makes validated to be insecure data just as worthless as
8861	  nonvalidated data, and 2181 rules prevent cache overwrites to them.
8862	- Fix assertion fail on bogus key handling.
8863	- dnssec lameness detection works on first query at trust apex.
8864	- NS queries get proper cache and dnssec lameness treatment.
8865	- fixup compilation without pthreads on linux.
8866
88678 August 2008: Wouter
8868	- NS queries are done after every referral.
8869	  validator is used on those NS records (if anchors enabled).
8870
88717 August 2008: Wouter
8872	- Scrubber more strict. CNAME chains, DNAMEs from cache, other
8873	  irrelevant rrsets removed.
8874	- 1.0.2 released from 1.0 support branch.
8875	- fixup update-anchor.sh to work both in BSD shell and bash.
8876
88775 August 2008: Wouter
8878	- fixup DS test so apex nodata works again.
8879
88804 August 2008: Wouter
8881	- iana port update.
8882	- TODO update.
8883	- fix bug 201: null ptr deref on cleanup while udp pkts wait for port.
8884	- added explanatory text for outgoing-port-permit in manpage.
8885
888630 July 2008: Wouter
8887	- fixup bug qtype DS for unsigned zone and signed parent validation.
8888
888925 July 2008: Wouter
8890	- added original copyright statement of OpenBSD arc4random code.
8891	- created tube signaling solution on windows, as a pipe replacement.
8892	  this makes background asynchronous resolution work on windows.
8893	- removed very insecure socketpair compat code. It also did not
8894	  work with event_waiting. Solved by pipe replacement.
8895	- unbound -h prints openssl version number as well.
8896
889722 July 2008: Wouter
8898	- moved pipe actions to util/tube.c. easier porting and shared code.
8899	- check _raw() commpoint callbacks with fptr_wlist.
8900	- iana port update.
8901
890221 July 2008: Wouter
8903	- #198: nicer entropy warning message. manpage OS hints.
8904
890519 July 2008: Wouter
8906	- #198: fixup man page to suggest chroot entropy fix.
8907
890818 July 2008: Wouter
8909	- branch for 1.0 support.
8910	- trunk work on tube.c.
8911
891217 July 2008: Wouter
8913	- fix bug #196, compile outside source tree.
8914	- fix bug #195, add --with-username=user configure option.
8915	- print error and exit if started with config that requires more
8916	  fds than the builtin minievent can handle.
8917
891816 July 2008: Wouter
8919	- made svn tag 1.0.1, trunk now 1.0.2
8920	- sha256 checksums enabled in makedist.sh
8921
892215 July 2008: Wouter
8923	- Follow draft-ietf-dnsop-default-local-zones-06 added reverse
8924	  IPv6 example prefix to AS112 default blocklist.
8925	- fixup lookup of DS records by client with trustanchor for same.
8926	- libunbound ub_resolve, fix handling of error condition during setup.
8927	- lowered log_hex blocksize to fit through BSD syslog linesize.
8928	- no useless initialisation if getpwnam not available.
8929	- iana, ldns snapshot updated.
8930
89313 July 2008: Wouter
8932	- Matthijs fixed memory leaks in root hints file reading.
8933
893426 June 2008: Wouter
8935	- fixup streamtcp bounds setting for udp mode, in the test framework.
8936	- contrib item for updating trust anchors.
8937
893825 June 2008: Wouter
8939	- fixup fwd_ancil test typos.
8940	- Fix for newegg lameness : ok for qtype=A, but lame for others.
8941	- fixup unit test for infra cache, test lame merging.
8942	- porting to mingw, bind, listen, getsockopt and setsockopt error
8943	  handling.
8944
894524 June 2008: Wouter
8946	- removed testcode/checklocks from production code compilation path.
8947	- streamtcp can use UDP mode (connected UDP socket), for testing IPv6
8948	  on windows.
8949	- fwd_ancil test fails if platform support is lacking.
8950
895123 June 2008: Wouter
8952	- fixup minitpkg to cleanup on windows with its file locking troubles.
8953	- minitpkg shows skipped tests in report.
8954	- skip ipv6 tests on ipv4 only hosts (requires only ipv6 localhost not
8955	  ipv6 connectivity).
8956	- winsock event handler keeps track of sticky TCP events, that have
8957	  not been fully handled yet. when interest in the event(s) resumes,
8958	  they are sent again. When WOULDBLOCK is returned events are cleared.
8959	- skip tests that need signals when testing on mingw.
8960
896118 June 2008: Wouter
8962	- open testbound replay files in binary mode, because fseek/ftell
8963	  do not work in ascii-mode on windows. The b does nothing on unix.
8964	  unittest and testbound tests work on windows (xp too).
8965	- ioctlsocket prints nicer error message.
8966	- fixed up some TCP porting for winsock.
8967	- lack of IPv6 gives a warning, no fatal error.
8968	- use WSAGetLastError() on windows instead of errno for some errors.
8969
897017 June 2008: Wouter
8971	- outgoing num fds 32 by default on windows ; it supports less
8972	  fds for waiting on than unixes.
8973	- winsock_event minievent handler for windows. (you could also
8974	  attempt to link with libevent/libev ports for windows).
8975	- neater crypto check and gdi32 detection.
8976	- unbound.exe works to resolve and validate www.nlnetlabs.nl on vista.
8977
897816 June 2008: Wouter
8979	- on windows, use windows threads, mutex and thread-local-storage(Tls).
8980	- detect if openssl needs gdi32.
8981	- if no threading, THREADS_DISABLED is defined for use in the code.
8982	- sets USE_WINSOCK if using ws2_32 on windows.
8983	- wsa_strerror() function for more readable errors.
8984	- WSA Startup and Cleanup called in unbound.exe.
8985
898613 June 2008: Wouter
8987	- port mingw32, more signal ifdefs, detect sleep, usleep,
8988	  random, srandom (used inside the tests).
8989	- signed or unsigned FD_SET is cast.
8990
899110 June 2008: Wouter
8992	- fixup warnings compiling on eeepc xandros linux.
8993
89949 June 2008: Wouter
8995	- in iteration response type code
8996	  * first check for SOA record (negative answer) before NS record
8997	    and lameness.
8998	  * check if no AA bit for non-forwarder, and thus lame zone.
8999	    In response to error report by Richard Doty for mail.opusnet.com.
9000	- fixup unput warning from lexer on freeBSD.
9001	- bug#183. pidfile, rundir, and chroot configure options. Also the
9002	  example.conf and manual pages get the configured defaults.
9003	  You can use: (or accept the defaults to /usr/local/etc/unbound/)
9004	  --with-conf-file=filename
9005	  --with-pidfile=filename
9006	  --with-run-dir=path
9007	  --with-chroot-dir=path
9008
90098 June 2008: Wouter
9010	- if multiple CNAMEs, use the first one. Fixup akamai CNAME bug.
9011	  Reported by Robert Edmonds.
9012	- iana port updated.
9013
90144 June 2008: Wouter
9015	- updated libtool files with newer version.
9016	- iana portlist updated.
9017
90183 June 2008: Wouter
9019	- fixup local-zone: "30.172.in-addr.arpa." nodefault, so that the
9020	  trailing dot is not used during comparison.
9021
90222 June 2008: Wouter
9023	- Jelte fixed bugs in my absence
9024	  - bug 178: fixed unportable shell usage in configure (relied on
9025	    bash shell).
9026	  - bug 180: fixed buffer overflow in unbound-checkconf use of strncat.
9027	  - bug 181: fixed buffer overflow in ldns (called by unbound to parse
9028	    config file parts).
9029	- fixes by Wouter
9030	  - bug 177: fixed compilation failure on opensuse, the
9031	    --disable-static configure flag caused problems.  (Patch from
9032	    Klaus Singvogel)
9033	  - bug 179: same fix as 177.
9034	  - bug 185: --disable-shared not passed along to ldns included with
9035	    unbound. Fixed so that configure parameters are passed to the
9036	    subdir configure script.
9037	    fixed that ./libtool is used always, you can still override
9038	    manually with ./configure libtool=mylibtool or set $libtool in
9039	    the environment.
9040	- update of the ldns tarball to current ldns svn version (fix 181).
9041	- bug 184: -r option for unbound-host, read resolv.conf for
9042	  forwarder. (Note that forwarder must support DNSSEC for validation
9043	  to succeed).
9044
904523 May 2008: Wouter
9046	- mingw32 porting.
9047	  - test for sys/wait.h
9048	  - WSAEWOULDBLOCK test after nonblocking TCP connect.
9049	  - write_iov_buffer removed: unused and no struct iov on windows.
9050	  - signed/unsigned warning fixup mini_event.
9051	  - use ioctlsocket to set nonblocking I/O if fnctl is unavailable.
9052	  - skip signals that are not defined
9053	  - detect pwd.h.
9054	  - detect getpwnam, getrlimit, setsid, sbrk, chroot.
9055	  - default config has no chroot if chroot() unavailable.
9056	  - if no kill() then no pidfile is read or written.
9057	  - gmtime_r is replaced by nonthreadsafe alternative if unavail.
9058	    used in rrsig time validation errors.
9059
906022 May 2008: Wouter
9061	- contrib unbound.spec from Patrick Vande Walle.
9062	- fixup bug#175: call tzset before chroot to have correct timestamps
9063	  in system log.
9064	- do not generate lex input and lex unput functions.
9065	- mingw port. replacement functions labelled _unbound.
9066	- fix bug 174 - check for tcp_sigpipe that ldns-testns is installed.
9067
906819 May 2008: Wouter
9069	- fedora 9, check in6_pktinfo define in configure.
9070	- CREDITS fixup of history.
9071	- ignore ldns-1.2.2 if installed, use builtin 1.3.0-pre alternative.
9072
907316 May 2008: Wouter
9074	- fixup for MacOSX hosts file reading (reported by John Dickinson).
9075	- created 1.0.0 svn tag.
9076	- trunk version 1.0.1.
9077
907814 May 2008: Wouter
9079	- accepted patch from Ondrej Sury for library version libtool option.
9080	- configure --disable-rpath fixes up libtool for rpath trouble.
9081	  Adapted from debian package patch file.
9082
908313 May 2008: Wouter
9084	- Added root ipv6 addresses to builtin root hints.
9085	- TODO modified for post 1.0 plans.
9086	- trunk version set to 1.0.0.
9087	- no unnecessary linking with librt (only when libevent/libev used).
9088
90897 May 2008: Wouter
9090	- fixup no-ip4 problem with error callback in outside network.
9091
909225 April 2008: Wouter
9093	- DESTDIR is honored by the Makefile for rpms.
9094	- contrib files unbound.spec and unbound.init, builds working RPM
9095	  on FC7 Linux, a chrooted caching resolver, and libunbound.
9096	- iana ports update.
9097
909824 April 2008: Wouter
9099	- chroot checks improved. working directory relative to chroot.
9100	  checks if config file path is inside chroot. Documentation on it.
9101	- nicer example.conf text.
9102	- created 0.11 tag.
9103
910423 April 2008: Wouter
9105	- parseunbound.pl contrib update from Kai Storbeck for threads.
9106	- iana ports update
9107
910822 April 2008: Wouter
9109	- ignore SIGPIPE.
9110	- unit test for SIGPIPE ignore.
9111
911221 April 2008: Wouter
9113	- FEATURES document.
9114	- fixup reread of config file if it was given as a full path
9115	  and chroot was used.
9116
911716 April 2008: Wouter
9118	- requirements doc, updated clean query returns.
9119	- parseunbound.pl update from Kai Storbeck.
9120	- sunos4 porting changes.
9121
912215 April 2008: Wouter
9123	- fixup default rc.d pidfile location to /usr/local/etc.
9124	- iana ports updated.
9125	- copyright updated in ldns-testpkts to keep same as in ldns.
9126	- fixup checkconf chroot tests a bit more, chdir must be inside
9127	  chroot dir.
9128	- documented 'gcc: unrecognized -KPIC option' errors on Solaris.
9129	- example.conf values changed to /usr/local/etc/unbound
9130	- DSA test work.
9131	- DSA signatures: unbound is compatible with both encodings found.
9132	  It will detect and convert when necessary.
9133
913414 April 2008: Wouter
9135	- got update for parseunbound.pl statistics script from Kai Storbeck.
9136	- tpkg tests for udp wait list.
9137	- documented 0x20 status.
9138	- fixup chroot and checkconf, it is much smarter now.
9139	- fixup DSA EVP signature decoding. Solution that Jelte found copied.
9140	- and check first sig byte for the encoding type.
9141
914211 April 2008: Wouter
9143	- random port selection out of the configged ports.
9144	- fixup threadsafety for libevent-1.4.3+ (event_base_get_method).
9145	- removed base_port.
9146	- created 256-port ephemeral space for the OS, 59802 available.
9147	- fixup consistency of port_if out array during heavy use.
9148
914910 April 2008: Wouter
9150	- --with-libevent works with latest libevent 1.4.99-trunk.
9151	- added log file statistics perl script to contrib.
9152	- automatic iana ports update from makefile. 60058 available.
9153
91549 April 2008: Wouter
9155	- configure can detect libev(from its build directory) when passed
9156	  --with-libevent=/home/wouter/libev-3.2
9157	  libev-3.2 is a little faster than libevent-1.4.3-stable (about 5%).
9158	- unused commpoints not listed in epoll list.
9159	- statistics-cumulative option so that the values are not reset.
9160	- config creates array of available ports, 61841 available,
9161	  it excludes <1024 and iana assigned numbers.
9162	  config statements to modify the available port numbers.
9163
91648 April 2008: Wouter
9165	- unbound tries to set the ulimit fds when started as server.
9166	  if that does not work, it will scale back its requirements.
9167
916827 March 2008: Wouter
9169	- documented /dev/random symlink from chrootdir as FAQ entry.
9170
917126 March 2008: Wouter
9172	- implemented AD bit signaling. If a query sets AD bit (but not DO)
9173	  then the AD bit is set in the reply if the answer validated.
9174	  Without including DNSSEC signatures. Useful if you have a trusted
9175	  path from the client to the resolver. Follows dnssec-updates draft.
9176
917725 March 2008: Wouter
9178	- implemented check that for NXDOMAIN and NOERROR answers a query
9179	  section must be present in the reply (by the scrubber). And it must
9180	  be equal to the question sent, at least lowercase folded.
9181	  Previously this feature happened because the cache code refused
9182	  to store such messages. However blocking by the scrubber makes
9183	  sure nothing gets into the RRset cache. Also, this looks like a
9184	  timeout (instead of an allocation failure) and this retries are
9185	  done (which is useful in a spoofing situation).
9186	- RTT banding. Band size 400 msec, this makes band around zero (fast)
9187	  include unknown servers. This makes unbound explore unknown servers.
9188
91897 March 2008: Wouter
9190	- -C config feature for harvest program.
9191	- harvest handles CNAMEs too.
9192
91935 March 2008: Wouter
9194	- patch from Hugo Koji Kobayashi for iterator logs spelling.
9195
91964 March 2008: Wouter
9197	- From report by Jinmei Tatuya, rfc2181 trust value for remainder
9198	  of a cname trust chain is lower; not full answer_AA.
9199	- test for this fix.
9200	- default config file location is /usr/local/etc/unbound.
9201	  Thus prefix is used to determine the location. This is also the
9202	  chroot and pidfile default location.
9203
92043 March 2008: Wouter
9205	- Create 0.10 svn tag.
9206	- 0.11 version in trunk.
9207	- indentation nicer.
9208
920929 February 2008: Wouter
9210	- documentation update.
9211	- fixup port to Solaris of perf test tool.
9212	- updated ldns-tarball with decl-after-statement fixes.
9213
921428 February 2008: Wouter
9215	- fixed memory leaks in libunbound (during cancellation and wait).
9216	- libunbound returns the answer packet in full.
9217	- snprintf compat update.
9218	- harvest performs lookup.
9219	- ldns-tarball update with fix for ldns_dname_label.
9220	- installs to sbin by default.
9221	- install all manual pages (unbound-host and libunbound too).
9222
922327 February 2008: Wouter
9224	- option to use caps for id randomness.
9225	- config file option use-caps-for-id: yes
9226	- harvest debug tool
9227
922826 February 2008: Wouter
9229	- delay utility delays TCP as well. If the server that is forwarded
9230	  to has a TCP error, the delay utility closes the connection.
9231	- delay does REUSE_ADDR, and can handle a server that closes its end.
9232	- answers use casing from query.
9233
923425 February 2008: Wouter
9235	- delay utility works. Gets decent thoughput too (>20000).
9236
923722 February 2008: Wouter
9238	- +2% for recursions, if identical queries (except for destination
9239	  and query ID) in the reply list, avoid re-encoding the answer.
9240	- removed TODO items for optimizations that do not show up in
9241	  profile reports.
9242	- default is now minievent - not libevent. As its faster and
9243	  not needed for regular installs, only for very large port ranges.
9244	- loop check different speedup pkt-dname-reading, 1% faster for
9245	  nocache-recursion check.
9246	- less hashing during msg parse, 4% for recursion.
9247	- small speed fix for dname_count_size_labels, +1 or +2% recursion.
9248	- some speed results noted:
9249	  optimization resulted in +40% for recursion (cache miss) and
9250	  +70 to +80 for cache hits, and +96% for version.bind.
9251	  zone nsec3 example, 100 NXDOMAIN queries, NSD 35182.8 Ub 36048.4
9252	  www.nlnetlabs.nl from cache: BIND 8987.99 Ub 31218.3
9253	  www with DO bit set : BIND 8269.31 Ub 28735.6 qps.
9254	  So, unbound can be about equal qps to NSD in cache hits.
9255	  And about 3.4x faster than BIND in cache performance.
9256	- delay utility for testing.
9257
925821 February 2008: Wouter
9259	- speedup of root-delegation message encoding by 15%.
9260	- minor speedup of compress tree_lookup, maybe 1%.
9261	- speedup of dname_lab_cmp and memlowercmp - the top functions in
9262	  profiler output, maybe a couple percent when it matters.
9263
926420 February 2008: Wouter
9265	- setup speec_cache for need-ldns-testns in dotests.
9266	- check number of queued replies on incoming queries to avoid overload
9267	  on that account.
9268	- fptr whitelist checks are not disabled in optimize mode.
9269	- do-daemonize config file option.
9270	- minievent time share initializes time at start.
9271	- updated testdata for nsec3 new algorithm numbers (6, 7).
9272	- small performance test of packet encoding (root delegation).
9273
927419 February 2008: Wouter
9275	- applied patch to unbound-host man page from Jan-Piet Mens.
9276	- fix donotquery-localhost: yes default (it erroneously was switched
9277	  to default 'no').
9278	- time is only gotten once and the value is shared across unbound.
9279	- unittest cleans up crypto, so that it has no memory leaks.
9280	- mini_event shares the time value with unbound this results in
9281	  +3% speed for cache responses and +9% for recursions.
9282	- ldns tarball update with new NSEC3 sign code numbers.
9283	- perform several reads per UDP operation. This improves performance
9284	  in DoS conditions, and costs very little in normal conditions.
9285	  improves cache response +50%, and recursions +10%.
9286	- modified asynclook test. because the callback from async is not
9287	  in any sort of lock (and thus can use all library functions freely),
9288	  this causes a tiny race condition window when the last lock is
9289	  released for a callback and a new cancel() for that callback.
9290	  The only way to remove this is by putting callbacks into some
9291	  lock window. I'd rather have the small possibility of a callback
9292	  for a cancelled function then no use of library functions in
9293	  callbacks. Could be possible to only outlaw process(), wait(),
9294	  cancel() from callbacks, by adding another lock, but I'd rather not.
9295
929618 February 2008: Wouter
9297	- patch to unbound-host from Jan-Piet Mens.
9298	- unbound host prints errors if fails to configure context.
9299	- fixup perf to resend faster, so that long waiting requests do
9300	  not hold up the queue, they become lost packets or SERVFAILs,
9301	  or can be sent a little while later (i.e. processing time may
9302	  take long, but throughput has to be high).
9303	- fixup iterator operating in no cache conditions (RD flag unset
9304	  after a CNAME).
9305	- streamlined code for RD flag setting.
9306	- profiled code and changed dname compares to be faster.
9307	  The speedup is about +3% to +8% (depending on the test).
9308	- minievent tests for eintr and eagain.
9309
931015 February 2008: Wouter
9311	- added FreeBSD rc.d script to contrib.
9312	- --prefix option for configure also changes directory: pidfile:
9313	  and chroot: defaults in config file.
9314	- added cache speed test, for cache size OK and cache too small.
9315
931614 February 2008: Wouter
9317	- start without a config file (will complain, but start with
9318	  defaults).
9319	- perf test program works.
9320
932113 February 2008: Wouter
9322	- 0.9 released.
9323	- 1.0 development. Printout ldns version on unbound -h.
9324	- start of perf tool.
9325	- bugfix to read empty lines from /etc/hosts.
9326
932712 February 2008: Wouter
9328	- fixup problem with configure calling itself if ldns-src tarball
9329	  is not present.
9330
933111 February 2008: Wouter
9332	- changed library to use ub_ instead of ub_val_ as prefix.
9333	- statistics output text nice.
9334	- etc/hosts handling.
9335	- library function to put logging to a stream.
9336	- set any option interface.
9337
93388 February 2008: Wouter
9339	- test program for multiple queries over a TCP channel.
9340	- tpkg test for stream tcp queries.
9341	- unbound replies to multiple TCP queries on a TCP channel.
9342	- fixup misclassification of root referral with NS in answer
9343	  when validating a nonrec query.
9344	- tag 0.9
9345	- layout of manpages, spelling fix in header, manpages process by
9346	  makedist, list asynclook and tcpstream tests as ldns-testns
9347	  required.
9348
93497 February 2008: Wouter
9350	- moved up all current level 2 to be level 3. And 3 to 4.
9351	  to make room for new debug level 2 for detailed information
9352	  for operators.
9353	- verbosity level 2. Describes recursion and validation.
9354	- cleaner configure script and fixes for libevent solaris.
9355	- signedness for log output memory sizes in high verbosity.
9356
93576 February 2008: Wouter
9358	- clearer explanation of threading configure options.
9359	- fixup asynclook test for nothreading (it creates only one process
9360	  to do the extended test).
9361	- changed name of ub_val_result_free to ub_val_resolve_free.
9362	- removes warning message during library linking, renamed
9363	  libunbound/unbound.c -> libunbound.c and worker to libworker.
9364	- fallback without EDNS if result is NOTIMPL as well as on FORMERR.
9365
93665 February 2008: Wouter
9367	- statistics-interval: seconds option added.
9368	- test for statistics option
9369	- ignore errors making directories, these can occur in parallel builds
9370	- fixup Makefile strip command and libunbound docs typo.
9371
937231 January 2008: Wouter
9373	- bg thread/process reads and writes the pipe nonblocking all the time
9374	  so that even if the pipe is buffered or so, the bg thread does not
9375	  block, and services both pipes and queries.
9376
937730 January 2008: Wouter
9378	- check trailing / on chrootdir in checkconf.
9379	- check if root hints and anchor files are in chrootdir.
9380	- no route to host tcp error is verbosity level 2.
9381	- removed unused send_reply_iov. and its configure check.
9382	- added prints of 'remote address is 1.2.3.4 port 53' to errors
9383	  from netevent; the basic socket errors.
9384
938528 January 2008: Wouter
9386	- fixup uninit use of buffer by libunbound (query id, flags) for
9387	  local_zone answers.
9388	- fixup uninit warning from random.c; also seems to fix sporadic
9389	  sigFPE coming out of openssl.
9390	- made openssl entropy warning more silent for library use. Needs
9391	  verbosity 1 now.
9392	- fixup forgotten locks for rbtree_searches on ctx->query tree.
9393	- random generator cleanup - RND_STATE_SIZE removed, and instead
9394	  a super-rnd can be passed at init to chain init random states.
9395	- test also does lock checks if available.
9396	- protect config access in libworker_setup().
9397	- libevent doesn't like comm_base_exit outside of runloop.
9398	- close fds after removing commpoints only (for epoll, kqueue).
9399
940025 January 2008: Wouter
9401	- added tpkg for asynclook and library use.
9402	- allows localhost to be queried when as a library.
9403	- fixup race condition between cancel and answer (in case of
9404	  really fast answers that beat the cancel).
9405	- please doxygen, put doxygen comment in one place.
9406	- asynclook -b blocking mode and test.
9407	- refactor asynclook, nicer code.
9408	- fixup race problems from opensll in rand init from library, with
9409	  a mutex around the rand init.
9410	- fix pass async_id=NULL to _async resolve().
9411	- rewrote _wait() routine, so that it is threadsafe.
9412	- cancelation is threadsafe.
9413	- asynclook extended test in tpkg.
9414	- fixed two races where forked bg process waits for (somehow shared?)
9415	  locks, so does not service the query pipe on the bg side.
9416	  Now those locks are only held for fg_threads and for bg_as_a_thread.
9417
941824 January 2008: Wouter
9419	- tested the cancel() function.
9420	- asynclook -c (cancel) feature.
9421	- fix fail to allocate context actions.
9422	- make pipe nonblocking at start.
9423	- update plane for retry mode with caution to limit bandwidth.
9424	- fix Makefile for concurrent make of unbound-host.
9425	- renamed ub_val_ctx_wait/poll/process/fd to ub_val*.
9426	- new calls to set forwarding added to header and docs.
9427
942823 January 2008: Wouter
9429	- removed debug prints from if-auto, verb-algo enables some.
9430	- libunbound QUIT setup, remove memory leaks, when using threads
9431	  will share memory for passing results instead of writing it over
9432	  the pipe, only writes ID number over the pipe (towards the handler
9433	  thread that does process() ).
9434
943522 January 2008: Wouter
9436	- library code for async in libunbound/unbound.c.
9437	- fix link testbound.
9438	- fixup exit bug in mini_event.
9439	- background worker query enter and result functions.
9440	- bg query test application asynclook, it looks up multiple
9441	  hostaddresses (A records) at the same time.
9442
944321 January 2008: Wouter
9444	- libworker work, netevent raw commpoints, write_msg, serialize.
9445
944618 January 2008: Wouter
9447	- touch up of manpage for libunbound.
9448	- support for IP_RECVDSTADDR (for *BSD ip4).
9449	- fix for BSD, do not use ip4to6 mapping, make two sockets, once
9450	  ip6 and once ip4, uses socket options.
9451	- goodbye ip4to6 mapping.
9452	- update ldns-testpkts with latest version from ldns-trunk.
9453	- updated makedist for relative ldns pathnames.
9454	- library API with more information inside the result structure.
9455	- work on background resolves.
9456
945717 January 2008: Wouter
9458	- fixup configure in case -lldns is installed.
9459	- fixup a couple of doxygen warnings, about enum variables.
9460	- interface-automatic now copies the interface address from the
9461	  PKT_INFO structure as well.
9462	- manual page with library API, all on one page 'man libunbound'.
9463	- rewrite of PKTINFO structure, it also captures IP4 PKTINFO.
9464
946516 January 2008: Wouter
9466	- incoming queries to the server with TC bit on are replied FORMERR.
9467	- interface-automatic replied the wrong source address on localhost
9468	  queries. Seems to be due to ifnum=0 in recvmsg PKTINFO. Trying
9469	  to use ifnum=-1 to mean 'no interface, use kernel route'.
9470
947115 January 2008: Wouter
9472	- interface-automatic feature. experimental. Nice for anycast.
9473	- tpkg test for ip6 ancillary data.
9474	- removed debug prints.
9475	- porting experience, define for Solaris, test refined for BSD
9476	  compatibility. The feature probably will not work on OpenBSD.
9477	- makedist fixup for ldns-src in build-dir.
9478
947914 January 2008: Wouter
9480	- in no debug sets NDEBUG to remove asserts.
9481	- configure --enable-debug is needed for dependency generation
9482	  for assertions and for compiler warnings.
9483	- ldns.tgz updated with ldns-trunk (where buffer.h is updated).
9484	- fix lint, unit test in optimize mode.
9485	- default access control allows ::ffff:127.0.0.1 v6mapped localhost.
9486
948711 January 2008: Wouter
9488	- man page, warning removed.
9489	- added text describing the use of stub zones for private zones.
9490	- checkconf tests for bad hostnames (IP address), and for doubled
9491	  interface lines.
9492	- memory sizes can be given with 'k', 'Kb', or M or G appended.
9493
949410 January 2008: Wouter
9495	- typo in example.conf.
9496	- made using ldns-src that is included the package more portable
9497	  by linking with .lo instead of .o files in the ldns package.
9498	- nicer do-ip6: yes/no documentation.
9499	- nicer linking of libevent .o files.
9500	- man pages render correctly on solaris.
9501
95029 January 2008: Wouter
9503	- fixup openssl RAND problem, when the system is not configured to
9504	  give entropy, and the rng needs to be seeded.
9505
95068 January 2008: Wouter
9507	- print median and quartiles with extensive logging.
9508
95094 January 2008: Wouter
9510	- document misconfiguration in private network.
9511
95122 January 2008: Wouter
9513	- fixup typo in requirements.
9514	- document that 'refused' is a better choice than 'drop' for
9515	  the access control list, as refused will stop retries.
9516
95177 December 2007: Wouter
9518	- unbound-host has a -d option to show what happens. This can help
9519	  with debugging (why do I get this answer).
9520	- fixup CNAME handling, on nodata, sets and display canonname.
9521	- dot removed from CNAME display.
9522	- respect -v for NXDOMAINs.
9523	- updated ldns-src.tar.gz with ldns-trunk today (1.2.2 fixes).
9524	- size_t to int for portability of the header file.
9525	- fixup bogus handling.
9526	- dependencies and lint for unbound-host.
9527
95286 December 2007: Wouter
9529	- library resolution works in foreground mode, unbound-host app
9530	  receives data.
9531	- unbound-host prints rdata using ldns.
9532	- unbound-host accepts trust anchors, and prints validation
9533	  information when you give -v.
9534
95355 December 2007: Wouter
9536	- locking in context_new() inside the function.
9537	- setup of libworker.
9538
95394 December 2007: Wouter
9540	- minor Makefile fixup.
9541	- moved module-stack code out of daemon/daemon into services/modstack,
9542	  preparing for code-reuse.
9543	- move context into own header file.
9544	- context query structure.
9545	- removed unused variable pwd from checkconf.
9546	- removed unused assignment from outside netw.
9547	- check timeval length of string.
9548	- fixup error in val_utils getsigner.
9549	- fixup same (*var) error in netblocktostr.
9550	- fixup memleak on parse error in localzone.
9551	- fixup memleak on packet parse error.
9552	- put ; after union in parser.y.
9553	- small hardening in iter_operate against iq==NULL.
9554	- hardening, if error reply with rcode=0 (noerror) send servfail.
9555	- fixup same (*var) error in find_rrset in msgparse, was harmless.
9556	- check return value of evtimer_add().
9557	- fixup lockorder in lruhash_reclaim(), building up a list of locked
9558	  entries one at a time. Instead they are removed and unlocked.
9559	- fptr_wlist for markdelfunc.
9560	- removed is_locked param from lruhash delkeyfunc.
9561	- moved bin_unlock during bin_split purely to please.
9562
95633 December 2007: Wouter
9564	- changed checkconf/ to smallapp/ to make room for more support tools.
9565	  (such as unbound-host).
9566	- install dirs created with -m 755 because they need to be accessible.
9567	- library extensive featurelist added to TODO.
9568	- please doxygen, lint.
9569	- library test application, with basic functionality.
9570	- fix for building in a subdirectory.
9571	- link lib fix for Leopard.
9572
957330 November 2007: Wouter
9574	- makefile that creates libunbound.la, basic file or libunbound.a
9575	  when creating static executables (no libtool).
9576	- more API setup.
9577
957829 November 2007: Wouter
9579	- 0.9 public API start.
9580
958128 November 2007: Wouter
9582	- Changeup plan for 0.8 - no complication needed, a simple solution
9583	  has been chosen for authoritative features.
9584	- you can use single quotes in the config file, so it is possible
9585	  to specify TXT records in local data.
9586	- fixup small memory problem in implicit transparent zone creation.
9587	- test for implicit zone creation and multiple RR RRsets local data.
9588	- local-zone nodefault test.
9589	- show testbound testlist on commit.
9590	- iterator normalizer changes CNAME chains ending in NXDOMAIN where
9591	  the packet got rcode NXDOMAIN into rcode NOERROR. (since the initial
9592	  domain exists).
9593	- nicer verbosity: 0 and 1 levels.
9594	- lower nonRDquery chance of eliciting wrongly typed validation
9595	  requiring message from the cache.
9596	- fix for nonRDquery validation typing; nodata is detected when
9597	  SOA record in auth section (all validation-requiring nodata messages
9598	  have a SOA record in authority, so this is OK for the validator),
9599	  and NS record is needed to be a referral.
9600	- duplicate checking when adding NSECs for a CNAME, and test.
9601	- created svn tag 0.8, after completing testbed tests.
9602
960327 November 2007: Wouter
9604	- per suggestion in rfc2308, replaced default max-ttl value with 1 day.
9605	- set size of msgparse lookup table to 32, from 1024, so that its size
9606	  is below the 2048 regional large size threshold, and does not cause
9607	  a call to malloc when a message is parsed.
9608	- update of memstats tool to print number of allocation calls.
9609	  This is what is taking time (not space) and indicates the avg size
9610	  of the allocations as well. region_alloc stat is removed.
9611
961222 November 2007: Wouter
9613	- noted EDNS in-the-middle dropping trouble as a TODO.
9614	  At this point theoretical, no user trouble has been reported.
9615	- added all default AS112 zones.
9616	- answers from local zone content.
9617		* positive answer, the rrset in question
9618		* nodata answer (exist, but not that type).
9619		* nxdomain answer (domain does not exist).
9620		* empty-nonterminal answer.
9621		* But not: wildcard, nsec, referral, rrsig, cname/dname,
9622			or additional section processing, NS put in auth.
9623	- test for correct working of static and transparent and couple
9624	  of important defaults (localhost, as112, reverses).
9625	  Also checks deny and refuse settings.
9626	- fixup implicit zone generation and AA bit for NXDOMAIN on localdata.
9627
962821 November 2007: Wouter
9629	- local zone internal data setup.
9630
963120 November 2007: Wouter
9632	- 0.8 - str2list config support for double string config options.
9633	- local-zone and local-data options, config storage and documentation.
9634
963519 November 2007: Wouter
9636	- do not downcase NSEC and RRSIG for verification. Follows
9637	  draft-ietf-dnsext-dnssec-bis-updates-06.txt.
9638	- fixup leaking unbound daemons at end of tests.
9639	- README file updated.
9640	- nice libevent not found error.
9641	- README talks about gnu make.
9642	- 0.8: unit test for addr_mask and fixups for it.
9643	  and unit test for addr_in_common().
9644	- 0.8: access-control config file element.
9645	  and unit test rpl replay file.
9646	- 0.8: fixup address reporting from netevent.
9647
964816 November 2007: Wouter
9649	- privilege separation is not needed in unbound at this time.
9650	  TODO item marked as such.
9651	- created beta-0.7 branch for support.
9652	- tagged 0.7 for beta release.
9653	- moved trunk to 0.8 for 0.8(auth features) development.
9654	- 0.8: access control list setup.
9655
965615 November 2007: Wouter
9657	- review fixups from Jelte.
9658
965914 November 2007: Wouter
9660	- testbed script does not recreate configure, since its in svn now.
9661	- fixup checkconf test so that it does not test
9662	  /etc/unbound/unbound.conf.
9663	- tag 0.6.
9664
966513 November 2007: Wouter
9666	- remove debug print.
9667	- fixup testbound exit when LIBEVENT_SIGNAL_PROBLEM exists.
9668
966912 November 2007: Wouter
9670	- fixup signal handling where SIGTERM could be ignored if a SIGHUP
9671	  arrives later on.
9672	- bugreports to unbound-bugs@nlnetlabs.nl
9673	- fixup testbound so it exits cleanly.
9674	- cleanup the caches on a reload, so that rrsetID numbers won't clash.
9675
96769 November 2007: Wouter
9677	- took ldns snapshot in repo.
9678	- default config file is /etc/unbound/unbound.conf.
9679	  If it doesn't exist, it is installed with the doc/example.conf file.
9680	  The file is not deleted on uninstall.
9681	- default listening is not all, but localhost interfaces.
9682
96838 November 2007: Wouter
9684	- Fixup chroot and drop user privileges.
9685	- new L root ip address in default hints.
9686
96871 November 2007: Wouter
9688	- Fixup of crash on reload, due to anchors in env not NULLed after
9689	  dealloc during deinit.
9690	- Fixup of chroot call. Happens after privileges are dropped, so
9691	  that checking the passwd entry still works.
9692	- minor touch up of clear() hashtable function.
9693	- VERB_DETAIL prints out what chdir, username, chroot is being done.
9694	- when id numbers run out, caches are cleared, as in design notes.
9695	  Tested with a mock setup with very few bits in id, it worked.
9696	- harden-dnssec-stripped: yes is now default. It insists on dnssec
9697	  data for trust anchors. Included tests for the feature.
9698
969931 October 2007: Wouter
9700	- cache-max-ttl config option.
9701	- building outside sourcedir works again.
9702	- defaults more secure:
9703		username: "unbound"
9704		chroot: "/etc/unbound"
9705	  The operator can override them to be less secure ("") if necessary.
9706	- fix horrible oversight in sorting rrset references in a message,
9707	  sort per reference key pointer, not on referencepointer itself.
9708	- pidfile: "/etc/unbound/unbound.pid" is now the default.
9709	- tests changed to reflect the updated default.
9710	- created hashtable clear() function that respects locks.
9711
971230 October 2007: Wouter
9713	- fixup assertion failure that relied on compressed names to be
9714	  smaller than uncompressed names. A packet from comrite.com was seen
9715	  to be compressed to a larger size. Added it as unit test.
9716	- quieter logging at low verbosity level for common tcp messages.
9717	- no greedy TTL update.
9718
971923 October 2007: Wouter
9720	- fixup (grand-)parent problem for dnssec-lameness detection.
9721	- fixup tests to do additional section processing for lame replies,
9722	  since the detection needs that.
9723	- no longer trust in query section in reply during dnssec lame detect.
9724	- dnssec lameness does not make the server never ever queried, but
9725	  non-preferred. If no other servers exist or answer, the dnssec lame
9726	  server is used; the fastest dnssec lame server is chosen.
9727	- added test then when trust anchor cannot be primed (nodata), the
9728	  insecure mode from unbound works.
9729	- Fixup max queries per thread, any more are dropped.
9730
973122 October 2007: Wouter
9732	- added donotquerylocalhost config option. Can be turned off for
9733	  out test cases.
9734	- ISO C compat changes.
9735	- detect RA-no-AA lameness, as LAME.
9736	- DNSSEC-lameness detection, as LAME.
9737	  See notes in requirements.txt for choices made.
9738	- tests for lameness detection.
9739	- added all to make test target; need unbound for fwd tests.
9740	- testbound does not pollute /etc/unbound.
9741
974219 October 2007: Wouter
9743	- added configure (and its files) to svn, so that the trunk is easier
9744	  to use. ./configure, config.guess, config.sub, ltmain.sh,
9745	  and config.h.in.
9746	- added yacc/lex generated files, util/configlexer.c,
9747	  util/configparser.c util/configparser.h, to svn.
9748	- without lex no attempt to use it.
9749	- unsecure response validation collated into one block.
9750	- remove warning about const cast of cfgfile name.
9751	- outgoing-interfaces can be different from service interfaces.
9752	- ldns-src configure is done during unbound configure and
9753	  ldns-src make is done during unbound make, and so inherits the
9754	  make arguments from the unbound make invocation.
9755	- nicer error when libevent problem causes instant exit on signal.
9756	- read root hints from a root hint file (like BIND does).
9757
975818 October 2007: Wouter
9759	- addresses are logged with errors.
9760	- fixup testcode fake event to remove pending before callback
9761	  since the callback may create new pending items.
9762	- tests updated because retries are now in iterator module.
9763	- ldns-testpkts code is checked for differences between unbound
9764	  and ldns by makedist.sh.
9765	- ldns trunk from today added in svn repo for fallback in case
9766	  no ldns is installed on the system.
9767	  make download_ldns refreshes the tarball with ldns svn trunk.
9768	- ldns-src.tar.gz is used if no ldns is found on the system, and
9769	  statically linked into unbound.
9770	- start of regional allocator code.
9771	- regional uses less memory and variables, simplified code.
9772	- remove of region-allocator.
9773	- alloc cache keeps a cache of recently released regional blocks,
9774	  up to a maximum.
9775	- make unit test cleanly free memory.
9776
977717 October 2007: Wouter
9778	- fixup another cycle detect and ns-addr timeout resolution bug.
9779	  This time by refusing delegations from the cache without addresses
9780	  when resolving a mandatory-glue nameserver-address for that zone.
9781	  We're going to have to ask a TLD server anyway; might as well be
9782	  the TLD server for this name. And this resolves a lot of cases where
9783	  the other nameserver names lead to cycles or are not available.
9784	- changed random generator from random(3) clone to arc4random wrapped
9785	  for thread safety. The random generator is initialised with
9786	  entropy from the system.
9787	- fix crash where failure to prime DNSKEY tried to print null pointer
9788	  in the log message.
9789	- removed some debug prints, only verb_algo (4) enables them.
9790	- fixup test; new random generator took new paths; such as one
9791	  where no scripted answer was available.
9792	- mark insecure RRs as insecure.
9793	- fixup removal of nonsecure items from the additional.
9794	- reduced timeout values to more realistic, 376 msec (262 msec has
9795	  90% of roundtrip times, 512 msec has 99% of roundtrip times.)
9796	- server selection failover to next server after timeout (376 msec).
9797
979816 October 2007: Wouter
9799	- no malloc in log_hex.
9800	- assertions around system calls.
9801	- protect against gethostname without ending zero.
9802	- ntop output is null terminated by unbound.
9803	- pidfile content null termination
9804	- various snprintf use sizeof(stringbuf) instead of fixed constant.
9805	- changed loopdetect % 8 with & 0x7 since % can become negative for
9806	  weird negative input and particular interpretation of integer math.
9807	- dname_pkt_copy checks length of result, to protect result buffers.
9808	  prints an error, this should not happen. Bad strings should have
9809	  been rejected earlier in the program.
9810	- remove a size_t underflow from msgreply size func.
9811
981215 October 2007: Wouter
9813	- nicer warning.
9814	- fix IP6 TCP, wrong definition check. With test package.
9815	- fixup the fact that the query section was not compressed to,
9816	  the code was there but was called by value instead of by reference.
9817	  And test for the case, uses xxd and nc.
9818	- more portable ip6 check for sockaddr types.
9819
98208 October 2007: Wouter
9821	- --disable-rpath option in configure for 64bit systems with
9822	  several dynamic lib dirs.
9823
98247 October 2007: Wouter
9825	- fixup tests for no AD bit in non-DO queries.
9826	- test that makes sure AD bit is not set on non-DO query.
9827
98286 October 2007: Wouter
9829	- removed logfile open early. It did not have the proper permissions;
9830	  it was opened as root instead of the user. And we cannot change user
9831	  id yet, since chroot and bind ports need to be done.
9832	- callback checks for event callbacks done from mini_event. Because
9833	  of deletions cannot do this from netevent. This means when using
9834	  libevent the protection does not work on event-callbacks.
9835	- fixup too small reply (did not zero counts).
9836	- fixup reply no longer AD bit when query without DO bit.
9837
98385 October 2007: Wouter
9839	- function pointer whitelist.
9840
98414 October 2007: Wouter
9842	- overwrite sensitive random seed value after use.
9843	- switch to logfile very soon if not -d (console attached).
9844	- error messages do not reveal the trustanchor contents.
9845	- start work on function pointer whitelists.
9846
98473 October 2007: Wouter
9848	- fix for multiple empty nonterminals, after multiple DSes in the
9849	  chain of trust.
9850	- mesh checks if modules are looping, and stops them.
9851	- refetch with CNAMEd nameserver address regression test added.
9852	- fixup line count bug in testcode, so testbound prints correct line
9853	  number with parse errors.
9854	- unit test for multiple ENT case.
9855	- fix for cname out of validated unsec zone.
9856	- fixup nasty id=0 reuse. Also added assertions to detect its
9857	  return (the assertion catches in the existing test cases).
9858
98591 October 2007: Wouter
9860	- skip F77, CXX, objC tests in configure step.
9861	- fixup crash in refetch glue after a CNAME.
9862	  and protection against similar failures (with error print).
9863
986428 September 2007: Wouter
9865	- test case for unbound-checkconf, fixed so it also checks the
9866	  interface: statements.
9867
986826 September 2007: Wouter
9869	- SIGHUP will reopen the log file.
9870	- Option to log to syslog.
9871	- please lint, fixup tests (that went to syslog on open, oops).
9872	- config check program.
9873
987425 September 2007: Wouter
9875	- tests for NSEC3. Fixup bitmap checks for NSEC3.
9876	- positive ANY response needs to check if wildcard expansion, and
9877	  check that original data did not exist.
9878	- tests for NSEC3 that wrong use of OPTOUT is bad. For insecure
9879	  delegation, for abuse of child zone apex nsec3.
9880	- create 0.5 release tag.
9881
988224 September 2007: Wouter
9883	- do not make test programs by default.
9884	- But 'make test' will perform all of the tests.
9885	- Advertise builtin select libevent alternative when no libevent
9886	  is found.
9887	- signit can generate NSEC3 hashes, for generating tests.
9888	- multiple nsec3 parameters in message test.
9889	- too high nsec3 iterations becomes insecure test.
9890
989121 September 2007: Wouter
9892	- fixup empty_DS_name allocated in wrong region (port DEC Alpha).
9893	- fixup testcode lock safety (port FreeBSD).
9894	- removes subscript has type char warnings (port Solaris 9).
9895	- fixup of field with format type to int (port MacOS/X intel).
9896	- added test for infinite loop case in nonRD answer validation.
9897	  It was a more general problem, but hard to reproduce. When an
9898	  unsigned rrset is being validated and the key fetched, the DS
9899	  sequence is followed, but if the final name has no DS, then no
9900	  proof is possible - the signature has been stripped off.
9901
990220 September 2007: Wouter
9903	- fixup and test for NSEC wildcard with empty nonterminals.
9904	- makedist.sh fixup for svn info.
9905	- acl features request in plan.
9906	- improved DS empty nonterminal handling.
9907	- compat with ANS nxdomain for empty nonterminals. Attempts the nodata
9908	  proof anyway, which succeeds in ANS failure case.
9909	- striplab protection in case it becomes -1.
9910	- plans for static and blacklist config.
9911
991219 September 2007: Wouter
9913	- comments about non-packed usage.
9914	- plan for overload support in 0.6.
9915	- added testbound tests for a failed resolution from the logs
9916	  and for failed prime when missing glue.
9917	- fixup so useless delegation points are not returned from the
9918	  cache. Also the safety belt is used if priming fails to complete.
9919	- fixup NSEC rdata not to be lowercased, bind compat.
9920
992118 September 2007: Wouter
9922	- wildcard nsec3 testcases, and fixup to get correct wildcard name.
9923	- validator prints subtype classification for debug.
9924
992517 September 2007: Wouter
9926	- NSEC3 hash cache unit test.
9927	- validator nsec3 nameerror test.
9928
992914 September 2007: Wouter
9930	- nsec3 nodata proof, nods proof, wildcard proof.
9931	- nsec3 support for cname chain ending in noerror or nodata.
9932	- validator calls nsec3 proof routines if no NSECs prove anything.
9933	- fixup iterator bug where it stored the answer to a cname under
9934	  the wrong qname into the cache. When prepending the cnames, the
9935	  qname has to be reset to the original qname.
9936
993713 September 2007: Wouter
9938	- nsec3 find matching and covering, ce proof, prove namerror msg.
9939
994012 September 2007: Wouter
9941	- fixup of manual page warnings, like for NSD bugreport.
9942	- nsec3 work, config, max iterations, filter, and hash cache.
9943
99446 September 2007: Wouter
9945	- fixup to find libevent on mac port install.
9946	- fixup size_t vs unsigned portability in validator/sigcrypt.
9947	- please compiler on different platforms, for unreachable code.
9948	- val_nsec3 file.
9949	- pthread_rwlock type is optional, in case of old pthread libs.
9950
99515 September 2007: Wouter
9952	- cname, name error validator tests.
9953	- logging of qtype ANY works.
9954	- ANY type answers get RRSIG in answer section of replies (but not
9955	  in other sections, unless DO bit is on).
9956	- testbound can replay a TCP query (set MATCH TCP in the QUERY).
9957	- DS and noDS referral validation test.
9958	- if you configure many trust anchors, parent trust anchors can
9959	  securely deny existence of child trust anchors, if validated.
9960	- not all *.name NSECs are present because a wildcard was matched,
9961	  and *.name NSECs can prove nodata for empty nonterminals.
9962	  Also, for wildcard name NSECs, check they are not from the parent
9963	  zone (for wildcarded zone cuts), and check absence of CNAME bit,
9964	  for a nodata proof.
9965	- configure option for memory allocation debugging.
9966	- port configure option for memory allocation to solaris10.
9967
99684 September 2007: Wouter
9969	- fixup of Leakage warning when serviced queries processed multiple
9970	  callbacks for the same query from the same server.
9971	- testbound removes config file from /tmp on failed exit.
9972	- fixup for referral cleanup of the additional section.
9973	- tests for cname, referral validation.
9974	- neater testbound tpkg output.
9975	- DNAMEs no longer match their apex when synthesized from the cache.
9976	- find correct signer name for DNAME responses.
9977	- wildcarded DNAME test and fixup code to detect.
9978	- prepend NSEC and NSEC3 rrsets in the iterator while chasing CNAMEs.
9979	  So that wildcarded CNAMEs get their NSEC with them to the answer.
9980	- test for a CNAME to a DNAME to a CNAME to an answer, all from
9981	  different domains, for key fetching and signature checking of
9982	  CNAME'd messages.
9983
99843 September 2007: Wouter
9985	- Fixed error in iterator that would cause assertion failure in
9986	  validator. CNAME to a NXDOMAIN response was collated into a response
9987	  with both a CNAME and the NXDOMAIN rcode. Added a test that the
9988	  rcode is changed to NOERROR (because of the CNAME).
9989	- timeout on tcp does not lead to spurious leakage detect.
9990	- account memory for name of lame zones, so that memory leakages does
9991	  not show lame cache growth as a leakage growth.
9992	- config setting for lameness cache expressed in bytes, instead of
9993	  number of entries.
9994	- tool too summarize allocations per code line.
9995
999631 August 2007: Wouter
9997	- can read bind trusted-keys { ... }; files, in a compatibility mode.
9998	- iterator should not detach target queries that it still could need.
9999	  the protection against multiple outstanding queries is moved to a
10000	  current_query num check.
10001	- validator nodata, positive, referral tests.
10002	- dname print can print '*' wildcard.
10003
1000430 August 2007: Wouter
10005	- fixup override date config option.
10006	- config options to control memory usage.
10007	- caught bad free of un-alloced data in worker_send error case.
10008	- memory accounting for key cache (trust anchors and temporary cache).
10009	- memory accounting fixup for outside network tcp pending waits.
10010	- memory accounting fixup for outside network tcp callbacks.
10011	- memory accounting for iterator fixed storage.
10012	- key cache size and slabs config options.
10013	- lib crypto cleanups at exit.
10014
1001529 August 2007: Wouter
10016	- test tool to sign rrsets for testing validator with.
10017	- added RSA and DSA test keys, public and private pairs, 512 bits.
10018	- default configuration is with validation enabled.
10019	  Only a trust-anchor needs to be configured for DNSSEC to work.
10020	- do not convert to DER for DSA signature verification.
10021	- validator replay test file, for a DS to DNSKEY DSA key prime and
10022	  positive response.
10023
1002428 August 2007: Wouter
10025	- removed double use for udp buffers, that could fail,
10026	  instead performs a malloc to do the backup.
10027	- validator validates referral messages, by validating all the rrsets
10028	  and stores the rrsets in the cache. Further referral (nonRD queries)
10029	  replies are made from the rrset cache directly. Unless unchecked
10030	  rrsets are encountered, there are then validated.
10031	- enforce that signing is done by a parent domain (or same domain).
10032	- adjust TTL downwards if rrset TTL bigger than signature allows.
10033	- permissive mode feature, sets AD bit for secure, but bogus does
10034	  not give servfail (bogus is changed into indeterminate).
10035	- optimization of rrset verification. rr canonical sorting is reused,
10036	  for the same rrset. canonical rrset image in buffer is reused for
10037	  the same signature.
10038	- if the rrset is too big (64k exactly + large owner name) the
10039	  canonicalization routine will fail if it does not fit in buffer.
10040	- faster verification for large sigsets.
10041	- verb_detail mode reports validation failures, but not the entire
10042	  algorithm for validation. Key prime failures are reported as
10043	  verb_ops level.
10044
1004527 August 2007: Wouter
10046	- do not garble the edns if a cache answer fails.
10047	- answer norecursive from cache if possible.
10048	- honor clean_additional setting when returning secure non-recursive
10049	  referrals.
10050	- do not store referral in msg cache for nonRD queries.
10051	- store verification status in the rrset cache to speed up future
10052	  verification.
10053	- mark rrsets indeterminate and insecure if they are found to be so.
10054	  and store this in the cache.
10055
1005624 August 2007: Wouter
10057	- message is bogus if unsecure authority rrsets are present.
10058	- val-clean-additional option, so you can turn it off.
10059	- move rrset verification out of the specific proof types into one
10060	  routine. This makes the proof routines prettier.
10061	- fixup cname handling in validator, cname-to-positive and cname-to-
10062	  nodata work.
10063	- Do not synthesize DNSKEY and DS responses from the rrset cache if
10064	  the rrset is from the additional section. Signatures may have
10065	  fallen off the packet, and cause validation failure.
10066	- more verbose signature date errors (with the date attached).
10067	- increased default infrastructure cache size. It is important for
10068	  performance, and 1000 entries are only 212k (or a 400 k total cache
10069	  size). To 10000 entries (for 2M entries, 4M cache size).
10070
1007123 August 2007: Wouter
10072	- CNAME handling - move needs_validation to before val_new().
10073	  val_new() setups the chase-reply to be an edited copy of the msg.
10074	  new classification, and find signer can find for it.
10075	  removal of unsigned crap from additional, and query restart for
10076	  cname.
10077	- refuse to follow wildcarded DNAMEs when validating.
10078	  But you can query for qtype ANY, or qtype DNAME and validate that.
10079
1008022 August 2007: Wouter
10081	- bogus TTL.
10082	- review - use val_error().
10083
1008421 August 2007: Wouter
10085	- ANY response validation.
10086	- store security status in cache.
10087	- check cache security status and either send the query to be
10088	  validated, return the query to client, or send servfail to client.
10089	  Sets AD bit on validated replies.
10090	- do not examine security status on an error reply in mesh_done.
10091	- construct DS, DNSKEY messages from rrset cache.
10092	- manual page entry for override-date.
10093
1009420 August 2007: Wouter
10095	- validate and positive validation, positive wildcard NSEC validation.
10096	- nodata validation, nxdomain validation.
10097
1009818 August 2007: Wouter
10099	- process DNSKEY response in FINDKEY state.
10100
1010117 August 2007: Wouter
10102	- work on DS2KE routine.
10103	- val_nsec.c for validator NSEC proofs.
10104	- unit test for NSEC bitmap reading.
10105	- dname iswild and canonical_compare with unit tests.
10106
1010716 August 2007: Wouter
10108	- DS sig unit test.
10109	- latest release libevent 1.3c and 1.3d have threading fixed.
10110	- key entry fixup data pointer and ttl absolute.
10111	- This makes a key-prime succeed in validator, with DS or DNSKEY as
10112	  trust-anchor.
10113	- fixup canonical compare byfield routine, fix bug and also neater.
10114	- fixed iterator response type classification for queries of type
10115	  ANY and NS.
10116	  dig ANY gives sometimes NS rrset in AN and NS section, and parser
10117	  removes the NS section duplicate. dig NS gives sometimes the NS
10118	  in the answer section, as referral.
10119	- validator FINDKEY state.
10120
1012115 August 2007: Wouter
10122	- crypto calls to verify signatures.
10123	- unit test for rrsig verification.
10124
1012514 August 2007: Wouter
10126	- default outgoing ports changed to avoid port 2049 by default.
10127	  This port is widely blocked by firewalls.
10128	- count infra lameness cache in memory size.
10129	- accounting of memory improved
10130	- outbound entries are allocated in the query region they are for.
10131	- extensive debugging for memory allocations.
10132	- --enable-lock-checks can be used to enable lock checking.
10133	- protect undefs in config.h from autoheaders ministrations.
10134	- print all received udp packets. log hex will print on multiple
10135	  lines if needed.
10136	- fixed error in parser with backwards rrsig references.
10137	- mark cycle targets for iterator did not have CD flag so failed
10138	  its task.
10139
1014013 August 2007: Wouter
10141	- fixup makefile, if lexer is missing give nice error and do not
10142	  mess up the dependencies.
10143	- canonical compare routine updated.
10144	- canonical hinfo compare.
10145	- printout list of the queries that the mesh is working on.
10146
1014710 August 2007: Wouter
10148	- malloc and free overrides that track total allocation and frees.
10149	  for memory debugging.
10150	- work on canonical sort.
10151
101529 August 2007: Wouter
10153	- canonicalization, signature checks
10154	- dname signature label count and unit test.
10155	- added debug heap size print to memory printout.
10156	- typo fixup in worker.c
10157	- -R needed on solaris.
10158	- validator override option for date check testing.
10159
101608 August 2007: Wouter
10161	- ldns _raw routines created (in ldns trunk).
10162	- sigcrypt DS digest routines
10163	- val_utils uses sigcrypt to perform signature cryptography.
10164	- sigcrypt keyset processing
10165
101667 August 2007: Wouter
10167	- security status type.
10168	- security status is copied when rdata is equal for rrsets.
10169	- rrset id is updated to invalidate all the message cache entries
10170	  that refer to NSEC, NSEC3, DNAME rrsets that have changed.
10171	- val_util work
10172	- val_sigcrypt file for validator signature checks.
10173
101746 August 2007: Wouter
10175	- key cache for validator.
10176	- moved isroot and dellabel to own dname routines, with unit test.
10177
101783 August 2007: Wouter
10179	- replanning.
10180	- scrubber check section of lame NS set.
10181	- trust anchors can be in config file or read from zone file,
10182	  DS and DNSKEY entries.
10183	- unit test trust anchor storage.
10184	- trust anchors converted to packed rrsets.
10185	- key entry definition.
10186
101872 August 2007: Wouter
10188	- configure change for latest libevent trunk version (needs -lrt).
10189	- query_done and walk_supers are moved out of module interface.
10190	- fixup delegation point duplicates.
10191	- fixup iterator scrubber; lame NS set is let through the scrubber
10192	  so that the classification is lame.
10193	- validator module exists, and does nothing but pass through,
10194	  with calling of next module and return.
10195	- validator work.
10196
101971 August 2007: Wouter
10198	- set version to 0.5
10199	- module work for module to module interconnections.
10200	- config of modules.
10201	- detect cycle takes flags.
10202
1020331 July 2007: Wouter
10204	- updated plan
10205	- release 0.4 tag.
10206
1020730 July 2007: Wouter
10208	- changed random state init, so that sequential process IDs are not
10209	  cancelled out by sequential thread-ids in the random number seed.
10210	- the fwd_three test, which sends three queries to unbound, and
10211	  unbound is kept waiting by ldns-testns for 3 seconds, failed
10212	  because the retry timeout for default by unbound is 3 seconds too,
10213	  it would hit that timeout and fail the test. Changed so that unbound
10214	  is kept waiting for 2 seconds instead.
10215
1021627 July 2007: Wouter
10217	- removed useless -C debug option. It did not work.
10218	- text edit of documentation.
10219	- added doc/CREDITS file, referred to by the manpages.
10220	- updated planning.
10221
1022226 July 2007: Wouter
10223	- cycle detection, for query state dependencies. Will attempt to
10224	  circumvent the cycle, but if no other targets available fails.
10225	- unit test for AXFR, IXFR response.
10226	- test for cycle detection.
10227
1022825 July 2007: Wouter
10229	- testbound read ADDRESS and check it.
10230	- test for version.bind and friends.
10231	- test for iterator chaining through several referrals.
10232	- test and fixup for refetch for glue. Refetch fails if glue
10233	  is still not provided.
10234
1023524 July 2007: Wouter
10236	- Example section in config manual.
10237	- Addr stored for range and moment in replay.
10238
1023920 July 2007: Wouter
10240	- Check CNAME chain before returning cache entry with CNAMEs.
10241	- Option harden-glue, default is on. It will discard out of zone
10242	  data. If disabled, performance is faster, but spoofing attempts
10243	  become a possibility. Note that still normalize scrubbing is done,
10244	  and that the potentially spoofed data is used for infrastructure
10245	  and not returned to the client.
10246	- if glue times out, refetch by asking parent of delegation again.
10247	  Much like asking for DS at the parent side.
10248	- TODO items from forgery-resilience draft.
10249	  and on memory handling improvements.
10250	- renamed module_event_timeout to module_event_noreply.
10251	- memory reporting code; reports on memory usage after handling
10252	  a network packet (not on cache replies).
10253
1025419 July 2007: Wouter
10255	- shuffle NS selection when getting nameserver target addresses.
10256	- fixup of deadlock warnings, yield cpu in checklock code so that
10257	  freebsd scheduler selects correct process to run.
10258	- added identity and version config options and replies.
10259	- store cname messages complete answers.
10260
1026118 July 2007: Wouter
10262	- do not query addresses, 127.0.0.1, and ::1 by default.
10263
1026417 July 2007: Wouter
10265	- forward zone options in config file.
10266	- forward per zone in iterator. takes precedence over stubs.
10267	- fixup commithooks.
10268	- removed forward-to and forward-to-port features, subsumed by
10269	  new forward zones.
10270	- fix parser to handle absent server: clause.
10271	- change untrusted rrset test to account for scrubber that is now
10272	  applied during the test (which removes the poison, by the way).
10273	- feature, addresses can be specified with @portnumber, like nsd.conf.
10274	- test config files changed over to new forwarder syntax.
10275
1027627 June 2007: Wouter
10277	- delete of mesh does a postorder traverse of the tree.
10278	- found and fixed a memory leak. For TTL=0 messages, that would
10279	  not be cached, instead the msg-replyinfo structure was leaked.
10280	- changed server selection so it will filter out hosts that are
10281	  unresponsive. This is defined as a host with the maximum rto value.
10282	  This means that unbound tried the host for retries up to 120 secs.
10283	  The rto value will time out after host-ttl seconds from the cache.
10284	  This keeps such unresolvable queries from taking up resources.
10285	- utility for keeping histogram.
10286
1028726 June 2007: Wouter
10288	- mesh is called by worker, and iterator uses it.
10289	  This removes the hierarchical code.
10290	  QueryTargets state and Finished state are merged for iterator.
10291	- forwarder mode no longer sets AA bit on first reply.
10292	- rcode in walk_supers is not needed.
10293
1029425 June 2007: Wouter
10295	- more mesh work.
10296	- error encode routine for ease.
10297
1029822 June 2007: Wouter
10299	- removed unused _node iterator value from rbtree_t. Takes up space.
10300	- iterator can handle querytargets state without a delegation point
10301	  set, so that a priming(stub) subquery error can be handled.
10302	- iterator stores if it is priming or not.
10303	- log_query_info() neater logging.
10304	- changed iterator so that it does not alter module_qstate.qinfo
10305	  but keeps a chase query info. Also query_flags are not altered,
10306	  the iterator uses chase_flags.
10307	- fixup crash in case no ports for the family exist.
10308
1030921 June 2007: Wouter
10310	- Fixup secondary buffer in case of error callback.
10311	- cleanup slumber list of runnable states.
10312	- module_subreq_depth fails to work in slumber list.
10313	- fixup query release for cached results to sub targets.
10314	- neater error for tcp connection failure, shows addr in verbose.
10315	- rbtree_init so that it can be used with preallocated memory.
10316
1031720 June 2007: Wouter
10318	- new -C option to enable coredumps after forking away.
10319	- doc update.
10320	- fixup CNAME generation by scrubber, and memory allocation of it.
10321	- fixup deletion of serviced queries when all callbacks delete too.
10322	- set num target queries to 0 when you move them to slumber list.
10323	- typo in check caused subquery errors to be ignored, fixed.
10324	- make lint happy about rlim_t.
10325	- freeup of modules after freeup of module-states.
10326	- duplicate replies work, this uses secondary udp buffer in outnet.
10327
1032819 June 2007: Wouter
10329	- nicer layout in stats.c, review 0.3 change.
10330	- spelling improvement, review 0.3 change.
10331	- uncapped timeout for server selection, so that very fast or slow
10332	  servers will stand out from the rest.
10333	- target-fetch-policy: "3 2 1 0 0" config setting.
10334	- fixup queries answered without RD bit (for root prime results).
10335	- refuse AXFR and IXFR requests.
10336	- fixup RD flag in error reply from iterator. fixup RA flag from
10337	  worker error reply.
10338	- fixup encoding of very short edns buffer sizes, now sets TC bit.
10339	- config options harden-short-bufsize and harden-large-queries.
10340
1034118 June 2007: Wouter
10342	- same, move subqueries to slumber list when first has resolved.
10343	- fixup last fix for duplicate callbacks.
10344	- another offbyone in targetcounter. Also in Java prototype by the way.
10345
1034615 June 2007: Wouter
10347	- if a query asks to be notified of the same serviced query result
10348	  multiple times, this will succeed. Only one callback will happen;
10349	  multiple outbound-list entries result (but the double cleanup of it
10350	  will not matter).
10351	- when iterator moves on due to CNAME or referral, it will remove
10352	  the subqueries (for other targets). These are put on the slumber
10353	  list.
10354	- state module wait subq is OK with no new subqs, an old one may have
10355	  stopped, with an error, and it is still waiting for other ones.
10356	- if a query loops, halt entire query (easy way to clean up properly).
10357
1035814 June 2007: Wouter
10359	- num query targets was > 0 , not >= 0 compared, so that fetch
10360	  policy of 0 did nothing.
10361
1036213 June 2007: Wouter
10363	- debug option: configure --enable-static-exe for compile where
10364	  ldns and libevent are linked statically. Default is off.
10365	- make install and make uninstall. Works with static-exe and without.
10366	  installation of unbound binary and manual pages.
10367	- alignment problem fix on solaris 64.
10368	- fixup address in case of TCP error.
10369
1037012 June 2007: Wouter
10371	- num target queries was set to 0 at a bad time. Default it to 0 and
10372	  increase as target queries are done.
10373	- synthesize CNAME and DNAME responses from the cache.
10374	- Updated doxygen config for doxygen 1.5.
10375	- aclocal newer version.
10376	- doxygen 1.5 fixes for comments (for the strict check on docs).
10377
1037811 June 2007: Wouter
10379	- replies on TCP queries have the address field set in replyinfo,
10380	  for serviced queries, because the initiator does not know that
10381	  a TCP fallback has occured.
10382	- omit DNSSEC types from nonDO replies, except if qtype is ANY or
10383	  if qtype directly queries for the type (and then only show that
10384	  'unknown type' in the answer section).
10385	- fixed message parsing where rrsigs on their own would be put
10386	  in the signature list over the rrsig type.
10387
103887 June 2007: Wouter
10389	- fixup error in double linked list insertion for subqueries and
10390	  for outbound list of serviced queries for iterator module.
10391	- nicer printout of outgoing port selection.
10392	- fixup cname target readout.
10393	- nicer debug output.
10394	- fixup rrset counts when prepending CNAMEs to the answer.
10395	- fixup rrset TTL for prepended CNAMEs.
10396	- process better check for looping modules, and which submodule to
10397	  run next.
10398	- subreq insertion code fixup for slumber list.
10399	- VERB_DETAIL, verbosity: 2 level gives short but readable output.
10400	  VERB_ALGO, verbosity: 3 gives extensive output.
10401	- fixup RA bit in cached replies.
10402	- fixup CNAME responses from the cache no longer partial response.
10403	- error in network send handled without leakage.
10404	- enable ip6 from config, and try ip6 addresses if available,
10405	  if ip6 is not connected, skips to next server.
10406
104075 June 2007: Wouter
10408	- iterator state finished.
10409	- subrequests without parent store in cache and stop.
10410	- worker slumber list for ongoing promiscuous queries.
10411	- subrequest error handling.
10412	- priming failure returns SERVFAIL.
10413	- priming gives LAME result, returns SERVFAIL.
10414	- debug routine to print dns_msg as handled by iterator.
10415	- memleak in config file stubs fixup.
10416	- more small bugs, in scrubber, query compare no ID for lookup,
10417	  in dname validation for NS targets.
10418	- sets entry.key for new special allocs.
10419	- lognametypeclass can display unknown types and classes.
10420
104214 June 2007: Wouter
10422	- random selection of equally preferred nameserver targets.
10423	- reply info copy routine. Reuses existing code.
10424	- cache lameness in response handling.
10425	- do not touch qstate after worker_process_query because it may have
10426	  been deleted by that routine.
10427	- Prime response state.
10428	- Process target response state.
10429	- some memcmp changed to dname_compare for case preservation.
10430
104311 June 2007: Wouter
10432	- normalize incoming messages. Like unbound-java, with CNAME chain
10433	  checked, DNAME checked, CNAME's synthesized, glue checked.
10434	- sanitize incoming messages.
10435	- split msgreply encode functions into own file msgencode.c.
10436	- msg_parse to queryinfo/replyinfo conversion more versatile.
10437	- process_response, classify response, delegpt_from_message.
10438
1043931 May 2007: Wouter
10440	- querytargets state.
10441	- dname_subdomain_c() routine.
10442	- server selection, based on RTT. ip6 is filtered out if not available,
10443	  and lameness is checked too.
10444	- delegation point copy routine.
10445
1044630 May 2007: Wouter
10447	- removed FLAG_CD from message and rrset caches. This was useful for
10448	  an agnostic forwarder, but not for a sophisticated (trust value per
10449	  rrset enabled) cache.
10450	- iterator response typing.
10451	- iterator cname handle.
10452	- iterator prime start.
10453	- subquery work.
10454	- processInitRequest and processInitRequest2.
10455	- cache synthesizes referral messages, with DS and NSEC.
10456	- processInitRequest3.
10457	- if a request creates multiple subrequests these are all activated.
10458
1045929 May 2007: Wouter
10460	- routines to lock and unlock array of rrsets moved to cache/rrset.
10461	- lookup message from msg cache (and copy to region).
10462	- fixed cast error in dns msg lookup.
10463	- message with duplicate rrset does not increase its TTLs twice.
10464	- 'qnamesize' changed to 'qname_len' for similar naming scheme.
10465
1046625 May 2007: Wouter
10467	- Acknowledge use of unbound-java code in iterator. Nicer readme.
10468	- services/cache/dns.c DNS Cache. Hybrid cache uses msgcache and
10469	  rrset cache from module environment.
10470	- packed rrset key has type and class as easily accessible struct
10471	  members. They are still kept in network format for fast msg encode.
10472	- dns cache find_delegation routine.
10473	- iterator main functions setup.
10474	- dns cache lookup setup.
10475
1047624 May 2007: Wouter
10477	- small changes to prepare for subqueries.
10478	- iterator forwarder feature separated out.
10479	- iterator hints stub code, config file stub code, so that first
10480	  testing can proceed locally.
10481	- replay tests now have config option to enable forwarding mode.
10482
1048323 May 2007: Wouter
10484	- outside network does precise timers for roundtrip estimates for rtt
10485	  and for setting timeout for UDP. Pending_udp takes milliseconds.
10486	- cleaner iterator sockaddr conversion of forwarder address.
10487	- iterator/iter_utils and iter_delegpt setup.
10488	- root hints.
10489
1049022 May 2007: Wouter
10491	- outbound query list for modules and support to callback with the
10492	  outbound entry to the module.
10493	- testbound support for new serviced queries.
10494	- test for retry to TCP cannot use testbound any longer.
10495	- testns test for EDNS fallback, test for TCP fallback already exists.
10496	- fixes for no-locking compile.
10497	- mini_event timer precision and fix for change in timeouts during
10498	  timeout callback. Fix for fwd_three tests, performed nonexit query.
10499
1050021 May 2007: Wouter
10501	- small comment on hash table locking.
10502	- outside network serviced queries, contain edns and tcp fallback,
10503	  and udp retries and rtt timing.
10504
1050516 May 2007: Wouter
10506	- lruhash_touch() would cause locking order problems. Fixup in
10507	  lock-verify in case locking cycle is found.
10508	- services/cache/rrset.c for rrset cache code.
10509	- special rrset_cache LRU updating function that uses the rrset id.
10510	- no dependencies calculation when make clean is called.
10511	- config settings for infra cache.
10512	- daemon code slightly cleaner, only creates caches once.
10513
1051415 May 2007: Wouter
10515	- host cache code.
10516	- unit test for host cache.
10517
1051814 May 2007: Wouter
10519	- Port to OS/X and Dec Alpha. Printf format and alignment fixes.
10520	- extensive lock debug report on join timeout.
10521	- proper RTT calculation, in utility code.
10522	- setup of services/cache/infra, host cache.
10523
1052411 May 2007: Wouter
10525	- iterator/iterator.c module.
10526	- fixup to pass reply_info in testcode and in netevent.
10527
1052810 May 2007: Wouter
10529	- created release-0.3 svn tag.
10530	- util/module.h
10531	- fixed compression - no longer compresses root name.
10532
105339 May 2007: Wouter
10534	- outside network cleans up waiting tcp queries on exit.
10535	- fallback to TCP.
10536	- testbound replay with retry in TCP mode.
10537	- tpkg test for retry in TCP mode, against ldns-testns server.
10538	- daemon checks max number of open files and complains if not enough.
10539	- test where data expires in the cache.
10540	- compiletests: fixed empty body ifstatements in alloc.c, in case
10541	  locks are disabled.
10542
105438 May 2007: Wouter
10544	- outgoing network keeps list of available tcp buffers for outgoing
10545	  tcp queries.
10546	- outgoing-num-tcp config option.
10547	- outgoing network keeps waiting list of queries waiting for buffer.
10548	- netevent supports outgoing tcp commpoints, nonblocking connects.
10549
105507 May 2007: Wouter
10551	- EDNS read from query, used to make reply smaller.
10552	- advertised edns value constants.
10553	- EDNS BADVERS response, if asked for too high edns version.
10554	- EDNS extended error responses once the EDNS record from the query
10555	  has successfully been parsed.
10556
105574 May 2007: Wouter
10558	- msgreply sizefunc is more accurate.
10559	- config settings for rrset cache size and slabs.
10560	- hashtable insert takes argument so that a thread can use its own
10561	  alloc cache to store released keys.
10562	- alloc cache special_release() locks if necessary.
10563	- rrset trustworthiness type added.
10564	- thread keeps a scratchpad region for handling messages.
10565	- writev used in netevent to write tcp length and data after another.
10566	  This saves a roundtrip on tcp replies.
10567	- test for one rrset updated in the cache.
10568	- test for one rrset which is not updated, as it is not deemed
10569	  trustworthy enough.
10570	- test for TTL refreshed in rrset.
10571
105723 May 2007: Wouter
10573	- fill refs. Use new parse and encode to answer queries.
10574	- stores rrsets in cache.
10575	- uses new msgreply format in cache.
10576
105772 May 2007: Wouter
10578	- dname unit tests in own file and spread out neatly in functions.
10579	- more dname unit tests.
10580	- message encoding creates truncated TC flagged messages if they do
10581	  not fit, and will leave out (whole)rrsets from additional if needed.
10582
105831 May 2007: Wouter
10584	- decompress query section, extremely lenient acceptance.
10585	  But only for answers from other servers, not for plain queries.
10586	- compression and decompression test cases.
10587	- some stats added.
10588	- example.conf interface: line is changed from 127.0.0.1 which leads
10589	  to problems if used (restricting communication to the localhost),
10590	  to a documentation and test address.
10591
1059227 April 2007: Wouter
10593	- removed iov usage, it is not good for dns message encoding.
10594	- owner name compression more optimal.
10595	- rrsig owner name compression.
10596	- rdata domain name compression.
10597
1059826 April 2007: Wouter
10599	- floating point exception fix in lock-verify.
10600	- lint uses make dependency
10601	- fixup lint in dname owner domain name compression code.
10602	- define for offset range that can be compressed to.
10603
1060425 April 2007: Wouter
10605	- prettier code; parse_rrset->type kept in host byte order.
10606	- datatype used for hashvalue of converted rrsig structure.
10607	- unit test compares edns section data too.
10608
1060924 April 2007: Wouter
10610	- ttl per RR, for RRSIG rrsets and others.
10611	- dname_print debug function.
10612	- if type is not known, size calc will skip DNAME decompression.
10613	- RRSIG parsing and storing and putting in messages.
10614	- dnssec enabled unit tests (from nlnetlabs.nl and se queries).
10615	- EDNS extraction routine.
10616
1061720 April 2007: Wouter
10618	- code comes through all of the unit tests now.
10619	- disabled warning about spurious extra data.
10620	- documented the RRSIG parse plan in msgparse.h.
10621	- rrsig reading and outputting.
10622
1062319 April 2007: Wouter
10624	- fix unit test to actually to tests.
10625	- fix write iov helper, and fakevent code.
10626	- extra builtin testcase (small packet).
10627	- ttl converted to network format in packets.
10628	- flags converted correctly
10629	- rdatalen off by 2 error fixup.
10630	- uses less iov space for header.
10631
1063218 April 2007: Wouter
10633	- review of msgparse code.
10634	- smaller test cases.
10635
1063617 April 2007: Wouter
10637	- copy and decompress dnames.
10638	- store calculated hash value too.
10639	- routine to create message out of stored information.
10640	- util/data/msgparse.c for message parsing code.
10641	- unit test, and first fixes because of test.
10642		* forgot rrset_count addition.
10643		* did & of ptr on stack for memory position calculation.
10644		* dname_pkt_copy forgot to read next label length.
10645	- test from file and fixes
10646		* double frees fixed in error conditions.
10647		* types with less than full rdata allowed by parser.
10648		  Some dynamic update packets seem to use it.
10649
1065016 April 2007: Wouter
10651	- following a small change in LDNS, parsing code calculates the
10652	  memory size to allocate for rrs.
10653	- code to handle ID creation.
10654
1065513 April 2007: Wouter
10656	- parse routines. Code that parses rrsets, rrs.
10657
1065812 April 2007: Wouter
10659	- dname compare routine that preserves case, with unit tests.
10660
1066111 April 2007: Wouter
10662	- parse work - dname packet parse, msgparse, querysection parse,
10663	  start of sectionparse.
10664
1066510 April 2007: Wouter
10666	- Improved alignment of reply_info packet, nice for 32 and 64 bit.
10667	- Put RRset counts in reply_info, because the number of RRs can change
10668	  due to RRset updates.
10669	- import of region-allocator code from nsd.
10670	- set alloc special type to ub_packed_rrset_key.
10671	  Uses lruhash entry overflow chain next pointer in alloc cache.
10672	- doxygen documentation for region-allocator.
10673	- setup for parse scratch data.
10674
106755 April 2007: Wouter
10676	- discussed packed rrset with Jelte.
10677
106784 April 2007: Wouter
10679	- moved to version 0.3.
10680	- added util/data/dname.c
10681	- layout of memory for rrsets.
10682
106833 April 2007: Wouter
10684	- detect sign of msghdr.msg_iovlen so that the cast to that type
10685	  in netevent (which is there to please lint) can be correct.
10686	  The type on several OSes ranges from int, int32, uint32, size_t.
10687	  Detects unsigned or signed using math trick.
10688	- constants for DNS flags.
10689	- compilation without locks fixup.
10690	- removed include of unportable header from lookup3.c.
10691	- more portable use of struct msghdr.
10692	- casts for printf warning portability.
10693	- tweaks to tests to port them to the testbed.
10694	- 0.2 tag created.
10695
106962 April 2007: Wouter
10697	- check sizes of udp received messages, not too short.
10698	- review changes. Some memmoves can be memcpys: 4byte aligned.
10699	  set id correctly on cached answers.
10700	- review changes msgreply.c, memleak on error condition. AA flag
10701	  clear on cached reply. Lowercase queries on hashing.
10702	  unit test on lowercasing. Test AA bit not set on cached reply.
10703	  Note that no TTLs are managed.
10704
1070529 March 2007: Wouter
10706	- writev or sendmsg used when answering from cache.
10707	  This avoids a copy of the data.
10708	- do not do useless byteswap on query id. Store reply flags in uint16
10709	  for easier access (and no repeated byteswapping).
10710	- reviewed code.
10711	- configure detects and config.h includes sys/uio.h for writev decl.
10712
1071328 March 2007: Wouter
10714	- new config option: num-queries-per-thread.
10715	- added tpkg test for answering three queries at the same time
10716	  using one thread (from the query service list).
10717
1071827 March 2007: Wouter
10719	- added test for cache and not cached answers, in testbound replays.
10720	- testbound can give config file and commandline options from the
10721	  replay file to unbound.
10722	- created test that checks if items drop out of the cache.
10723	- added word 'partitioned hash table' to documentation on slab hash.
10724	  A slab hash is a partitioned hash table.
10725	- worker can handle multiple queries at a time.
10726
1072726 March 2007: Wouter
10728	- config settings for slab hash message cache.
10729	- test for cached answer.
10730	- Fixup deleting fake answer from testbound list.
10731
1073223 March 2007: Wouter
10733	- review of yesterday's commits.
10734	- covered up memory leak of the entry locks.
10735	- answers from the cache correctly. Copies flags correctly.
10736	- sanity check for incoming query replies.
10737	- slabbed hash table. Much nicer contention, need dual cpu to see.
10738
1073922 March 2007: Wouter
10740	- AIX configure check.
10741	- lock-verify can handle references to locks that are created
10742	  in files it has not yet read in.
10743	- threaded hash table test.
10744	- unit test runs lock-verify afterwards and checks result.
10745	- need writelock to update data on hash_insert.
10746	- message cache code, msgreply code.
10747
1074821 March 2007: Wouter
10749	- unit test of hash table, fixup locking problem in table_grow().
10750	- fixup accounting of sizes for removing items from hashtable.
10751	- unit test for hash table, single threaded test of integrity.
10752	- lock-verify reports errors nicely. More quiet in operation.
10753
1075416 March 2007: Wouter
10755	- lock-verifier, checks consistent order of locking.
10756
1075714 March 2007: Wouter
10758	- hash table insert (and subroutines) and lookup implemented.
10759	- hash table remove.
10760	- unit tests for hash internal bin, lru functions.
10761
1076213 March 2007: Wouter
10763	- lock_unprotect in checklocks.
10764	- util/storage/lruhash.h for LRU hash table structure.
10765
1076612 March 2007: Wouter
10767	- configure.ac moved to 0.2.
10768	- query_info and replymsg util/data structure.
10769
107709 March 2007: Wouter
10771	- added rwlock writelock checking.
10772	  So it will keep track of the writelock, and readlocks are enforced
10773	  to not change protected memory areas.
10774	- log_hex function to dump hex strings to the logfile.
10775	- checklocks zeroes its destroyed lock after checking memory areas.
10776	- unit test for alloc.
10777	- identifier for union in checklocks to please older compilers.
10778	- created 0.1 tag.
10779
107808 March 2007: Wouter
10781	- Reviewed checklock code.
10782
107837 March 2007: Wouter
10784	- created a wrapper around thread calls that performs some basic
10785	  checking for data race and deadlock, and basic performance
10786	  contention measurement.
10787
107886 March 2007: Wouter
10789	- Testbed works with threading (different machines, different options).
10790	- alloc work, does the special type.
10791
107922 March 2007: Wouter
10793	- do not compile fork funcs unless needed. Otherwise will give
10794	  type errors as their typedefs have not been enabled.
10795	- log shows thread numbers much more nicely (and portably).
10796	- even on systems with nonthreadsafe libevent signal handling,
10797	  unbound will exit if given a signal.
10798	  Reloads will not work, and exit is not graceful.
10799	- start of alloc framework layout.
10800
108011 March 2007: Wouter
10802	- Signals, libevent and threads work well, with libevent patch and
10803	  changes to code (close after event_del).
10804	- set ipc pipes nonblocking.
10805
1080627 February 2007: Wouter
10807	- ub_thread_join portable definition.
10808	- forking is used if no threading is available.
10809	  Tested, it works, since pipes work across processes as well.
10810	  Thread_join is replaced with waitpid.
10811	- During reloads the daemon will temporarily handle signals,
10812	  so that they do not result in problems.
10813	- Also randomize the outgoing port range for tests.
10814	- If query list is full, will stop selecting listening ports for read.
10815	  This makes all threads service incoming requests, instead of one.
10816	  No memory is leaking during reloads, service of queries, etc.
10817	- test that uses ldns-testns -f to test threading. Have to answer
10818	  three queries at the same time.
10819	- with verbose=0 operates quietly.
10820
1082126 February 2007: Wouter
10822	- ub_random code used to select ID and port.
10823	- log code prints thread id.
10824	- unbound can thread itself, with reload(HUP) and quit working
10825	  correctly.
10826	- don't open pipes for #0, doesn't need it.
10827	- listens to SIGTERM, SIGQUIT, SIGINT (all quit) and SIGHUP (reload).
10828
1082923 February 2007: Wouter
10830	- Can do reloads on sigHUP. Everything is stopped, and freed,
10831	  except the listening ports. Then the config file is reread.
10832	  And everything is started again (and listening ports if needed).
10833	- Ports for queries are shared.
10834	- config file added interface:, chroot: and username:.
10835	- config file: directory, logfile, pidfile. And they work too.
10836	- will daemonize by default now. Use -d to stay in the foreground.
10837	- got BSD random[256 state] code, made it threadsafe. util/random.
10838
1083922 February 2007: Wouter
10840	- Have a config file. Removed commandline options, moved to config.
10841	- tests use config file.
10842
1084321 February 2007: Wouter
10844	- put -c option in man page.
10845	- minievent fd array capped by FD_SETSIZE.
10846
1084720 February 2007: Wouter
10848	- Added locks code and pthread spinlock detection.
10849	- can use no locks, or solaris native thread library.
10850	- added yacc and lex configure, and config file parsing code.
10851	  also makedist.sh, and manpage.
10852	- put include errno.h in config.h
10853
1085419 February 2007: Wouter
10855	- Created 0.0 svn tag.
10856	- added acx_pthread.m4 autoconf check for pthreads from
10857	  the autoconf archive. It is GPL-with-autoconf-exception Licensed.
10858	  You can specify --with-pthreads, or --without-pthreads to configure.
10859
1086016 February 2007: Wouter
10861	- Updated testbed script, works better by using make on remote end.
10862	- removed check decls, we can compile without them.
10863	- makefile supports LIBOBJ replacements.
10864	- docs checks ignore compat code.
10865	- added util/mini-event.c and .h, a select based alternative used with
10866	  ./configure --with-libevent=no
10867	  It is limited to 1024 file descriptors, and has less features.
10868	- will not create ip6 sockets if ip6 not on the machine.
10869
1087015 February 2007: Wouter
10871	- port to FreeBSD 4.11 Dec Alpha. Also works on Solaris 10 sparc64,
10872	  Solaris 9, FreeBSD 6, Linux i386 and OSX powerpc.
10873	- malloc rndstate, so that it is aligned for access.
10874	- fixed rbtree cleanup with postorder traverse.
10875	- fixed pending messages are deleted when handled.
10876	- You can control verbosity; default is not verbose, every -v
10877	  adds more verbosity.
10878
1087914 February 2007: Wouter
10880	- Included configure.ac changes from ldns.
10881	- detect (some) headers before the standards check.
10882	- do not use isblank to test c99, since its not available on solaris9.
10883	- review of testcode.
10884		* entries in a RANGE are no longer reversed.
10885		* print name of file with replay entry parse errors.
10886	- port to OSX: cast to int for some prints of sizet.
10887	- Makefile copies ldnstestpkts.c before doing dependencies on it.
10888
1088913 February 2007: Wouter
10890	- work on fake events, first fwd replay works.
10891	- events can do timeouts and errors on queries to servers.
10892	- test package that runs replay scenarios.
10893
1089412 February 2007: Wouter
10895	- work on fake events.
10896
108979 February 2007: Wouter
10898	- replay file reading.
10899	- fake event setup, it creates fake structures, and teardowns,
10900	  added signal callbacks to reply to be able to fake those,
10901	  and main structure of event replay routines.
10902
109038 February 2007: Wouter
10904	- added tcp test.
10905	- replay storage.
10906	- testcode/fake_event work.
10907
109087 February 2007: Wouter
10909	- return answer with the same ID as query was sent with.
10910	- created udp forwarder test. I've done some effort to make it perform
10911	  quickly. After servers are created, no big sleep statements but
10912	  it checks the logfiles to see if servers have come up. Takes 0.14s.
10913	- set addrlen value when calling recvfrom.
10914	- comparison of addrs more portable.
10915	- LIBEVENT option for testbed to set libevent directory.
10916	- work on tcp input.
10917
109186 February 2007: Wouter
10919	- reviewed code and improved in places.
10920
109215 February 2007: Wouter
10922	- Picked up stdc99 and other define tests from ldns. Improved
10923	  POSIX define test to include getaddrinfo.
10924	- defined constants for netevent callback error code.
10925	- unit test for strisip6.
10926
109272 February 2007: Wouter
10928	- Created udp4 and udp6 port arrays to provide service for both
10929	  address families.
10930	- uses IPV6_USE_MIN_MTU for udp6 ,IPV6_V6ONLY to make ip6 sockets.
10931	- listens on both ip4 and ip6 ports to provide correct return address.
10932	- worker fwder address filled correctly.
10933	- fixup timer code.
10934	- forwards udp queries and sends answer.
10935
109361 February 2007: Wouter
10937	- outside network more UDP work.
10938	- moved * closer to type.
10939	- comm_timer object and events.
10940
1094131 January 2007: Wouter
10942	- Added makedist.sh script to make release tarball.
10943	- Removed listen callback layer, did not add anything.
10944	- Added UDP recv to netevent, worker callback for udp.
10945	- netevent communication reply storage structure.
10946	- minimal query header sanity checking for worker.
10947	- copied over rbtree implementation from NSD (BSD licensed too).
10948	- outgoing network query service work.
10949
1095030 January 2007: Wouter
10951	- links in example/ldns-testpkts.c and .h for premade packet support.
10952	- added callback argument to listen_dnsport and daemon/worker.
10953
1095429 January 2007: Wouter
10955	- unbound.8 a short manpage.
10956
1095726 January 2007: Wouter
10958	- fixed memleak.
10959	- make lint works on BSD and Linux (openssl defines).
10960	- make tags works.
10961	- testbound program start.
10962
1096325 January 2007: Wouter
10964	- fixed lint so it may work on BSD.
10965	- put license into header of every file.
10966	- created verbosity flag.
10967	- fixed libevent configure flag.
10968	- detects event_base_free() in new libevent 1.2 version.
10969	- getopt in daemon. fatal_exit() and verbose() logging funcs.
10970	- created log_assert, that throws assertions to the logfile.
10971	- listen_dnsport service. Binds ports.
10972
1097324  January 2007: Wouter
10974	- cleaned up configure.ac.
10975
1097623  January 2007: Wouter
10977	- added libevent to configure to link with.
10978	- util/netevent setup work.
10979	- configure searches for libevent.
10980	- search for libs at end of configure (when other headers and types
10981	  have been found).
10982	- doxygen works with ATTR_UNUSED().
10983	- util/netevent implementation.
10984
1098522  January 2007: Wouter
10986	- Designed header file for network communication.
10987
1098816  January 2007: Wouter
10989	- added readme.svn and readme.tests.
10990
109914 January 2007: Wouter
10992	- Testbed script (run on multiple platforms the test set).
10993	  Works on Sunos9, Sunos10, FreeBSD 6.1, Fedora core 5.
10994	- added unit test tpkg.
10995
109963 January 2007: Wouter
10997	- committed first set of files into subversion repository.
10998	  svn co svn+ssh://unbound.net/svn/unbound
10999	  You need a ssh login.  There is no https access yet.
11000	- Added LICENSE, the BSD license.
11001	- Added doc/README with compile help.
11002	- main program stub and quiet makefile.
11003	- minimal logging service (to stderr).
11004	- added postcommit hook that serves emails.
11005	- added first test 00-lint. postcommit also checks if build succeeds.
11006	- 01-doc: doxygen doc target added for html docs. And stringent test
11007	  on documented files, functions and parameters.
11008
1100915 December 2006: Wouter
11010	- Created Makefile.in and configure.ac.
11011