xref: /freebsd/contrib/unbound/doc/Changelog (revision 81ad6265)
15 January 2023: Wouter
2	- Tag for 1.17.1 release.
3
42 January 2023: Wouter
5	- Fix windows compile for libunbound subprocess reap comm point closes.
6	- Update github workflows to use checkout v3.
7
814 December 2022: George
9	- Merge #569 from JINMEI Tatuya: add keep-cache option to
10	  'unbound-control reload' to keep caches.
11
1213 December 2022: George
13	- Expose 'statistics-inhibit-zero' as a configuration option; the
14	  default value retains Unbound's behavior.
15	- Expose 'max-sent-count' as a configuration option; the
16	  default value retains Unbound's behavior.
17	- Merge #461 from Christian Allred: Add max-query-restarts option.
18	  Exposes an internal configuration but the default value retains
19	  Unbound's behavior.
20
2113 December 2022: Wouter
22	- Merge #808: Wrap Makefile script's directory variables in quotes.
23	- Fix to wrap Makefile scripts directory in quotes for uninstall.
24
251 December 2022: Wouter
26	- Fix #773: When used with systemd-networkd, unbound does not start
27	  until systemd-networkd-wait-online.service times out.
28
2930 November 2022: George
30	- Add SVCB and HTTPS to the types removed by 'unbound-control flush'.
31	- Clear documentation for interactivity between the subnet module and
32	  the serve-expired and prefetch configuration options.
33
3430 November 2022: Wouter
35	- Fix #782: Segmentation fault in stats.c:404.
36
3728 November 2022: Wouter
38	- Fix for the ignore of tcp events for closed comm points, preserve
39	  the use after free protection features.
40
4123 November 2022: Philip
42	- Merge #720 from jonathangray: fix use after free when
43	  WSACreateEvent() fails.
44
4522 November 2022: George
46	- Ignore expired error responses.
47
4811 November 2022: Wouter
49	- Fix #779: [doc] Missing documention in ub_resolve_event() for
50	  callback parameter was_ratelimited.
51
529 November 2022: George
53	- Complementary fix for distutils.sysconfig deprecation in Python 3.10
54	  to commit 62c5039ab9da42713e006e840b7578e01d66e7f2.
55
568 November 2022: Wouter
57	- Fix to ignore tcp events for closed comm points.
58	- Fix to make sure to not read again after a tcp comm point is closed.
59	- Fix #775: libunbound: subprocess reap causes parent process reap
60	  to hang.
61	- iana portlist update.
62
6321 October 2022: George
64	- Merge #767 from jonathangray: consistently use IPv4/IPv6 in
65	  unbound.conf.5.
66
6721 October 2022: Wouter
68	- Fix that cachedb does not store failures in the external cache.
69
7018 October 2022: George
71	- Clarify the use of MAX_SENT_COUNT in the iterator code.
72
7317 October 2022: Wouter
74	- testcode/dohclient sets log identity to its name.
75
7614 October 2022: Wouter
77	- Merge #768 from fobser: Arithmetic on a pointer to void is a GNU
78	  extension.
79	- In unit test, print python script name list correctly.
80
8113 October 2022: Wouter
82	- Tag for 1.17.0 release. The code repository continues with 1.17.1.
83
8411 October 2022: George
85	- Fix PROXYv2 header read for TCP connections when no proxied addresses
86	  are provided.
87
887 October 2022: Wouter
89	- Tag for 1.17.0rc1 release.
90
917 October 2022: George
92	- Fix to stop possible loops in the tcp reuse code (write_wait list
93	  and tcp_wait list). Based on analysis and patch from Prad Seniappan
94	  and Karthik Umashankar.
95	- Fix unit test to properly test the reuse_write_wait_pop function.
96
976 October 2022: Wouter
98	- Fix to stop responses with TC flag from resulting in partial
99	  responses. It retries to fetch the data elsewhere, or fails the
100	  query and in depth fix removes the TC flag from the cached item.
101	- Fix proxy length debug output printout typecasts.
102
1035 October 2022: Wouter
104	- Fix dnscrypt compile for proxy protocol code changes.
105
1065 October 2022: George
107	- Use DEBUG_TDIR from environment in mini_tdir.sh for debugging.
108	- Fix string comparison in mini_tdir.sh.
109	- Make ede.tdir test more predictable by using static data.
110	- Fix checkconf test for dnscrypt and proxy port.
111
1124 October 2022: George
113	- Merge #764: Leniency for target discovery when under load (for
114	  NRDelegation changes).
115
1164 October 2022: Wouter
117	- Fix static analysis report to remove dead code from the
118	  rpz_callback_from_iterator_module function.
119	- Fix to clean up after the acl_interface unit test.
120
1213 October 2022: George
122	- Merge #760: PROXYv2 downstream support. (New proxy-protocol-port
123	  configuration option).
124
1253 October 2022: Wouter
126	- Fix to remove erroneous TC flag from TCP upstream.
127	- Fix test tdir skip report printout.
128	- Fix windows compile, the identifier interface is defined in headers.
129	- Fix to close errno block in comm_point_tcp_handle_read outside of
130	  ifdef.
131
13226 September 2022: George
133	- Better output for skipped tdir tests.
134
13521 September 2022: Wouter
136	- Patch for CVE-2022-3204 Non-Responsive Delegation Attack.
137	- This patch was released in 1.16.3, the code repository continues
138	  with the previous features and fixes for 1.17.0.
139	- Fix doxygen warning in respip.h.
140
14120 September 2022: George
142	- Convert tdir tests to use the new skip_test functionality.
143	- Remove unused testcode/mini_tpkg.sh file.
144
14516 September 2022: George
146	- Merge #753: ACL per interface. (New interface-* configuration
147	  options).
148
1492 September 2022: Wouter
150	- Remove include that was there for debug purposes.
151	- Fix to check pthread_t size after pthread has been detected.
152
1531 September 2022: Wouter
154	- Fix to update config tests to fix checking if nonblocking sockets
155	  work on OpenBSD.
156	- Slow down log frequency of write wait failures.
157	- Fix to set out of file descriptor warning to operational verbosity.
158	- Fix to log a verbose message at operational notice level if a
159	  thread is not responding, to stats requests. It is logged with
160	  thread identifiers.
161
16231 August 2022: Wouter
163	- Fix to avoid process wide fcntl calls mixed with nonblocking
164	  operations after a blocked write.
165	- Patch from Vadim Fedorenko that adds MSG_DONTWAIT to receive
166	  operations, so that instruction reordering does not cause mistakenly
167	  blocking socket operations.
168	- Fix to wait for blocked write on UDP sockets, with a timeout if it
169	  takes too long the packet is dropped.
170	- Fix for wait for udp send to stop when packet is successfully sent.
171
17222 August 2022: Wouter
173	- Fix #741: systemd socket activation fails on IPv6.
174
17512 August 2022: Wouter
176	- Fix to log accept error ENFILE and EMFILE errno, but slowly, once
177	  per 10 seconds. Also log accept failures when no slow down is used.
178
1795 August 2022: Wouter
180	- Fix #734 [FR] enable unbound-checkconf to detect more (basic)
181	  errors.
182
1834 August 2022: Wouter
184	- Fix ratelimit inconsistency, for ip-ratelimits the value is the
185	  amount allowed, like for ratelimits.
186
1872 August 2022: Wouter
188	- Fix edns subnet so that scope 0 answers only match sourcemask 0
189	  queries for answers from cache if from a query with sourcemask 0.
190	- Fix unittest for edns subnet change.
191	- Merge #730 from luisdallos: Fix startup failure on Windows 8.1 due
192	  to unsupported IPV6_USER_MTU socket option being set.
193
1941 August 2022: Wouter
195	- Fix the novel ghost domain issues CVE-2022-30698 and CVE-2022-30699.
196	- Tests for ghost domain fixes.
197	- Tag for 1.16.2 release. The code repo continues with 1.16.3.
198	- Fix #728: alloc_reg_obtain() core dump. Stop double
199	  alloc_reg_release when serviced_create fails.
200
20119 July 2022: George
202	- Update documentation for 'outbound-msg-retry:'.
203
20419 July 2022: Wouter
205	- Merge #718: Introduce infra-cache-max-rtt option to config max
206	  retransmit timeout.
207
20815 July 2022: Wouter
209	- Merge PR 714: Avoid treat normal hosts as unresponsive servers.
210	  And fixup the lock code.
211	- iana portlist update.
212
21312 July 2022: George
214	- For windows crosscompile, fix setting the IPV6_MTU socket option
215	  equivalent (IPV6_USER_MTU); allows cross compiling with latest
216	  cross-compiler versions.
217
21812 July 2022: Wouter
219	- Fix dname count in sldns parse type descriptor for SVCB and HTTPS.
220
22111 July 2022: Wouter
222	- Fix verbose EDE error printout.
223
2244 July 2022: George
225	- Fix bug introduced in 'improve val_sigcrypt.c::algo_needs_missing for
226	  one loop pass'.
227	- Merge PR #668 from Cristian Rodríguez: Set IP_BIND_ADDRESS_NO_PORT on
228	  outbound tcp sockets.
229
2304 July 2022: Wouter
231	- Tag for 1.16.1rc1 release. This became 1.16.1 on 11 July 2022.
232	  The code repo continues with version 1.16.2 under development.
233
2343 July 2022: George
235	- Merge PR #671 from Petr Menšík: Disable ED25519 and ED448 in FIPS
236	  mode on openssl3.
237	- Merge PR #660 from Petr Menšík: Sha1 runtime insecure.
238	- For #660: formatting, less verbose logging, add EDE information.
239	- Fix for correct openssl error when adding windows CA certificates to
240	  the openssl trust store.
241	- Improve val_sigcrypt.c::algo_needs_missing for one loop pass.
242	- Reintroduce documentation and more EDE support for
243	  val_sigcrypt.c::dnskeyset_verify_rrset_sig.
244
2451 July 2022: George
246	- Merge PR #706: NXNS fallback.
247	- From #706: Cached NXDOMAIN does not increase the target nx
248	  responses.
249	- From #706: Don't generate parent side queries if we already
250	  have the lame records in cache.
251	- From #706: When a lame address is the best choice, don't try to
252	  generate target queries when the missing targets are all lame.
253
25429 June 2022: Wouter
255	- iana portlist update.
256	- Fix detection of libz on windows compile with static option.
257	- Fix compile warning for windows compile.
258
25929 June 2022: George
260	- Add debug option to the mini_tdir.sh test code.
261	- Fix #704: [FR] Statistics counter for number of outgoing UDP queries
262	  sent; introduces 'num.query.udpout' to the 'unbound-control stats'
263	  command.
264	- Fix to not count cached NXDOMAIN for MAX_TARGET_NX.
265	- Allow fallback to the parent side when MAX_TARGET_NX is reached.
266	  This will also allow MAX_TARGET_NX more NXDOMAINs.
267
26828 June 2022: George
269	- Show the output of the exact .rpl run that failed with 'make test'.
270	- Fix for cached 0 TTL records to not trigger prefetching when
271	  serve-expired-client-timeout is set.
272
27328 June 2022: Wouter
274	- Fix test program dohclient close to use portability routine.
275
27623 June 2022: Tom
277	- Clarify -v flag manpage entry (#705)
278
27922 June 2022: Philip
280	- Fix #663: use after free issue with edns options.
281
28221 June 2022: Philip
283	- Fix for loading locally stored zones that have lines with blanks or
284	  blanks and comments.
285
28620 June 2022: George
287	- Remove unused LDNS function check for GOST Engine unloading.
288
28914 June 2022: George
290	- Merge PR #688: Rpz url notify issue.
291	- Note in the unbound.conf text that NOTIFY is allowed from the url:
292	  addresses for auth and rpz zones.
293
2943 June 2022: George
295	- Fix for edns client subnet to respect not looking in its cache when
296	  instructed to do so (e.g., prefetch).
297
2983 June 2022: Wouter
299	- makedist.sh picks up 32bit libssp-0.dll when 32bit compile.
300
30127 May 2022: Wouter
302	- Fix #684: [FTBS] configure script error with libmnl on openSUSE 15.3 (and possibly other distributions)
303	- Version is set to 1.16.0 for release. Release tag 1.16.0rc1. This
304	  became release 1.16.0 on 2 June 2022. The source code branch
305	  continues with version 1.16.1 under development.
306
30720 May 2022: Wouter
308	- Fix to silence test for ede error output to the console from the
309	  test setup script.
310	- Fix ede test to not use default pidfile, and use local interface.
311	- Fix some lint type warnings.
312
31318 May 2022: George
314	- Fix typos in config_set_option for the 'num-threads' and
315	  'ede-serve-expired' options.
316
31715 May 2022: George
318	- Fix #678: [FR] modify behaviour of unbound-control rpz_enable zone,
319	  by updating unbound-control's documentation.
320
32112 May 2022: George
322	- Fix #417: prefetch and ECS causing cache corruption when used
323	  together.
324
32512 May 2022: Wouter
326	- Merge #677: Allow using system certificates not only on Windows,
327	  from pemensik.
328	- For #677: Added tls-system-cert to config parser and documentation.
329
33011 May 2022: Wouter
331	- Fix #673: DNS over TLS: error: SSL_handshake syscall: No route to
332	  host.
333
33410 May 2022: George
335	- Fix Python build in non-source directory; based on patch by
336	  Michael Tokarev.
337
3386 May 2022: Tom
339	- Merge PR #604: Add basic support for EDE (RFC8914).
340
34128 April 2022: Wouter
342	- Fix #670: SERVFAIL problems with unbound 1.15.0 running on
343	  OpenBSD 7.1.
344
3458 April 2022: Wouter
346	- Fix zonemd check to allow unsupported algorithms to load.
347	  If there are only unsupported algorithms, or unsupported schemes,
348	  and no failed or successful other ZONEMD records, or malformed
349	  or bad ZONEMD records, the unsupported records allow the zone load.
350	- Fix zonemd unsupported algo check.
351	- Fix zonemd unsupported algo check reason to not copy to next record,
352	  and check for success for debug printout.
353	- Fix zonemd unsupported algo check to print unsupported reason before
354	  zeroing it.
355	- Fix zonemd unsupported algo check to set reason to NULL before the
356	  check routine, but after malformed checks, to get the correct NULL
357	  output when the digest matches.
358
35925 March 2022: Wouter
360	- Fix spelling error in comment in sldns_str2wire_svcparam_key_lookup.
361
36223 March 2022: Wouter
363	- Fix #651: [FR] Better logging for refused queries.
364
36518 March 2022: George
366	- Merge PR #648 from eaglegai: fix -q doesn't work when use with
367	  'unbound-control stats_shm'.
368
36917 March 2022: Wouter
370	- Fix to describe auth-zone and other configuration at the local-zone
371	  configuration option, to allow for more broadly view of the options.
372
37316 March 2022: Wouter
374	- Fix to ensure uniform handling of spaces and tabs when parsing RRs.
375
3769 March 2022: Wouter
377	- Merge #644: Make `install-lib` make target install the pkg-config
378	  file.
379
3807 March 2022: Wouter
381	- Fix configure for python to use sysutils, because distutils is
382	  deprecated. It uses sysutils when available, distutils otherwise.
383
3843 March 2022: Wouter
385	- Fix #637: Integer Overflow in sldns_str2period function.
386	- Fix for #637: fix integer overflow checks in sldns_str2period.
387
3882 March 2022: George
389	- Merge PR #632 from scottrw93: Match cnames in ipset.
390	- Various fixes for #632: variable initialisation, convert the qinfo
391	  to str once, accept trailing dot in the local-zone ipset option.
392
3932 March 2022: Wouter
394	- Fix compile warnings for printf ll format on mingw compile.
395
3961 March 2022: Wouter
397	- Fix pythonmod for change in iter_dp_is_useless function prototype.
398
39928 February 2022: George
400	- Fix #630: Unify the RPZ log messages.
401	- Merge #623 from rex4539: Fix typos.
402
40328 February 2022: Wouter
404	- Fix #633: Document unix domain socket support for unbound-control.
405	- Fix for #633: updated fix with new text.
406	- Fix edns client subnet to add the option based on the option list,
407	  so that it is not state dependent, after the state fix of #605 for
408	  double EDNS options.
409	- Fix for edns client subnet option add fix in removal code, from review.
410
41125 February 2022: Wouter
412	- Fix to detect that no IPv6 support means that IPv6 addresses are
413	  useless for delegation point lookups.
414	- update Makefile dependencies.
415	- Fix check interface existence for support detection in remote lookup.
416
41718 February 2022: Wouter
418	- Fix that address not available is squelched from the logs for
419	  udp connect failures. It is visible on verbosity 4 and more.
420	- Merge #631 from mollyim: Replace OpenSSL's ERR_PACK with
421	  ERR_GET_REASON.
422
42316 February 2022: Wouter
424	- Fix for #628: fix rpz-passthru for qname trigger by localzone type.
425
42615 February 2022: Wouter
427	- Fix #628: A rpz-passthru action is not ending RPZ zone processing.
428
42911 February 2022: Wouter
430	- Fix #624: Unable to stop Unbound in Windows console (does not
431	  respond to CTRL+C command).
432	- Fix #618: enabling interface-automatic disables DNS-over-TLS.
433	  Adds the option to list interface-automatic-ports.
434	- Remove debug info from #618 fix.
435
4367 February 2022: Wouter
437	- Fix that TCP interface does not use TLS when TLS is also configured.
438
4394 February 2022: Wouter
440	- Fix #412: cache invalidation issue with CNAME+A.
441
4423 February 2022: Wouter
443	- Fix for #611: Integer overflow in sldns_wire2str_pkt_scan.
444	- Tag for 1.15.0rc1 created. That became 1.15.0 on 10 feb 2022.
445	  The repository continues with version 1.15.1.
446
4472 February 2022: George
448	- Merge PR #532 from Shchelk: Fix: buffer overflow bug.
449	- Merge PR #616: Update ratelimit logic. It also introduces
450	  ratelimit-backoff and ip-ratelimit-backoff configuration options.
451	- Change aggressive-nsec default to yes.
452	- Merge PR #617: Update stub/forward-host notation to accept port and
453	  tls-auth-name.
454	- Update stream_ssl.tdir test to also use the new forward-host
455	  notation.
456
4572 February 2022: Wouter
458	- Update version number in repo to 1.15.0 for upcoming release,
459	  since it changes the aggressive-nsec default and the ratelimit change.
460	- Fix header comment for doxygen for authextstrtoaddr.
461	- please clang analyzer for loop in test code.
462	- Fix docker splint test to use more portable uname.
463	- Update contrib/aaaa-filter-iterator.patch with diff for current
464	  software version.
465
4661 February 2022: George
467	- Merge PR #603 from fobser: Use OpenSSL 1.1 API to access DSA and RSA
468	  internals.
469
47031 January 2022: George
471	- Fix review comment for use-after-free when failing to send UDP out.
472
47331 January 2022: Wouter
474	- iana portlist update.
475
47629 January 2022: George
477	- Fix tls-* and ssl-* documented alternate syntax to also be available
478	  through remote-control and unbound-checkconf.
479	- Better cleanup on failed DoT/DoH listening socket creation.
480
48126 January 2022: George
482	- Fix #599: [FR] RFC 9156 (obsoletes RFC 7816), by noting the new RFC
483	  document.
484
48526 January 2022: Wouter
486	- Test for NSID in SERVFAIL response due to DNSSEC bogus.
487
48825 January 2022: George
489	- Fix #588: Unbound 1.13.2 crashes due to p->pc is NULL in
490	  serviced_udp_callback.
491	- Merge PR #612: TCP race condition.
492
49325 January 2022: Wouter
494	- Fix #610: Undefine-shift in sldns_str2wire_hip_buf.
495
49619 January 2022: George
497	- For dnstap, do not wakeupnow right there. Instead zero the timer to
498	  force the wakeup callback asap.
499
50014 January 2022: George
501	- Merge PR #605:
502	  - Fix EDNS to upstream where the same option could be attached
503	     more than once.
504	  - Add a region to serviced_query for allocations.
505
50614 January 2022: Wouter
507	- Add rpz: for-downstream: yesno option, where the RPZ zone is
508	  authoritatively answered for, so the RPZ zone contents can be
509	  checked with DNS queries directed at the RPZ zone.
510	- For #602: Allow the module-config "subnetcache validator cachedb
511	  iterator".
512
51311 January 2022: George
514	- Fix prematurely terminated TCP queries when a reply has the same ID.
515
5167 January 2022: Wouter
517	- Merge #600 from pemensik: Change file mode before changing file
518	  owner.
519
5205 January 2022: Wouter
521	- Fix for #596: fix that rpz return message is returned and not just
522	  the rcode from the iterator return path. This fixes signal unset RA
523	  after a CNAME.
524	- Fix unit tests for rpz now that the AA flag returns successfully from
525	  the iterator loop.
526	- Fix for #596: add unit test for nsdname trigger and signal unset RA.
527	- Fix for #596: add unit test for nsip trigger and signal unset RA.
528	- Fix #598: Fix unbound-checkconf fatal error: module conf
529	  'respip dns64 validator iterator' is not known to work.
530	- Fix for #596: Fix rpz-signal-nxdomain-ra to work for clientip
531	  triggered operation.
532
5334 January 2022: Wouter
534	- Fix #596: unset the RA bit when a query is blocked by an unbound
535	  RPZ nxdomain reply. The option rpz-signal-nxdomain-ra allows to
536	  signal that a domain is externally blocked to clients when it
537	  is blocked with NXDOMAIN by unsetting RA.
538	- Fix to add test for rpz-signal-nxdomain-ra.
539	- Fix #596: only unset RA when NXDOMAIN is signalled.
540	- Fix that RPZ does not set RD flag on replies, it should be copied
541	  from the query.
542
54322 December 2021: George
544	- contrib/aaaa-filter-iterator.patch file renewed diff content to
545	  apply cleanly to the current coderepo for the current code version.
546
54720 December 2021: George
548	- Fix #591: Unbound-anchor manpage links to non-existent license file.
549
55013 December 2021: George
551	- Add missing configure flags for optional features in the
552	  documentation.
553	- Fix Unbound capitalization in the documentation.
554
55513 December 2021: Wouter
556	- Fix to pick up other class local zone information before unlock.
557
55810 December 2021: George
559	- Allow local-data for classes other than IN to inherit a configured
560	  local-zone's type if possible, instead of defaulting to type
561	  transparent as per the implicit rule.
562
56310 December 2021: Wouter
564	- Add code similar to fix for ldns for tab between strings, for
565	  consistency, the test case was not broken.
566
5676 December 2021: Wouter
568	- Merge PR #581 from fobser: Fix -Wmissing-prototypes and -Wshadow
569	  warnings in rpz.
570	- Fix validator debug output about DS support, print correct algorithm.
571
5723 December 2021: Wouter
573	- Fix compile warning for if_nametoindex on windows 64bit.
574
5751 December 2021: Wouter
576	- configure is set to 1.14.0, and release branch.
577	  This was released as version 1.14.0 on 9 Dec 2021, with the doxygen
578	  fix below included. The main branch continues as 1.14.1.
579	- Fix doc/unbound.doxygen to remove obsolete tag warning.
580
5811 December 2021: George
582	- Merge PR #511 from yan12125: Reduce unnecessary linking.
583	- Merge PR #493 from Jaap: Fix generation of libunbound.pc.
584	- Merge PR #555 from fobser: Allow interface names as scope-id in IPv6
585	  link-local addresses.
586	- Merge PR #562 from Willem: Reset keepalive per new tcp session.
587	- Merge PR #522 from sibeream: memory management violations fixed.
588	- Merge PR #530 from Shchelk: Fix: dereferencing a null pointer.
589	- Fix #454: listen_dnsport.c:825: error: ‘IPV6_TCLASS’ undeclared.
590	- Fix #574: Review fixes for size allocation.
591
59230 November 2021: Wouter
593	- Fix to remove git tracking and ci information from release tarballs.
594	- iana portlist update.
595
59629 November 2021: Wouter
597	- Merge PR #570 from rex4539: Fix typos.
598	- Fix for #570: regen aclocal.m4, fix configure.ac for spelling.
599	- Fix to make python module opt_list use opt_list_in.
600	- Fix #574: unbound-checkconf reports fatal error if interface names
601	  are used as value for interfaces:
602	- Fix #574: Review fixes for it.
603	- Fix #576: [FR] UB_* error codes in unbound.h
604	- Fix #574: Review fix for spelling.
605
60615 November 2021: Tom
607	- Improve EDNS option handling, now also works for synthesised
608	  responses such as local-data and server.id CH TXT responses.
609
6105 November 2021: George
611	- Fix for #558: fix loop in comm_point->tcp_free when a comm_point is
612	  reclaimed more than once during callbacks.
613	- Fix for #558: clear the UB_EV_TIMEOUT bit before adding an event.
614
6155 November 2021: Wouter
616	- Fix that forward-zone name is documented as the full name of the
617	  zone. It is not relative but a fully qualified domain name.
618	- Fix analyzer review failure in rpz action override code to not
619	  crash on unlocking the local zone lock.
620	- Fix to remove unused code from rpz resolve client and action
621	  function.
622	- Merge #565: unbound.service.in: Disable ProtectKernelTunables again.
623
6242 November 2021: Wouter
625	- Fix #552: Unbound assumes index.html exists on RPZ host.
626
62711 October 2021: Wouter
628	- Fix chaos replies to have truncation for short message lengths,
629	  or long reply strings.
630	- Fix to protect custom regional create against small values.
631
6324 October 2021: Wouter
633	- Fix to add example.conf note for outbound-msg-retry.
634
63527 September 2021: Wouter
636	- Implement RFC8375: Special-Use Domain 'home.arpa.'.
637
63821 September 2021: Wouter
639	- For crosscompile on windows, detect 64bit stackprotector library.
640	- Fix crosscompile shell syntax.
641	- Fix crosscompile windows to use libssp when it exists.
642	- For the windows compile script disable gost.
643	- Fix that on windows, use BIO_set_callback_ex instead of deprecated
644	  BIO_set_callback.
645	- Fix crosscompile script for the shared build flags.
646
64720 September 2021: Wouter
648	- Fix crosscompile on windows to work with openssl 3.0.0 the
649	  link with ws2_32 needs -l:libssp.a for __strcpy_chk.
650	  Also copy results from lib64 directory if needed.
651
65210 September 2021: Wouter
653	- Fix initialisation errors reported by gcc sanitizer.
654	- Fix lock debug code for gcc sanitizer reports.
655	- Fix more initialisation errors reported by gcc sanitizer.
656
6578 September 2021: Wouter
658	- Merged #41 from Moritz Schneider: made outbound-msg-retry
659	  configurable.
660	- Small fixes for #41: changelog, conflicts resolved,
661	  processQueryResponse takes an iterator env argument like other
662	  functions in the iterator, no colon in string for set_option,
663	  and some whitespace style, to make it similar to the rest.
664	- Fix for #41: change outbound retry to int to fix signed comparison
665	  warnings.
666	- Fix root_anchor test to check with new icannbundle date.
667
6683 September 2021: Wouter
669	- Fix #538: Fix subnetcache statistics.
670
6711 September 2021: Wouter
672	- Fix tcp fastopen failure when disabled, try normal connect instead.
673
67427 August 2021: Wouter
675	- Fix #533: Negative responses get cached even when setting
676	  cache-max-negative-ttl: 1
677
67825 August 2021: Wouter
679	- Merge #401: RPZ triggers. This add additional RPZ triggers,
680	  unbound supports a full set of rpz triggers, and this now
681	  includes nsdname, nsip and clientip triggers. Also actions
682	  are fully supported, and this now includes the tcp-only action.
683	- Fix #536: error: RPZ: name of record (drop.spamhaus.org.rpz.local.)
684	  to insert into RPZ.
685	- Fix the stream wait stream_wait_count_lock and http2 buffer locks
686	  setup and desetup from race condition.
687	- Fix RPZ locks. Do not unlock zones lock if requested and rpz find
688	  zone does not find the zone. Readlock the clientip that is found
689	  for ipbased triggers. Unlock the nsdname zone lock when done.
690	  Unlock zone and ip in rpz nsip and nsdname callback. Unlock
691	  authzone and localzone if clientip found in rpz worker call.
692	- Fix compile warning in libunbound for listen desetup routine.
693	- Fix asynclook unit test for setup of lockchecks before log.
694
69520 August 2021: Wouter
696	- Fix #529: Fix: log_assert does nothing if UNBOUND_DEBUG is
697	  undefined.
698	- Fix #531: Fix: passed to proc after free.
699
70017 August 2021: Wouter
701	- Fix that --with-ssl can use "/usr/include/openssl11" to pass the
702	  location of a different openssl version.
703	- Fix #527: not sending quad9 cert to syslog (and may be more).
704	- Fix sed script in ssldir split handling.
705
70616 August 2021: George
707	- Merge PR #528 from fobser: Make sldns_str2wire_svcparam_buf()
708	  static.
709
71016 August 2021: Wouter
711	- Fix to support harden-algo-downgrade for ZONEMD dnssec checks.
712
71313 August 2021: Wouter
714	- Support using system-wide crypto policies.
715	- Fix for #431: Squelch permission denied errors for udp connect,
716	  and udp send, they are visible at higher verbosity settings.
717	- Fix zonemd verification of key that is not in DNS but in the zone
718	  and needs a chain of trust.
719	- zonemd, fix order of bogus printout string manipulation.
720
72112 August 2021: George
722	- Merge PR #514, from ziollek: Docker environment for run tests.
723	- For #514: generate configure.
724
72512 August 2021: Wouter
726	- And 1.13.2rc1 became the 1.13.2 with the fix for the python module
727	  build. The current code repository continues with version 1.13.3.
728	- Add test tool readzone to .gitignore.
729	- Merge #521: Update mini_event.c.
730	- Merge #523: fix: free() call more than once with the same pointer.
731	- Merge #519: Support for selective enabling tcp-upstream for
732	  stub/forward zones.
733	- For #519: note stub-tcp-upstream and forward-tcp-upstream in
734	  the example configuration file.
735	- For #519: yacc and lex. And fix python bindings, and test program
736	  unbound-dnstap-socket.
737	- For #519: fix comments for doxygen.
738	- Fix to print error from unbound-anchor for writing to the key
739	  file, also when not verbose.
740
7415 August 2021: Wouter
742	- Tag for 1.13.2rc1 release.
743	- Fix #520: Unbound 1.13.2rc1 fails to build python module.
744
7454 August 2021: George
746	- Merge PR #415 from sibeream: Use
747	  /proc/sys/net/ipv4/ip_local_port_range to determine available outgoing
748	  ports. (New --enable-linux-ip-local-port-range configuration option)
749	- Bump MAX_RESTART_COUNT to 11 from 8; in relation to #438. This
750	  allows longer CNAME chains in Unbound.
751
7524 August 2021: Wouter
753	- In unit test use openssl set security level to allow keys in test.
754	- Fix static analysis warnings about localzone locks that are unused.
755	- Fix missing locks in zonemd unit test.
756	- Fix readzone compile under debug config.
757	- Fix out of sourcedir run of zonemd unit tests.
758	- Fix libnettle zonemd unit test.
759	- Fix unit test zonemd_reload for use in run_vm.
760
7613 August 2021: George
762	- Listen to read or write events after the SSL handshake.
763	  Sticky events on windows would stick on read when write was needed.
764
7653 August 2021: Wouter
766	- Merge PR #517 from dyunwei: #420 breaks the mesh reply list
767	  function that need to reuse the dns answer.
768	- Annotate assertion into error printout; we think it may be an
769	  error, but the situation looks harmless.
770	- Fix sign comparison warning on FreeBSD.
771
7722 August 2021: Wouter
773	- Prepare for OpenSSL 3.0.0 provider API usage, move the sldns
774	  keyraw functions to produce EVP_PKEY results.
775	- Move RSA and DSA to use OpenSSL 3.0.0 API.
776	- Move ECDSA functions to use OpenSSL 3.0.0 API.
777	- iana portlist update.
778	- Fix verbose printout failure in tcp reuse unit test.
779
78030 July 2021: Wouter
781	- Fix #515: Compilation against openssl 3.0.0 beta2 is failing to
782	  build unbound.
783	- For #515: Fix compilation with openssl 3.0.0 beta2, lib64 dir and
784	  SSL_get_peer_certificate.
785	- Move acx_nlnetlabs.m4 to version 41, with lib64 openssl dir check.
786
78726 July 2021: George
788	- Merge #513: Stream reuse, attempt to fix #411, #439, #469. This
789	  introduces a couple of fixes for the stream reuse functionality
790	  that could result in broken internal structures.
791
79226 July 2021: Wouter
793	- Merge #512: unbound.service.in: upgrade hardening to latest
794	  standards.
795	- Fix readzone unknown type print for memory resize.
796
79721 July 2021: Wouter
798	- Fix that ldns_zone_new_frm_fp_l counts the line number for an empty
799	  line after a comment.
800
80116 July 2021: George
802	- Introduce 'http-user-agent:' and 'hide-http-user-agent:' options.
803
80416 July 2021: Wouter
805	- Merge #510 from ndptech: Don't call a function which hasn't been
806	  defined.
807	- Fix for #510: in depth, use ifdefs for windows api event calls.
808	- Fix spelling in doc/unbound.doxygen comment.
809	- Fix spelling in localzone.h comment.
810	- Fix unbound-control local_data and local_datas to print detailed
811	  syntax errors.
812	- review fix to remove duplicate error printout.
813	- Insert header into testcode/readzone.c, it was missing.
814	- Fix from lint for ignored return value.
815	- Fix for older parsers for function call in serve expired get cached.
816
8176 July 2021: Wouter
818	- iana portlist update.
819
8205 July 2021: George
821	- Fix compiler warnings for #491.
822	- Fix clang-analysis warnings for testcode/readzone.c.
823
8244 July 2021: George
825	- Fix Wunused-result compile warnings.
826
8272 July 2021: Tom
828	- Merge PR #491: Add SVCB and HTTPS types and handling according to
829	  draft-ietf-dnsop-svcb-https.
830
8312 July 2021: Wouter
832	- Fix #506: Python Module Seems to Leak Memory if it Experiences an
833	  Unhandled Exception.
834
83525 June 2021: Wouter
836	- Fix up permissions on rpl data file in tests.
837	- Fix testbound newline treatment in moment_read and tempfile write.
838	- Fix configure grep for reuseport default for failure.
839	- Fix compat ctime_r return value
840	- Fix configure does not require pkg-config if not needed.
841	- Fix unit test in the ctime_r calls for autotrust and in testbound.
842	- Fix auth zone download on windows to unlink before rename.
843
84424 June 2021: Wouter
845	- Add analyzer and port compile github workflow.
846
84723 June 2021: Wouter
848	- Fix #503: DNS over HTTPS response truncated.
849	- Fix warnings reported by the gcc analyzer.
850
85121 June 2021: George
852	- Fix #495: Documentation or implementation of "verbosity" option.
853
85418 June 2021: Wouter
855	- Fix a number of warnings reported by the gcc analyzer.
856
85715 June 2021: George
858	- Merge #440 by kimheino: Various fixes to contrib/unbound_munin_ file.
859
86014 June 2021: Wouter
861	- Fix configure nonblocking test and onmingw test to use host.
862
86310 June 2021: Wouter
864	- Fix #500: SPEC file in version 1.13.1 references version 1.4;
865	  unable to build RPM from source.
866	- Fix contrib/unbound.spec, fixed url and comment.
867
8689 June 2021: George
869	- Merge #486 by fobster: Make VAL_MAX_RESTART_COUNT configurable.
870	- Generated lexer and parser for #486; updated example.conf.
871	- Fix #413 (based on patch by k-ronny): unbound: does not compile
872	  on macOS 11.1-x86_64 host.
873	- Use host_os instead of target_os in configure for Darwin8 build.
874
8758 June 2021: George
876	- Fix unused variable warning when compiling with --enable-dnstap.
877
8787 June 2021: George
879	- Merge #448 from shoeper: Update unbound-control.8.in, fix
880	  rpz_disable typo.
881	- Fix #425: Document auth-zone supports communication with DNS
882	  primary on nondefault port.
883
8841 June 2021: George
885	- Fix test for zonemd-check option.
886
88727 May 2021: Wouter
888	- Merge #496 from banburybill: Use build system endianness if
889	  available, otherwise try to work it out.
890	- zonemd-check: yesno option, default no, enables the processing
891	  of ZONEMD records for that zone.
892
89325 May 2021: Wouter
894	- Move the NSEC3 max iterations count in line with the 150 value
895	  used by BIND, Knot and PowerDNS. This sets the default value
896	  for it in the configuration to 150 for all key sizes.
897	- Fix #492: module-config respip missing in unbound.conf.5.in man
898	  page. Merges #494 from he32.
899	- For #492: Fix font highlighting for the man page on emacs.
900
90121 May 2021: Wouter
902	- Test code has -q option for quiet output.
903
90419 May 2021: George
905	- Fix for #411, #439, #469: Reset the DNS message ID when moving queries
906	  between TCP streams.
907	- Refactor for uniform way to produce random DNS message IDs.
908
90917 May 2021: Wouter
910	- Fix #489: Compile using MSYS2 MinGW 64-bit.
911
91212 May 2021: Wouter
913	- Fix that auth-zone zonefiles use last TTL if no TTL is specified.
914
91510 May 2021: Wouter
916	- Merge PR #487: ifdef RLIMIT_AS in recently added check.
917
9187 May 2021: Wouter
919	- Fix #485: Unbound occasionally reports broken stats.
920	- Add ./configure --with-deprecate-rsa-1024 that turns off RSA 1024.
921	- Remove case fallthrough from deprecate-rsa-1024 code.
922
9234 May 2021: George
924	- Fix for #367: only attempt to get the interface for queries that are no
925	  longer on the tcp_waiting_list.
926	- Add more logging for out-of-memory cases.
927
9284 May 2021: Wouter
929	- Merge #478: Allow configuration of TCP timeout while waiting for
930	  response.
931	- Fix to squelch tcp socket bind failures when the interface is gone.
932	- Rerun flex and bison.
933
9343 May 2021: Wouter
935	- Fix #481: Fix comment in configuration file.
936
93729 April 2021: Wouter
938	- Add that log-servfail prints an IP address and more information
939	  about one of the last failures for that query.
940
94128 April 2021: George
942	- Fix compiler warning for signed/unsigned comparison for
943	  max_reuse_tcp_queries.
944
94528 April 2021: Wouter
946	- Fix #474: always_null and others inside view.
947
94826 April 2021: Wouter
949	- Merge #470 from edevil: Allow configuration of persistent TCP
950	  connections.
951
95222 April 2021: Wouter
953	- Merge #466 from FGasper: Support OpenSSLs that lack
954	  SSL_get0_alpn_selected.
955	- Fix #468: OpenSSL 1.0.1 can no longer build Unbound.
956	- Further fix for #468: detect SSL_CTX_set_alpn_protos for build with
957	  OpenSSL 1.0.1.
958	- Fix that testcode dohclient has OpenSSL initialisation calls.
959
96013 April 2021: George
961	- Fix documentation comment for files previously residing in checkconf/.
962	- Remove unused functions worker_handle_reply and libworker_handle_reply.
963
96413 April 2021: Wouter
965	- Fix that nxdomain synthesis does not happen above the stub or
966	  forward definition.
967
96812 April 2021: George
969	- Fix (increase) verbosity level for iterator error log in
970	  processQueryTargets().
971
97212 April 2021: Wouter
973	- Fix permission denied sendto log, squelch the log messages
974	  unless high verbosity is set.
975
9769 April 2021: Wouter
977	- rebuild configure to set EXTRALINK to libunbound.la for #460.
978
9797 April 2021: Wouter
980	- Fix for #411: Depth protect for crash on deleted element timeout.
981
9821 April 2021: Wouter
983	- Merge #460 from orbea: build: Link with the libtool archive.
984	- Fix to stop IPv6 PMTU discovery.
985
98631 March 2021: George
987	- Clean makedist.sh.
988
98931 March 2021: Wouter
990	- Fix stack-protector change to not override other CFLAGS options.
991
99230 March 2021: George
993	- Disable the use of stack-protector for cross compiled 32-bit windows
994	  builds; relates to #444.
995
99625 March 2021: Wouter
997	- Fix #429: Also fix end of transfer for http download of auth zones.
998
99924 March 2021: Wouter
1000	- Fix deprecation test to work for iOS TVOS and WatchOS, it uses
1001	  CFLAGS and CPPFLAGS and also checks if the item is unavailable.
1002	- Travis, fix script to fail when tasks fail.
1003	- Travis, fix warning in ubsan compile.
1004	- Fix configure Targetconfiditionals.h header check, to use compile.
1005	- Fix that cachedb does not produce empty object files when disabled.
1006
100723 March 2021: Wouter
1008	- Travis enable all tests again. Clang analyzer only a couple times,
1009	  when there is a difference. homebrew updates disabled, so it does
1010	  not hang. removed trailing slashes from configure paths. Moved iOS
1011	  tests to allow-failure.
1012	- travis, analyzer disabled on test without debug, that does not
1013	  run anway.  Turn off failing tests except one.  Update iOS test
1014	  to xcode image 12.2.
1015
101622 March 2021: George
1017	- Fix unused-function warning when compiling with --enable-dnscrypt.
1018	- Fix for #367: fix memory leak when cannot bind to listening port.
1019	- Reformat pythonmod/pythonmod_utils.{c,h}.
1020
102122 March 2021: Wouter
1022	- Merge #449 from orbea: build: Add missing linker flags.
1023	- iana portlist update.
1024	- Comment out nonworking OSX and IOS travis tests, vm fails to start.
1025	- Fix compile error in listen_dnsport on Android.
1026	- Fix memory leak reported by asan in rpz SOA record query name.
1027
102819 March 2021: Wouter
1029	- Fix for #447: squelch connection refused tcp connection failures
1030	  from the log, unless verbosity is high.
1031
103217 March 2021: Wouter
1033	- Fix #441: Minimal NSEC range not accepted for top level domains.
1034
103511 March 2021: Wouter
1036	- Fix parse of LOC RR type for decimetres.
1037
10385 March 2021: Wouter
1039	- Workaround for #439: prevent loops in the reuse rbtree.
1040	- Debug output for #411 and #439: printout internal error and details.
1041
10424 March 2021: Wouter
1043	- iana portlist update.
1044	- Fix spurious errors about "Could not generate request: out of
1045	  memory".  The mesh detect cycle routine no longer wrongly stops
1046	  the check when the calling mesh state is unique.
1047
104826 February 2021: George
1049	- Fix for #367: rc_ports don't have ub_sock; skip cleaning up.
1050
105126 February 2021: Wouter
1052	- Fix: Resolve interface names on control-interface too.
1053
105425 February 2021: Wouter
1055	- Merge PR #367 : DNSTAP log local address.  With code from PR #365
1056	  and fixes #368 : dnstap does not log the DNS message ID for
1057	  FORWARDER_QUERY.
1058	- Fix to allow rpz with wildcard that applies to all TLDs at once.
1059
106024 February 2021: George
1061	- Fix #384: (1) A minor request to improve the log (2) A minor bug in one
1062	  log message.
1063	- ipsecmod: Better logging for detecting a cycle when attaching the
1064	  A/AAAA subquery.
1065
106624 February 2021: Wouter
1067	- On startup of unbound it checks if rlimits on memory size look
1068	  sufficient for the configured cache size, and logs warning if not.
1069	- Fix function documentation.
1070	- Fix unit test for added ulimit checks.
1071	- spelling fix in header.
1072
107323 February 2021: Wouter
1074	- Fix for zonemd, that domain-insecure zones work without dnssec.
1075	- Fix for zonemd, do not reject insecure result from trust anchor
1076	  validation step in dnssec chain of trust.
1077
107822 February 2021: Wouter
1079	- Fix #431: Squelch permission denied errors for tcp connect
1080	  and udp connect from the logs, unless at high verbosity.
1081	- Fix for zonemd, that nxdomain for the chain of trust is allowed
1082	  for island zones, it is treated as an insecure zone for verification.
1083
108418 February 2021: Wouter
1085	- Merge PR #317: ZONEMD Zone Verification, with RFC 8976 support.
1086	  ZONEMD records are checked for zones loaded as auth-zone,
1087	  with DNSSEC if available.  There is an added option
1088	  zonemd-permissive-mode that makes it log but not fail wrong zones.
1089	  With zonemd-reject-absence for an auth-zone the presence of a
1090	  zonemd can be mandated for specific zones.
1091	- Fix doxygen and pydoc warnings.
1092	- Fix #429: rpz: url: with https: broken (regression in 1.13.1).
1093	- rpz skip nsec3param records, and nicer log for unsupported actions.
1094
109515 February 2021: Wouter
1096	- Fix #422: IPv6 fallback issues when IPv6 is not properly
1097	  enabled/configured.
1098	- Fix to make tests work with support indicators set for iterator.
1099	- Fix build on Python 3.10.
1100
110110 February 2021: Wouter
1102	- Merge PR #420 from dyunwei: DOH not responsing with
1103	  "http2_query_read_done failure" logged.
1104
11059 February 2021: Wouter
1106	- Fix for Python 3.9, no longer use deprecated functions of
1107	  PyEval_CallObject (now PyObject_Call), PyEval_InitThreads (now
1108	  none), PyParser_SimpleParseFile (now Py_CompileString).
1109
11104 February 2021: Wouter
1111	- release 1.13.1rc2 tag on branch-1.13.1 with added changes of 2 feb.
1112	  This became 1.13.1 release tag on 9 feb.  The main branch is set
1113	  to version 1.13.2.
1114
11152 February 2021: Wouter
1116	- branch-1.13.1 is created, with release-1.13.1rc1 tag.
1117	- Fix dynlibmod link on rhel8 for -ldl inclusion.
1118	- Fix windows dependency on libssp.dll because of default stack
1119	  protector in mingw.
1120	- Fix indentation of root anchor for use by windows install script.
1121
11221 February 2021: George
1123	- Attempt to fix NULL keys in the reuse_tcp tree; relates to #411.
1124
112529 January 2021: Wouter
1126	- Fix for doxygen 1.8.20 compatibility.
1127
112828 January 2021: Wouter
1129	- Annotate that we ignore the return value of if_indextoname.
1130	- Fix to use correct type for label count in rpz routine.
1131	- Fix empty clause warning in config_file nsid parse.
1132	- Fix to use correct type for label count in ipdnametoaddr rpz routine.
1133	- Fix empty clause warning in edns pass for padding.
1134	- Fix fwd ancil test post script when not supported.
1135
113626 January 2021: George
1137	- Merge PR #408 from fobser: Prevent a few more yacc clashes.
1138	- Merge PR #275 from Roland van Rijswijk-Deij: Add feature to return the
1139	  original instead of a decrementing TTL ('serve-original-ttl')
1140	- Merge PR #355 from noloader: Make ICANN Update CA and DS Trust Anchor
1141	  static data.
1142	- Ignore cache blacklisting when trying to reply with expired data from
1143	  cache (#394).
1144
114526 January 2021: Wouter
1146	- Fix compile of unbound-dnstap-socket without dnstap installed.
1147
114822 January 2021: Willem
1149	- Padding of queries and responses with DNS over TLS as specified in
1150	  RFC7830 and RFC8467.
1151
115222 January 2021: George
1153	- Fix TTL of SOA record for negative answers (localzone and
1154	  authzone data) to be the minimum of the SOA TTL and the SOA.MINIMUM.
1155
115619 January 2021: Willem
1157	- Support for RFC5001: DNS Name Server Identifier (NSID) Option
1158	  with the nsid: option in unbound.conf
1159
116018 January 2021: Wouter
1161	- Fix #404: DNS query with small edns bufsize fail.
1162	- Fix declaration before statement and signed comparison warning in
1163	  dns64.
1164
116515 January 2021: Wouter
1166	- Merge #402 from fobser: Implement IPv4-Embedded addresses according
1167	  to RFC6052.
1168
116914 January 2021: Wouter
1170	- Fix for #93: dynlibmodule import library is named libunbound.dll.a.
1171
117213 January 2021: Wouter
1173	- Merge #399 from xiangbao227: The lock of lruhash table should
1174	  unlocked after markdel entry.
1175	- Fix for #93: dynlibmodule link fix for Windows.
1176
117712 January 2021: Wouter
1178	- Fix #397: [Feature request] add new type always_null to local-zone
1179	  similar to always_nxdomain.
1180	- Fix so local zone types always_nodata and always_deny can be used
1181	  from the config file.
1182
11838 January 2021: Wouter
1184	- Merge PR #391 from fhriley: Add start_time to reply callbacks so
1185	  modules can compute the response time.
1186	- For #391: use struct timeval* start_time for callback information.
1187	- For #391: fix indentation.
1188	- For #391: more double casts in python start time calculation.
1189	- Add comment documentation.
1190	- Fix clang analysis warning.
1191
11926 January 2021: Wouter
1193	- Fix #379: zone loading over HTTP appears to have buffer issues.
1194	- Merge PR #395 from mptre: add missing null check.
1195	- Fix #387: client-subnet-always-forward seems to effectively bypass
1196	  any caching?
1197
11985 January 2021: Wouter
1199	- Fix #385: autoconf 2.70 impacts unbound build
1200	- Merge PR #375 by fhriley: Add rpz_enable and rpz_disable commands
1201	  to unbound-control.
1202
12034 January 2021: Wouter
1204	- For #376: Fix that comm point event is not double removed or double
1205	  added to event map.
1206	- iana portlist updated.
1207
120816 December 2020: George
1209	- Fix error cases when udp-connect is set and send() returns an error
1210	  (modified patch from Xin Li @delphij).
1211
121211 December 2020: Wouter
1213	- Fix #371: unbound-control timeout when Unbound is not running.
1214	- Fix to squelch permission denied and other errors from remote host,
1215	  they are logged at higher verbosity but not on low verbosity.
1216	- Merge PR #335 from fobser: Sprinkle in some static to prevent
1217	  missing prototype warnings.
1218	- Merge PR #373 from fobser: Warning: arithmetic on a pointer to void
1219	  is a GNU extension.
1220	- Fix missing prototypes in the code.
1221
12223 December 2020: Wouter
1223	- make depend.
1224	- iana portlist updated.
1225
12262 December 2020: Wouter
1227	- Fix #360: for the additionally reported TCP Fast Open makes TCP
1228	  connections fail, in that case we print a hint that this is
1229	  happening with the error in the logs.
1230	- Fix #356: deadlock when listening tcp.
1231	- Fix unbound-dnstap-socket to not use log routine from interrupt
1232	  handler and not print so frequently when invoked in sequence.
1233	- Fix on windows to ignore connection failure on UDP, unless verbose.
1234	- Fix for #283: fix stream reuse and tcp fast open.
1235	- Fix update, with write event check with streamreuse and fastopen.
1236
12371 December 2020: Wouter
1238	- Fix #358: Squelch udp connect 'no route to host' errors on low
1239	  verbosity.
1240
124130 November 2020: Wouter
1242	- Fix assertion failure on double callback when iterator loses
1243	  interest in query at head of line that then has the tcp stream
1244	  not kept for reuse.
1245	- tag for the 1.13.0rc4 release.  This also became the 1.13.0
1246	  release version on 3 dec 2020 with the streamreuse and fastopen
1247	  fix from 2 dec 2020.  The code repo continues for 1.13.1 in
1248	  development.
1249
125027 November 2020: Wouter
1251	- Fix compile warning for type cast in http2_submit_dns_response.
1252	- Fix when use free buffer to initialize rbtree for stream reuse.
1253	- Fix compile warnings for windows.
1254	- Fix compile warnings in rpz initialization.
1255	- Fix contrib/metrics.awk for FreeBSD awk compatibility.
1256	- tag for the 1.13.0rc3 release.
1257
125826 November 2020: Wouter
1259	- Fix to omit UDP receive errors from log, if verbosity low.
1260	  These happen because of udp-connect.
1261	- For #352: contrib/metrics.awk for Prometheus style metrics output.
1262	- Fix that after failed read, the readagain cannot activate.
1263	- Clear readagain upon decommission of pending tcp structure.
1264
126525 November 2020: Wouter
1266	- with udp-connect ignore connection refused with UDP timeouts.
1267	- Fix udp-connect on FreeBSD, do send calls on connected UDP socket.
1268	- Better fix for reuse tree comparison for is-tls sockets.  Where
1269	  the tree key identity is preserved after cleanup of the TLS state.
1270	- Remove debug commands from reuse tests.
1271	- Fix memory leak for edns client tag opcode config element.
1272	- Attempt fix for libevent state in tcp reuse cases after a packet
1273	  is written.
1274	- Fix readagain and writeagain callback functions for comm point
1275	  cleanup.
1276	- tag for the 1.13.0rc2 release.
1277
127824 November 2020: Wouter
1279	- Merge PR #283 : Stream reuse.  This implements upstream stream
1280	  reuse for performing several queries over the same TCP or TLS
1281	  channel.
1282	- set version of main branch to 1.13.0 for upcoming release.
1283	- iana portlist updated.
1284	- Fix one port unit test for udp-connect.
1285	- tag for the 1.13.0rc1 release.
1286	- Fix crash when TLS connection is closed prematurely, when
1287	  reuse tree comparison is not properly identical to insertion.
1288	- Fix padding of struct regional for 32bit systems.
1289
129023 November 2020: George
1291	- Merge PR #313 from Ralph Dolmans: Replace edns-client-tag with
1292	  edns-client-string option.
1293
129423 November 2020: Wouter
1295	- Merge #351 from dvzrv: Add AF_NETLINK to set of allowed socket
1296	  address families.
1297	- Fix #350: with the AF_NETLINK permission, to fix 1.12.0 error:
1298	  failed to list interfaces: getifaddrs: Address family not
1299	  supported by protocol.
1300	- Fix #347: IP_DONTFRAG broken on Apple xcode 12.2.
1301	- Option to toggle udp-connect, default is enabled.
1302	- Fix for #303 CVE-2020-28935 : Fix that symlink does not interfere
1303	  with chown of pidfile.
1304	- Further fix for it and retvalue 0 fix for it.
1305
130612 November 2020: Wouter
1307	- Fix to connect() to UDP destinations, default turned on,
1308	  this lowers vulnerability to ICMP side channels.
1309	- Retry for interfaces with unused ports if possible.
1310
131110 November 2020: Wouter
1312	- Fix #341: fixing a possible memory leak.
1313	- Fix memory leak after fix for possible memory leak failure.
1314	- Fix #343: Fail to build --with-libnghttp2 with error: 'SSIZE_MAX'
1315	  undeclared.
1316
131727 October 2020: Wouter
1318	- In man page note that tls-cert-bundle is read before permission
1319	  drop and chroot.
1320
132122 October 2020: Wouter
1322	- Fix #333: Unbound Segmentation Fault w/ log_info Functions From
1323	  Python Mod.
1324	- Fix that minimal-responses does not remove addresses from a priming
1325	  query response.
1326
132721 October 2020: George
1328	- Fix #327: net/if.h check fails on some darwin versions; contribution by
1329	  Joshua Root.
1330	- Fix #320: potential memory corruption due to size miscomputation upton
1331	  custom region alloc init.
1332
133321 October 2020: Wouter
1334	- Merge PR #228 : infra-keep-probing option to probe hosts that are
1335	  down.  Add infra-keep-probing: yes option. Hosts that are down are
1336	  probed more frequently.
1337	  With the option turned on, it probes about every 120 seconds,
1338	  eventually after exponential backoff, and that keeps that way. If
1339	  traffic keeps up for the domain. It probes with one at a time, eg.
1340	  one query is allowed to probe, other queries within that 120 second
1341	  interval are turned away.
1342
134319 October 2020: George
1344	- Merge PR #324 from James Renken: Add modern X.509v3 extensions to
1345	  unbound-control TLS certificates.
1346	- Fix for PR #324 to attach the x509v3 extensions to the client
1347	  certificate.
1348
134919 October 2020: Ralph
1350	- local-zone regional allocations outside of chunk
1351
135219 October 2020: Wouter
1353	- Fix that http settings have colon in set_option, for
1354	  http-endpoint, http-max-streams, http-query-buffer-size,
1355	  http-response-buffer-size, and http-nodelay.
1356	- Fix memory leak of https port string when reading config.
1357	- Fix #330: [Feature request] Add unencrypted DNS over HTTPS support.
1358	  This adds the option http-notls-downstream: yesno to change that,
1359	  and the dohclient test code has the -n option.
1360	- Fix python documentation warning on functions.rst inplace_cb_reply.
1361	- Fix dnstap test to wait for log timer to see if queries are logged.
1362	- Log ip address when http session recv fails, eg. due to tls fail.
1363	- Fix to set the tcp handler event toggle flag back to default when
1364	  the handler structure is reused.
1365	- Clean the fix for out of order TCP processing limits on number
1366	  of queries.  It was tested to work.
1367
136816 October 2020: Wouter
1369	- Fix that the out of order TCP processing does not limit the
1370	  number of outstanding queries over a connection.
1371
137215 October 2020: George
1373	- Fix that if there are reply callbacks for the given rcode, those
1374	  are called per reply and a new message created if that was modified
1375	  by the call.
1376	- Pass the comm_reply information to the inplace_cb_reply* functions
1377	  during the mesh state and update the documentation on that.
1378
137915 October 2020: Wouter
1380	- Merge PR #326 from netblue30: DoH: implement content-length
1381	  header field
1382	- DoH content length, simplify code, remove declaration after
1383	  statement and fix cast warning.
1384
138514 October 2020: Wouter
1386	- Fix for python reply callback to see mesh state reply_list member,
1387	  it only removes it briefly for the commpoint call so that it does
1388	  not drop it and attempt to modify the reply list during reply.
1389	- Fix that if there are on reply callbacks, those are called per
1390	  reply and a new message created if that was modified by the call.
1391	- Free up auth zone parse region after use for lookup of host
1392
139313 October 2020: Wouter
1394	- Fix #323: unbound testsuite fails on mock build in systemd-nspawn
1395	  if systemd support is build.
1396
13979 October 2020: Wouter
1398	- Fix dnstap socket and the chroot not applied properly to the dnstap
1399	  socket path.
1400	- Fix warning in libnss compile, nss_buf2dsa is not used without DSA.
1401
14028 October 2020: Wouter
1403	- Tag for 1.12.0 release.
1404	- Current repo is version 1.12.1 in development.
1405	- Fix #319: potential memory leak on config failure, in rpz config.
1406
14071 October 2020: Wouter
1408	- Current repo is version 1.12.0 for release.  Tag for 1.12.0rc1.
1409
141030 September 2020: Wouter
1411	- Fix doh tests when not compiled in.
1412	- Add dohclient test executable to gitignore.
1413	- Fix stream_ssl, ssl_req_order and ssl_req_timeout tests for
1414	  alloc check debug output.
1415	- Easier kill of unbound-dnstap-socket tool in test.
1416	- Fix memory leak of edns tags at libunbound context delete.
1417	- Fix double loopexit for unbound-dnstap-socket after sigterm.
1418
141929 September 2020: Ralph
1420	- DNS Flag Day 2020: change edns-buffer-size default to 1232.
1421
142228 September 2020: Wouter
1423	- Fix unit test for dnstap changes, so that it waits for the timer.
1424
142523 September 2020: Wouter
1426	- Fix #305: dnstap logging significantly affects unbound performance
1427	  (regression in 1.11).
1428	- Fix #305: only wake up thread when threshold reached.
1429	- Fix to ifdef fptr wlist item for dnstap.
1430
143123 September 2020: Ralph
1432	- Fix edns-client-tags get_option typo
1433	- Add edns-client-tag-opcode option
1434	- Use inclusive language in configuration
1435
143621 September 2020: Ralph
1437	- Fix #304: dnstap logging not recovering after dnstap process restarts
1438
143921 September 2020: Wouter
1440	- Merge PR #311 by luismerino: Dynlibmod leak.
1441	- Error message is logged for dynlibmod malloc failures.
1442	- iana portlist updated.
1443
144418 September 2020: Wouter
1445	- Fix that prefer-ip4 and prefer-ip6 can be get and set with
1446	  unbound-control, with libunbound and the unbound-checkconf option
1447	  output function.
1448	- iana portlist updated.
1449
145015 September 2020: George
1451	- Introduce test for statistics.
1452
145315 September 2020: Wouter
1454	- Spelling fix.
1455
145611 September 2020: Wouter
1457	- Remove x file mode on ipset/ipset.c and h files.
1458
14599 September 2020: Wouter
1460	- Fix num.expired statistics output.
1461
146231 August 2020: Wouter
1463	- Merge PR #293: Add missing prototype.  Also refactor to use the new
1464	  shorthand function to clean up the code.
1465	- Refactor to use sock_strerr shorthand function.
1466	- Fix #296: systemd nss-lookup.target is reached before unbound can
1467	  successfully answer queries. Changed contrib/unbound.service.in.
1468
146927 August 2020: Wouter
1470	- Similar to NSD PR#113, implement that interface names can be used,
1471	  eg. something like interface: eth0 is resolved at server start and
1472	  uses the IP addresses for that named interface.
1473	- Review fix, doxygen and assign null in case of error free.
1474
147526 August 2020: George
1476	- Update documentation in python example code.
1477
147824 August 2020: Wouter
1479	- Fix that dnstap reconnects do not spam the log with the repeated
1480	  attempts.  Attempts on the timer are only logged on high verbosity,
1481	  if they produce a connection failure error.
1482	- Fix to apply chroot to dnstap-socket-path, if chroot is enabled.
1483	- Change configure to use EVP_sha256 instead of HMAC_Update for
1484	  openssl-3.0.0.
1485
148620 August 2020: Ralph
1487	- Fix stats double count issue (#289).
1488
148913 August 2020: Ralph
1490	- Create and init edns tags data for libunbound.
1491
149210 August 2020: Ralph
1493	- Merge (modified) PR #277, use EVP_MAC_CTX_set_params if available,
1494	  by Vítězslav Čížek.
1495
149610 August 2020: Wouter
1497	- Fix #287: doc typo: "Additionaly".
1498	- Rerun autoconf
1499
15006 August 2020: Wouter
1501	- Merge PR #284 and Fix #246: Remove DLV entirely from Unbound.
1502	  The DLV has been decommisioned and in unbound 1.5.4, in 2015, there
1503	  was advise to stop using it.  The current code base does not contain
1504	  DLV code any more.  The use of dlv options displays a warning.
1505
15065 August 2020: Wouter
1507	- contrib/aaaa-filter-iterator.patch file renewed diff content to
1508	  apply cleanly to the current coderepo for the current code version.
1509
15105 August 2020: Ralph
1511	- Merge PR #272: Add EDNS client tag functionality.
1512
15134 August 2020: George
1514	- Improve error log message when inserting rpz RR.
1515	- Merge PR #280, Make tvOS & watchOS checks verify truthiness as well as
1516	  definedness, by Felipe Gasper.
1517
15184 August 2020: Wouter
1519	- Fix mini_event.h on OpenBSD cannot find fd_set.
1520
152131 July 2020: Wouter
1522	- Fix doxygen comment for no ssl for tls session ticket key callback
1523	  routine.
1524
152527 July 2020: George
1526	- Merge PR #268, draft-ietf-dnsop-serve-stale-10 has become RFC 8767 on
1527	  March 2020, by and0x000.
1528
152927 July 2020: Ralph
1530	- Merge PR #269, Fix python module len() implementations, by Torbjörn
1531	  Lönnemark
1532
153327 July 2020: Wouter
1534	- branch now named 1.11.1.  1.11.0rc1 became the 1.11.0 release.
1535	- Merge PR #270 from cgzones: munin plugin: always exit 0 in autoconf
1536
153720 July 2020: Wouter
1538	- Fix streamtcp to print packet data to stdout.  This makes the
1539	  stdout and stderr not mix together lines, when parsing its output.
1540	- Fix contrib/fastrpz.patch to apply cleanly.  It fixes for changes
1541	  due to added libdynmod, but it does not compile, it conflicts with
1542	  new rpz code.
1543	- branch now named 1.11.0 and 1.11.0rc1 tag.
1544
154517 July 2020: Wouter
1546	- Fix libnettle compile for session ticket key callback function
1547	  changes.
1548	- Fix lock dependency cycle in rpz zone config setup.
1549
155017 July 2020: Ralph
1551	- Merge PR #234 - Ensure proper alignment of cmsg buffers by Jérémie
1552	  Courrèges-Anglas.
1553	- Fix PR #234 log_assert sizeof to use union buffer.
1554
155516 July 2020: Wouter
1556	- Fix check conf test for referencing installation paths.
1557	- Fix unused variable warning for clang analyzer.
1558
155916 July 2020: George
1560	- Introduce 'include-toplevel:' configuration option.
1561
156216 July 2020: Ralph
1563	- Add bidirectional frame streams support.
1564
15658 July 2020: Wouter
1566	- Fix add missing DSA header, for compilation without deprecated
1567	  OpenSSL APIs.
1568	- Fix to use SSL_CTX_set_tlsext_ticket_key_evp_cb in OpenSSL
1569	  3.0.0-alpha4.
1570	- Longer keys for the test set, this avoids weak crypto errors.
1571
15727 July 2020: Wouter
1573	- Fix #259: Fix unbound-checkconf does not check view existence.
1574	  unbound-checkconf checks access-control-view, access-control-tags,
1575	  access-control-tag-actions and access-control-tag-datas.
1576	- Fix offset of error printout for access-control-tag-datas.
1577	- Review fixes for checkconf #259 change.
1578
15796 July 2020: Wouter
1580	- run_vm cleanup better and removes trailing slash on single argument.
1581
158229 June 2020: Wouter
1583	- Move reply list clean for serve expired mesh callback to after
1584	  the reply is sent, so that script callbacks have reply_info.
1585	- Also move reply list clean for mesh callbacks to the scrip callback
1586	  can see the reply_info.
1587	- Fix for mesh accounting if the reply list already empty to begin
1588	  with.
1589	- Fix for mesh accounting when rpz decides to drop a reply with a
1590	  tcp stream waiting for it.
1591	- Review fix for number of detached states due to use of variable
1592	  after end of loop.
1593	- Fix tcp req info drop due to size call into mesh accounting
1594	  removal of mesh state during mesh send reply.
1595
159624 June 2020: Wouter
1597	- iana portlist updated.
1598	- doxygen file comments for dynlibmodule.
1599
160017 June 2020: Wouter
1601	- Fix default explanation in man page for qname-minimisation-strict.
1602	- Fix display of event loop method with libev.
1603
16048 June 2020: Wouter
1605	- Mention tls name possible when tls is enabled for stub-addr in the
1606	  man page.
1607
160827 May 2020: George
1609	- Merge PR #241 by Robert Edmonds: contrib/libunbound.pc.in: Do not use
1610	  "Requires:".
1611
161225 May 2020: George
1613	- Update contrib/aaaa-filter-iterator.patch for the recent
1614	  generate_sub_request() change and to apply cleanly.
1615
161621 May 2020: George
1617	- Fix for integer overflow when printing RDF_TYPE_TIME.
1618
161919 May 2020: Wouter
1620	- CVE-2020-12662 Unbound can be tricked into amplifying an incoming
1621	  query into a large number of queries directed to a target.
1622	- CVE-2020-12663 Malformed answers from upstream name servers can be
1623	  used to make Unbound unresponsive.
1624	- Release 1.10.1 is 1.10.0 with fixes, code repository continues,
1625	  including those fixes, towards the next release.  Configure has
1626	  version 1.10.2 version number in it.
1627	- For PR #93: windows compile warnings removal
1628	- windows compile warnings removal for ip dscp option code.
1629	- For PR #93: unit test for dynlib module.
1630
163118 May 2020: Wouter
1632	- For PR #93: dynlibmod can handle reloads and deinit and inits again,
1633	  with dlclose and dlopen of the library again.  Also for multiple
1634	  modules.  Fix memory leak by not closing dlopened content.  Fix
1635	  to allow one dynlibmod instance by unbound-checkconf.
1636	- For PR #93: checkconf allows multiple dynlib in module-config, for
1637	  a couple cases.
1638	- For PR #93: checkconf allows python dynlib in module-config, for
1639	  a couple cases.
1640	- For PR #93: man page spelling reference fix.
1641	- For PR #93: fix link of other executables for dynlibmod dependency.
1642
164315 May 2020: Wouter
1644	- Merge PR #93: Add dynamic library support.
1645	- Fixed conflicts for PR #93 and make configure, yacc, lex.
1646	- For PR #93: Fix warnings for dynlibmodule.
1647
164815 May 2020: Ralph
1649	- Cache ECS answers with longest scope of CNAME chain.
1650
165122 April 2020: George
1652	- Explicitly use 'rrset-roundrobin: no' for test cases.
1653
165421 April 2020: Wouter
1655	- Merge #225 from akhait: KSK-2010 has been revoked. It removes the
1656	  KSK-2010 from the default list in unbound-anchor, now that the
1657	  revocation period is over.  KSK-2017 is the only trust anchor in
1658	  the shipped default now.
1659
166021 April 2020: George
1661	- Change default value for 'rrset-roundrobin' to yes.
1662	- Fix tests for new rrset-roundrobin default.
1663
166420 April 2020: Wouter
1665	- Fix #222: --enable-rpath, fails to rpath python lib.
1666	- Fix for count of reply states in the mesh.
1667	- Remove unneeded was_mesh_reply check.
1668
166917 April 2020: George
1670	- Add SNI support on more TLS connections (fixes #193).
1671	- Add SNI support to unbound-anchor.
1672
167316 April 2020: George
1674	- Add doxygen documentation for DSCP.
1675
167616 April 2020: Wouter
1677	- Fix help return code in unbound-control-setup script.
1678	- Fix for posix shell syntax for trap in nsd-control-setup.
1679	- Fix for posix shell syntax for trap in run_msg.sh test script.
1680
168115 April 2020: George
1682	- Fix #220: auth-zone section in config may lead to segfault.
1683
16847 April 2020: Wouter
1685	- Merge PR #214 from gearnode: unbound-control-setup recreate
1686	  certificates.  With the -r option the certificates are created
1687	  again, without it, only the files that do not exist are created.
1688
16896 April 2020: Ralph
1690	- Keep track of number of timeouts. Use this counter to determine if
1691	  capsforid fallback should be started.
1692
16936 April 2020: George
1694	- More documentation for redis-expire-records option.
1695
16961 April 2020: George
1697	- Merge PR #206: Redis TTL, by Talkabout.
1698
169930 March 2020: Wouter
1700	- Merge PR #207: Clarify if-automatic listens on 0.0.0.0 and ::
1701	- Merge PR #208: Fix uncached CLIENT_RESPONSE'es on stateful
1702	  transports.
1703
170427 March 2020: Wouter
1705	- Merge PR #203 from noloader: Update README-Travis.md with current
1706	  procedures.
1707
170827 March 2020: Ralph
1709	- Make unbound-control error returned on missing domain name more user
1710	  friendly.
1711
171226 March 2020: Ralph
1713	- Fix RPZ concurrency issue when using auth_zone_reload.
1714
171525 March 2020: George
1716	- Merge PR #201 from noloader: Fix OpenSSL cross-compaile warnings.
1717	- Fix on #201.
1718
171924 March 2020: Wouter
1720	- Merge PR #200 from yarikk: add ip-dscp option to specify the DSCP
1721	  tag for outgoing packets.
1722	- Fixes on #200.
1723	- Travis fix for ios by omitting tools from install.
1724
172523 March 2020: Wouter
1726	- Fix compile on Solaris for unbound-checkconf.
1727
172820 March 2020: George
1729	- Merge PR #198 from fobser: Declare lz_enter_rr_into_zone() static, it's
1730	  only used in this file.
1731
173220 March 2020: Wouter
1733	- Merge PR #197 from fobser: Make log_ident_revert_to_default() a
1734	  proper prototype.
1735
173619 March 2020: Ralph
1737	- Merge PR#191: Update iOS testing on Travis, by Jeffrey Walton.
1738	- Fix #158: open tls-session-ticket-keys as binary, for Windows. By
1739	  Daisuke HIGASHI.
1740	- Merge PR#134, Allow the kernel to provide random source ports. By
1741	  Florian Obser.
1742	- Log warning when using outgoing-port-permit and outgoing-port-avoid
1743	  while explicit port randomisation is disabled.
1744	- Merge PR#194: Add libevent testing to Travis, by Jeffrey Walton.
1745	- Fix .travis.yml error, missing 'env' option.
1746
174716 March 2020: Wouter
1748	- Fix #192: In the unbound-checkconf tool, the module config of
1749	  dns64 subnetcache respip validator iterator is whitelisted, it was
1750	  reported it seems to work.
1751
175212 March 2020: Wouter
1753	- Fix compile of test tools without protobuf.
1754
175511 March 2020: Ralph
1756	- Add check to make sure RPZ records are subdomains of configured
1757	  zone origin.
1758
175911 March 2020: George
1760	- Fix #189: mini_event.h:142:17: error: field 'ev_timeout' has incomplete
1761	  type, by noloader.
1762	- Changelog entry for (Fix #189, Merge PR #190).
1763
176411 March 2020: Wouter
1765	- Fix #188: unbound-control.c:882:6: error: 'execlp' is
1766	  unavailable: not available on tvOS.
1767
17686 March 2020: George
1769	- Merge PR #186, fix #183: Fix unrecognized 'echo -n' option on OS X, by
1770	  noloader
1771
17725 March 2020: Wouter
1773	- Fix PR #182 from noloader: Add iOS testing to Travis.
1774
17754 March 2020: Ralph
1776	- Update README-Travis.md (from PR #179), by Jeffrey Walton.
1777
17784 March 2020: George
1779	- Merge PR #181 from noloader: Fix OpenSSL -pie warning on Android.
1780
17814 March 2020: Wouter
1782	- Merge PR #180 from noloader: Avoid calling exit in Travis script.
1783
17843 March 2020: George
1785	- Upgrade config.guess(2020-01-01) and config.sub(2020-01-01).
1786
17872 March 2020: Ralph
1788	- Fix #175, Merge PR #176: fix link error when OpenSSL is configured
1789 	  with no-engine, thanks noloader.
1790
17912 March 2020: George
1792	- Fix compiler warning in dns64/dns64.c
1793	- Merge PR #174: Add Android to Travis testing, by noloader.
1794	- Move android build scripts to contrib/ and allow android tests to fail.
1795
17962 March 2020: Wouter
1797	- Fix #177: dnstap does not build on macOS.
1798
179928 February 2020: Ralph
1800	- Merge PR #172: Add IBM s390x arch for testing, by noloader.
1801
180228 February 2020: Wouter
1803	- Merge PR #173: updated makedist.sh for config.guess and
1804	  config.sub and sha256 digest for gpg, by noloader.
1805	- Merge PR #164: Framestreams, this branch implements dnstap
1806	  unidirectional connectivity in unbound. This has a number of
1807	  new features.
1808
1809	  The dependency on libfstrm is removed. The fstrm protocol code
1810	  resides in dnstap/dnstap_fstrm.h and dnstap/dnstap_fstrm.c. This
1811	  contains a brief definition of what unbound needs.
1812
1813	  The make unbound-dnstap-socket builds a debug tool,
1814	  unbound-dnstap-socket. It can listen, accept multiple DNSTAP
1815	  streams and print information. Commandline options control it.
1816
1817	  Unbound can reconnect if the unix domain socket file socket is
1818	  closed. This uses exponential backoff after which it uses a
1819	  one second timer to throttle cpu down. There is also support
1820	  to use TCP and TLS for connecting to the log server. There
1821	  are new config options to turn them on, in the dnstap section
1822	  in the man page and example config file. dnstap-ip with IP
1823	  address of server for TCP or TLS use. dnstap-tls to turn
1824	  on TLS. And dnstap-tls-server-name, dnstap-tls-cert-bundle,
1825	  dnstap-tls-client-key-file and dnstap-tls-client-cert-file
1826	  to configure the certificates for server authentication and
1827	  client authentication, or leave at "" to not use that.
1828
182927 February 2020: George
1830	- Merge PR #171: Add additional compilers and platforms to Travis
1831	  testing, by noloader.
1832
183327 February 2020: Wouter
1834	- Fix #169: Fix warning for daemon/remote.c output may be truncated
1835	  from snprintf.
1836	- Fix #170: Fix gcc undefined sanitizer signed integer overflow
1837	  warning in signature expiry RFC1982 serial number arithmetic.
1838	- Fix more undefined sanitizer issues, in respip copy_rrset null
1839	  dname, and in the client_info_compare routine for null memcmp.
1840
184126 February 2020: Wouter
1842	- iana portlist updated.
1843
184425 February 2020: Wouter
1845	- Fix #165: Add prefer-ip4: yesno config option to prefer ipv4 for
1846	  using ipv4 filters, because the hosts ip6 netblock /64 is not owned
1847	  by one operator, and thus reputation is shared.
1848
184924 February 2020: George
1850	- Merge PR #166: Fix typo in unbound.service.in, by glitsj16.
1851
185220 February 2020: Wouter
1853	- Updated contrib/unbound_smf23.tar.gz with Solaris SMF service for
1854	  Unbound from Yuri Voinov.
1855	- master branch has 1.10.1 version.
1856
185718 February 2020: Wouter
1858	- protect X509_CHECK_FLAG_NO_PARTIAL_WILDCARDS with ifdef for
1859	  different openssl versions.
1860
186117 February 2020: Wouter
1862	- changelog point where the tag for 1.10.0rc2 release is.  And with
1863	  the unbound_smf23 commit added to it, that is the 1.10.0 release.
1864
186517 February 2020: Ralph
1866	- Add respip to supported module-config options in unbound-checkconf.
1867
186817 February 2020: George
1869	- Remove unused variable.
1870
187117 February 2020: Wouter
1872	- contrib/drop2rpz: perl script that converts the Spamhaus DROP-List
1873	  in RPZ-Format, contributed by Andreas Schulze.
1874
187514 February 2020: Wouter
1876	- Fix spelling in unbound.conf.5.in.
1877	- Stop unbound-checkconf from insisting that auth-zone and rpz
1878	  zonefiles have to exist.  They can not exist, and download later.
1879
188013 February 2020: Wouter
1881	- tag for 1.10.0rc1 release.
1882
188312 February 2020: Wouter
1884	- Fix with libnettle make test with dsa disabled.
1885	- Fix contrib/fastrpz.patch to apply cleanly.  Fix for serve-stale
1886	  fixes, but it does not compile, conflicts with new rpz code.
1887	- Fix to clean memory leak of respip_addr.lock when ip_tree deleted.
1888	- Fix compile warning when threads disabled.
1889	- updated version number to 1.10.0.
1890
189110 February 2020: George
1892	- Document 'ub_result.was_ratelimited' in libunbound.
1893	- Fix use after free on log-identity after a reload; Fixes #163.
1894
18956 February 2020: George
1896	- Fix num_reply_states and num_detached_states counting with
1897	  serve_expired_callback.
1898	- Cleaner code in mesh_serve_expired_lookup.
1899	- Document in unbound.conf manpage that configuration clauses can be
1900	  repeated in the configuration file.
1901
19026 February 2020: Wouter
1903	- Fix num_reply_addr counting in mesh and tcp drop due to size
1904	  after serve_stale commit.
1905	- Fix to create and destroy rpz_lock in auth_zones structure.
1906	- Fix to lock zone before adding rpz qname trigger.
1907	- Fix to lock and release once in mesh_serve_expired_lookup.
1908	- Fix to put braces around empty if body when threading is disabled.
1909
19105 February 2020: George
1911	- Added serve-stale functionality as described in
1912	  draft-ietf-dnsop-serve-stale-10. `serve-expired-*` options can be used
1913	  to configure the behavior.
1914	- Updated cachedb to honor `serve-expired-ttl`; Fixes #107.
1915	- Renamed statistic `num.zero_ttl` to `num.expired` as expired replies
1916	  come with a configurable TTL value (`serve-expired-reply-ttl`).
1917	- Fixed stats when replying with cached, cname-aliased records.
1918	- Added missing default values for redis cachedb backend.
1919
19203 February 2020: Ralph
1921	- Add assertion to please static analyzer
1922
192331 January 2020: Wouter
1924	- Fix fclose on error in TLS session ticket code.
1925
192630 January 2020: Ralph
1927	- Fix memory leak in error condition remote.c
1928	- Fix double free in error condition view.c
1929	- Fix memory leak in do_auth_zone_transfer on success
1930	- Merge RPZ support into master. Only QNAME and Response IP triggers are
1931	  supported.
1932	- Stop working on socket when socket() call returns an error.
1933	- Check malloc return values in TLS session ticket code
1934
193530 January 2020: Wouter
1936	- Fix subnet tests for disabled DSA algorithm by default.
1937	- Update contrib/fastrpz.patch for clean diff with current code.
1938	- Merge PR#151: Fixes for systemd units, by Maryse47, Edmonds
1939	  and Frzk.  Updates the unbound.service systemd file and adds
1940	  a portable systemd service file.
1941	- updated .gitignore for added contrib file.
1942	- Add build rule for ipset to Makefile
1943	- Add getentropy_freebsd.o to Makefile dependencies.
1944
194529 January 2020: Ralph
1946	- Merge PR#156 from Alexander Berkes; Added unbound-control
1947	  view_local_datas_remove command.
1948
194929 January 2020: Wouter
1950	- Fix #157: undefined reference to `htobe64'.
1951
195228 January 2020: Ralph
1953	- Merge PR#147; change rfc reference for reserved top level dns names.
1954
195528 January 2020: Wouter
1956	- iana portlist updated.
1957	- Fix to silence the tls handshake errors for broken pipe and reset
1958	  by peer, unless verbosity is set to 2 or higher.
1959
196027 January 2020: Ralph
1961	- Merge PR#154; Allow use of libbsd functions with configure option
1962	  --with-libbsd. By Robert Edmonds and Steven Chamberlain.
1963	- Merge PR#148; Add some TLS stats to unbound_munin_. By Fredrik Pettai.
1964
196527 January 2020: Wouter
1966	- Merge PR#155 from Robert Edmonds: contrib/libunbound.pc.in: Fixes
1967	  to Libs/Requires for crypto library dependencies.
1968	- Fix #153: Disable validation for DSA algorithms.  RFC 8624
1969	  compliance.
1970
197123 January 2020: Wouter
1972	- Merge PR#150 from Frzk: Systemd unit without chroot.  It add
1973	  contrib/unbound_nochroot.service.in, a systemd file for use with
1974	  chroot: "", see comments in the file, it uses systemd protections
1975	  instead.
1976
197714 January 2020: Wouter
1978	- Removed the dnscrypt_queries and dnscrypt_queries_chacha tests,
1979	  because dnscrypt-proxy (2.0.36) does not support the test setup
1980	  any more, and also the config file format does not seem to have
1981	  the appropriate keys to recreate that setup.
1982	- Fix crash after reload where a stats lookup could reference old key
1983	  cache and neg cache structures.
1984	- Fix for memory leak when edns subnet config options are read when
1985	  compiled without edns subnet support.
1986	- Fix auth zone support for NSEC3 records without salt.
1987
198810 January 2020: Wouter
1989	- Fix the relationship between serve-expired and prefetch options,
1990	  patch from Saksham Manchanda from Secure64.
1991	- Fix unreachable code in ssl set options code.
1992
19938 January 2020: Ralph
1994	- Fix #138: stop binding pidfile inside chroot dir in systemd service
1995	  file.
1996
19978 January 2020: Wouter
1998	- Fix 'make test' to work for --disable-sha1 configure option.
1999	- Fix out-of-bounds null-byte write in sldns_bget_token_par while
2000	  parsing type WKS, reported by Luis Merino from X41 D-Sec.
2001	- Updated sldns_bget_token_par fix for also space for the zero
2002	  delimiter after the character.  And update for more spare space.
2003
20046 January 2020: George
2005	- Downgrade compat/getentropy_solaris.c to version 1.4 from OpenBSD.
2006	  The dl_iterate_phdr() function introduced in newer versions raises
2007	  compilation errors on solaris 10.
2008	- Changes to compat/getentropy_solaris.c for,
2009	  ifdef stdint.h inclusion for older systems.
2010	  ifdef sha2.h inclusion for older systems.
2011
20126 January 2020: Wouter
2013	- Merge #135 from Florian Obser: Use passed in neg and key cache
2014	  if non-NULL.
2015	- Fix #140: Document slave not downloading new zonefile upon update.
2016
201716 December 2019: George
2018	- Update mailing list URL.
2019
202012 December 2019: Ralph
2021	- Master is 1.9.7 in development.
2022	- Fix typo to let serve-expired-ttl work with ub_ctx_set_option(), by
2023	  Florian Obser
2024
202510 December 2019: Wouter
2026	- Fix to make auth zone IXFR to fallback to AXFR if a single
2027	  response RR is received over TCP with the SOA in it.
2028
20296 December 2019: Wouter
2030	- Fix ipsecmod compile.
2031	- Fix Makefile.in for ipset module compile, from Adi Prasaja.
2032	- release-1.9.6 tag, which became the 1.9.6 release
2033
20345 December 2019: Wouter
2035	- unbound-fuzzers.tar.bz2: three programs for fuzzing, that are 1:1
2036	  replacements for unbound-fuzzme.c that gets created after applying
2037	  the contrib/unbound-fuzzme.patch.  They are contributed by
2038	  Eric Sesterhenn from X41 D-Sec.
2039	- tag for 1.9.6rc1.
2040
20414 December 2019: Wouter
2042	- Fix lock type for memory purify log lock deletion.
2043	- Fix testbound for alloccheck runs, memory purify and lock checks.
2044	- update contrib/fastrpz.patch to apply more cleanly.
2045	- Fix Make Test Fails when Configured With --enable-alloc-nonregional,
2046	  reported by X41 D-Sec.
2047
20483 December 2019: Wouter
2049	- Merge pull request #124 from rmetrich: Changed log lock
2050	  from 'quick' to 'basic' because this is an I/O lock.
2051	- Fix text around serial arithmatic used for RRSIG times to refer
2052	  to correct RFC number.
2053	- Fix Assert Causing DoS in synth_cname(),
2054	  reported by X41 D-Sec.
2055	- Fix similar code in auth_zone synth cname to add the extra checks.
2056	- Fix Assert Causing DoS in dname_pkt_copy(),
2057	  reported by X41 D-Sec.
2058	- Fix OOB Read in sldns_wire2str_dname_scan(),
2059	  reported by X41 D-Sec.
2060	- Fix Out of Bounds Write in sldns_str2wire_str_buf(),
2061	  reported by X41 D-Sec.
2062	- Fix Out of Bounds Write in sldns_b64_pton(),
2063	  fixed by check in sldns_str2wire_int16_data_buf(),
2064	  reported by X41 D-Sec.
2065	- Fix Insufficient Handling of Compressed Names in dname_pkt_copy(),
2066	  reported by X41 D-Sec.
2067	- Fix Out of Bound Write Compressed Names in rdata_copy(),
2068	  reported by X41 D-Sec.
2069	- Fix Hang in sldns_wire2str_pkt_scan(),
2070	  reported by X41 D-Sec.
2071	  This further lowers the max to 256.
2072	- Fix snprintf() supports the n-specifier,
2073	  reported by X41 D-Sec.
2074	- Fix Bad Indentation, in dnscrypt.c,
2075	  reported by X41 D-Sec.
2076	- Fix Client NONCE Generation used for Server NONCE,
2077	  reported by X41 D-Sec.
2078	- Fix compile error in dnscrypt.
2079	- Fix _vfixed not Used, removed from sbuffer code,
2080	  reported by X41 D-Sec.
2081	- Fix Hardcoded Constant, reported by X41 D-Sec.
2082	- make depend
2083
20842 December 2019: Wouter
2085	- Merge pull request #122 from he32: In tcp_callback_writer(),
2086	  don't disable time-out when changing to read.
2087
208822 November 2019: George
2089	- Fix compiler warnings.
2090
209122 November 2019: Wouter
2092	- Fix dname loop maximum, reported by Eric Sesterhenn from X41 D-Sec.
2093	- Add make distclean that removes everything configure produced,
2094	  and make maintainer-clean that removes bison and flex output.
2095
209620 November 2019: Wouter
2097	- Fix Out of Bounds Read in rrinternal_get_owner(),
2098	  reported by X41 D-Sec.
2099	- Fix Race Condition in autr_tp_create(),
2100	  reported by X41 D-Sec.
2101	- Fix Shared Memory World Writeable,
2102	  reported by X41 D-Sec.
2103	- Adjust unbound-control to make stats_shm a read only operation.
2104	- Fix Weak Entropy Used For Nettle,
2105	  reported by X41 D-Sec.
2106	- Fix Randomness Error not Handled Properly,
2107	  reported by X41 D-Sec.
2108	- Fix Out-of-Bounds Read in dname_valid(),
2109	  reported by X41 D-Sec.
2110	- Fix Config Injection in create_unbound_ad_servers.sh,
2111	  reported by X41 D-Sec.
2112	- Fix Local Memory Leak in cachedb_init(),
2113	  reported by X41 D-Sec.
2114	- Fix Integer Underflow in Regional Allocator,
2115	  reported by X41 D-Sec.
2116	- Upgrade compat/getentropy_linux.c to version 1.46 from OpenBSD.
2117	- Synchronize compat/getentropy_win.c with version 1.5 from
2118	  OpenBSD, no changes but makes the file, comments, identical.
2119	- Upgrade compat/getentropy_solaris.c to version 1.13 from OpenBSD.
2120	- Upgrade compat/getentropy_osx.c to version 1.12 from OpenBSD.
2121	- Changes to compat/getentropy files for,
2122	  no link to openssl if using nettle, and hence config.h for
2123	  HAVE_NETTLE variable.
2124	  compat definition of MAP_ANON, for older systems.
2125	  ifdef stdint.h inclusion for older systems.
2126	  ifdef sha2.h inclusion for older systems.
2127	- Fixed Compat Code Diverging from Upstream, reported by X41 D-Sec.
2128	- Fix compile with --enable-alloc-checks, reported by X41 D-Sec.
2129	- Fix Terminating Quotes not Written, reported by X41 D-Sec.
2130	- Fix Useless memset() in validator, reported by X41 D-Sec.
2131	- Fix Unrequired Checks, reported by X41 D-Sec.
2132	- Fix Enum Name not Used, reported by X41 D-Sec.
2133	- Fix NULL Pointer Dereference via Control Port,
2134	  reported by X41 D-Sec.
2135	- Fix Bad Randomness in Seed, reported by X41 D-Sec.
2136	- Fix python examples/calc.py for eval, reported by X41 D-Sec.
2137	- Fix comments for doxygen in dns64.
2138
213919 November 2019: Wouter
2140	- Fix CVE-2019-18934, shell execution in ipsecmod.
2141	- 1.9.5 is 1.9.4 with bugfix, trunk is 1.9.6 in development.
2142	- Fix authzone printout buffer length check.
2143	- Fixes to please lint checks.
2144	- Fix Integer Overflow in Regional Allocator,
2145	  reported by X41 D-Sec.
2146	- Fix Unchecked NULL Pointer in dns64_inform_super()
2147	  and ipsecmod_new(), reported by X41 D-Sec.
2148	- Fix Out-of-bounds Read in rr_comment_dnskey(),
2149	  reported by X41 D-Sec.
2150	- Fix Integer Overflows in Size Calculations,
2151	  reported by X41 D-Sec.
2152	- Fix Integer Overflow to Buffer Overflow in
2153	  sldns_str2wire_dname_buf_origin(), reported by X41 D-Sec.
2154	- Fix Out of Bounds Read in sldns_str2wire_dname(),
2155	  reported by X41 D-Sec.
2156	- Fix Out of Bounds Write in sldns_bget_token_par(),
2157	  reported by X41 D-Sec.
2158
215918 November 2019: Wouter
2160	- In unbound-host use separate variable for get_option to please
2161	  code checkers.
2162	- update to bison output of 3.4.1 in code repository.
2163	- Provide a prototype for compat malloc to remove compile warning.
2164	- Portable grep usage for reuseport configure test.
2165	- Check return type of HMAC_Init_ex for openssl 0.9.8.
2166	- gitignore .source tempfile used for compatible make.
2167
216813 November 2019: Wouter
2169	- iana portlist updated.
2170	- contrib/fastrpz.patch updated to apply for current code.
2171	- fixes for splint cleanliness, long vs int in SSL set_mode.
2172
217311 November 2019: Wouter
2174	- Fix #109: check number of arguments for stdin-pipes in
2175	  unbound-control and fail if too many arguments.
2176	- Merge #102 from jrtc27: Add getentropy emulation for FreeBSD.
2177
217824 October 2019: Wouter
2179	- Fix #99: Memory leak in ub_ctx (event_base will never be freed).
2180
218123 October 2019: George
2182	- Add new configure option `--enable-fully-static` to enable full static
2183	  build if requested; in relation to #91.
2184
218523 October 2019: Wouter
2186	- Merge #97: manpage: Add missing word on unbound.conf,
2187	  from Erethon.
2188
218922 October 2019: Wouter
2190	- drop-tld.diff: adds option drop-tld: yesno that drops 2 label
2191	  queries, to stop random floods.  Apply with
2192	  patch -p1 < contrib/drop-tld.diff and compile.
2193	  From Saksham Manchanda (Secure64).  Please note that we think this
2194	  will drop DNSKEY and DS lookups for tlds and hence break DNSSEC
2195	  lookups for downstream clients.
2196
21977 October 2019: Wouter
2198	- Add doxygen comments to unbound-anchor source address code, in #86.
2199
22003 October 2019: Wouter
2201	- Merge #90 from vcunat: fix build with nettle-3.5.
2202	- Merge 1.9.4 release with fix for vulnerability CVE-2019-16866.
2203	- Continue with development of 1.9.5.
2204	- Merge #86 from psquarejho: Added -b source address option to
2205	  smallapp/unbound-anchor.c, from Lukas Wunner.
2206
220726 September 2019: Wouter
2208	- Merge #87 from hardfalcon: Fix contrib/unbound.service.in,
2209	  Drop CAP_KILL, use + prefix for ExecReload= instead.
2210
221125 September 2019: Wouter
2212	- The unbound.conf includes are sorted ascending, for include
2213	  statements with a '*' from glob.
2214
221523 September 2019: Wouter
2216	- Merge #85 for #84 from sam-lunt: Add kill capability to systemd
2217	  service file to fix that systemctl reload fails.
2218
221920 September 2019: Wouter
2220	- Merge #82 from hardfalcon: Downgrade CAP_NET_ADMIN to CAP_NET_RAW
2221	  in unbound.service.
2222	- Merge #81 from Maryse47: Consistently use /dev/urandom instead
2223	  of /dev/random in scripts and docs.
2224	- Merge #83 from Maryse47: contrib/unbound.service.in: do not fork
2225	  into the background.
2226
222719 September 2019: Wouter
2228	- Fix #78: Memory leak in outside_network.c.
2229	- Merge pull request #76 from Maryse47: Improvements and fixes for
2230	  systemd unbound.service.
2231	- oss-fuzz badge on README.md.
2232	- Fix fix for #78 to also free service callback struct.
2233	- Fix for oss-fuzz build warning.
2234	- Fix wrong response ttl for prepended short CNAME ttls, this would
2235	  create a wrong zero_ttl response count with serve-expired enabled.
2236	- Merge #80 from stasic: Improve wording in man page.
2237
223811 September 2019: Wouter
2239	- Use explicit bzero for wiping clear buffer of hash in cachedb,
2240	  reported by Eric Sesterhenn from X41 D-Sec.
2241
22429 September 2019: Wouter
2243	- Fix #72: configure --with-syslog-facility=LOCAL0-7 with default
2244	  LOG_DAEMON (as before) can set the syslog facility that the server
2245	  uses to log messages.
2246
22474 September 2019: Wouter
2248	- Fix #71: fix openssl error squelch commit compilation error.
2249
22503 September 2019: Wouter
2251	- squelch DNS over TLS errors 'ssl handshake failed crypto error'
2252	  on low verbosity, they show on verbosity 3 (query details), because
2253	  there is a high volume and the operator cannot do anything for the
2254	  remote failure.  Specifically filters the high volume errors.
2255
22562 September 2019: Wouter
2257	- ipset module #28: log that an address is added, when verbosity high.
2258	- ipset: refactor long routine into three smaller ones.
2259	- updated Makefile dependencies.
2260
226123 August 2019: Wouter
2262	- Fix contrib/fastrpz.patch asprintf return value checks.
2263
226422 August 2019: Wouter
2265	- Fix that pkg-config is setup before --enable-systemd needs it.
2266	- 1.9.3rc2 release candidate tag.  And this became the 1.9.3 release.
2267	  Master is 1.9.4 in development.
2268
226921 August 2019: Wouter
2270	- Fix log_dns_msg to log irrespective of minimal responses config.
2271
227219 August 2019: Ralph
2273	- Document limitation of pidfile removal outside of chroot directory.
2274
227516 August 2019: Wouter
2276	- Fix unittest valgrind false positive uninitialised value report,
2277	  where if gcc 9.1.1 uses -O2 (but not -O1) then valgrind 3.15.0
2278	  issues an uninitialised value for the token buffer at the str2wire.c
2279	  rrinternal_get_owner() strcmp with the '@' value.  Rewritten to use
2280	  straight character comparisons removes the false positive.  Also
2281	  valgrinds --expensive-definedness-checks=yes can stop this false
2282	  positive.
2283	- Please doxygen's parser for "@" occurrence in doxygen comment.
2284	- Fixup contrib/fastrpz.patch
2285	- Remove warning about unknown cast-function-type warning pragma.
2286
228715 August 2019: Wouter
2288	- iana portlist updated.
2289	- Fix autotrust temp file uniqueness windows compile.
2290	- avoid warning about upcast on 32bit systems for autotrust.
2291	- escape commandline contents for -V.
2292	- Fix character buffer size in ub_ctx_hosts.
2293	- 1.9.3rc1 release candidate tag.
2294	- Option -V prints if TCP fastopen is available.
2295
229614 August 2019: George
2297	- Fix #59, when compiled with systemd support check that we can properly
2298	  communicate with systemd through the `NOTIFY_SOCKET`.
2299
230014 August 2019: Wouter
2301	- Generate configlexer with newer flex.
2302	- Fix warning for unused variable for compilation without systemd.
2303
230412 August 2019: George
2305	- Introduce `-V` option to print the version number and build options.
2306	  Previously reported build options like linked libs and linked modules
2307	  are now moved from `-h` to `-V` as well for consistency.
2308	- PACKAGE_BUGREPORT now also includes link to GitHub issues.
2309
23101 August 2019: Wouter
2311	- For #52 #53, second context does not close logfile override.
2312	- Fix #52 #53, fix for example fail program.
2313	- Fix to return after failed auth zone http chunk write.
2314	- Fix to remove unused test for task_probe existance.
2315	- Fix to timeval_add for remaining second in microseconds.
2316	- Check repinfo in worker_handle_request, if null, drop it.
2317
231829 July 2019: Wouter
2319	- Add verbose log message when auth zone file is written, at level 4.
2320	- Add hex print of trust anchor pointer to trust anchor file temp
2321	  name to make it unique, for libunbound created multiple contexts.
2322
232323 July 2019: Wouter
2324	- Fix question section mismatch in local zone redirect.
2325
232619 July 2019: Wouter
2327	- Fix #49: Set no renegotiation on the SSL context to stop client
2328	  session renegotiation.
2329
233012 July 2019: Wouter
2331	- Fix #48: Unbound returns additional records on NODATA response,
2332	  if minimal-responses is enabled, also the additional for negative
2333	  responses is removed.
2334
23359 July 2019: Ralph
2336	- Fix in respip addrtree selection. Absence of addr_tree_init_parents()
2337	  call made it impossible to go up the tree when the matching netmask is
2338	  too specific.
2339
23405 July 2019: Ralph
2341	- Fix for possible assertion failure when answering respip CNAME from
2342	  cache.
2343
234425 June 2019: Wouter
2345	- For #45, check that 127.0.0.1 and ::1 are not used in unbound.conf
2346	  when do-not-query-localhost is turned on, or at default on,
2347	  unbound-checkconf prints a warning if it is found in forward-addr or
2348	  stub-addr statements.
2349
235024 June 2019: Wouter
2351	- Fix memleak in unit test, reported from the clang 8.0 static analyzer.
2352
235318 June 2019: Wouter
2354	- PR #28: IPSet module, by Kevin Chou.  Created a module to support
2355	  the ipset that could add the domain's ip to a list easily.
2356	  Needs libmnl, and --enable-ipset and config it, doc/README.ipset.md.
2357	- Fix to omit RRSIGs from addition to the ipset.
2358	- Fix to make unbound-control with ipset, remove unused variable,
2359	  use unsigned type because of comparison, and assign null instead
2360	  of compare with it.  Remade lex and yacc output.
2361	- make depend
2362	- Added documentation to the ipset files (for doxygen output).
2363	- Merge PR #6: Python module: support multiple instances
2364	- Merge PR #5: Python module: define constant MODULE_RESTART_NEXT
2365	- Merge PR #4: Python module: assign something useful to the
2366	  per-query data store 'qdata'
2367	- Fix python dict reference and double free in config.
2368
236917 June 2019: Wouter
2370	- Master contains version 1.9.3 in development.
2371	- Fix #39: In libunbound, leftover logfile is close()d unpredictably.
2372	- Fix for #24: Fix abort due to scan of auth zone masters using old
2373	  address from previous scan.
2374
237512 June 2019: Wouter
2376	- Fix another spoolbuf storage code point, in prefetch.
2377	- 1.9.2rc3 release candidate tag.  Which became the 1.9.2 release
2378	  on 17 June 2019.
2379
238011 June 2019: Wouter
2381	- Fix that fixes the Fix that spoolbuf is not used to store tcp
2382	  pipelined response between mesh send and callback end, this fixes
2383	  error cases that did not use the correct spoolbuf.
2384	- 1.9.2rc2 release candidate tag.
2385
23866 June 2019: Wouter
2387	- 1.9.2rc1 release candidate tag.
2388
23894 June 2019: Wouter
2390	- iana portlist updated.
2391
239229 May 2019: Wouter
2393	- Fix to guard _OPENBSD_SOURCE from redefinition.
2394
239528 May 2019: Wouter
2396	- Fix to define _OPENBSD_SOURCE to get reallocarray on NetBSD.
2397	- gitignore config.h.in~.
2398
239927 May 2019: Wouter
2400	- Fix double file close in tcp pipelined response code.
2401
240224 May 2019: Wouter
2403	- Fix that spoolbuf is not used to store tcp pipelined response
2404	  between mesh send and callback end.
2405
240620 May 2019: Wouter
2407	- Note that so-reuseport at extreme load is better turned off,
2408	  otherwise queries are not distributed evenly, on Linux 4.4.x.
2409
241016 May 2019: Wouter
2411	- Fix #31: swig 4.0 and python module.
2412
241313 May 2019: Wouter
2414	- Squelch log messages from tcp send about connection reset by peer.
2415	  They can be enabled with verbosity at higher values for diagnosing
2416	  network connectivity issues.
2417	- Attempt to fix malformed tcp response.
2418
24199 May 2019: Wouter
2420	- Revert fix for oss-fuzz, error is in that build script that
2421	  unconditionally includes .o files detected by configure, also
2422	  when the machine architecture uses different LIBOBJS files.
2423
24248 May 2019: Wouter
2425	- Attempt to fix build failure in oss-fuzz because of reallocarray.
2426	  https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=14648.
2427	  Does not omit compile flags from commandline.
2428
24297 May 2019: Wouter
2430	- Fix edns-subnet locks, in error cases the lock was not unlocked.
2431	- Fix doxygen output error on readme markdown vignettes.
2432
24336 May 2019: Wouter
2434	- Fix #29: Solaris 11.3 and missing symbols be64toh, htobe64.
2435	- Fix #30: AddressSanitizer finding in lookup3.c.  This sets the
2436	  hash function to use a slower but better auditable code that does
2437	  not read beyond array boundaries.  This makes code better security
2438	  checkable, and is better for security.  It is fixed to be slower,
2439	  but not read outside of the array.
2440
24412 May 2019: Wouter
2442	- contrib/fastrpz.patch updated for code changes, and with git diff.
2443	- Fix .gitignore, add pythonmod and dnstap generated files.
2444	  And unit test generated files, and generated doc files.
2445
24461 May 2019: Wouter
2447	- Update makedist for git.
2448	- Nicer travis output for clang analysis.
2449	- PR #16: XoT support, AXFR over TLS, turn it on with
2450	  master: <ip>#<authname> in unbound.conf.  This uses TLS to
2451	  download the AXFR (or IXFR).
2452
245325 April 2019: Wouter
2454	- Fix wrong query name in local zone redirect answers with a CNAME,
2455	  the copy of the local alias is in unpacked form.
2456
245718 April 2019: Ralph
2458	- Scrub RRs from answer section when reusing NXDOMAIN message for
2459	  subdomain answers.
2460	- For harden-below-nxdomain: do not consider a name to be non-exitent
2461	  when message contains a CNAME record.
2462
246318 April 2019: Wouter
2464	- travis build file.
2465
246616 April 2019: Wouter
2467	- Better braces in if statement in TCP fastopen code.
2468	- iana portlist updated.
2469
247015 April 2019: Wouter
2471	- Fix tls write event for read state change to re-call SSL_write and
2472	  not resume the TLS handshake.
2473
247411 April 2019: George
2475	- Update python documentation for init_standard().
2476	- Typos.
2477
247811 April 2019: Wouter
2479	- Fix that auth zone uses correct network type for sockets for
2480	  SOA serial probes.  This fixes that probes fail because earlier
2481	  probe addresses are unreachable.
2482	- Fix that auth zone fails over to next master for timeout in tcp.
2483	- Squelch SSL read and write connection reset by peer and broken pipe
2484	  messages.  Verbosity 2 and higher enables them.
2485
24868 April 2019: Wouter
2487	- Fix to use event_assign with libevent for thread-safety.
2488	- verbose information about auth zone lookup process, also lookup
2489	  start, timeout and fail.
2490	- Fix #17: Add python module example from Jan Janak, that is a
2491	  plugin for the Unbound DNS resolver to resolve DNS records in
2492	  multicast DNS [RFC 6762] via Avahi.  The plugin communicates
2493	  with Avahi via DBus. The comment section at the beginning of
2494	  the file contains detailed documentation.
2495	- Fix to wipe ssl ticket keys from memory with explicit_bzero,
2496	  if available.
2497
24985 April 2019: Wouter
2499	- Fix to reinit event structure for accepted TCP (and TLS) sockets.
2500
25014 April 2019: Wouter
2502	- Fix spelling error in log output for event method.
2503
25043 April 2019: Wouter
2505	- Move goto label in answer_from_cache to the end of the function
2506	  where it is more visible.
2507	- Fix auth-zone NSEC3 response for wildcard nodata answers,
2508	  include the closest encloser in the answer.
2509
25102 April 2019: Wouter
2511	- Fix auth-zone NSEC3 response for empty nonterminals with exact
2512	  match nsec3 records.
2513	- Fix for out of bounds integers, thanks to OSTIF audit.  It is in
2514	  allocation debug code.
2515	- Fix for auth zone nsec3 ent fix for wildcard nodata.
2516
251725 March 2019: Wouter
2518	- Fix that tls-session-ticket-keys: "" on its own in unbound.conf
2519	  disables the tls session ticker key calls into the OpenSSL API.
2520	- Fix crash if tls-servic-pem not filled in when necessary.
2521
252221 March 2019: Wouter
2523	- Fix #4240: Fix whitespace cleanup in example.conf.
2524
252519 March 2019: Wouter
2526	- add type CAA to libpyunbound (accessing libunbound from python).
2527
252818 March 2019: Wouter
2529	- Add log message, at verbosity 4, that says the query is encrypted
2530	  with TLS, if that is enabled for the query.
2531	- Fix #4239: set NOTIMPL when deny-any is enabled, for RFC8482.
2532
25337 March 2019: Wouter
2534	- Fix for #4233: guard use of NDEBUG, so that it can be passed in
2535	  CFLAGS into configure.
2536
25375 March 2019: Wouter
2538	- Tag release 1.9.1rc1.  Which became 1.9.1 on 12 March 2019.  Trunk
2539	  has 1.9.2 in development.
2540
25411 March 2019: Wouter
2542	- output forwarder log in ssl_req_order test.
2543
254428 February 2019: Wouter
2545	- Remove memory leak on pythonmod python2 script file init.
2546	- Remove swig gcc8 python function cast warnings, they are ignored.
2547	- Print correct module that failed when module-config is wrong.
2548
254927 February 2019: Wouter
2550	- Fix #4229: Unbound man pages lack information, about access-control
2551	  order and local zone tags, and elements in views.
2552	- Fix #14: contrib/unbound.init: Fix wrong comparison judgment
2553	  before copying.
2554	- Fix for python module on Windows, fix fopen.
2555
255625 February 2019: Wouter
2557	- Fix #4227: pair event del and add for libevent for tcp_req_info.
2558
255921 February 2019: Wouter
2560	- Fix the error for unknown module in module-config is understandable,
2561	  and explains it was not compiled in and where to see the list.
2562	- In example.conf explain where to put cachedb module in module-config.
2563	- In man page and example config explain that most modules have to
2564	  be listed at the start of module-config.
2565
256620 February 2019: Wouter
2567	- Fix pythonmod include and sockaddr_un ifdefs for compile on
2568	  Windows, and for libunbound.
2569
257018 February 2019: Wouter
2571	- Print query name with ip_ratelimit exceeded log lines.
2572	- Spaces instead of tabs in that log message.
2573	- Print query name and IP address when domain rate limit exceeded.
2574
257514 February 2019: Wouter
2576	- Fix capsforid canonical sort qsort callback.
2577
257811 February 2019: Wouter
2579	- Note default for module-config in man page.
2580	- Fix recursion lame test for qname minimisation asked queries,
2581	  that were not present in the set of prepared answers.
2582	- Fix #13: Remove left-over requirements on OpenSSL >= 1.1.0 for
2583	  cert name matching, from man page.
2584	- make depend, with newer gcc, nicer layout.
2585
25867 February 2019: Wouter
2587	- Fix #4206: OpenSSL 1.0.2 hostname verification for FreeBSD 11.2.
2588	- Fix that qname minimisation does not skip a label when missing
2589	  nameserver targets need to be fetched.
2590	- Fix #4225: clients seem to erroneously receive no answer with
2591	  DNS-over-TLS and qname-minimisation.
2592
25934 February 2019: Wouter
2594	- Fix that log-replies prints the correct name for local-alias
2595	  names, for names that have a CNAME in local-data configuration.
2596	  It logs the original query name, not the target of the CNAME.
2597	- Add local-zone type inform_redirect, which logs like type inform,
2598	  and redirects like type redirect.
2599	- Perform canonical sort for 0x20 capsforid compare of replies,
2600	  this sorts rrsets in the authority and additional section before
2601	  comparison, so that out of order rrsets do not cause failure.
2602
260331 January 2019: Wouter
2604	- Set ub_ctx_set_tls call signature in ltrace config file for
2605	  libunbound in contrib/libunbound.so.conf.
2606	- improve documentation for tls-service-key and forward-first.
2607	- #10: fixed pkg-config operations, PKG_PROG_PKG_CONFIG moved out of
2608	  conditional section, fixes systemd builds, from Enrico Scholz.
2609	- #9: For openssl 1.0.2 use the CRYPTO_THREADID locking callbacks,
2610	  still supports the set_id_callback previous API.  And for 1.1.0
2611	  no locking callbacks are needed.
2612	- #8: Fix OpenSSL without ENGINE support compilation.
2613	- Wipe TLS session key data from memory on exit.
2614
261530 January 2019: Ralph
2616	- Fix case in which query timeout can result in marking delegation
2617	  as edns_lame_known.
2618
261929 January 2019: Wouter
2620	- Fix spelling of tls-ciphers in example.conf.in.
2621	- Fix #4224: auth_xfr_notify.rpl test broken due to typo
2622	- Fix locking for libunbound context setup with broken port config.
2623
262428 January 2019: Wouter
2625	- ub_ctx_set_tls call for libunbound that enables DoT for the machines
2626	  set with ub_ctx_set_fwd.  Patch from Florian Obser.
2627	- Set build system for added call in the libunbound API.
2628	- List example config for root zone copy locally hosted with auth-zone
2629	  as suggested from draft-ietf-dnsop-7706-bis-02.  But with updated
2630	  B root address.
2631	- set version to 1.9.0 for release.  And this was released with the
2632	  spelling for tls-ciphers fix as 1.9.0 on Feb 5.  Trunk has 1.9.1 in
2633	  development.
2634
263525 January 2019: Wouter
2636	- Fix that tcp for auth zone and outgoing does not remove and
2637	  then gets the ssl read again applied to the deleted commpoint.
2638	- updated contrib/fastrpz.patch to cleanly diff.
2639	- no lock when threads disabled in tcp request buffer count.
2640	- remove compile warnings from libnettle compile.
2641	- output of newer lex 2.6.1 and bison 3.0.5.
2642
264324 January 2019: Wouter
2644	- Newer aclocal and libtoolize used for generating configure scripts,
2645	  aclocal 1.16.1 and libtoolize 2.4.6.
2646	- Fix unit test for python 3.7 new keyword 'async'.
2647	- clang analysis fixes, assert arc4random buffer in init,
2648	  no check for already checked delegation pointer in iterator,
2649	  in testcode check for NULL packet matches, in perf do not copy
2650	  from NULL start list when growing capacity.  Adjust host and file
2651	  only when present in test header read to please checker.  In
2652	  testcode for unknown macro operand give zero result. Initialise the
2653	  passed argv array in test code.  In test code add EDNS data
2654	  segment copy only when nonempty.
2655	- Patch from Florian Obser fixes some compiler warnings:
2656	  include mini_event.h to have a prototype for mini_ev_cmp
2657	  include edns.h to have a prototype for apply_edns_options
2658	  sldns_wire2str_edns_keepalive_print is only called in the wire2str,
2659	  module declare it static to get rid of compiler warning:
2660	  no previous prototype for function
2661	  infra_find_ip_ratedata() is only called in the infra module,
2662	  declare it static to get rid of compiler warning:
2663	  no previous prototype for function
2664	  do not shadow local variable buf in authzone
2665	  auth_chunks_delete and az_nsec3_findnode are only called in the
2666	  authzone module, declare them static to get rid of compiler warning:
2667	  no previous prototype for function...
2668	  copy_rrset() is only called in the respip module, declare it
2669	  static to get rid of compiler warning:
2670	  no previous prototype for function 'copy_rrset'
2671	  no need for another variable "r"; gets rid of compiler warning:
2672	  declaration shadows a local variable in libunbound.c
2673	  no need for another variable "ns"; gets rid of compiler warning:
2674	  declaration shadows a local variable in iterator.c
2675	- Moved includes and make depend.
2676
267723 January 2019: Wouter
2678	- Patch from Manabu Sonoda with tls-ciphers and tls-ciphersuites
2679	  options for unbound.conf.
2680	- Fixes for the patch, and man page entry.
2681	- Fix configure to detect SSL_CTX_set_ciphersuites, for better
2682	  library compatibility when compiling.
2683	- Patch for TLS session resumption from Manabu Sonoda,
2684	  enable with tls-session-ticket-keys in unbound.conf.
2685	- Fixes for patch (includes, declarations, warnings).  Free at end
2686	  and keep config options in order read from file to keep the first
2687	  one as the first one.
2688	- Fix for IXFR fallback to reset counter when IXFR does not timeout.
2689
269022 January 2019: Wouter
2691	- Fix space calculation for tcp req buffer size.
2692	- Doc for stream-wait-size and unit test.
2693	- unbound-control stats has mem.streamwait that counts TCP and TLS
2694	  waiting result buffers.
2695	- Fix for #4219: secondaries not updated after serial change, unbound
2696	  falls back to AXFR after IXFR gives several timeout failures.
2697	- Fix that auth zone after IXFR fallback tries the same master.
2698
269921 January 2019: Wouter
2700	- Fix tcp idle timeout test, for difference in the tcp reply code.
2701	- Unit test for tcp request reorder and timeouts.
2702	- Unit tests for ssl out of order processing.
2703	- Fix that multiple dns fragments can be carried in one TLS frame.
2704	- Add stream-wait-size: 4m config option to limit the maximum
2705	  memory used by waiting tcp and tls stream replies.  This avoids
2706	  a denial of service where these replies use up all of the memory.
2707
270817 January 2019: Wouter
2709	- For caps-for-id fallback, use the whitelist to avoid timeout
2710	  starting a fallback sequence for it.
2711	- increase mesh max activation count for capsforid long fetches.
2712
271316 January 2019: Ralph
2714	- Get ready for the DNS flag day: remove EDNS lame procedure, do not
2715	  re-query without EDNS after timeout.
2716
271715 January 2019: Wouter
2718	- In the out of order processing, reset byte count for (potential)
2719	  partial read.
2720	- Review fixes in out of order processing.
2721
272214 January 2019: Wouter
2723	- streamtcp option -a send queries consecutively and prints answers
2724	  as they arrive.
2725	- Fix for out of order processing administration quit cleanup.
2726	- unit test for tcp out of order processing.
2727
272811 January 2019: Wouter
2729	- Initial commit for out-of-order processing for TCP and TLS.
2730
27319 January 2019: Wouter
2732	- Log query name for looping module errors.
2733
27348 January 2019: Wouter
2735	- Fix syntax in comment of local alias processing.
2736	- Fix NSEC3 record that is returned in wildcard replies from
2737	  auth-zone zones with NSEC3 and wildcards.
2738
27397 January 2019: Wouter
2740	- On FreeBSD warn if systcl settings do not allow server TCP FASTOPEN,
2741	  and server tcp fastopen is enabled at compile time.
2742	- Document interaction between the tls-upstream option in the server
2743	  section and forward-tls-upstream option in the forward-zone sections.
2744	- Add contrib/unbound-fuzzme.patch from Jacob Hoffman-Andrews,
2745	  the patch adds a program used for fuzzing.
2746
274712 December 2018: Wouter
2748	- Fix for crash in dns64 module if response is null.
2749
275010 December 2018: Wouter
2751	- Fix config parser memory leaks.
2752	- ip-ratelimit-factor of 1 allows all traffic through, instead of the
2753	  previous blocking everything.
2754	- Fix for FreeBSD port make with dnscrypt and dnstap enabled.
2755	- Fix #4206: support openssl 1.0.2 for TLS hostname verification,
2756	  alongside the 1.1.0 and later support that is already there.
2757	- Fixup openssl 1.0.2 compile
2758
27596 December 2018: Wouter
2760	- Fix dns64 allocation in wrong region for returned internal queries.
2761
27623 December 2018: Wouter
2763	- Fix icon, no ragged edges and nicer resolutions available, for eg.
2764	  Win 7 and Windows 10 display.
2765	- cache-max-ttl also defines upperbound of initial TTL in response.
2766
276730 November 2018: Wouter
2768	- Patch for typo in unbound.conf man page.
2769	- log-tag-queryreply: yes in unbound.conf tags the log-queries and
2770	  log-replies in the log file for easier log filter maintenance.
2771
277229 November 2018: Wouter
2773	- iana portlist updated.
2774	- Fix chroot auth-zone fix to remove chroot prefix.
2775	- tag for 1.8.2rc1, which became 1.8.2 on 4 dec 2018, with icon
2776	  updated.  Trunk contains 1.8.3 in development.
2777	  Which became 1.8.3 on 11 december with only the dns64 fix of 6 dec.
2778	  Trunk then became 1.8.4 in development.
2779	- Fix that unbound-checkconf does not complains if the config file
2780	  is not placed inside the chroot.
2781	- Refuse to start with no ports.
2782	- Remove clang analysis warnings.
2783
278428 November 2018: Wouter
2785	- Fix leak in chroot fix for auth-zone.
2786	- Fix clang analysis for outside directory build test.
2787
278827 November 2018: Wouter
2789	- Fix DNS64 to not store intermediate results in cache, this avoids
2790	  other threads from picking up the wrong data.  The module restores
2791	  the previous no_cache_store setting when the the module is finished.
2792	- Fix #4208: 'stub-no-cache' and 'forward-no-cache' not work.
2793	- New and better fix for Fix #4193: Fix that prefetch failure does
2794	  not overwrite valid cache entry with SERVFAIL.
2795	- auth-zone give SERVFAIL when expired, fallback activates when
2796	  expired, and this is documented in the man page.
2797	- stat count SERVFAIL downstream auth-zone queries for expired zones.
2798	- Put new logos into windows installer.
2799	- Fix windows compile for new rrset roundrobin fix.
2800	- Update contrib fastrpz patch for latest release.
2801
280226 November 2018: Wouter
2803	- Fix to not set GLOB_NOSORT so the unbound.conf include: files are
2804	  sorted and in a predictable order.
2805	- Fix #4193: Fix that prefetch failure does not overwrite valid cache
2806	  entry with SERVFAIL.
2807	- Add unbound-control view_local_datas command, like local_datas.
2808	- Fix that unbound-control can send file for view_local_datas.
2809
281022 November 2018: Wouter
2811	- With ./configure --with-pyunbound --with-pythonmodule
2812	  PYTHON_VERSION=3.6 or with 2.7 unbound can compile and unit tests
2813	  succeed for the python module.
2814	- pythonmod logs the python error and traceback on failure.
2815	- ignore debug python module for test in doxygen output.
2816	- review fixes for python module.
2817	- Fix #4209: Crash in libunbound when called from getdns.
2818	- auth zone zonefiles can be in a chroot, the chroot directory
2819	  components are removed before use.
2820	- Fix that empty zonefile means the zonefile is not set and not used.
2821	- make depend.
2822
282321 November 2018: Wouter
2824	- Scrub NS records from NODATA responses as well.
2825
282620 November 2018: Wouter
2827	- Scrub NS records from NXDOMAIN responses to stop fragmentation
2828	  poisoning of the cache.
2829	- Add patch from Jan Vcelak for pythonmod,
2830	  add sockaddr_storage getters, add support for query callbacks,
2831	  allow raw address access via comm_reply and update API documentation.
2832	- Removed compile warnings in pythonmod sockaddr routines.
2833
283419 November 2018: Wouter
2835	- Support SO_REUSEPORT_LB in FreeBSD 12 with the so-reuseport: yes
2836	  option in unbound.conf.
2837
28386 November 2018: Ralph
2839	- Bugfix min-client-subnet-ipv6
2840
284125 October 2018: Ralph
2842	- Add min-client-subnet-ipv6 and min-client-subnet-ipv4 options.
2843
284425 October 2018: Wouter
2845	- Fix #4191: NXDOMAIN vs SERVFAIL during dns64 PTR query.
2846	- Fix #4190: Please create a "ANY" deny option, adds the option
2847	  deny-any: yes in unbound.conf.  This responds with an empty message
2848	  to queries of type ANY.
2849	- Fix #4141: More randomness to rrset-roundrobin.
2850	- Fix #4132: Openness/closeness of RANGE intervals in rpl files.
2851	- Fix #4126: RTT_band too low on VSAT links with 600+ms latency,
2852	  adds the option unknown-server-time-limit to unbound.conf that
2853	  can be increased to avoid the problem.
2854	- remade makefile dependencies.
2855	- Fix #4152: Logs shows wrong time when using log-time-ascii: yes.
2856
285724 October 2018: Ralph
2858	- Add markdel function to ECS slabhash.
2859	- Limit ECS scope returned to client to the scope used for caching.
2860	- Make lint like previous #4154 fix.
2861
286222 October 2018: Wouter
2863	- Fix #4192: unbound-control-setup generates keys not readable by
2864	  group.
2865	- check that the dnstap socket file can be opened and exists, print
2866	  error if not.
2867	- Fix #4154: make ECS_MAX_TREESIZE configurable, with
2868	  the max-ecs-tree-size-ipv4 and max-ecs-tree-size-ipv6 options.
2869
287022 October 2018: Ralph
2871	- Change fast-server-num default to 3.
2872
28738 October 2018: Ralph
2874	- Add fast-server-permil and fast-server-num options.
2875	- Deprecate low-rtt and low-rtt-permil options.
2876
28778 October 2018: Wouter
2878	- Squelch log of failed to tcp initiate after TCP Fastopen failure.
2879
28805 October 2018: Wouter
2881	- Squelch EADDRNOTAVAIL errors when the interface goes away,
2882	  this omits 'can't assign requested address' errors unless
2883	  verbosity is set to a high value.
2884	- Set default for so-reuseport to no for FreeBSD.  It is enabled
2885	  by default for Linux and DragonFlyBSD.  The setting can
2886	  be configured in unbound.conf to override the default.
2887	- iana port update.
2888
28892 October 2018: Wouter
2890	- updated contrib/fastrpz.patch to apply for this version
2891	- dnscrypt.c removed sizeof to get array bounds.
2892	- Fix testlock code to set noreturn on error routine.
2893	- Remove unused variable from contrib fastrpz/rpz.c and
2894	  remove unused diagnostic pragmas that themselves generate warnings
2895	- clang analyze test is used only when assertions are enabled.
2896
28971 October 2018: Wouter
2898	- tag for release 1.8.1rc1.  Became release 1.8.1 on 8 oct, with
2899	  fastrpz.patch fix included.  Trunk has 1.8.2 in development.
2900
290127 September 2018: Wouter
2902	- Fix #4188: IPv6 forwarders without ipv6 result in SERVFAIL, fixes
2903	  qname minimisation with a forwarder when connectivity has issues
2904	  from rejecting responses.
2905
290625 September 2018: Wouter
2907	- Perform TLS SNI indication of the host that is being contacted
2908	  for DNS over TLS service.  It sets the configured tls auth name.
2909	  This is useful for hosts that apart from the DNS over TLS services
2910	  also provide other (web) services.
2911	- Fix #4149: Add SSL cleanup for tcp timeout.
2912
291317 September 2018: Wouter
2914	- Fix compile on Mac for unbound, provide explicit_bzero when libc
2915	  does not have it.
2916	- Fix unbound for openssl in FIPS mode, it uses the digests with
2917	  the EVP call contexts.
2918	- Fix that with harden-below-nxdomain and qname minisation enabled
2919	  some iterator states for nonresponsive domains can get into a
2920	  state where they waited for an empty list.
2921	- Stop UDP to TCP failover after timeouts that causes the ping count
2922	  to be reset by the TCP time measurement (that exists for TLS),
2923	  because that causes the UDP part to not be measured as timeout.
2924	- Fix #4156: Fix systemd service manager state change notification.
2925
292613 September 2018: Wouter
2927	- Fix seed for random backup code to use explicit zero when wiped.
2928	- exit log routine is annotated as noreturn function.
2929	- free memory leaks in config strlist and str2list insert functions.
2930	- do not move unused argv variable after getopt.
2931	- Remove unused if clause in testcode.
2932	- in testcode, free async ids, initialise array, and check for null
2933	  pointer during test of the test.  And use exit for return to note
2934	  irregular program stop.
2935	- Free memory leak in config strlist append.
2936	- make sure nsec3 comparison salt is initialized.
2937	- unit test has clang analysis.
2938	- remove unused variable assignment from iterator scrub routine.
2939	- check for null in delegation point during iterator refetch
2940	  in forward zone.
2941	- neater pointer cast in libunbound context quit routine.
2942	- initialize statistics totals for printout.
2943	- in authzone check that node exists before adding rrset.
2944	- in unbound-anchor, use readwrite memory BIO.
2945	- assertion in autotrust that packed rrset is formed correctly.
2946	- Fix memory leak when message parse fails partway through copy.
2947	- remove unused udpsize assignment in message encode.
2948	- nicer bio free code in unbound-anchor.
2949	- annotate exit functions with noreturn in unbound-control.
2950
295111 September 2018: Wouter
2952	- Fixed unused return value warnings in contrib/fastrpz.patch for
2953	  asprintf.
2954	- Fix to squelch respip warning in unit test, it is printed at
2955	  higher verbosity settings.
2956	- Fix spelling errors.
2957	- Fix initialisation in remote.c
2958
295910 September 2018: Wouter
2960	- 1.8.1 in svn trunk. (changes from 4,5,.. sep apply).
2961	- iana port update.
2962
29635 September 2018: Wouter
2964	- Fix spelling error in header, from getdns commit by Andreas Gelmini.
2965
29664 September 2018: Ralph
2967	- More explicitly mention the type of ratelimit when applying
2968	  ip-ratelimit.
2969
29704 September 2018: Wouter
2971	- Tag for 1.8.0rc1 release, became 1.8.0 release on 10 Sep 2018.
2972
297331 August 2018: Wouter
2974	- Disable minimal-responses in subnet unit tests.
2975
297630 August 2018: Wouter
2977	- Fix that a local-zone with a local-zone-type that is transparent
2978	  in a view with view-first, makes queries check for answers from the
2979	  local-zones defined outside of views.
2980
298128 August 2018: Ralph
2982	- Disable minimal-responses in ipsecmod unit tests.
2983	- Added serve-expired-ttl and serve-expired-ttl-reset options.
2984
298527 August 2018: Wouter
2986	- Set defaults to yes for a number of options to increase speed and
2987	  resilience of the server.  The so-reuseport, harden-below-nxdomain,
2988	  and minimal-responses options are enabled by default.  They used
2989	  to be disabled by default, waiting to make sure they worked.  They
2990	  are enabled by default now, and can be disabled explicitly by
2991	  setting them to "no" in the unbound.conf config file.  The reuseport
2992	  and minimal options increases speed of the server, and should be
2993	  otherwise harmless.  The harden-below-nxdomain option works well
2994	  together with the recently default enabled qname minimisation, this
2995	  causes more fetches to use information from the cache.
2996	- next release is called 1.8.0.
2997	- Fix lintflags for lint on FreeBSD.
2998
299922 August 2018: George
3000	- #4140: Expose repinfo (comm_reply) to the inplace_callbacks. This
3001	  gives access to reply information for the client's communication
3002	  point when the callback is called before the mesh state (modules).
3003	  Changes to C and Python's inplace_callback signatures were also
3004	  necessary.
3005
300621 August 2018: Wouter
3007	- log-local-actions: yes option for unbound.conf that logs all the
3008	  local zone actions, a patch from Saksham Manchanda (Secure64).
3009	- #4146: num.query.subnet and num.query.subnet_cache counters.
3010	- Fix only misc failure from log-servfail when val-log-level is not
3011	  enabled.
3012
301317 August 2018: Ralph
3014	- Fix classification for QTYPE=CNAME queries when QNAME minimisation is
3015 	  enabled.
3016
301717 August 2018: Wouter
3018	- Set libunbound to increase current, because the libunbound change
3019	  to the event callback function signature.  That needs programs,
3020	  that use it, to recompile against the new header definition.
3021	- print servfail info to log as error.
3022	- added more servfail printout statements, to the iterator.
3023	- log-servfail: yes prints log lines that say why queries are
3024	  returning SERVFAIL to clients.
3025
302616 August 2018: Wouter
3027	- Fix warning on compile without threads.
3028	- Fix contrib/fastrpz.patch.
3029
303015 August 2018: Wouter
3031	- Fix segfault in auth-zone read and reorder of RRSIGs.
3032
303314 August 2018: Wouter
3034	- Fix that printout of error for cycle targets is a verbosity 4
3035	  printout and does not wrongly print it is a memory error.
3036	- Upgraded crosscompile script to include libunbound DLL in the
3037	  zipfile.
3038
303910 August 2018: Wouter
3040	- Fix #4144: dns64 module caches wrong (negative) information.
3041
30429 August 2018: Wouter
3043	- unbound-checkconf checks if modules exist and prints if they are
3044	  not compiled in the name of the wrong module.
3045	- document --enable-subnet in doc/README.
3046	- Patch for stub-no-cache and forward-no-cache options that disable
3047	  caching for the contents of that stub or forward, for when you
3048	  want immediate changes visible, from Bjoern A. Zeeb.
3049
30507 August 2018: Ralph
3051	- Make capsforid fallback QNAME minimisation aware.
3052
30537 August 2018: Wouter
3054	- Fix #4142: unbound.service.in: improvements and fixes.
3055	  Add unit dependency ordering (based on systemd-resolved).
3056	  Add 'CAP_SYS_RESOURCE' to 'CapabilityBoundingSet' (fixes warnings
3057	  about missing privileges during startup). Add 'AF_INET6' to
3058	  'RestrictAddressFamilies' (without it IPV6 can't work). From
3059	  Guido Shanahan.
3060	- Patch to implement tcp-connection-limit from Jim Hague (Sinodun).
3061	  This limits the number of simultaneous TCP client connections
3062	  from a nominated netblock.
3063	- make depend, yacc, lex, doc, headers.  And log the limit exceeded
3064	  message only on high verbosity, so as to not spam the logs when
3065	  it is busy.
3066
30676 August 2018: Wouter
3068	- Fix for #4136: Fix to unconditionally call destroy in daemon.c.
3069
30703 August 2018: George
3071	- Expose if a query (or a subquery) was ratelimited (not src IP
3072	  ratelimiting) to libunbound under 'ub_result.was_ratelimited'.
3073	  This also introduces a change to 'ub_event_callback_type' in
3074	  libunbound/unbound-event.h.
3075	- Tidy pylib tests.
3076
30773 August 2018: Wouter
3078	- Revert previous change for #4136: because it introduces build
3079	  problems.
3080	- New fix for #4136: This one ignores lex without without
3081	  yylex_destroy.
3082
30831 August 2018: Wouter
3084	- Fix to remove systemd sockaddr function check, that is not
3085	  always present.  Make socket activation more lenient.  But not
3086	  different when socket activation is not used.
3087	- iana port list update.
3088
308931 July 2018: Wouter
3090	- Patches from Jim Hague (Sinodun) for EDNS KeepAlive.
3091	- Sort out test runs when the build directory isn't the project
3092	  root directory.
3093	- Add config tcp-idle-timeout (default 30s). This applies to
3094	  client connections only; the timeout on TCP connections upstream
3095	  is unaffected.
3096	- Error if EDNS Keepalive received over UDP.
3097	- Add edns-tcp-keepalive and edns-tcp-keepalive timeout options
3098	  and implement option in client responses.
3099	- Correct and expand manual page entries for keepalive and idle timeout.
3100	- Implement progressive backoff of TCP idle/keepalive timeout.
3101	- Fix 'make depend' to work when build dir is not project root.
3102	- Add delay parameter to streamtcp, -d secs.
3103	  To be used when testing idle timeout.
3104	- From Wouter: make depend, the dependencies in the patches did not
3105	  apply cleanly.  Also remade yacc and lex.
3106	- Fix mesh.c incompatible pointer pass.
3107	- Please doxygen so it passes.
3108	- Fix #4139: Fix unbound-host leaks memory on ANY.
3109
311030 July 2018: Wouter
3111	- Fix #4136: insufficiency from mismatch of FLEX capability between
3112	  released tarball and build host.
3113
311427 July 2018: Wouter
3115	- Fix man page, say that chroot is enabled by default.
3116
311726 July 2018: Wouter
3118	- Fix #4135: 64-bit Windows Installer Creates Entries Under The
3119	  Wrong Registry Key, reported by Brian White.
3120
312123 July 2018: Wouter
3122	- Fix use-systemd readiness signalling, only when use-systemd is yes
3123	  and not in signal handler.
3124
312520 July 2018: Wouter
3126	- Fix #4130: print text describing -dd and unbound-checkconf on
3127	  config file read error at startup, the errors may have been moved
3128	  away by the startup process.
3129	- Fix #4131: for solaris, error YY_CURRENT_BUFFER undeclared.
3130
313119 July 2018: Wouter
3132	- Fix #4129 unbound-control error message with wrong cert permissions
3133	  is too cryptic.
3134
313517 July 2018: Wouter
3136	- Fix #4127 unbound -h does not list -p help.
3137	- Print error if SSL name verification configured but not available
3138	  in the ssl library.
3139	- Fix that ratelimit and ip-ratelimit are applied after reload of
3140	  changed config file.
3141	- Resize ratelimit and ip-ratelimit caches if changed on reload.
3142
314316 July 2018: Wouter
3144	- Fix qname minimisation NXDOMAIN validation lookup failures causing
3145	  error_supers assertion fails.
3146	- Squelch can't bind socket errors with Permission denied unless
3147	  verbosity is 4 or higher, for UDP outgoing sockets.
3148
314912 July 2018: Wouter
3150	- Fix to improve systemd socket activation code file descriptor
3151	  assignment.
3152	- Fix for 4126 that the #define for UNKNOWN_SERVER_NICENESS can be more
3153	  easily changed to adjust default rtt assumptions.
3154
315510 July 2018: Wouter
3156	- Note in documentation that the cert name match code needs
3157	  OpenSSL 1.1.0 or later to be enabled.
3158
31596 July 2018: Wouter
3160	- Fix documentation ambiguity for tls-win-cert in tls-upstream and
3161	  forward-tls-upstream docs.
3162	- iana port update.
3163	- Note RFC8162 support.  SMIMEA record type can be read in by the
3164	  zone record parser.
3165	- Fix round robin for failed addresses with prefer-ip6: yes
3166
31674 July 2018: Wouter
3168	- Fix #4112: Fix that unbound-anchor -f /etc/resolv.conf will not pass
3169	  if DNSSEC is not enabled.  New option -R allows fallback from
3170	  resolv.conf to direct queries.
3171
31723 July 2018: Wouter
3173	- Better documentation for unblock-lan-zones and insecure-lan-zones
3174	  config statements.
3175	- Fix permission denied printed for auth zone probe random port nrs.
3176
31772 July 2018: Wouter
3178	- Fix checking for libhiredis printout in configure output.
3179	- Fix typo on man page in ip-address description.
3180	- Update libunbound/python/examples/dnssec_test.py example code to
3181	  also set the 20326 trust anchor for the root in the example code.
3182
318329 June 2018: Wouter
3184	- dns64-ignore-aaaa: config option to list domain names for which the
3185	  existing AAAA is ignored and dns64 processing is used on the A
3186	  record.
3187
318828 June 2018: Wouter
3189	- num.queries.tls counter for queries over TLS.
3190	- log port number with err_addr logs.
3191
319227 June 2018: Wouter
3193	- #4109: Fix that package config depends on python unconditionally.
3194	- Patch, do not export python from pkg-config, from Petr Menšík.
3195
319626 June 2018: Wouter
3197	- Partial fix for permission denied on IPv6 address on FreeBSD.
3198	- Fix that auth-zone master reply with current SOA serial does not
3199	  stop scan of masters for an updated zone.
3200	- Fix that auth-zone does not start the wait timer without checking
3201	  if the wait timer has already been started.
3202
320321 June 2018: Wouter
3204	- #4108: systemd reload hang fix.
3205	- Fix usage printout for unbound-host, hostname has to be last
3206	  argument on BSDs and Windows.
3207
320819 June 2018: Wouter
3209	- Fix for unbound-control on Windows and set TCP socket parameters
3210	  more closely.
3211	  This fix is part of 1.7.3.
3212	- Windows example service.conf edited with more windows specific
3213	  configuration.
3214	- Fix windows unbound-control no cert bad file descriptor error.
3215	  This fix is part of 1.7.3.
3216
321718 June 2018: Wouter
3218	- Fix that control-use-cert: no works for 127.0.0.1 to disable certs.
3219	  This fix is part of 1.7.3rc2.
3220	- Fix unbound-checkconf for control-use-cert.
3221	  This fix is part of 1.7.3.
3222
322315 June 2018: Wouter
3224	- tag for 1.7.3rc1.
3225	- trunk has 1.7.4.
3226	- unbound-control auth_zone_reload _zone_ option rereads the zonefile.
3227	- unbound-control auth_zone_transfer _zone_ option starts the probe
3228	  sequence for a master to transfer the zone from and transfers when
3229	  a new zone version is available.
3230
323114 June 2018: Wouter
3232	- #4103: Fix that auth-zone does not insist on SOA record first in
3233	  file for url downloads.
3234	- Fix that first control-interface determines if TLS is used.  Warn
3235	  when IP address interfaces are used without TLS.
3236	- Fix nettle compile.
3237
323812 June 2018: Ralph
3239	- Don't count CNAME response types received during qname minimisation as
3240	  query restart.
3241
324212 June 2018: Wouter
3243	- #4102 for NSD, but for Unbound.  Named unix pipes do not use
3244	  certificate and key files, access can be restricted with file and
3245	  directory permissions.  The option control-use-cert is no longer
3246	  used, and ignored if found in unbound.conf.
3247	- Rename tls-additional-ports to tls-additional-port, because every
3248	  line adds one port.
3249	- Fix buffer size warning in unit test.
3250	- remade dependencies in the Makefile.
3251
32526 June 2018: Wouter
3253	- Patch to fix openwrt for mac os build darwin detection in configure.
3254
32555 June 2018: Wouter
3256	- Fix crash if ratelimit taken into use with unbound-control
3257	  instead of with unbound.conf.
3258
32594 June 2018: Wouter
3260	- Fix deadlock caused by incoming notify for auth-zone.
3261	- tag for 1.7.2rc1, became 1.7.2 release on 11 June 2018,
3262	  trunk is 1.7.3 in development from this point.
3263	- #4100: Fix stub reprime when it becomes useless.
3264
32651 June 2018: Wouter
3266	- Rename additional-tls-port to tls-additional-ports.
3267	  The older name is accepted for backwards compatibility.
3268
326930 May 2018: Wouter
3270	- Patch from Syzdek: Add ability to ignore RD bit and treat all
3271	  requests as if the RD bit is set.
3272
327329 May 2018: Wouter
3274	- in compat/arc4random call getentropy_urandom when getentropy fails
3275	  with ENOSYS.
3276	- Fix that fallback for windows port.
3277
327828 May 2018: Wouter
3279	- Fix windows tcp and tls spin on events.
3280	- Add routine from getdns to add windows cert store to the SSL_CTX.
3281	- tls-win-cert option that adds the system certificate store for
3282	  authenticating DNS-over-TLS connections.  It can be used instead
3283	  of the tls-cert-bundle option, or with it to add certificates.
3284
328525 May 2018: Wouter
3286	- For TCP and TLS connections that don't establish, perform address
3287	  update in infra cache, so future selections can exclude them.
3288	- Fix that tcp sticky events are removed for closed fd on windows.
3289	- Fix close events for tcp only.
3290
329124 May 2018: Wouter
3292	- Fix that libunbound can do DNS-over-TLS, when configured.
3293	- Fix that windows unbound service can use DNS-over-TLS.
3294	- unbound-host initializes ssl (for potential DNS-over-TLS usage
3295	  inside libunbound), when ssl upstream or a cert-bundle is configured.
3296
329723 May 2018: Wouter
3298	- Use accept4 to speed up incoming TCP (and TLS) connections,
3299	  available on Linux, FreeBSD and OpenBSD.
3300
330117 May 2018: Ralph
3302	- Qname minimisation default changed to yes.
3303
330415 May 2018: Wouter
3305	- Fix low-rtt-pct to low-rtt-permil, as it is parts in one thousand.
3306
330711 May 2018: Wouter
3308	- Fix contrib/libunbound.pc for libssl libcrypto references,
3309	  from https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=226914
3310
33117 May 2018: Wouter
3312	- Fix windows to not have sticky TLS events for TCP.
3313	- Fix read of DNS over TLS length and data in one read call.
3314	- Fix mesh state assertion failure due to callback removal.
3315
33163 May 2018: Wouter
3317	- Fix that configure --with-libhiredis also turns on cachedb.
3318	- Fix gcc 8 buffer warning in testcode.
3319	- Fix function type cast warning in libunbound context callback type.
3320
33212 May 2018: Wouter
3322	- Fix fail to reject dead peers in forward-zone, with ssl-upstream.
3323
33241 May 2018: Wouter
3325	- Fix that unbound-control reload frees the rrset keys and returns
3326	  the memory pages to the system.
3327
332830 April 2018: Wouter
3329	- Fix spelling error in man page and note defaults as no instead of
3330	  off.
3331
333226 April 2018: Wouter
3333	- Fix for crash in daemon_cleanup with dnstap during reload,
3334	  from Saksham Manchanda.
3335	- Also that for dnscrypt.
3336	- tag for 1.7.1rc1 release.  Became 1.7.1 release on 3 May, trunk
3337	  is from here 1.7.2 in development.
3338
333925 April 2018: Ralph
3340	- Fix memory leak when caching wildcard records for aggressive NSEC use
3341
334224 April 2018: Wouter
3343	- Fix contrib/fastrpz.patch for this release.
3344	- Fix auth https for libev.
3345
334624 April 2018: Ralph
3347	- Added root-key-sentinel support
3348
334923 April 2018: Wouter
3350	- makedist uses bz2 for expat code, instead of tar.gz.
3351	- Fix #4092: libunbound: use-caps-for-id lacks colon in
3352	  config_set_option.
3353	- auth zone http download stores exact copy of downloaded file,
3354	  including comments in the file.
3355	- Fix sldns parse failure for CDS alternate delete syntax empty hex.
3356	- Attempt for auth zone fix; add of callback in mesh gets from
3357	  callback does not skip callback of result.
3358	- Fix cname classification with qname minimisation enabled.
3359	- list_auth_zones unbound-control command.
3360
336120 April 2018: Wouter
3362	- man page documentation for dns-over-tls forward-addr '#' notation.
3363	- removed free from failed parse case.
3364	- Fix #4091: Fix that reload of auth-zone does not merge the zonefile
3365	  with the previous contents.
3366	- Delete auth zone when removed from config.
3367
336819 April 2018: Wouter
3369	- Can set tls authentication with forward-addr: IP#tls.auth.name
3370	  And put the public cert bundle in tls-cert-bundle: "ca-bundle.pem".
3371	  such as forward-addr: 9.9.9.9@853#dns.quad9.net or
3372	  1.1.1.1@853#cloudflare-dns.com
3373	- Fix #658: unbound using TLS in a forwarding configuration does not
3374	  verify the server's certificate (RFC 8310 support).
3375	- For addr with #authname and no @port notation, the default is 853.
3376
337718 April 2018: Wouter
3378	- Fix auth-zone retry timer to be on schedule with retry timeout,
3379	  with backoff.  Also time a refresh at the zone expiry.
3380
338117 April 2018: Wouter
3382	- auth zone notify work.
3383	- allow-notify: config statement for auth-zones.
3384	- unit test for allow-notify
3385
338616 April 2018: Wouter
3387	- Fix auth zone target lookup iterator.
3388	- auth zone notify with prefix
3389	- auth zone notify work.
3390
339113 April 2018: Wouter
3392	- Fix for max include depth for authzones.
3393	- Fix memory free on fail for $INCLUDE in authzone.
3394	- Fix that an internal error to look up the wrong rr type for
3395	  auth zone gets stopped, before trying to send there.
3396	- auth zone notify work.
3397
339810 April 2018: Ralph
3399	- num.query.aggressive.NOERROR and num.query.aggressive.NXDOMAIN
3400	  statistics counters.
3401
340210 April 2018: Wouter
3403	- documentation for low-rtt and low-rtt-pct.
3404	- auth zone notify work.
3405
34069 April 2018: Wouter
3407	- Fix that flush_zone sets prefetch ttl expired, so that with
3408	  serve-expired enabled it'll start prefetching those entries.
3409	- num.query.authzone.up and num.query.authzone.down statistics counters.
3410	- Fix downstream auth zone, only fallback when auth zone fails to
3411	  answer and fallback is enabled.
3412	- Accept both option names with and without colon for get_option
3413	  and set_option.
3414	- low-rtt and low-rtt-pct in unbound.conf enable the server selection
3415	  of fast servers for some percentage of the time.
3416
34175 April 2018: Wouter
3418	- Combine write of tcp length and tcp query for dns over tls.
3419	- nitpick fixes in example.conf.
3420	- Fix above stub queries for type NS and useless delegation point.
3421	- Fix unbound-control over pipe with openssl 1.1.1, the TLSv1.3
3422	  tls_choose_sigalg routine does not allow the ciphers for the pipe,
3423	  so use TLSv1.2.
3424	- ED448 support.
3425
34263 April 2018: Wouter
3427	- Fix #4043: make test fails due to v6 presentation issue in macOS.
3428	- Fix unable to resolve after new WLAN connection, due to auth-zone
3429	  failing with a forwarder set.  Now, auth-zone is only used for
3430	  answers (not referrals) when a forwarder is set.
3431
343229 March 2018: Ralph
3433	- Check "result" in dup_all(), by Florian Obser.
3434
343523 March 2018: Ralph
3436	- Fix unbound-control get_option aggressive-nsec
3437
343821 March 2018: Ralph
3439	- Do not use cached NSEC records to generate negative answers for
3440	  domains under DNSSEC Negative Trust Anchors.
3441
344219 March 2018: Wouter
3443	- iana port update.
3444
344516 March 2018: Wouter
3446	- corrected a minor typo in the changelog.
3447	- move htobe64/be64toh portability code to cachedb.c.
3448
344915 March 2018: Wouter
3450	- Add --with-libhiredis, unbound support for a new cachedb backend
3451	  that uses a Redis server as the storage.  This implementation
3452	  depends on the hiredis client library (https://redislabs.com/lp/hiredis/).
3453	  And unbound should be built with both --enable-cachedb and
3454	  --with-libhiredis[=PATH] (where $PATH/include/hiredis/hiredis.h
3455	  should exist).  Patch from Jinmei Tatuya (Infoblox).
3456	- Fix #3817: core dump happens in libunbound delete, when queued
3457	  servfail hits deleted message queue.
3458	- Create additional tls service interfaces by opening them on other
3459	  portnumbers and listing the portnumbers as additional-tls-port: nr.
3460
346113 March 2018: Wouter
3462	- Fix typo in documentation.
3463	- Fix #3736: Fix 0 TTL domains stuck on SERVFAIL unless manually
3464	  flushed with serve-expired on.
3465
346612 March 2018: Wouter
3467	- Added documentation for aggressive-nsec: yes.
3468	- tag 1.7.0rc3.  That became the 1.7.0 release on 15 Mar, trunk
3469	  now has 1.7.1 in development.
3470	- Fix #3727: Protocol name is TLS, options have been renamed but
3471	  documentation is not consistent.
3472	- Check IXFR start serial.
3473
34749 March 2018: Wouter
3475	- Fix #3598: Fix swig build issue on rhel6 based system.
3476	  configure --disable-swig-version-check stops the swig version check.
3477
34788 March 2018: Wouter
3479	- tag 1.7.0rc2.
3480
34817 March 2018: Wouter
3482	- Fixed contrib/fastrpz.patch, even though this already applied
3483	  cleanly for me, now also for others.
3484	- patch to log creates keytag queries, from A. Schulze.
3485	- patch suggested by Debian lintian: allow to -> allow one to, from
3486	  A. Schulze.
3487	- Attempt to remove warning about trailing whitespace.
3488
34896 March 2018: Wouter
3490	- Reverted fix for #3512, this may not be the best way forward;
3491	  although it could be changed at a later time, to stay similar to
3492	  other implementations.
3493	- svn trunk contains 1.7.0, this is the number for the next release.
3494	- Fix for windows compile.
3495	- tag 1.7.0rc1.
3496
34975 March 2018: Wouter
3498	- Fix to check define of DSA for when openssl is without deprecated.
3499	- iana port update.
3500	- Fix #3582: Squelch address already in use log when reuseaddr option
3501	  causes same port to be used twice for tcp connections.
3502
350327 February 2018: Wouter
3504	- Fixup contrib/fastrpz.patch so that it applies.
3505	- Fix compile without threads, and remove unused variable.
3506	- Fix compile with staticexe and python module.
3507	- Fix nettle compile.
3508
350922 February 2018: Ralph
3510	- Save wildcard RRset from answer with original owner for use in
3511 	  aggressive NSEC.
3512
351321 February 2018: Wouter
3514	- Fix #3512: unbound incorrectly reports SERVFAIL for CAA query
3515	  when there is a CNAME loop.
3516	- Fix validation for CNAME loops.  When it detects a cname loop,
3517	  by finding the cname, cname in the existing list, it returns
3518	  the partial result with the validation result up to then.
3519	- more robust cachedump rrset routine.
3520
352119 February 2018: Wouter
3522	- Fix #3505: Documentation for default local zones references
3523	  wrong RFC.
3524	- Fix #3494: local-zone noview can be used to break out of the view
3525	  to the global local zone contents, for queries for that zone.
3526	- Fix for more maintainable code in localzone.
3527
352816 February 2018: Wouter
3529	- Fixes for clang static analyzer, the missing ; in
3530	  edns-subnet/addrtree.c after the assert made clang analyzer
3531	  produce a failure to analyze it.
3532
353313 February 2018: Ralph
3534	- Aggressive NSEC tests
3535
353613 February 2018: Wouter
3537	- tls-cert-bundle option in unbound.conf enables TLS authentication.
3538	- iana port update.
3539
354012 February 2018: Wouter
3541	- Unit test for auth zone https url download.
3542
354312 February 2018: Ralph
3544	- Added tests with wildcard expanded NSEC records (CVE-2017-15105 test)
3545	- Processed aggressive NSEC code review remarks Wouter
3546
35478 February 2018: Ralph
3548	- Aggressive use of NSEC implementation. Use cached NSEC records to
3549	  generate NXDOMAIN, NODATA and positive wildcard answers.
3550
35518 February 2018: Wouter
3552	- iana port update.
3553	- auth zone url config.
3554
35555 February 2018: Wouter
3556	- Fix #3451: dnstap not building when you have a separate build dir.
3557	  And removed protoc warning, set dnstap.proto syntax to proto2.
3558	- auth-zone provides a way to configure RFC7706 from unbound.conf,
3559	  eg. with auth-zone: name: "." for-downstream: no for-upstream: yes
3560	  fallback-enabled: yes and masters or a zonefile with data.
3561
35622 February 2018: Wouter
3563	- Fix unfreed locks in log and arc4random at exit of unbound.
3564	- unit test with valgrind
3565	- Fix lock race condition in dns cache dname synthesis.
3566	- lock subnet new item before insertion to please checklocks,
3567	  no modification of critical regions outside of lock region.
3568
35691 February 2018: Wouter
3570	- fix unaligned structure making a false positive in checklock
3571	  unitialised memory.
3572
357329 January 2018: Ralph
3574	- Use NSEC with longest ce to prove wildcard absence.
3575	- Only use *.ce to prove wildcard absence, no longer names.
3576
357725 January 2018: Wouter
3578	- ltrace.conf file for libunbound in contrib.
3579
358023 January 2018: Wouter
3581	- Fix that unbound-checkconf -f flag works with auto-trust-anchor-file
3582	  for startup scripts to get the full pathname(s) of anchor file(s).
3583	- Print fatal errors about remote control setup before log init,
3584	  so that it is printed to console.
3585
358622 January 2018: Wouter
3587	- Accept tls-upstream in unbound.conf, the ssl-upstream keyword is
3588	  also recognized and means the same.  Also for tls-port,
3589	  tls-service-key, tls-service-pem, stub-tls-upstream and
3590	  forward-tls-upstream.
3591	- Fix #3397: Fix that cachedb could return a partial CNAME chain.
3592	- Fix #3397: Fix that when the cache contains an unsigned DNAME in
3593	  the middle of a cname chain, a result without the DNAME could
3594	  be returned.
3595
359619 January 2018: Wouter
3597	- tag 1.6.8 for release with CVE fix.
3598	- trunk has 1.6.9 with fix and previous commits.
3599	- patch for CVE-2017-15105: vulnerability in the processing of
3600	  wildcard synthesized NSEC records.
3601	- iana port update.
3602	- make depend: code dependencies updated in Makefile.
3603
36044 January 2018: Ralph
3605	- Copy query and correctly set flags on REFUSED answers when cache
3606	  snooping is not allowed.
3607
36083 January 2018: Ralph
3609	- Fix queries being leaked above stub when refetching glue.
3610
36112 January 2017: Wouter
3612	- Fix that DS queries with referral replies are answered straight
3613	  away, without a repeat query picking the DS from cache.
3614	  The correct reply should have been an answer, the reply is fixed
3615	  by the scrubber to have the answer in the answer section.
3616	- Remove clang optimizer disable,
3617	  Fix that expiration date checks don't fail with clang -O2.
3618
361915 December 2017: Wouter
3620	- Fix timestamp failure because of clang optimizer failure, by
3621	  disabling -O2 when the compiler --version is clang.
3622	- iana port update.
3623	- Also disable -flto for clang, to make incep-expi signature check
3624	  work.
3625
362612 December 2017: Ralph
3627	- Fix qname-minimisation documentation (A QTYPE, not NS)
3628
362912 December 2017: Wouter
3630	- authzone work, transfer connect.
3631
36327 December 2017: Ralph
3633	- Check whether --with-libunbound-only is set when using --with-nettle
3634	  or --with-nss.
3635
36364 December 2017: Wouter
3637	- Fix link failure on OmniOS.
3638
36391 December 2017: Wouter
3640	- auth zone work.
3641
364230 November 2017: Wouter
3643	- Fix #3299 - forward CNAME daisy chain is not working
3644
364514 November 2017: Wouter
3646	- Fix #2882: Unbound behaviour changes (wrong) when domain-insecure is
3647	  set for stub zone.  It no longer searches for DNSSEC information.
3648	- auth xfer work on probe timer and lookup.
3649
365013 November 2017: Wouter
3651	- Fix #2801: Install libunbound.pc.
3652	- Fix qname minimisation to send AAAA queries at zonecut like type A.
3653	- reverted AAAA change.
3654
36557 November 2017: Wouter
3656	- Fix #2492: Documentation libunbound.
3657
36583 November 2017: Wouter
3659	- Fix #2362: TLS1.3/openssl-1.1.1 not working.
3660	- Fix #2034 - Autoconf and -flto.
3661	- Fix #2141 - for libsodium detect lack of entropy in chroot, print
3662	  a message and exit.
3663
36642 November 2017: Wouter
3665	- Fix #1913: ub_ctx_config is under circumstances thread-safe.
3666	- make ip-transparent option work on OpenBSD.
3667
366831 October 2017: Wouter
3669	- Document that errno is left informative on libunbound config read
3670	  fail.
3671	- lexer output.
3672	- iana port update.
3673
367425 October 2017: Ralph
3675	- Fixed libunbound manual typo.
3676	- Fix #1949: [dnscrypt] make provider name mismatch more obvious.
3677	- Fix #2031: Double included headers
3678
367924 October 2017: Ralph
3680	- Update B root ipv4 address.
3681
368219 October 2017: Wouter
3683	- authzone work, probe timer setup.
3684
368518 October 2017: Wouter
3686	- lint for recent authzone commit.
3687
368817 October 2017: Wouter
3689	- Fix #1749: With harden-referral-path: performance drops, due to
3690	  circular dependency in NS and DS lookups.
3691	- [dnscrypt] prevent dnscrypt-secret-key, dnscrypt-provider-cert
3692	  duplicates
3693	- [dnscrypt] introduce dnscrypt-provider-cert-rotated option,
3694	  from Manu Bretelle.
3695	This option allows handling multiple cert/key pairs while only
3696	distributing some of them.
3697	In order to reliably match a client magic with a given key without
3698	strong assumption as to how those were generated, we need both key and
3699	cert. Likewise, in order to know which ES version should be used.
3700	On the other hand, when rotating a cert, it can be desirable to only
3701	serve the new cert but still be able to handle clients that are still
3702	using the old certs's public key.
3703	The `dnscrypt-provider-cert-rotated` allow to instruct unbound to not
3704	publish the cert as part of the DNS's provider_name's TXT answer.
3705	- Better documentation for cache-max-negative-ttl.
3706	- Work on local root zone code.
3707
370810 October 2017: Wouter
3709	- tag 1.6.7
3710	- trunk has version 1.6.8.
3711
37126 October 2017: Wouter
3713	- Fix spelling in unbound-control man page.
3714
37155 October 2017: Wouter
3716	- Fix trust-anchor-signaling works in libunbound.
3717	- Fix some more crpls in testdata for different signaling default.
3718	- tag 1.6.7rc1
3719
37205 October 2017: Ralph
3721	- Set trust-anchor-signaling default to yes
3722	- Use RCODE from A query on DNS64 synthesized answer.
3723
37242 October 2017: Wouter
3725	- Fix param unused warning for windows exportsymbol compile.
3726
372725 September 2017: Ralph
3728	- Fix #1450: Generate again patch contrib/aaaa-filter-iterator.patch
3729	   (by Danilo G. Baio).
3730
373121 September 2017: Ralph
3732	- Log name of looping module
3733
373419 September 2017: Wouter
3735	- use a cachedb answer even if it's "expired" when serve-expired is yes
3736	  (patch from Jinmei Tatuya).
3737	- trigger refetching of the answer in that case (this will bypass
3738	  cachedb lookup)
3739	- allow storing a 0-TTL answer from cachedb in the in-memory message
3740	  cache when serve-expired is yes
3741	- Fix DNSCACHE_STORE_ZEROTTL to be bigger than 0xffff.
3742
374318 September 2017: Ralph
3744	- Fix #1400: allowing use of global cache on ECS-forwarding unless
3745	  always-forward.
3746
374718 September 2017: Wouter
3748	- tag 1.6.6 (is 1.6.6rc2)
3749	- Fix that looping modules always stop the query, and don't pass
3750	  control.
3751	- Fix #1435: Please allow UDP to be disabled separately upstream and
3752	  downstream.
3753	- Fix #1440: [dnscrypt] client nonce cache.
3754
375515 September 2017: Wouter
3756	- Fix unbound-host to report error for DNSSEC state of failed lookups.
3757	- Spelling fixes, from Josh Soref.
3758
375913 September 2017: Wouter
3760	- tag 1.6.6rc2, became 1.6.6 on 18 sep.  trunk 1.6.7 in development.
3761
376212 September 2017: Wouter
3763	- Add dns64 for client-subnet in unbound-checkconf.
3764
37654 September 2017: Ralph
3766	- Fix #1412: QNAME minimisation strict mode not honored
3767	- Fix #1434: Fix windows openssl 1.1.0 linking.
3768
37694 September 2017: Wouter
3770	- tag 1.6.6rc1
3771	- makedist fix for windows binaries, with openssl 1.1.0 windres fix,
3772	  and expat 2.2.4 install target fix.
3773
37741 September 2017: Wouter
3775	- Recommend 1472 buffer size in unbound.conf
3776
377731 August 2017: Wouter
3778	- Fix #1424: cachedb:testframe is not thread safe.
3779	- For #1417: escape ; in dnscrypt tests.
3780	- but reverted that, tests fails with that escape.
3781	- Fix #1417: [dnscrypt] shared secret cache counters, and works when
3782	  dnscrypt is not enabled.  And cache size configuration option.
3783	- make depend
3784	- Fix #1418: [ip ratelimit] initialize slabhash using
3785	  ip-ratelimit-slabs.
3786
378730 August 2017: Wouter
3788	- updated contrib/fastrpz.patch to apply with configparser changes.
3789	- Fix 1416: qname-minimisation breaks TLSA lookups with CNAMEs.
3790
379129 August 2017: Wouter
3792	- Fix #1414: fix segfault on parse failure and log_replies.
3793	- zero qinfo in handle_request, this zeroes local_alias and also the
3794	  qname member.
3795	- new keys and certs for dnscrypt tests.
3796	- fixup WKS test on buildhost without servicebyname.
3797
379828 August 2017: Wouter
3799	- Fix #1415: patch to free dnscrypt environment on reload.
3800	- iana portlist update
3801	- Fix #1415: [dnscrypt] shared secret cache, patch from
3802	  Manu Bretelle.
3803	- Small fixes for the shared secret cache patch.
3804	- Fix WKS records on kvm autobuild host, with default protobyname
3805	  entries for udp and tcp.
3806
380723 August 2017: Wouter
3808	- Fix #1407: Add ECS options check to unbound-checkconf.
3809	- make depend
3810	- Fix to reclaim tcp handler when it is closed due to dnscrypt buffer
3811	  allocation failure.
3812
381322 August 2017: Wouter
3814	- Fix install of trust anchor when two anchors are present, makes both
3815	  valid. Checks hash of DS but not signature of new key. This fixes
3816	  the root.key file if created when unbound is installed between
3817	  sep11 and oct11 2017.
3818	- tag 1.6.5 with pointrelease 1.6.5 (1.6.4 plus 5011 fix).
3819	- trunk version 1.6.6 in development.
3820	- Fix issue on macOX 10.10 where TCP fast open is detected but not
3821	  implemented causing TCP to fail. The fix allows fallback to regular
3822	  TCP in this case and is also more robust for cases where connectx()
3823	  fails for some reason.
3824	- Fix #1402: squelch invalid argument error for fd_set_block on windows.
3825
382610 August 2017: Wouter
3827	- Patch to show DNSCrypt status in help output, from Carsten
3828	  Strotmann.
3829
38308 August 2017: Wouter
3831	- Fix #1398: make cachedb secret configurable.
3832	- Remove spaces from Makefile.
3833
38347 August 2017: Wouter
3835	- Fix #1397: Recursive DS lookups for AS112 zones names should recurse.
3836
38373 August 2017: Ralph
3838	- Remove unused iter_env member (ip6arpa_dname)
3839	- Do not reset rrset.bogus stats when called using stats_noreset.
3840	- Added stats for queries that have been ratelimited by domain
3841	  recursion.
3842	- Do not add rrset_bogus and query ratelimiting stats per thread, these
3843	  module stats are global.
3844
38453 August 2017: Wouter
3846	- Fix #1394: mix of serve-expired and response-ip could cause a crash.
3847
384824 July 2017: Wouter
3849	- upgrade aclocal(pkg.m4 0.29.1), config.guess(2016-10-02),
3850	  config.sub(2016-09-05).
3851	- annotate case statement fallthrough for gcc 7.1.1.
3852	- flex output from flex 2.6.1.
3853	- snprintf of thread number does not warn about truncated string.
3854	- squelch TCP fast open error on FreeBSD when kernel has it disabled,
3855	  unless verbosity is high.
3856	- remove warning from windows compile.
3857	- Fix compile with libnettle
3858	- Fix DSA configure switch (--disable dsa) for libnettle and libnss.
3859	- Fix #1365: Add Ed25519 support using libnettle.
3860	- iana portlist update
3861
386217 July 2017: Wouter
3863	- Fix #1350: make cachedb backend configurable (from JINMEI Tatuya).
3864	- Fix #1349: allow suppression of pidfiles (from Daniel Kahn Gillmor).
3865	  With the -p option unbound does not create a pidfile.
3866
386711 July 2017: Wouter
3868	- Fix #1344: RFC6761-reserved domains: test. and invalid.
3869	- Redirect all localhost names to localhost address for RFC6761.
3870
38716 July 2017: Wouter
3872	- Fix tests to use .tdir (from Manu Bretelle) instead of .tpkg.
3873	- Fix svn hooks for tdir (selected if testcode/mini_tdir.sh exists)..
3874
38754 July 2017: Wouter
3876	- Fix 1332: Bump verbosity of failed chown'ing of the control socket.
3877
38783 July 2017: Wouter
3879	- Fix for unbound-checkconf, check ipsecmod-hook if ipsecmod is turned
3880	  on.
3881	- Fix #1331: libunbound segfault in threaded mode when context is
3882	  deleted.
3883	- Fix pythonmod link line option flag.
3884	- Fix openssl 1.1.0 load of ssl error strings from ssl init.
3885
388629 June 2017: Wouter
3887	- Fix python example0 return module wait instead of error for pass.
3888	- iana portlist update
3889	- enhancement for hardened-tls for DNS over TLS.  Removed duplicated
3890	  security settings.
3891
389227 June 2017: Wouter
3893	- Tag 1.6.4 is created with the 1.6.4rc2 contents.
3894	- Trunk contains 1.6.5, with changes from 26, 27 june.
3895	- Remove signed unsigned warning from authzone.
3896	- Fix that infra cache host hash does not change after reconfig.
3897
389826 June 2017: Wouter
3899	- (for 1.6.5)
3900	  Better fixup of dnscrypt_cert_chacha test for different escapes.
3901	- First fix for zero b64 and hex text zone format in sldns.
3902	- unbound-control dump_infra prints port number for address if not 53.
3903
390423 June 2017: Wouter
3905	- (for 1.6.5): fixup of dnscrypt_cert_chacha test (from Manu Bretelle).
3906
390722 June 2017: Wouter
3908	- Tag 1.6.4rc2
3909
391022 June 2017: Ralph
3911	- Added fastrpz patch to contrib
3912
391321 June 2017: Wouter
3914	- Fix #1316: heap read buffer overflow in parse_edns_options.
3915
391620 June 2017: Wouter
3917	- Fix warning in pythonmod under clang compiler.
3918	- Tag 1.6.4rc1
3919	- Fix lintian typo.
3920
392116 June 2017: Ralph
3922	- Fix #1277: disable domain ratelimit by setting value to 0.
3923
392416 June 2017: Wouter
3925	- Fix #1301: memory leak in respip and tests.
3926	- Free callback in edns-subnetmod on exit and restart.
3927	- Fix memory leak in sldns_buffer_new_frm_data.
3928	- Fix memory leak in dnscrypt config read.
3929	- Fix dnscrypt chacha cert support ifdefs.
3930	- Fix dnscrypt chacha cert unit test escapes in grep.
3931	- Remove asynclook tests that cause test and purifier problems.
3932	- Fix to unlock view in view test.
3933
393415 June 2017: Wouter
3935	- Fix stub zone queries leaking to the internet for
3936	  harden-referral-path ns checks.
3937	- Fix query for refetch_glue of stub leaking to internet.
3938
393913 June 2017: Wouter
3940	- Fix #1279: Memory leak on reload when python module is enabled.
3941	- Fix #1280: Unbound fails assert when response from authoritative
3942	  contains malformed qname.  When 0x20 caps-for-id is enabled, when
3943	  assertions are not enabled the malformed qname is handled correctly.
3944	- 1.6.3 tag created, with only #1280 fix, trunk is 1.6.4 development.
3945	- More fixes in depth for buffer checks in 0x20 qname checks.
3946
394712 June 2017: Wouter
3948	- Fix #1278: Incomplete wildcard proof.
3949
39508 June 2017: Ralph
3951	- Added domain name based ECS whitelist.
3952
39538 June 2017: Wouter
3954	- Detect chacha for dnscrypt at configure time.
3955	- dnscrypt unit tests with chacha.
3956
39577 June 2017: Wouter
3958	- Fix that unbound-control can set val_clean_additional and val_permissive_mode.
3959	- Add dnscrypt XChaCha20 tests.
3960
39616 June 2017: Wouter
3962	- Add an explicit type cast for TCP FASTOPEN fix.
3963	- renumbering B-Root's IPv6 address to 2001:500:200::b.
3964	- Fix #1275: cached data in cachedb is never used.
3965	- Fix #1276: [dnscrypt] add XChaCha20-Poly1305 cipher.
3966
39671 June 2017: Ralph
3968	- Fix #1274: automatically trim chroot path from dnscrypt key/cert paths
3969	  (from Manu Bretelle).
3970
39711 June 2017: Wouter
3972	- Fix fastopen EPIPE fallthrough to perform connect.
3973
397431 May 2017: Ralph
3975	- Also use global local-zones when there is a matching view that does
3976	  not have any local-zone specified.
3977
397831 May 2017: Wouter
3979	- Fix #1273: cachedb.c doesn't compile with -Wextra.
3980	- If MSG_FASTOPEN gives EPIPE fallthrough to try normal tcp write.
3981
398230 May 2017: Ralph
3983	- Fix #1269: inconsistent use of built-in local zones with views.
3984	- Add defaults for new local-zone trees added to views using
3985	  unbound-control.
3986
398730 May 2017: Wouter
3988	- Support for openssl EVP_DigestVerify.
3989	- Support for the ED25519 algorithm with openssl (from openssl 1.1.1).
3990
399129 May 2017: Wouter
3992	- Fix assertion for low buffer size and big edns payload when worker
3993	  overrides udpsize.
3994
399526 May 2017: Ralph
3996	- Added redirect-bogus.patch to contrib directory.
3997
399826 May 2017: Wouter
3999	- Fix #1270: unitauth.c doesn't compile with higher warning level
4000	  and optimization
4001	- exec_prefix is by default equal to prefix.
4002	- printout localzone for duplicate local-zone warnings.
4003
400424 May 2017: Wouter
4005	- authzone cname chain, no rrset duplicates, wildcard doesn't change
4006	  rrsets added for cname chain.
4007
400823 May 2017: Wouter
4009	- first services/authzone check in, it compiles and reads and writes
4010	  zonefiles.
4011	- iana portlist update
4012
401322 May 2017: Wouter
4014	- Fix #1268: SIGSEGV after log_reopen.
4015
401618 May 2017: Wouter
4017	- Fix #1265 to use /bin/kill.
4018	- Fix #1267: Libunbound validator/val_secalgo.c uses obsolete APIs,
4019	  and compatibility with BoringSSL.
4020
402117 May 2017: Wouter
4022	- Fix #1265: contrib/unbound.service contains hardcoded path.
4023
402417 May 2017: George
4025	- Use qstate's region for IPSECKEY rrset (ipsecmod).
4026
402716 May 2017: George
4028	- Implemented opportunistic IPsec support module (ipsecmod).
4029	- Some whitespace fixup.
4030
403116 May 2017: Wouter
4032	- updated dependencies in the makefile.
4033	- document trust-anchor-signaling in example config file.
4034	- updated configure, dependencies and flex output.
4035	- better module memory lookup, fix of unbound-control shm names for
4036	  module memory printout of statistics.
4037	- Fix type AVC sldns rrdef.
4038
403912 May 2017: Wouter
4040	- Adjust servfail by iterator to not store in cache when serve-expired
4041	  is enabled, to avoid overwriting useful information there.
4042	- Fix queries for nameservers under a stub leaking to the internet.
4043
40449 May 2017: Ralph
4045	- Add 'c' to getopt() in testbound.
4046	- iana portlist update
4047
40488 May 2017: Wouter
4049	- Fix tcp-mss failure printout text.
4050	- Set SO_REUSEADDR on outgoing tcp connections to fix the bind before
4051	  connect limited tcp connections.  With the option tcp connections
4052	  can share the same source port (for different destinations).
4053
40542 May 2017: Ralph
4055	- Added mesh_add_sub to add detached mesh entries.
4056	- Use mesh_add_sub for key tag signaling query.
4057
40582 May 2017: Wouter
4059	- Added test for leak of stub information.
4060	- Fix sldns wire2str printout of RR type CAA tags.
4061	- Fix sldns int16_data parse.
4062	- Fix sldns parse and printout of TSIG RRs.
4063	- sldns SMIMEA and AVC definitions, same as getdns definitions.
4064
40651 May 2017: Wouter
4066	- Fix #1259: "--disable-ecdsa" argument overwritten
4067	  by "#ifdef SHA256_DIGEST_LENGTH@daemon/remote.c".
4068	- iana portlist update
4069	- Fix #1258: Windows 10 X64 unbound 1.6.2 service will not start.
4070	  and fix that 64bit getting installed in C:\Program Files (x86).
4071
407226 April 2017: Ralph
4073	- Implemented trust anchor signaling using key tag query.
4074
407526 April 2017: Wouter
4076	- Based on #1257: check parse limit before t increment in sldns RR
4077	  string parse routine.
4078
407924 April 2017: Wouter
4080	- unbound-checkconf -o allows query of dnstap config variables.
4081	  Also unbound-control get_option.  Also for dnscrypt.
4082	- trunk contains 1.6.3 version number (changes from 1.6.2 back from
4083	  when the 1.6.2rc1 tag has been created).
4084
408521 April 2017: Ralph
4086	- Fix #1254: clarify ratelimit-{for,below}-domain (from Manu Bretelle).
4087	- iana portlist update
4088
408918 April 2017: Ralph
4090	- Fix #1252: more indentation inconsistencies.
4091	- Fix #1253: unused variable in edns-subnet/addrtree.c:getbit().
4092
409313 April 2017: Ralph
4094	- Added ECS unit test (from Manu Bretelle).
4095	- ECS documentation fix (from Manu Bretelle).
4096
409713 April 2017: Wouter
4098	- Fix #1250: inconsistent indentation in services/listen_dnsport.c.
4099	- tag for 1.6.2rc1
4100	- (for 1.6.3:) unbound.h exports the shm stats structures.  They use
4101	  type long long and no ifdefs, and ub_ before the typenames.
4102
410312 April 2017: Wouter
4104	- subnet mem value is available in shm, also when not enabled,
4105	  to make the struct easier to memmap by other applications,
4106	  independent of the configuration of unbound.
4107
410812 April 2017: Ralph
4109	- Fix #1247: unbound does not shorten source prefix length when
4110	  forwarding ECS.
4111	- Properly check for allocation failure in local_data_find_tag_datas.
4112	- Fix #1249: unbound doesn't return FORMERR to bogus ECS.
4113	- Set SHM ECS memory usage to 0 when module not loaded.
4114
411511 April 2017: Ralph
4116	- Display ECS module memory usage.
4117
411810 April 2017: Wouter
4119	- harden-algo-downgrade: no also makes unbound more lenient about
4120	  digest algorithms in DS records.
4121
412210 April 2017: Ralph
4123	- Remove ECS option after REFUSED answer.
4124	- Fix small memory leak in edns_opt_copy_alloc.
4125	- Respip dereference after NULL check.
4126	- Zero initialize addrtree allocation.
4127	- Use correct identifier for SHM destroy.
4128
41297 April 2017: George
4130	- Fix pythonmod for cb changes.
4131	- Some whitespace fixup.
4132
41337 April 2017: Ralph
4134	- Unlock view in respip unit test
4135
41366 April 2017: Ralph
4137	- Generalise inplace callback (de)registration
4138	- (de)register inplace callbacks for module id
4139	- No unbound-control set_option for ECS options
4140	- Deprecated client-subnet-opcode config option
4141	- Introduced client-subnet-always-forward config option
4142	- Changed max-client-subnet-ipv6 default to 56 (as in RFC)
4143	- Removed extern ECS config options
4144	- module_restart_next now calls clear on all following modules
4145	- Also create ECS module qstate on module_event_pass event
4146	- remove malloc from inplace_cb_register
4147
41486 April 2017: Wouter
4149	- Small fixup for documentation.
4150	- iana portlist update
4151	- Fix respip for braces when locks arent used.
4152	- Fix pythonmod for cb changes.
4153
41544 April 2017: Wouter
4155	- Fix #1244: document that use of chroot requires trust anchor file to
4156	  be under chroot.
4157	- iana portlist update
4158
41593 April 2017: Ralph
4160	- Do not add current time twice to TTL before ECS cache store.
4161	- Do not touch rrset cache after ECS cache message generation.
4162	- Use LDNS_EDNS_CLIENT_SUBNET as default ECS opcode.
4163
41643 April 2017: Wouter
4165	- Fix #1217: Add metrics to unbound-control interface showing
4166	  crypted, cert request, plaintext and malformed queries (from
4167	  Manu Bretelle).
4168	- iana portlist update
4169
417027 March 2017: Wouter
4171	- Remove (now unused) event2 include from dnscrypt code.
4172
417324 March 2017: George
4174	- Fix to prevent non-referal query from being cached as referal when the
4175	  no_cache_store flag was set.
4176
417723 March 2017: Wouter
4178	- Fix #1239: configure fails to find python distutils if python
4179	  prints warning.
4180
418122 March 2017: Wouter
4182	- Fix #1238: segmentation fault when adding through the remote
4183	  interface a per-view local zone to a view with no previous
4184	  (configured) local zones.
4185	- Fix #1229: Systemd service sandboxing, options in wrong sections.
4186
418721 March 2017: Ralph
4188	- Merge EDNS Client subnet implementation from feature branch into main
4189	  branch, using new EDNS processing framework.
4190
419121 March 2017: Wouter
4192	- Fix doxygen for dnscrypt files.
4193
419420 March 2017: Wouter
4195	- #1217. DNSCrypt support, with --enable-dnscrypt, libsodium and then
4196	  enabled in the config file from Manu Bretelle.
4197	- make depend, autoconf, remove warnings about statement before var.
4198	- lru_demote and lruhash_insert_or_retrieve functions for getdns.
4199	- fixup for lruhash (whitespace and header file comment).
4200	- dnscrypt tests.
4201
420217 March 2017: Wouter
4203	- Patch for view functionality for local-data-ptr from Björn Ketelaars.
4204	- Fix #1237 - Wrong resolving in chain, for norec queries that get
4205	  SERVFAIL returned.
4206
420716 March 2017: Wouter
4208	- Fix that SHM is not inited if not enabled.
4209	- Add trustanchor.unbound CH TXT that gets a response with a number
4210	  of TXT RRs with a string like "example.com. 2345 1234" with
4211	  the trust anchors and their keytags.
4212	- Fix that looped DNAMEs do not cause unbound to spend effort.
4213	- trustanchor tags are sorted.  reusable routine to fetch taglist.
4214
421513 March 2017: Wouter
4216	- testbound understands Deckard MATCH rcode question answer commands.
4217	- Fix #1235: Fix too long DNAME expansion produces SERVFAIL instead
4218	  of YXDOMAIN + query loop, reported by Petr Spacek.
4219
422010 March 2017: Wouter
4221	- Fix #1234: shortening DNAME loop produces duplicate DNAME records
4222	  in ANSWER section.
4223
42249 March 2017: Wouter
4225	- --disable-sha1 disables SHA1 support in RRSIG, so from DNSKEY and
4226	  DS records.  NSEC3 is not disabled.
4227	- fake-sha1 test option; print warning if used.  To make unit tests.
4228	- unbound-control list local zone and data commands listed in the
4229	  help output.
4230
42318 March 2017: Wouter
4232	- make depend for build dependencies.
4233	- swig version 2.0.1 required.
4234	- fix enum conversion warnings
4235
42367 March 2017: Wouter
4237	- Fix #1230: swig version 2.0.0 is required for pythonmod, with
4238	  1.3.40 it crashes when running repeatly unbound-control reload.
4239	- Response actions based on IP address from Jinmei Tatuya (Infoblox).
4240
42416 March 2017: Wouter
4242	- Fix #1229: Systemd service sandboxing in contrib/unbound.service.
4243	- iana portlist update
4244
424528 February 2017: Ralph
4246	- Fix testpkts.c, check if DO bit is set, not only if there is an OPT
4247	  record.
4248
424928 February 2017: Wouter
4250	- For #1227: if we have sha256, set the cipher list to have no
4251	  known vulns.
4252
425327 February 2017: Wouter
4254	- Fix #1227: Fix that Unbound control allows weak ciphersuits.
4255	- Fix #1226: provide official 32bit binary for windows.
4256
425724 February 2017: Wouter
4258	- include sys/time.h for new shm code on NetBSD.
4259
426023 February 2017: Wouter
4261	- Fix doc/CNAME-basedRedirectionDesignNotes.pdf zone static to
4262	  redirect.
4263	- Patch from Luiz Fernando Softov for Stats Shared Memory.
4264	- unbound-control stats_shm command prints stats using shared memory,
4265	  which uses less cpu.
4266	- make depend, autoconf, doxygen and lint fixed up.
4267
426822 February 2017: Wouter
4269	- Fix #1224: Fix that defaults should not fall back to "Program Files
4270	  (x86) if Unbound is 64bit by default on windows.
4271
427221 February 2017: Wouter
4273	- iana portlist update
4274
427516 February 2017: Wouter
4276	- sldns updated for vfixed and buffer resize indication from getdns.
4277
427815 February 2017: Wouter
4279	- sldns has ED25519 and ED448 algorithm number and name for display.
4280
428114 February 2017: Wouter
4282	- tag 1.6.1rc3. -- which became 1.6.1 on 21feb, trunk has 1.6.2
4283
428413 February 2017: Wouter
4285	- Fix autoconf of systemd check for lack of pkg-config.
4286
428710 February 2017: Wouter
4288	- Fix pythonmod for typedef changes.
4289	- Fix dnstap for warning of set but not used.
4290	- tag 1.6.1rc2.
4291
42929 February 2017: Wouter
4293	- tag 1.6.1rc1.
4294
42958 February 2017: Wouter
4296	- Fix for type name change and fix warning on windows compile.
4297
42987 February 2017: Wouter
4299	- Include root trust anchor id 20326 in unbound-anchor.
4300
43016 February 2017: Wouter
4302	- Fix compile on solaris of the fix to use $host detect.
4303
43044 February 2017: Wouter
4305	- fix root_anchor test for updated icannbundle.pem lower certificates.
4306
430726 January 2017: Wouter
4308	- Fix 1211: Fix can't enable interface-automatic if no IPv6 with
4309	  more helpful error message.
4310
431120 January 2017: Wouter
4312	- Increase MAX_MODULE to 16.
4313
431419 January 2017: Wouter
4315	- Fix to Rename ub_callback_t to ub_callback_type, because POSIX
4316	  reserves _t typedefs.
4317	- Fix to rename internally used types from _t to _type, because _t
4318	  type names are reserved by POSIX.
4319	- iana portlist update
4320
432112 January 2017: Wouter
4322	- Fix to also block meta types 128 through to 248 with formerr.
4323	- Fix #1206: Some view-related commands are missing from 'unbound-control -h'
4324
43259 January 2017: Wouter
4326	- Fix #1202: Fix code comment that packed_rrset_data is not always
4327	  'packed'.
4328
43296 January 2017: Wouter
4330	- Fix #1201: Fix missing unlock in answer_from_cache error condition.
4331
43325 January 2017: Wouter
4333	- Fix to return formerr for queries for meta-types, to avoid
4334	  packet amplification if this meta-type is sent on to upstream.
4335	- Fix #1184: Log DNS replies. This includes the same logging
4336	  information that DNS queries and response code and response size,
4337	  patch from Larissa Feng.
4338	- Fix #1187: Source IP rate limiting, patch from Larissa Feng.
4339
43403 January 2017: Wouter
4341	- configure --enable-systemd and lets unbound use systemd sockets if
4342	  you enable use-systemd: yes in unbound.conf.
4343	  Also there are contrib/unbound.socket and contrib/unbound.service:
4344	  systemd files for unbound, install them in /usr/lib/systemd/system.
4345	  Contributed by Sami Kerola and Pavel Odintsov.
4346	- Fix reload chdir failure when also chrooted to that directory.
4347
43482 January 2017: Wouter
4349	- Fix #1194: Cross build fails when $host isn't `uname` for getentropy.
4350
435123 December 2016: Ralph
4352	- Fix #1190: Do not echo back EDNS options in local-zone error response.
4353	- iana portlist update
4354
435521 December 2016: Ralph
4356	- Fix #1188: Unresolved symbol 'fake_dsa' in libunbound.so when built
4357	  with Nettle
4358
435919 December 2016: Ralph
4360	- Fix #1191: remove comment about view deletion.
4361
436215 December 2016: Wouter
4363	- iana portlist update
4364	- 64bit is default for windows builds.
4365	- Fix inet_ntop and inet_pton warnings in windows compile.
4366
436714 December 2016: Wouter
4368	- Fix #1178: attempt to fix setup error at end, pop result values
4369	  at end of install.
4370
437113 December 2016: Wouter
4372	- Fix #1182: Fix Resource leak (socket), at startup.
4373	- Fix unbound-control and ipv6 only.
4374
43759 December 2016: Wouter
4376	- Fix #1176: stack size too small for Alpine Linux.
4377
43788 December 2016: Wouter
4379	- Fix downcast warnings from visual studio in sldns code.
4380	- tag 1.6.0rc1 which became 1.6.0 on 15 dec, and trunk is 1.6.1.
4381
43827 December 2016: Ralph
4383	- Add DSA support for OpenSSL 1.1.0
4384	- Fix remote control without cert for LibreSSL
4385
43866 December 2016: George
4387	- Added generic EDNS code for registering known EDNS option codes,
4388	  bypassing the cache response stage and uniquifying mesh states. Four EDNS
4389	  option lists were added to module_qstate (module_qstate.edns_opts_*) to
4390	  store EDNS options from/to front/back side.
4391	- Added two flags to module_qstate (no_cache_lookup, no_cache_store) that
4392	  control the modules' cache interactions.
4393	- Added code for registering inplace callback functions. The registered
4394	  functions can be called just before replying with local data or Chaos,
4395	  replying from cache, replying with SERVFAIL, replying with a resolved
4396	  query, sending a query to a nameserver. The functions can inspect the
4397	  available data and maybe change response/query related data (i.e. append
4398	  EDNS options).
4399	- Updated Python module for the above.
4400	- Updated Python documentation.
4401
44025 December 2016: Ralph
4403	- Fix #1173: differ local-zone type deny from unset
4404	  tag_actions element.
4405
44065 December 2016: Wouter
4407	- Fix #1170: document that 'inform' local-zone uses local-data.
4408
44091 December 2016: Ralph
4410	- hyphen as minus fix, by Andreas Schulze
4411
441230 November 2016: Ralph
4413	- Added local-zones and local-data bulk addition and removal
4414	  functionality in unbound-control (local_zones, local_zones_remove,
4415	  local_datas and local_datas_remove).
4416	- iana portlist update
4417
441829 November 2016: Wouter
4419	- version 1.6.0 is in the development branch.
4420	- braces in view.c around lock statements.
4421
442228 November 2016: Wouter
4423	- new install-sh.
4424
442525 November 2016: Wouter
4426	- Fix that with openssl 1.1 control-use-cert: no uses less cpu, by
4427	  using no encryption over the unix socket.
4428
442922 Novenber 2016: Ralph
4430	- Make access-control-tag-data RDATA absolute. This makes the RDATA
4431	  origin consistent between local-data and access-control-tag-data.
4432	- Fix NSEC ENT wildcard check. Matching wildcard does not have to be a
4433	  subdomain of the NSEC owner.
4434	- QNAME minimisation uses QTYPE=A, therefore always check cache for
4435	  this type in harden-below-nxdomain functionality.
4436	- Added unit test for QNAME minimisation + harden below nxdomain
4437	  synergy.
4438
443922 November 2016: Wouter
4440	- iana portlist update.
4441	- Fix unit tests for DS hash processing for fake-dsa test option.
4442	- patch from Dag-Erling Smorgrav that removes code that relies
4443	  on sbrk().
4444
444521 November 2016: Wouter
4446	- Fix #1158: reference RFC 8020 "NXDOMAIN: There Really Is Nothing
4447	  Underneath" for the harden-below-nxdomain option.
4448
444910 November 2016: Ralph
4450	- Fix #1155: test status code of unbound-control in 04-checkconf,
4451	  not the status code from the tee command.
4452
44534 November 2016: Ralph
4454	- Added stub-ssl-upstream and forward-ssl-upstream options.
4455
44564 November 2016: Wouter
4457	- configure detects ssl security level API function in the autoconf
4458	  manner.  Every function on its own, so that other libraries (eg.
4459	  LibreSSL) can develop their API without hindrance.
4460	- Fix #1154: segfault when reading config with duplicate zones.
4461	- Note that for harden-below-nxdomain the nxdomain must be secure,
4462	  this means nsec3 with optout is insufficient.
4463
44643 November 2016: Ralph
4465	- Set OpenSSL security level to 0 when using aNULL ciphers.
4466
44673 November 2016: Wouter
4468	- .gitattributes line for githubs code language display.
4469	- log-identity: config option to set sys log identity, patch from
4470	  "Robin H. Johnson" <robbat2@gentoo.org>
4471
44722 November 2016: Wouter
4473	- iana portlist update.
4474
447531 October 2016: Wouter
4476	- Fix failure to build on arm64 with no sbrk.
4477	- iana portlist update.
4478
447928 October 2016: Wouter
4480	- Patch for server.num.zero_ttl stats for count of expired replies,
4481	  from Pavel Odintsov.
4482
448326 October 2016: Wouter
4484	- Fix unit tests for openssl 1.1, with no DSA, by faking DSA, enabled
4485	  with the undocumented switch 'fake-dsa'.  It logs a warning.
4486
448725 October 2016: Wouter
4488	- Fix #1134: unbound-control set_option -- val-override-date: -1 works
4489	  immediately to ignore datetime, or back to 0 to enable it again.
4490	  The -- is to ignore the '-1' as an option flag.
4491
449224 October 2016: Wouter
4493	- serve-expired config option: serve expired responses with TTL 0.
4494	- g.root-servers.net has AAAA address.
4495
449621 October 2016: Wouter
4497	- Ported tests for local_cname unit test to testbound framework.
4498
449920 October 2016: Wouter
4500	- suppress compile warning in lex files.
4501	- init lzt variable, for older gcc compiler warnings.
4502	- fix --enable-dsa to work, instead of copying ecdsa enable.
4503	- Fix DNSSEC validation of query type ANY with DNAME answers.
4504	- Fixup query_info local_alias init.
4505
450619 October 2016: Wouter
4507	- Fix #1130: whitespace in example.conf.in more consistent.
4508
450918 October 2016: Wouter
4510	- Patch that resolves CNAMEs entered in local-data conf statements that
4511	  point to data on the internet, from Jinmei Tatuya (Infoblox).
4512	- Removed patch comments from acllist.c and msgencode.c
4513	- Added documentation doc/CNAME-basedRedirectionDesignNotes.pdf,
4514	  from Jinmei Tatuya (Infoblox).
4515	- Fix #1125: unbound could reuse an answer packet incorrectly for
4516	  clients with different EDNS parameters, from Jinmei Tatuya.
4517	- Fix #1118: libunbound.pc sets strange Libs, Libs.private values.
4518	- Added Requires line to libunbound.pc
4519	- Please doxygen by modifying mesh.h
4520
452117 October 2016: Wouter
4522	- Re-fix #839 from view commit overwrite.
4523	- Fixup const void cast warning.
4524
452512 October 2016: Ralph
4526	- Free view config elements.
4527
452811 October 2016: Ralph
4529	- Added qname-minimisation-strict config option.
4530	- iana portlist update.
4531	- fix memoryleak logfile when in debug mode.
4532
45335 October 2016: Ralph
4534	- Added views functionality.
4535	- Fix #1117: spelling errors, from Robert Edmonds.
4536
453730 September 2016: Wouter
4538	- Fix Nits for 1.5.10 reported by Dag-Erling Smorgrav.
4539
454029 September 2016: Wouter
4541	- Fix #838: 1.5.10 cannot be built on Solaris, undefined PATH_MAX.
4542	- Fix #839: Memory grows unexpectedly with large RPZ files.
4543	- Fix #840: infinite loop in unbound_munin_ plugin on unowned lockfile.
4544	- Fix #841: big local-zone's make it consume large amounts of memory.
4545
454627 September 2016: Wouter
4547	- tag for 1.5.10 release
4548	- trunk contains 1.5.11 in development.
4549	- Fix dnstap relaying "random" messages instead of resolver/forwarder
4550	  responses, from Nikolay Edigaryev.
4551	- Fix #836: unbound could echo back EDNS options in an error response.
4552
455320 September 2016: Wouter
4554	- iana portlist update.
4555	- Fix #835: fix --disable-dsa with nettle verify.
4556	- tag for 1.5.10rc1 release.
4557
455815 September 2016: Wouter
4559	- Fix 883: error for duplicate local zone entry.
4560	- Test for openssl init_crypto and init_ssl functions.
4561
456215 September 2016: Ralph
4563	- fix potential memory leak in daemon/remote.c and nullpointer
4564	  dereference in validator/autotrust.
4565	- iana portlist update.
4566
456713 September 2016: Wouter
4568	- Silenced flex-generated sign-unsigned warning print with gcc
4569	  diagnostic pragma.
4570	- Fix for new splint on FreeBSD.  Fix cast for sockaddr_un.sun_len.
4571
45729 September 2016: Wouter
4573	- Fix #831: workaround for spurious fread_chk warning against petal.c
4574
45755 September 2016: Ralph
4576	- Take configured minimum TTL into consideration when reducing TTL
4577	  to original TTL from RRSIG.
4578
45795 September 2016: Wouter
4580	- Fix #829: doc of sldns_wire2str_rdata_buf() return value has an
4581	  off-by-one typo, from Jinmei Tatuya (Infoblox).
4582	- Fix incomplete prototypes reported by Dag-Erling Smørgrav.
4583	- Fix #828: missing type in access-control-tag-action redirect results
4584	  in NXDOMAIN.
4585
45862 September 2016: Wouter
4587	- Fix compile with openssl 1.1.0 with api=1.1.0.
4588
45891 September 2016: Wouter
4590	- RFC 7958 is now out, updated docs for unbound-anchor.
4591	- Fix for compile without warnings with openssl 1.1.0.
4592	- Fix #826: Fix refuse_non_local could result in a broken response.
4593	- iana portlist update.
4594
459529 August 2016: Wouter
4596	- Fix #777: OpenSSL 1.1.0 compatibility, patch from Sebastian A.
4597	  Siewior.
4598	- Add default root hints for IPv6 E.ROOT-SERVERS.NET, 2001:500:a8::e.
4599
460025 August 2016: Ralph
4601	- Clarify local-zone-override entry in unbound.conf.5
4602
460325 August 2016: Wouter
4604	- 64bit build option for makedist windows compile, -w64.
4605
460624 August 2016: Ralph
4607	- Fix #820: set sldns_str2wire_rr_buf() dual meaning len parameter
4608	  in each iteration in find_tag_datas().
4609	- unbound.conf.5 entries for define-tag, access-control-tag,
4610	  access-control-tag-action, access-control-tag-data, local-zone-tag,
4611	  and local-zone-override.
4612
461323 August 2016: Wouter
4614	- Fix #804: unbound stops responding after outage.  Fixes queries
4615	  that attempt to wait for an empty list of subqueries.
4616	- Fix #804: lower num_target_queries for iterator also for failed
4617	  lookups.
4618
46198 August 2016: Wouter
4620	- Note that OPENPGPKEY type is RFC 7929.
4621
46224 August 2016: Wouter
4623	- Fix #807: workaround for possible some "unused" function parameters
4624	  in test code, from Jinmei Tatuya.
4625
46263 August 2016: Wouter
4627	- use sendmsg instead of sendto for TFO.
4628
462928 July 2016: Wouter
4630	- Fix #806: wrong comment removed.
4631
463226 July 2016: Wouter
4633	- nicer ratelimit-below-domain explanation.
4634
463522 July 2016: Wouter
4636	- Fix #801: missing error condition handling in
4637	  daemon_create_workers().
4638	- Fix #802: workaround for function parameters that are "unused"
4639	  without log_assert.
4640	- Fix #803: confusing (and incorrect) code comment in daemon_cleanup().
4641
464220 July 2016: Wouter
4643	- Fix typo in unbound.conf.
4644
464518 July 2016: Wouter
4646	- Fix #798: Client-side TCP fast open fails (Linux).
4647
464814 July 2016: Wouter
4649	- TCP Fast open patch from Sara Dickinson.
4650	- Fixed unbound.doxygen for 1.8.11.
4651
46527 July 2016: Wouter
4653	- access-control-tag-data implemented. verbose(4) prints tag debug.
4654
46555 July 2016: Wouter
4656	- Fix dynamic link of anchor-update.exe on windows.
4657	- Fix detect of mingw for MXE package build.
4658	- Fixes for 64bit windows compile.
4659	- Fix #788 for nettle 3.0: Failed to build with Nettle >= 3.0 and
4660	  --with-libunbound-only --with-nettle.
4661
46624 July 2016: Wouter
4663	- For #787: prefer-ip6 option for unbound.conf prefers to send
4664	  upstream queries to ipv6 servers.
4665	- Fix #787: outgoing-interface netblock/64 ipv6 option to use linux
4666	  freebind to use 64bits of entropy for every query with random local
4667	  part.
4668
466930 June 2016: Wouter
4670	- Document always_transparent, always_refuse, always_nxdomain types.
4671
467229 June 2016: Wouter
4673	- Fix static compile on windows missing gdi32.
4674
467528 June 2016: Wouter
4676	- Create a pkg-config file for libunbound in contrib.
4677
467827 June 2016: Wouter
4679	- Fix #784: Build configure assumess that having getpwnam means there
4680	  is endpwent function available.
4681	- Updated repository with newer flex and bison output.
4682
468324 June 2016: Ralph
4684	- Possibility to specify local-zone type for an acl/tag pair
4685	- Possibility to specify (override) local-zone type for a source address
4686	  block
468716 June 2016: Ralph
4688	- Decrease dp attempts at each QNAME minimisation iteration
4689
469016 June 2016: Wouter
4691	- Fix tcp timeouts in tv.usec.
4692
469315 June 2016: Wouter
4694	- TCP_TIMEOUT is specified in milliseconds.
4695	- If more than half of tcp connections are in use, a shorter timeout
4696	  is used (200 msec, vs 2 minutes) to pressure tcp for new connects.
4697
469814 June 2016: Ralph
4699	- QNAME minimisation unit test for dropped QTYPE=A queries.
4700
470114 June 2016: Wouter
4702	- Fix 775: unbound-host and unbound-anchor crash on windows, ignore
4703	  null delete for wsaevent.
4704	- Fix spelling in freebind option man page text.
4705	- Fix windows link of ssl with crypt32.
4706	- Fix 779: Union casting is non-portable.
4707	- Fix 780: MAP_ANON not defined in HP-UX 11.31.
4708	- Fix 781: prealloc() is an HP-UX system library call.
4709
471013 June 2016: Ralph
4711	- Use QTYPE=A for QNAME minimisation.
4712	- Keep track of number of time-outs when performing QNAME minimisation.
4713	  Stop minimising when number of time-outs for a QNAME/QTYPE pair is
4714	  more than three.
4715
471613 June 2016: Wouter
4717	- Fix #778: unbound 1.5.9: -h segfault (null deref).
4718	- Fix directory: fix for unbound-checkconf, it restores cwd.
4719
472010 June 2016: Wouter
4721	- And delete service.conf.shipped on uninstall.
4722	- In unbound.conf directory: dir immediately changes to that directory,
4723	  so that include: file below that is relative to that directory.
4724	  With chroot, make the directory an absolute path inside chroot.
4725	- keep debug symbols in windows build.
4726	- do not delete service.conf on windows uninstall.
4727	- document directory immediate fix and allow EXECUTABLE syntax in it
4728	  on windows.
4729
47309 June 2016: Wouter
4731	- Trunk is called 1.5.10 (with previous fixes already in there to 2
4732	  june).
4733	- Revert fix for NetworkService account on windows due to breakage
4734	  it causes.
4735	- Fix that windows install will not overwrite existing service.conf
4736	  file (and ignore gui config choices if it exists).
4737
47387 June 2016: Ralph
4739	- Lookup localzones by taglist from acl.
4740	- Possibility to lookup local_zone, regardless the taglist.
4741	- Added local_zone/taglist/acl unit test.
4742
47437 June 2016: Wouter
4744	- Fix #773: Non-standard Python location build failure with pyunbound.
4745	- Improve threadsafety for openssl 0.9.8 ecdsa dnssec signatures.
4746
47476 June 2016: Wouter
4748	- Better help text from -h (from Ray Griffith).
4749	- access-control-tag config directive.
4750	- local-zone-override config directive.
4751	- access-control-tag-action and access-control-tag-data config
4752	  directives.
4753	- free acl-tags, acltag-action and acltag-data config lists during
4754	  initialisation to free up memory for more entries.
4755
47563 June 2016: Wouter
4757	- Fix to not ignore return value of chown() in daemon startup.
4758
47592 June 2016: Wouter
4760	- Fix libubound for edns optlist feature.
4761	- Fix distinction between free and CRYPTO_free in dsa and ecdsa alloc.
4762	- Fix #752: retry resource temporarily unavailable on control pipe.
4763	- un-document localzone tags.
4764	- tag for release 1.5.9rc1.
4765	  And this also became release 1.5.9.
4766	- Fix (for 1.5.10): Fix unbound-anchor.exe file location defaults to
4767	  Program Files with (x86) appended.
4768	- re-documented localzone tags in example.conf.
4769
477031 May 2016: Wouter
4771	- Fix windows service to be created run with limited rights, as a
4772	  network service account, from Mario Turschmann.
4773	- compat strsep implementation.
4774	- generic edns option parse and store code.
4775	- and also generic edns options for upstream messages (and replies).
4776	  after parse use edns_opt_find(edns.opt_list, LDNS_EDNS_NSID),
4777	  to insert use edns_opt_append(edns, region, code, len, bindata) on
4778	  the opt_list passed to send_query, or in edns_opt_inplace_reply.
4779
478030 May 2016: Wouter
4781	- Fix time in case answer comes from cache in ub_resolve_event().
4782	- Attempted fix for #765: _unboundmodule missing for python3.
4783
478427 May 2016: Wouter
4785	- Fix #770: Small subgroup attack on DH used in unix pipe on localhost
4786	  if unbound control uses a unix local named pipe.
4787	- Document write permission to directory of trust anchor needed.
4788	- Fix #768:  Unbound Service Sometimes Can Not Shutdown
4789	  Completely, WER Report Shown Up.  Close handle before closing WSA.
4790
479126 May 2016: Wouter
4792	- Updated patch from Charles Walker.
4793
479424 May 2016: Wouter
4795	- disable-dnssec-lame-check config option from Charles Walker.
4796	- remove memory leak from lame-check patch.
4797	- iana portlist update.
4798
479923 May 2016: Wouter
4800	- Fix #767:  Reference to an expired Internet-Draft in
4801	  harden-below-nxdomain documentation.
4802
480320 May 2016: Ralph
4804	- No QNAME minimisation fall-back for NXDOMAIN answers from DNSSEC
4805	  signed zones.
4806	- iana portlist update.
4807
480819 May 2016: Wouter
4809	- Fix #766: dns64 should synthesize results on timeout/errors.
4810
481118 May 2016: Wouter
4812	- Fix #761: DNSSEC LAME false positive resolving nic.club.
4813
481417 May 2016: Wouter
4815	- trunk updated with output of flex 2.6.0.
4816
48176 May 2016: Wouter
4818	- Fix memory leak in out-of-memory conditions of local zone add.
4819
482029 April 2016: Wouter
4821	- Fix sldns with static checking fixes copied from getdns.
4822
482328 April 2016: Wouter
4824	- Fix #759: 0x20 capsforid no longer checks type PTR, for
4825	  compatibility with cisco dns guard.  This lowers false positives.
4826
482718 April 2016: Wouter
4828	- Fix some malformed responses to edns queries get fallback to nonedns.
4829
483015 April 2016: Wouter
4831	- cachedb module event handling design.
4832
483314 April 2016: Wouter
4834	- cachedb module framework (empty).
4835	- iana portlist update.
4836
483712 April 2016: Wouter
4838	- Fix #753: document dump_requestlist is for first thread.
4839
484024 March 2016: Wouter
4841	- Document permit-small-holddown for 5011 debug.
4842	- Fix #749: unbound-checkconf gets SIGSEGV when use against a
4843	  malformatted conf file.
4844
484523 March 2016: Wouter
4846	- OpenSSL 1.1.0 portability, --disable-dsa configure option.
4847
484821 March 2016: Wouter
4849	- Fix compile of getentropy_linux for SLES11 servicepack 4.
4850	- Fix dnstap-log-resolver-response-messages, from Nikolay Edigaryev.
4851	- Fix test for openssl to use HMAC_Update for 1.1.0.
4852	- acx_nlnetlabs.m4 to v33, with HMAC_Update.
4853	- acx_nlnetlabs.m4 to v34, with -ldl -pthread test for libcrypto.
4854	- ERR_remove_state deprecated since openssl 1.0.0.
4855	- OPENSSL_config is deprecated, removing.
4856
485718 March 2016: Ralph
4858	- Validate QNAME minimised NXDOMAIN responses.
4859	- If QNAME minimisation is enabled, do cache lookup for QTYPE NS in
4860	  harden-below-nxdomain.
4861
486217 March 2016: Ralph
4863	- Limit number of QNAME minimisation iterations.
4864
486517 March 2016: Wouter
4866	- Fix #746: Fix unbound sets CD bit on all forwards.
4867	  If no trust anchors, it'll not set CD bit when forwarding to another
4868	  server.  If a trust anchor, no CD bit on the first attempt to a
4869	  forwarder, but CD bit thereafter on repeated attempts to get DNSSEC.
4870	- iana portlist update.
4871
487216 March 2016: Wouter
4873	- Fix ip-transparent for ipv6 on FreeBSD, thanks to Nick Hibma.
4874	- Fix ip-transparent for tcp on freebsd.
4875
487615 March 2016: Wouter
4877	- ip_freebind: yesno option in unbound.conf sets IP_FREEBIND for
4878	  binding to an IP address while the interface or address is down.
4879
488014 March 2016: Wouter
4881	- Fix warnings in ifdef corner case, older or unknown libevent.
4882	- Fix compile for ub_event code with older libev.
4883
488411 March 2016: Wouter
4885	- Remove warning about unused parameter in event_pluggable.c.
4886	- Fix libev usage of dispatch return value.
4887	- No side effects in tolower() call, in case it is a macro.
4888	- For test put free in pluggable api in parenthesis.
4889
489010 March 2016: Wouter
4891	- Fixup backend2str for libev.
4892
489309 March 2016: Willem
4894	- User defined pluggable event API for libunbound
4895	- Fixup of compile fix for pluggable event API from P.Y. Adi
4896	  Prasaja.
4897
489809 March 2016: Wouter
4899	- Updated configure and ltmain.sh.
4900	- Updated L root IPv6 address.
4901
490207 March 2016: Wouter
4903	- Fix #747: assert in outnet_serviced_query_stop.
4904	- iana ports fetched via https.
4905	- iana portlist update.
4906
490703 March 2016: Wouter
4908	- configure tests for the weak attribute support by the compiler.
4909
491002 March 2016: Wouter
4911	- 1.5.8 release tag
4912	- trunk contains 1.5.9 in development.
4913	- iana portlist update.
4914	- Fix #745: unbound.py - idn2dname throws UnicodeError when idnname
4915	  contains trailing dot.
4916
491724 February 2016: Wouter
4918	- Fix OpenBSD asynclook lock free that gets used later (fix test code).
4919	- Fix that NSEC3 negative cache is used when there is no salt.
4920
492123 February 2016: Wouter
4922	- ub_ctx_set_stub() function for libunbound to config stub zones.
4923	- sorted ubsyms.def file with exported libunbound functions.
4924
492519 February 2016: Wouter
4926	- Print understandable debug log when unusable DS record is seen.
4927	- load gost algorithm if digest is seen before key algorithm.
4928	- iana portlist update.
4929
493017 February 2016: Wouter
4931	- Fix that "make install" fails due to "text file busy" error.
4932
493316 February 2016: Wouter
4934	- Set IPPROTO_IP6 for ipv6 sockets otherwise invalid argument error.
4935
493615 February 2016: Wouter
4937	- ip-transparent option for FreeBSD with IP_BINDANY socket option.
4938	- wait for sendto to drain socket buffers when they are full.
4939
49409 February 2016: Wouter
4941	- Test for type OPENPGPKEY.
4942	- insecure-lan-zones: yesno config option, patch from Dag-Erling
4943	  Smørgrav.
4944
49458 February 2016: Wouter
4946	- Fix patch typo in prevuous commit for 734 from Adi Prasaja.
4947	- RR Type CSYNC support RFC 7477, in debug printout and config input.
4948	- RR Type OPENPGPKEY support (draft-ietf-dane-openpgpkey-07).
4949
495029 January 2016: Wouter
4951	- Neater cmdline_verbose increment patch from Edgar Pettijohn.
4952
495327 January 2016: Wouter
4954	- Made netbsd sendmsg test nonfatal, in case of false positives.
4955	- Fix #741: log message for dnstap socket connection is more clear.
4956
495726 January 2016: Wouter
4958	- Fix #734: chown the pidfile if it resides inside the chroot.
4959	- Use arc4random instead of random in tests (because it is
4960	  available, possibly as compat, anyway).
4961	- Fix cmsg alignment for argument to sendmsg on NetBSD.
4962	- Fix that unbound complains about unimplemented IP_PKTINFO for
4963	  sendmsg on NetBSD (for interface-automatic).
4964
496525 January 2016: Wouter
4966	- Fix #738: Swig should not be invoked with CPPFLAGS.
4967
496819 January 2016: Wouter
4969	- Squelch 'cannot assign requested address' log messages unless
4970	  verbosity is high, it was spammed after network down.
4971
497214 January 2016: Wouter
4973	- Fix to simplify empty string checking from Michael McConville.
4974	- iana portlist update.
4975
497612 January 2016: Wouter
4977	- Fix #734: Do not log an error when the PID file cannot be chown'ed.
4978	  Patch from Simon Deziel.
4979
498011 January 2016: Wouter
4981	- Fix test if -pthreads unused to use better grep for portability.
4982
498306 January 2016: Wouter
4984	- Fix mingw crosscompile for recent mingw.
4985	- Update aclocal, autoconf output with new versions (1.15, 2.4.6).
4986
498705 January 2016: Wouter
4988	- #731: tcp-mss, outgoing-tcp-mss options for unbound.conf, patch
4989	  from Daisuke Higashi.
4990	- Support RFC7686: handle ".onion" Special-Use Domain. It is blocked
4991	  by default, and can be unblocked with "nodefault" localzone config.
4992
499304 January 2016: Wouter
4994	- Define DEFAULT_SOURCE together with BSD_SOURCE when that is defined,
4995	  for Linux glibc 2.20.
4996	- Fixup contrib/aaaa-filter-iterator.patch for moved contents in the
4997	  source code, so it applies cleanly again.  Removed unused variable
4998	  warnings.
4999
500015 December 2015: Ralph
5001	- Fix #729: omit use of escape sequences in echo since they are not
5002	  portable (unbound-control-setup).
5003
500411 December 2015: Wouter
5005	- remove NULL-checks before free, patch from Michael McConville.
5006	- updated ax_pthread.m4 to version 21 with clang support, this
5007	  removes a warning from compilation.
5008	- OSX portability, detect if sbrk is deprecated.
5009	- OSX clang, stop -pthread unused during link stage warnings.
5010	- OSX clang new flto check.
5011
501210 December 2015: Wouter
5013	- 1.5.7 release
5014	- trunk has 1.5.8 in development.
5015
50168 December 2015: Wouter
5017	- Fixup 724 for unbound-control.
5018
50197 December 2015: Ralph
5020	- Do not minimise forwarded requests.
5021
50224 December 2015: Wouter
5023	- Removed unneeded whitespace from example.conf.
5024
50253 December 2015: Ralph
5026	- (after rc1 tag)
5027	- Committed fix to qname minimisation and unit test case for it.
5028
50293 December 2015: Wouter
5030	- iana portlist update.
5031	- 1.5.7rc1 prerelease tag.
5032
50332 December 2015: Wouter
5034	- Fixup 724: Fix PCA prompt for unbound-service-install.exe.
5035	  re-enable stdout printout.
5036	- For 724: Add Changelog to windows binary dist.
5037
50381 December 2015: Ralph
5039	- Qname minimisation review fixes
5040
50411 December 2015: Wouter
5042	- Fixup 724 fix for fname_after_chroot() calls.
5043	- Remove stdout printout for unbound-service-install.exe
5044	- .gitignore for git users.
5045
504630 November 2015: Ralph
5047	- Implemented qname minimisation
5048
504930 November 2015: Wouter
5050	- Fix for #724: conf syntax to read files from run dir (on Windows).
5051
505225 November 2015: Wouter
5053	- Fix for #720, fix unbound-control-setup windows batch file.
5054
505524 November 2015: Wouter
5056	- Fix #720: add windows scripts to zip bundle.
5057	- iana portlist update.
5058
505920 November 2015: Wouter
5060	- Added assert on rrset cache correctness.
5061	- Fix that malformed EDNS query gets a response without malformed EDNS.
5062
506318 November 2015: Wouter
5064	- newer acx_nlnetlabs.m4.
5065	- spelling fixes from Igor Sobrado Delgado.
5066
506717 November 2015: Wouter
5068	- Fix #594. libunbound: optionally use libnettle for crypto.
5069	  Contributed by Luca Bruno.  Added --with-nettle for use with
5070	  --with-libunbound-only.
5071	- refactor nsec3 hash implementation to be more library-portable.
5072	- iana portlist update.
5073	- Fixup DER encoded DSA signatures for libnettle.
5074
507516 November 2015: Wouter
5076	- Fix for lenient accept of reverse order DNAME and CNAME.
5077
50786 November 2015: Wouter
5079	- Change example.conf: ftp.internic.net to https://www.internic.net
5080
50815 November 2015: Wouter
5082	- ACX_SSL_CHECKS no longer adds -ldl needlessly.
5083
50843 November 2015: Wouter
5085	- Fix #718: Fix unbound-control-setup with support for env
5086	  without HEREDOC bash support.
5087
508829 October 2015: Wouter
5089	- patch from Doug Hogan for SSL_OP_NO_SSLvx options.
5090	- Fix #716: nodata proof with empty non-terminals and wildcards.
5091
509228 October 2015: Wouter
5093	- Fix checklock testcode for linux threads on exit.
5094
509527 October 2015: Wouter
5096	- isblank() compat implementation.
5097	- detect libexpat without xml_StopParser function.
5098	- portability fixes.
5099	- portability, replace snprintf if return value broken.
5100
510123 October 2015: Wouter
5102	- Fix #714: Document config to block private-address for IPv4
5103	  mapped IPv6 addresses.
5104
510522 October 2015: Wouter
5106	- Fix #712: unbound-anchor appears to not fsync root.key.
5107
510820 October 2015: Wouter
5109	- 1.5.6 release.
5110	- trunk tracks development of 1.5.7.
5111
511215 October 2015: Wouter
5113	- Fix segfault in the dns64 module in the formaterror error path.
5114	- Fix sldns_wire2str_rdata_scan for malformed RRs.
5115	- tag for 1.5.6rc1 release.
5116
511714 October 2015: Wouter
5118	- ANY responses include DNAME records if present, as per Evan Hunt's
5119	  remark in dnsop.
5120	- Fix manpage to suggest using SIGTERM to terminate the server.
5121
51229 October 2015: Wouter
5123	- Default for ssl-port is port 853, the temporary port assignment
5124	  for secure domain name system traffic.
5125	  If you used to rely on the older default of port 443, you have
5126	  to put a clause in unbound.conf for that.  The new value is likely
5127	  going to be the standardised port number for this traffic.
5128	- iana portlist update.
5129
51306 October 2015: Wouter
5131	- 1.5.5 release.
5132	- trunk tracks the development of 1.5.6.
5133
513428 September 2015: Wouter
5135	- MAX_TARGET_COUNT increased to 64, to fix up sporadic resolution
5136	  failures.
5137	- tag for 1.5.5rc1 release.
5138	- makedist.sh: pgp sig echo commands.
5139
514025 September 2015: Wouter
5141	- Fix unbound-control flush that does not succeed in removing data.
5142
514322 September 2015: Wouter
5144	- Fix config globbed include chroot treatment, this fixes reload of
5145	  globs (patch from Dag-Erling Smørgrav).
5146	- iana portlist update.
5147	- Fix #702: New IPs for for h.root-servers.net.
5148	- Remove confusion comment from canonical_compare() function.
5149	- Fix #705: ub_ctx_set_fwd() return value mishandled on windows.
5150	- testbound selftest also works in non-debug mode.
5151	- Fix minor error in unbound.conf.5.in
5152	- Fix unbound.conf(5) access-control description for precedence
5153	  and default.
5154
515531 August 2015: Wouter
5156	- changed windows setup compression to be more transparent.
5157
515828 August 2015: Wouter
5159	- Fix #697: Get PY_MAJOR_VERSION failure at configure for python
5160	  2.4 to 2.6.
5161	- Feature #699: --enable-pie option to that builds PIE binary.
5162	- Feature #700: --enable-relro-now option that enables full read-only
5163	  relocation.
5164
516524 August 2015: Wouter
5166	- Fix deadlock for local data add and zone add when unbound-control
5167	  list_local_data printout is interrupted.
5168	- iana portlist update.
5169	- Change default of harden-algo-downgrade to off.  This is lenient
5170	  for algorithm rollover.
5171
517213 August 2015: Wouter
5173	- 5011 implementation does not insist on all algorithms, when
5174	  harden-algo-downgrade is turned off.
5175	- Reap the child process that libunbound spawns.
5176
517711 August 2015: Wouter
5178	- Fix #694: configure script does not detect LibreSSL 2.2.2
5179
51804 August 2015: Wouter
5181	- Document that local-zone nodefault matches exactly and transparent
5182	  can be used to release a subzone.
5183
51843 August 2015: Wouter
5185	- Document in the manual more text about configuring locally served
5186	  zones.
5187	- Fix 5011 anchor update timer after reload.
5188	- Fix mktime in unbound-anchor not using UTC.
5189
519030 July 2015: Wouter
5191	- please afl-gcc (llvm) for uninitialised variable warning.
5192	- Added permit-small-holddown config to debug fast 5011 rollover.
5193
519424 July 2015: Wouter
5195	- Fix #690: Reload fails when so-reuseport is yes after changing
5196	  num-threads.
5197	- iana portlist update.
5198
519921 July 2015: Wouter
5200	- Fix configure to detect SSL_CTX_set_ecdh_auto.
5201	- iana portlist update.
5202
520320 July 2015: Wouter
5204	- Enable ECDHE for servers.  Where available, use
5205	  SSL_CTX_set_ecdh_auto() for TLS-wrapped server configurations to
5206	  enable ECDHE.  Otherwise, manually offer curve p256.
5207	  Client connections should automatically use ECDHE when available.
5208	  (thanks Daniel Kahn Gillmor)
5209
521018 July 2015: Willem
5211	- Allow certificate chain files to allow for intermediate certificates.
5212	  (thanks Daniel Kahn Gillmor)
5213
521413 July 2015: Wouter
5215	- makedist produces sha1 and sha256 files for created binaries too.
5216
52179 July 2015: Wouter
5218	- 1.5.4 release tag
5219	- trunk has 1.5.5 in development.
5220	- Fix #681: Setting forwarders with unbound-control forward
5221	  implicitly turns on forward-first.
5222
522329 June 2015: Wouter
5224	- iana portlist update.
5225	- Fix alloc with log for allocation size checks.
5226
522726 June 2015: Wouter
5228	- Fix #677 Fix DNAME responses from cache that failed internal chain
5229	  test.
5230	- iana portlist update.
5231
523222 June 2015: Wouter
5233	- Fix #677 Fix CNAME corresponding to a DNAME was checked incorrectly
5234	  and was therefore always synthesized (thanks to Valentin Dietrich).
5235
52364 June 2015: Wouter
5237	- RFC 7553 RR type URI support, is now enabled by default.
5238
52392 June 2015: Wouter
5240	- Fix #674: Do not free pointers given by getenv.
5241
524229 May 2015: Wouter
5243	- Fix that unparseable error responses are ratelimited.
5244	- SOA negative TTL is capped at minimumttl in its rdata section.
5245	- cache-max-negative-ttl config option, default 3600.
5246
524726 May 2015: Wouter
5248	- Document that ratelimit works with unbound-control set_option.
5249
525021 May 2015: Wouter
5251	- iana portlist update.
5252	- documentation proposes ratelimit of 1000 (closer to what upstream
5253	  servers expect from us).
5254
525520 May 2015: Wouter
5256	- DLV is going to be decommissioned.  Advice to stop using it, and
5257	  put text in the example configuration and man page to that effect.
5258
525910 May 2015: Wouter
5260	- Change syntax of particular validator error to be easier for
5261	  machine parse, swap rrset and ip adres info so it looks like:
5262	  validation failure <www.example.nl. TXT IN>: signature crypto
5263	  failed from 2001:DB8:7:bba4::53 for <*.example.nl. NSEC IN>
5264
52651 May 2015: Wouter
5266	- caps-whitelist in unbound.conf allows whitelist of loadbalancers
5267	  that cannot work with caps-for-id or its fallback.
5268
526930 April 2015: Wouter
5270	- Unit test for type ANY synthesis.
5271
527222 April 2015: Wouter
5273	- Removed contrib/unbound_unixsock.diff, because it has been
5274	  integrated, use control-interface: /path in unbound.conf.
5275	- iana portlist update.
5276
527717 April 2015: Wouter
5278	- Synthesize ANY responses from cache.  Does not search exhaustively,
5279	  but MX,A,AAAA,SOA,NS also CNAME.
5280	- Fix leaked dns64prefix configuration string.
5281
528216 April 2015: Wouter
5283	- Add local-zone type inform_deny, that logs query and drops answer.
5284	- Ratelimit does not apply to prefetched queries, and ratelimit-factor
5285	  is default 10.  Repeated normal queries get resolved and with
5286	  prefetch stay in the cache.
5287	- Fix bug#664: libunbound python3 related fixes (from Tomas Hozza)
5288	  Use print_function also for Python2.
5289	  libunbound examples: produce sorted output.
5290	  libunbound-Python: libldns is not used anymore.
5291	  Fix issue with Python 3 mapping of FILE* using file_py3.i from ldns.
5292
529310 April 2015: Wouter
5294	- unbound-control ratelimit_list lists high rate domains.
5295	- ratelimit feature, ratelimit: 100, or some sensible qps, can be
5296	  used to turn it on.  It ratelimits recursion effort per zone.
5297	  For particular names you can configure exceptions in unbound.conf.
5298	- Fix that get_option for cache-sizes does not print double newline.
5299	- Fix#663: ssl handshake fails when using unix socket because dh size
5300	  is too small.
5301
53028 April 2015: Wouter
5303	- Fix crash in dnstap: Do not try to log TCP responses after timeout.
5304
53057 April 2015: Wouter
5306	- Libunbound skips dos-line-endings from etc/hosts.
5307	- Unbound exits with a fatal error when the auto-trust-anchor-file
5308	  fails to be writable.  This is seconds after startup.  You can
5309	  load a readonly auto-trust-anchor-file with trust-anchor-file.
5310	  The file has to be writable to notice the trust anchor change,
5311	  without it, a trust anchor change will be unnoticed and the system
5312	  will then become inoperable.
5313	- unbound-control list_insecure command shows the negative trust
5314	  anchors currently configured, patch from Jelte Jansen.
5315
53162 April 2015: Wouter
5317	- Fix #660: Fix interface-automatic broken in the presence of
5318	  asymmetric routing.
5319
532026 March 2015: Wouter
5321	- remote.c probedelay line is easier to read.
5322	- rename ldns subdirectory to sldns to avoid name collision.
5323
532425 March 2015: Wouter
5325	- Fix #657:  libunbound(3) recommends deprecated
5326	  CRYPTO_set_id_callback.
5327	- If unknown trust anchor algorithm, and libressl is used, error
5328	  message encourages upgrade of the libressl package.
5329
533023 March 2015: Wouter
5331	- Fix segfault on user not found at startup (from Maciej Soltysiak).
5332
533320 March 2015: Wouter
5334	- Fixed to add integer overflow checks on allocation (defense in depth).
5335
533619 March 2015: Wouter
5337	- Add ip-transparent config option for bind to non-local addresses.
5338
533917 March 2015: Wouter
5340	- Use reallocarray for integer overflow protection, patch submitted
5341	  by Loganaden Velvindron.
5342
534316 March 2015: Wouter
5344	- Fixup compile on cygwin, more portable openssl thread id.
5345
534612 March 2015: Wouter
5347	- Updated default keylength in unbound-control-setup to 3k.
5348
534910 March 2015: Wouter
5350	- Fix lintian warning in unbound-checkconf man page (from Andreas
5351	  Schulze).
5352	- print svnroot when building windows dist.
5353	- iana portlist update.
5354	- Fix warning on sign compare in getentropy_linux.
5355
53569 March 2015: Wouter
5357	- Fix #644: harden-algo-downgrade option, if turned off, fixes the
5358	  reported excessive validation failure when multiple algorithms
5359	  are present.  It allows the weakest algorithm to validate the zone.
5360	- iana portlist update.
5361
53625 March 2015: Wouter
5363	- contrib/unbound_smf22.tar.gz: Solaris SMF installation/removal
5364	  scripts.  Contributed by Yuri Voinov.
5365	- Document that incoming-num-tcp increase is good for large servers.
5366	- stats reports tcp usage, of incoming-num-tcp buffers.
5367
53684 March 2015: Wouter
5369	- Patch from Brad Smith that syncs compat/getentropy_linux with
5370	  OpenBSD's version (2015-03-04).
5371	- 0x20 fallback improved: servfail responses do not count as missing
5372	  comparisons (except if all responses are errors),
5373	  inability to find nameservers does not fail equality comparisons,
5374	  many nameservers does not try to compare more than max-sent-count,
5375	  parse failures start 0x20 fallback procedure.
5376	- store caps_response with best response in case downgrade response
5377	  happens to be the last one.
5378	- Document windows 8 tests.
5379
53803 March 2015: Wouter
5381	- tag 1.5.3rc1
5382	[ This became 1.5.3 on 10 March, trunk is 1.5.4 in development ]
5383
53842 March 2015: Wouter
5385	- iana portlist update.
5386
538720 February 2015: Wouter
5388	- Use the getrandom syscall introduced in Linux 3.17 (from Heiner
5389	  Kallweit).
5390	- Fix #645 Portability to Solaris 10, use AF_LOCAL.
5391	- Fix #646 Portability to Solaris, -lrt for getentropy_solaris.
5392	- Fix #647 crash in 1.5.2 because pwd.db no longer accessible after
5393	  reload.
5394
539519 February 2015: Wouter
5396	- 1.5.2 release tag.
5397	- svn trunk contains 1.5.3 under development.
5398
539913 February 2015: Wouter
5400	- Fix #643: doc/example.conf.in: unnecessary whitespace.
5401
540212 February 2015: Wouter
5403	- tag 1.5.2rc1
5404
540511 February 2015: Wouter
5406	- iana portlist update.
5407
540810 February 2015: Wouter
5409	- Fix scrubber with harden-glue turned off to reject NS (and other
5410	  not-address) records.
5411
54129 February 2015: Wouter
5413	- Fix validation failure in case upstream forwarder (ISC BIND) does
5414	  not have the same trust anchors and decides to insert unsigned NS
5415	  record in authority section.
5416
54172 February 2015: Wouter
5418	- infra-cache-min-rtt patch from Florian Riehm, for expected long
5419	  uplink roundtrip times.
5420
542130 January 2015: Wouter
5422	- Fix 0x20 capsforid fallback to omit gratuitous NS and additional
5423	  section changes.
5424	- Portability fix for Solaris ('sun' is not usable for a variable).
5425
542629 January 2015: Wouter
5427	- Fix pyunbound byte string representation for python3.
5428
542926 January 2015: Wouter
5430	- Fix unintended use of gcc extension for incomplete enum types,
5431	  compile with pedantic c99 compliance (from Daniel Dickman).
5432
543323 January 2015: Wouter
5434	- windows port fixes, no AF_LOCAL, no chown, no chmod(grp).
5435
543616 January 2015: Wouter
5437	- unit test for local unix connection.  Documentation and log_addr
5438	  does not inspect port for AF_LOCAL.
5439	- unbound-checkconf -f prints chroot with pidfile path.
5440
544113 January 2015: Wouter
5442	- iana portlist update.
5443
544412 January 2015: Wouter
5445	- Cast sun_len sizeof to socklen_t.
5446	- Fix pyunbound ord call, portable for python 2 and 3.
5447
54487 January 2015: Wouter
5449	- Fix warnings in pythonmod changes.
5450
54516 January 2015: Wouter
5452	- iana portlist update.
5453	- patch for remote control over local sockets, from Dag-Erling
5454	  Smorgrav, Ilya Bakulin.  Use control-interface: /path/sock and
5455	  control-use-cert: no.
5456	- Fixup that patch and uid lookup (only for daemon).
5457	- coded the default of control-use-cert, to yes.
5458
54595 January 2015: Wouter
5460	- getauxval test for ppc64 linux compatibility.
5461	- make strip works for unbound-host and unbound-anchor.
5462	- patch from Stephane Lapie that adds to the python API, that
5463	  exposes struct delegpt, and adds the find_delegation function.
5464	- print query name when max target count is exceeded.
5465	- patch from Stuart Henderson that fixes DESTDIR in
5466	  unbound-control-setup for installs where config is not in
5467	  the prefix location.
5468	- Fix #634: fix fail to start on Linux LTS 3.14.X, ignores missing
5469	  IP_MTU_DISCOVER OMIT option (fix from Remi Gacogne).
5470	- Updated contrib warmup.cmd/sh to support two modes - load
5471	  from pre-defined list of domains or (with filename as argument)
5472	  load from user-specified list of domains, and updated contrib
5473	  unbound_cache.sh/cmd to support loading/save/reload cache to/from
5474	  default path or (with secondary argument) arbitrary path/filename,
5475	  from Yuri Voinov.
5476	- Patch from Philip Paeps to contrib/unbound_munin_ that uses
5477	  type ABSOLUTE.  Allows munin.conf: [idleserver.example.net]
5478	  unbound_munin_hits.graph_period minute
5479
54809 December 2014: Wouter
5481	- svn trunk has 1.5.2 in development.
5482	- config.guess and config.sub update from libtoolize.
5483	- local-zone: example.com inform makes unbound log a message with
5484	  client IP for queries in that zone.  Eg. for finding infected hosts.
5485
54868 December 2014: Wouter
5487	- Fix CVE-2014-8602: denial of service by making resolver chase
5488	  endless series of delegations.
5489
54901 December 2014: Wouter
5491	- Fix bug#632: unbound fails to build on AArch64, protects
5492	  getentropy compat code from calling sysctl if it is has been removed.
5493
549429 November 2014: Wouter
5495	- Add include to getentropy_linux.c, hopefully fixing debian build.
5496
549728 November 2014: Wouter
5498	- Fix makefile for build from noexec source tree.
5499
550026 November 2014: Wouter
5501	- Fix libunbound undefined symbol errors for main.
5502	  Referencing main does not seem to be possible for libunbound.
5503
550424 November 2014: Wouter
5505	- Fix log at high verbosity and memory allocation failure.
5506	- iana portlist update.
5507
550821 November 2014: Wouter
5509	- Fix crash on multiple thread random usage on systems without
5510	  arc4random.
5511
551220 November 2014: Wouter
5513	- fix compat/getentropy_win.c check if CryptGenRandom works and no
5514	  immediate exit on windows.
5515
551619 November 2014: Wouter
5517	- Fix cdflag dns64 processing.
5518
551918 November 2014: Wouter
5520	- Fix that CD flag disables DNS64 processing, returning the DNSSEC
5521	  signed AAAA denial.
5522	- iana portlist update.
5523
552417 November 2014: Wouter
5525	- Fix #627: SSL_CTX_load_verify_locations return code not properly
5526	  checked.
5527
552814 November 2014: Wouter
5529	- parser with bison 2.7
5530
553113 November 2014: Wouter
5532	- Patch from Stephane Lapie for ASAHI Net that implements aaaa-filter,
5533	added to contrib/aaaa-filter-iterator.patch.
5534
553512 November 2014: Wouter
5536	- trunk has 1.5.1 in development.
5537	- Patch from Robert Edmonds to build pyunbound python module
5538	  differently.  No versioninfo, with -shared and without $(LIBS).
5539	- Patch from Robert Edmonds fixes hyphens in unbound-anchor man page.
5540	- Removed 'increased limit open files' log message that is written
5541	  to console.  It is only written on verbosity 4 and higher.
5542	  This keeps system bootup console cleaner.
5543	- Patch from James Raftery, always print stats for rcodes 0..5.
5544
554511 November 2014: Wouter
5546	- iana portlist update.
5547	- Fix bug where forward or stub addresses with same address but
5548	  different port number were not tried.
5549	- version number in svn trunk is 1.5.0
5550	- tag 1.5.0rc1
5551	- review fix from Ralph.
5552
55537 November 2014: Wouter
5554	- dnstap fixes by Robert Edmonds:
5555		dnstap/dnstap.m4: cosmetic fixes
5556		dnstap/: Remove compiled protoc-c output files
5557		dnstap/dnstap.m4: Error out if required libraries are not found
5558		dnstap: Fix ProtobufCBufferSimple usage that is incorrect as of
5559			protobuf-c 1.0.0
5560		dnstap/: Adapt to API changes in latest libfstrm (>= 0.2.0)
5561
55624 November 2014: Wouter
5563	- Add ub_ctx_add_ta_autr function to add a RFC5011 automatically
5564	  tracked trust anchor to libunbound.
5565	- Redefine internal minievent symbols to unique symbols that helps
5566	  linking on platforms where the linker leaks names across modules.
5567
556827 October 2014: Wouter
5569	- Disabled use of SSLv3 in remote-control and ssl-upstream.
5570	- iana portlist update.
5571
557216 October 2014: Wouter
5573	- Documented dns64 configuration in unbound.conf man page.
5574
557513 October 2014: Wouter
5576	- Fix #617: in ldns in unbound, lowercase WKS services.
5577	- Fix ctype invocation casts.
5578
557910 October 2014: Wouter
5580	- Fix unbound-checkconf check for module config with dns64 module.
5581	- Fix unbound capsforid fallback, it ignores TTLs in comparison.
5582
55836 October 2014: Wouter
5584	- Fix #614: man page variable substitution bug.
55856 October 2014: Willem
5586	- Whitespaces after $ORIGIN are not part of the origin dname (ldns).
5587	- $TTL's value starts at position 5 (ldns).
5588
55891 October 2014: Wouter
5590	- fix #613: Allow tab ws in var length last rdfs (in ldns str2wire).
5591
559229 September 2014: Wouter
5593	- Fix #612: create service with service.conf in present directory and
5594	  auto load it.
5595	- Fix for mingw compile openssl ranlib.
5596
559725 September 2014: Wouter
5598	- updated configure and aclocal with newer autoconf 1.13.
5599
560022 September 2014: Wouter
5601	- Fix swig and python examples for Python 3.x.
5602	- Fix for mingw compile with openssl-1.0.1i.
5603
560419 September 2014: Wouter
5605	- improve python configuration detection to build on Fedora 22.
5606
560718 September 2014: Wouter
5608	- patches to also build with Python 3.x (from Pavel Simerda).
5609
561016 September 2014: Wouter
5611	- Fix tcp timer waiting list removal code.
5612	- iana portlist update.
5613	- Updated the TCP_BACLOG from 5 to 256, so that the tcp accept queue
5614	  is longer and more tcp connections can be handled.
5615
561615 September 2014: Wouter
5617	- Fix unit test for CDS typecode.
5618
56195 September 2014: Wouter
5620	- type CDS and CDNSKEY types in sldns.
5621
562225 August 2014: Wouter
5623	- Fixup checklock code for log lock and its mutual initialization
5624	  dependency.
5625	- iana portlist update.
5626	- Removed necessity for pkg-config from the dnstap.m4, new are
5627	  the --with-libfstrm and --with-protobuf-c configure options.
5628
562919 August 2014: Wouter
5630	- Update unbound manpage with more explanation (from Florian Obser).
5631
563218 August 2014: Wouter
5633	- Fix #603: unbound-checkconf -o <option> should skip verification
5634	  checks.
5635	- iana portlist update.
5636	- Fixup doc/unbound.doxygen to remove obsolete 1.8.7 settings.
5637
56385 August 2014: Wouter
5639	- dnstap support, with a patch from Farsight Security, written by
5640	  Robert Edmonds. The --enable-dnstap needs libfstrm and protobuf-c.
5641	  It is BSD licensed (see dnstap/dnstap.c).
5642	  Building with --enable-dnstap needs pkg-config with this patch.
5643	- Noted dnstap in doc/README and doc/CREDITS.
5644	- Changes to the dnstap patch.
5645	  - lint fixes.
5646	  - dnstap/dnstap_config.h should not have been added to the repo,
5647	    because is it generated.
5648
56491 August 2014: Wouter
5650	- Patch add msg, rrset, infra and key cache sizes to stats command
5651	  from Maciej Soltysiak.
5652	- iana portlist update.
5653
565431 July 2014: Wouter
5655	- DNS64 from Viagenie (BSD Licensed), written by Simon Perrault.
5656	  Initial commit of the patch from the FreeBSD base (with its fixes).
5657	  This adds a module (for module-config in unbound.conf) dns64 that
5658	  performs DNS64 processing, see README.DNS64.
5659	- Changes from DNS64:
5660	  strcpy changed to memmove.
5661	  arraybound check fixed from prefix_net/8/4 to prefix_net/8+4.
5662	  allocation of result consistently in the correct region.
5663	  time_t is now used for ttl in unbound (since the patch's version).
5664	- testdata/dns64_lookup.rpl for unit test for dns64 functionality.
5665
566629 July 2014: Wouter
5667	- Patch from Dag-Erling Smorgrav that implements feature, unbound -dd
5668	  does not fork in the background and also logs to stderr.
5669
567021 July 2014: Wouter
5671	- Fix endian.h include for OpenBSD.
5672
567316 July 2014: Wouter
5674	- And Fix#596: Bail out of unbound-control dump_infra when ssl
5675	  write fails.
5676
567715 July 2014: Wouter
5678	- Fix #596: Bail out of unbound-control list_local_zones when ssl
5679	  write fails.
5680	- iana portlist update.
5681
568213 July 2014: Wouter
5683	- Configure tests if main can be linked to from getentropy compat.
5684
568512 July 2014: Wouter
5686	- Fix getentropy compat code, function refs were not portable.
5687	- Fix to check openssl version number only for OpenSSL.
5688	- LibreSSL provides compat items, check for that in configure.
5689	- Fix bug in fix for log locks that caused deadlock in signal handler.
5690	- update compat/getentropy and arc4random to the most recent ones from OpenBSD.
5691
569211 July 2014: Matthijs
5693	- fake-rfc2553 patch (thanks Benjamin Baier).
5694
569511 July 2014: Wouter
5696	- arc4random in compat/ and getentropy, explicit_bzero, chacha for
5697	  dependencies, from OpenBSD.  arc4_lock and sha512 in compat.
5698	  This makes arc4random available on all platforms, except when
5699	  compiled with LIBNSS (it uses libNSS crypto random).
5700	- fix strptime implicit declaration error on OpenBSD.
5701	- arc4random, getentropy and explicit_bzero compat for Windows.
5702
57034 July 2014: Wouter
5704	- Fix #593: segfault or crash upon rotating logfile.
5705
57063 July 2014: Wouter
5707	- DLV tests added.
5708	- signit tool fixup for compile with libldns library.
5709	- iana portlist updated.
5710
571127 June 2014: Wouter
5712	- so-reuseport is available on BSDs(such as FreeBSD 10) and OS/X.
5713
571426 June 2014: Wouter
5715	- unbound-control status reports if so-reuseport was successful.
5716	- iana portlist updated.
5717
571824 June 2014: Wouter
5719	- Fix caps-for-id fallback, and added fallback attempt when servers
5720	  drop 0x20 perturbed queries.
5721	- Fixup testsetup for VM tests (run testcode/run_vm.sh).
5722
572317 June 2014: Wouter
5724	- iana portlist updated.
5725
57263 June 2014: Wouter
5727	- Add AAAA for B root server to default root hints.
5728
57292 June 2014: Wouter
5730	- Remove unused define from iterator.h
5731
573230 May 2014: Wouter
5733	- Fixup sldns_enum_edns_option typedef definition.
5734
573528 May 2014: Wouter
5736	- Code cleanup patch from Dag-Erling Smorgrav, with compiler issue
5737	  fixes from FreeBSD's copy of Unbound, he notes:
5738	  Generate unbound-control-setup.sh at build time so it respects
5739	  prefix and sysconfdir from the configure script.  Also fix the
5740	  umask to match the comment, and the comment to match the umask.
5741	  Add const and static where needed.  Use unions instead of
5742	  playing pointer poker.  Move declarations that are needed in
5743	  multiple source files into a shared header.  Move sldns_bgetc()
5744	  from parse.c to buffer.c where it belongs.  Introduce a new
5745	  header file, worker.h, which declares the callbacks that
5746	  all workers must define.  Remove those declarations from
5747	  libworker.h.	Include the correct headers in the correct places.
5748	  Fix a few dummy callbacks that don't match their prototype.
5749	  Fix some casts.  Hide the sbrk madness behind #ifdef HAVE_SBRK.
5750	  Remove a useless printf which breaks reproducible builds.
5751	  Get rid of CONFIGURE_{TARGET,DATE,BUILD_WITH} now that they're
5752	  no longer used.  Add unbound-control-setup.sh to the list of
5753	  generated files.  The prototype for libworker_event_done_cb()
5754	  needs to be moved from libunbound/libworker.h to
5755	  libunbound/worker.h.
5756	- Fixup out-of-directory compile with unbound-control-setup.sh.in.
5757	- make depend.
5758
575923 May 2014: Wouter
5760	- unbound-host -D enabled dnssec and reads root trust anchor from
5761	  the default root key file that was compiled in.
5762
576320 May 2014: Wouter
5764	- Feature, unblock-lan-zones: yesno that you can use to make unbound
5765	  perform 10.0.0.0/8 and other reverse lookups normally, for use if
5766	  unbound is running service for localhost on localhost.
5767
576816 May 2014: Wouter
5769	- Updated create_unbound_ad_servers and unbound_cache scripts from
5770	  Yuri Voinov in the source/contrib directory. Added
5771	  warmup.cmd (and .sh): warm up the DNS cache with your MRU domains.
5772
57739 May 2014: Wouter
5774	- Implement draft-ietf-dnsop-rfc6598-rfc6303-01.
5775	- iana portlist updated.
5776
57778 May 2014: Wouter
5778	- Contrib windows scripts from Yuri Voinov added to src/contrib:
5779	  create_unbound_ad_servers.cmd: enters anti-ad server lists.
5780	  unbound_cache.cmd: saves and loads the cache.
5781	- Added unbound-control-setup.cmd from Yuri Voinov to the windows
5782	  unbound distribution set.  It requires openssl installed in %PATH%.
5783
57846 May 2014: Wouter
5785	- Change MAX_SENT_COUNT from 16 to 32 to resolve some cases easier.
5786
57875 May 2014: Wouter
5788	- More #567: remove : from output of stub and forward lists, this is
5789	  easier to parse.
5790
579129 April 2014: Wouter
5792	- iana portlist updated.
5793	- Add unbound-control flush_negative that flushed nxdomains, nodata,
5794	  and errors from the cache.  For dnssec-trigger and NetworkManager,
5795	  fixes cases where network changes have localdata that was already
5796	  negatively cached from the previous network.
5797
579823 April 2014: Wouter
5799	- Patch from Jeremie Courreges-Anglas to use arc4random_uniform
5800	  if available on the OS, it gets entropy from the OS.
5801
580215 April 2014: Wouter
5803	- Fix compile with libevent2 on FreeBSD.
5804
580511 April 2014: Wouter
5806	- Fix #502: explain that do-ip6 disable does not stop AAAA lookups,
5807	  but it stops the use of the ipv6 transport layer for DNS traffic.
5808	- iana portlist updated.
5809
581010 April 2014: Wouter
5811	- iana portlist updated.
5812	- Patch from Hannes Frederic Sowa for Linux 3.15 fragmentation
5813	  option for DNS fragmentation defense.
5814	- Document that dump_requestlist only prints queries from thread 0.
5815	- unbound-control stats prints num.query.tcpout with number of TCP
5816	  outgoing queries made in the previous statistics interval.
5817	- Fix #567: unbound lists if forward zone is secure or insecure with
5818	  +i annotation in output of list_forwards, also for list_stubs
5819	  (for NetworkManager integration.)
5820	- Fix #554: use unsigned long to print 64bit statistics counters on
5821	  64bit systems.
5822	- Fix #558: failed prefetch lookup does not remove cached response
5823	  but delays next prefetch (in lieu of caching a SERVFAIL).
5824	- Fix #545: improved logging, the ip address of the error is printed
5825	  on the same log-line as the error.
5826
58278 April 2014: Wouter
5828	- Fix #574: make test fails on Ubuntu 14.04.  Disabled remote-control
5829	  in testbound scripts.
5830	- iana portlist updated.
5831
58327 April 2014: Wouter
5833	- C.ROOT-SERVERS.NET has an IPv6 address, and we updated the root
5834	  hints (patch from Anand Buddhdev).
5835	- Fix #572: Fix unit test failure for systems with different
5836	  /etc/services.
5837
583828 March 2014: Wouter
5839	- Fix #569: do_tcp is do-tcp in unbound.conf man page.
5840
584125 March 2014: Wouter
5842	- Patch from Stuart Henderson to build unbound-host man from .1.in.
5843
584424 March 2014: Wouter
5845	- Fix print filename of encompassing config file on read failure.
5846
584712 March 2014: Wouter
5848	- tag 1.4.22
5849	- trunk has 1.4.23 in development.
5850
585110 March 2014: Wouter
5852	- Fix bug#561: contrib/cacti plugin did not report SERVFAIL rcodes
5853	  because of spelling.  Patch from Chris Coates.
5854
585527 February 2014: Wouter
5856	- tag 1.4.22rc1
5857
585821 February 2014: Wouter
5859	- iana portlist updated.
5860
586120 February 2014: Matthijs
5862	- Be lenient when a NSEC NameError response with RCODE=NXDOMAIN is
5863	  received. This is okay according 4035, but not after revising
5864	  existence in 4592.  NSEC empty non-terminals exist and thus the
5865	  RCODE should have been NOERROR. If this occurs, and the RRsets
5866	  are secure, we set the RCODE to NOERROR and the security status
5867	  of the response is also considered secure.
5868
586914 February 2014: Wouter
5870	- Works on Minix (3.2.1).
5871
587211 February 2014: Wouter
5873	- Fix parse of #553(NSD) string in sldns, quotes without spaces.
5874
58757 February 2014: Wouter
5876	- iana portlist updated.
5877	- add body to ifstatement if locks disabled.
5878	- add TXT string"string" test case to unit test.
5879	- Fix #551: License change "Regents" to "Copyright holder", matching
5880	  the BSD license on opensource.org.
5881
58826 February 2014: Wouter
5883	- sldns has type HIP.
5884	- code documentation on the module interface.
5885
58865 February 2014: Wouter
5887	- Fix sldns parse tests on osx.
5888
58893 February 2014: Wouter
5890	- Detect libevent2 install automatically by configure.
5891	- Fixup link with lib/event2 subdir.
5892	- Fix parse in sldns of quoted parenthesized text strings.
5893
589431 January 2014: Wouter
5895	- unit test for ldns wire to str and back with zones, root, nlnetlabs
5896	  and types.sidnlabs.
5897	- Fix for hex to string in unknown, atma and nsap.
5898	- fixup nss compile (no ldns in it).
5899	- fixup warning in unitldns
5900	- fixup WKS and rdata type service to print unsigned because strings
5901	  are not portable; they cannot be read (for sure) on other computers.
5902	- fixup type EUI48 and EUI64, type APL and type IPSECKEY in string
5903	  parse sldns.
5904
590530 January 2014: Wouter
5906	- delay-close does not act if there are udp-wait queries, so that
5907	  it does not make a socketdrain DoS easier.
5908
590928 January 2014: Wouter
5910	- iana portlist updated.
5911	- iana portlist test updated so it does not touch the source
5912	  if there are no changes.
5913	- delay-close: msec option that delays closing ports for which
5914	  the UDP reply has timed out.  Keeps the port open, only accepts
5915	  the correct reply.  This correct reply is not used, but the port
5916	  is open so that no port-denied ICMPs are generated.
5917
591827 January 2014: Wouter
5919	- reuseport is attempted, then fallback to without on failure.
5920
592124 January 2014: Wouter
5922	- Change unbound-event.h to use void* buffer, length idiom.
5923	- iana portlist updated.
5924	- unbound-event.h is installed if you configure --enable-event-api.
5925	- speed up unbound (reports say it could be up to 10%), by reducing
5926	  lock contention on localzones.lock.  It is changed to an rwlock.
5927	- so-reuseport: yesno option to distribute queries evenly over
5928	  threads on Linux (Thanks Robert Edmonds).
5929	- made lint clean.
5930
593121 January 2014: Wouter
5932	- Fix #547: no trustanchor written if filesystem full, fclose checked.
5933
593417 January 2014: Wouter
5935	- Fix isprint() portability in sldns, uses unsigned int.
5936	- iana portlist updated.
5937
593816 January 2014: Wouter
5939	- fix #544: Fixed +i causes segfault when running with module conf
5940	  "iterator".
5941	- Windows port, adjust %lld to %I64d, and warning in win_event.c.
5942
594314 January 2014: Wouter
5944	- iana portlist updated.
5945
59465 Dec 2013: Wouter
5947	- Fix bug in cachedump that uses sldns.
5948	- update pythonmod for ldns_ to sldns_ name change.
5949
59503 Dec 2013: Wouter
5951	- Fix sldns to use sldns_ prefix for all ldns_ variables.
5952	- Fix windows compile to compile with sldns.
5953
595430 Nov 2013: Wouter
5955	- Fix sldns to make globals use sldns_ prefix.  This fixes
5956	  linking with libldns that uses global variables ldns_ .
5957
595813 Nov 2013: Wouter
5959	- Fix bug#537: compile python plugin without ldns library.
5960
596112 Nov 2013: Wouter
5962	- Fix bug#536: acl_deny_non_local and refuse_non_local added.
5963
59645 Nov 2013: Wouter
5965	- Patch from Neel Goyal to fix async id assignment if callback
5966	  is called by libunbound in the mesh attach.
5967	- Accept ip-address: as an alternative for interface: for
5968	  consistency with nsd.conf syntax.
5969
59704 Nov 2013: Wouter
5971	- Patch from Neel Goyal to fix callback in libunbound.
5972
59733 Nov 2013: Wouter
5974	- if configured --with-libunbound-only fix make install.
5975
597631 Oct 2013: Wouter
5977	- Fix #531: Set SO_REUSEADDR so that the wildcard interface and a
5978	  more specific interface port 53 can be used at the same time, and
5979	  one of the daemons is unbound.
5980	- iana portlist update.
5981	- separate ldns into core ldns inside ldns/ subdirectory.  No more
5982	  --with-ldns is needed and unbound does not rely on libldns.
5983	- portability fixes for new USE_SLDNS ldns subdir codebase.
5984
598522 Oct 2013: Wouter
5986	- Patch from Neel Goyal: Add an API call to set an event base on an
5987	  existing ub_ctx.  This basically just destroys the current worker and
5988	  sets the event base to the current.  And fix a deadlock in
5989	  ub_resolve_event – the cfglock is held when libworker_create is
5990	  called.  This ends up trying to acquire the lock again in
5991	  context_obtain_alloc in the call chain.
5992	- Fix #528: if very high logging (4 or more) segfault on allow_snoop.
5993
599426 Sep 2013: Wouter
5995	- unbound-event.h is installed if configured --with-libevent.  It
5996	  contains low-level library calls, that use libevent's event_base
5997	  and an ldns_buffer for the wire return packet to perform async
5998	  resolution in the client's eventloop.
5999
600019 Sep 2013: Wouter
6001	- 1.4.21 tag created.
6002	- trunk has 1.4.22 number inside it.
6003	- iana portlist updated.
6004	- acx_nlnetlabs.m4 to 26; improve FLTO help text.
6005
600616 Sep 2013: Wouter
6007	- Fix#524: max-udp-size not effective to non-EDNS0 queries, from
6008	  Daisuke HIGASHI.
6009
601010 Sep 2013: Wouter
6011	- MIN_TTL and MAX_TTL also in time_t.
6012	- tag 1.4.21rc1 made again.
6013
601426 Aug 2013: Wouter
6015	- More fixes for bug#519: for the threaded case test if the bg
6016	  thread has been killed, on ub_ctx_delete, to avoid hangs.
6017
601822 Aug 2013: Wouter
6019	- more fixes that I overlooked.
6020	- review fixes from Willem.
6021
602221 Aug 2013: Wouter
6023	- Fix#520: Errors found by static analysis from Tomas Hozza(redhat).
6024
602520 Aug 2013: Wouter
6026	- Fix for 2038, with time_t instead of uint32_t.
6027
602819 Aug 2013: Wouter
6029	- Fix#519 ub_ctx_delete may hang in some scenarios (libunbound).
6030
603114 Aug 2013: Wouter
6032	- Fix uninit variable in fix#516.
6033
60348 Aug 2013: Wouter
6035	- Fix#516 dnssec lameness detection for answers that are improper.
6036
603730 Jun 2013: Wouter
6038	- tag 1.4.21rc1
6039
604029 Jun 2013: Wouter
6041	- Fix#512 memleak in testcode for testbound (if it fails).
6042	- Fix#512 NSS returned arrays out of setup function to be statics.
6043
604426 Jun 2013: Wouter
6045	- max include of 100.000 files (depth and globbed at one time).
6046	  This is to preserve system memory in bug cases, or endless cases.
6047	- iana portlist updated.
6048
604919 Jun 2013: Wouter
6050	- streamtcp man page, contributed by Tomas Hozza.
6051	- iana portlist updated.
6052	- libunbound documentation on how to avoid openssl race conditions.
6053
605425 Jun 2013: Wouter
6055	- Squelch sendto-permission denied errors when the network is
6056	  not connected, to avoid spamming syslog.
6057	- configure --disable-flto option (from Robert Edmonds).
6058
605918 Jun 2013: Wouter
6060	- Fix for const string literals in C++ for libunbound, from Karel
6061	  Slany.
6062	- iana portlist updated.
6063
606417 Jun 2013: Wouter
6065	- Fixup manpage syntax.
6066
606714 Jun 2013: Wouter
6068	- get_option and set_option support for log-time-ascii, python-script
6069	  val-sig-skew-min and val-sig-skew-max.  log-time-ascii takes effect
6070	  immediately.  The others are mostly useful for libunbound users.
6071
607213 Jun 2013: Wouter
6073	- get_option, set_option, unbound-checkconf -o and libunbound
6074	  getoption and setoption support cache-min-ttl and cache-max-ttl.
6075
607610 Jun 2013: Wouter
6077	- Fix#501: forward-first does not recurse, when forward name is ".".
6078	- iana portlist update.
6079	- Max include depth is unlimited.
6080
608127 May 2013: Wouter
6082	- Update acx_pthreads.m4 to ax_pthreads.4 (2013-03-29), and apply
6083	  patch to it to not fail when -Werror is also specified, from the
6084	  autoconf-archives.
6085	- iana portlist update.
6086
608721 May 2013: Wouter
6088	- Explain bogus and secure flags in libunbound more.
6089
609016 May 2013: Wouter
6091	- Fix#499 use-after-free in out-of-memory handling code (thanks Jake
6092	  Montgomery).
6093	- Fix#500 use on non-initialised values on socket bind failures.
6094
609515 May 2013: Wouter
6096	- Fix round-robin doesn't work with some Windows clients (from Ilya
6097	  Bakulin).
6098
60993 May 2013: Wouter
6100	- update acx_nlnetlabs.m4 to v23, sleep w32 fix.
6101
610226 April 2013: Wouter
6103	- add unbound-control insecure_add and insecure_remove for the
6104	  administration of negative trust anchors.
6105
610625 April 2013: Wouter
6107	- Implement max-udp-size config option, default 4096 (thanks
6108	  Daisuke Higashi).
6109	- Robust checks on dname validity from rdata for dname compare.
6110	- updated iana portlist.
6111
611219 April 2013: Wouter
6113	- Fixup snprintf return value usage, fixed libunbound_get_option.
6114
611518 April 2013: Wouter
6116	- fix bug #491: pick program name (0th argument) as syslog identity.
6117	- own implementation of compat/snprintf.c.
6118
611915 April 2013: Wouter
6120	- Fix so that for a configuration line of include: "*.conf" it is not
6121	  an error if there are no files matching the glob pattern.
6122	- unbound-anchor review: BIO_write can return 0 successfully if it
6123	  has successfully appended a zero length string.
6124
612511 April 2013: Wouter
6126	- Fix queries leaking up for stubs and forwards, if the configured
6127	  nameservers all fail to answer.
6128
612910 April 2013: Wouter
6130	- code improve for minimal responses, small speed increase.
6131
61329 April 2013: Wouter
6133	- updated iana portlist.
6134	- Fix crash in previous private address fixup of 22 March.
6135
613628 March 2013: Wouter
6137	- Make reverse zones easier by documenting the nodefault statements
6138	  commented-out in the example config file.
6139
614026 March 2013: Wouter
6141	- more fixes to lookup3.c endianness detection.
6142
614325 March 2013: Wouter
6144	- #492: Fix endianness detection, revert to older lookup3.c detection
6145	  and put new detect lines after previous tests, to avoid regressions
6146	  but allow new detections to succeed.
6147	  And add detection for machine/endian.h to it.
6148
614922 March 2013: Wouter
6150	- Fix resolve of names that use a mix of public and private addresses.
6151	- iana portlist update.
6152	- Fix makedist for new svn for -d option.
6153	- unbound.h header file has UNBOUND_VERSION_MAJOR define.
6154	- Fix windows RSRC version for long version numbers.
6155
615621 March 2013: Wouter
6157	- release 1.4.20
6158	- trunk has 1.4.21
6159	- committed libunbound version 4:1:2 for binary API updated in 1.4.20
6160	- install copy of unbound-control.8 man page for unbound-control-setup
6161
616214 March 2013: Wouter
6163	- iana portlist update.
6164	- tag 1.4.20rc1
6165
616612 March 2013: Wouter
6167	- Fixup makedist.sh for windows compile.
6168
616911 March 2013: Wouter
6170	- iana portlist update.
6171	- testcode/ldns-testpkts.c check for makedist is informational.
6172
617315 February 2013: Wouter
6174	- fix defines in lookup3 for bigendian bsd alpha
6175
617611 February 2013: Wouter
6177	- Fixup openssl_thread init code to only run if compiled with SSL.
6178
61797 February 2013: Wouter
6180	- detect endianness in lookup3 on BSD.
6181	- add libunbound.ttl at end of result structure, version bump for
6182	  libunbound and binary backwards compatible, but 1.4.19 is not
6183	  forward compatible with 1.4.20.
6184	- update iana port list.
6185
618630 January 2013: Wouter
6187	- includes and have_ssl fixes for nss.
6188
618929 January 2013: Wouter
6190	- printout name of zone with duplicate fwd and hint errors.
6191
619228 January 2013: Wouter
6193	- updated fwd_zero for newer nc. Updated common.sh for newer netstat.
6194
619517 January 2013: Wouter
6196	- unbound-anchors checks the emailAddress of the signer of the
6197	  root.xml file, default is dnssec@iana.org.  It also checks that
6198	  the signer has the correct key usage for a digital signature.
6199	- update iana port list.
6200
62013 January 2013: Wouter
6202	- Test that unbound-control checks client credentials.
6203	- Test that unbound can handle a CNAME at an intermediate node in
6204	  the chain of trust (where it seeks a DS record).
6205	- Check the commonName of the signer of the root.xml file in
6206	  unbound-anchor, default is dnssec@iana.org.
6207
62082 January 2013: Wouter
6209	- Fix openssl lock free on exit (reported by Robert Fleischman).
6210	- iana portlist updated.
6211	- Tested that unbound implements the RFC5155 Technical Errata id 3441.
6212	  Unbound already implements insecure classification of an empty
6213	  nonterminal in NSEC3 optout zone.
6214
621520 December 2012: Wouter
6216	- Fix unbound-anchor xml parse of entity declarations for safety.
6217
621819 December 2012: Wouter
6219	- iana portlist updated.
6220
622118 December 2012: Wouter
6222	- iana portlist updated.
6223
622414 December 2012: Wouter
6225	- Change of D.ROOT-SERVERS.NET A address in default root hints.
6226
622712 December 2012: Wouter
6228	- 1.4.19 release.
6229	- trunk has 1.4.20 under development.
6230
62315 December 2012: Wouter
6232	- note support for AAAA RR type RFC.
6233
62344 December 2012: Wouter
6235	- 1.4.19rc1 tag.
6236
623730 November 2012: Wouter
6238	- bug 481: fix python example0.
6239	- iana portlist updated.
6240
624127 November 2012: Wouter
6242	- iana portlist updated.
6243
62449 November 2012: Wouter
6245	- Fix unbound-control forward disables configured stubs below it.
6246
62477 November 2012: Wouter
6248	- Fixup ldns-testpkts, identical to ldns/examples.
6249	- iana portlist updated.
6250
625130 October 2012: Wouter
6252	- Fix bug #477: unbound-anchor segfaults if EDNS is blocked.
6253
625429 October 2012: Matthijs
6255	- Fix validation for responses with both CNAME and wildcard
6256	  expanded CNAME records in answer section.
6257
62588 October 2012: Wouter
6259	- update ldns-testpkts.c to ldns 1.6.14 version.
6260	- fix build of pythonmod in objdir, for unbound.py.
6261	- make clean and makerealclean remove generated python and docs.
6262
62635 October 2012: Wouter
6264	- fix build of pythonmod in objdir (thanks Jakob Schlyter).
6265
62663 October 2012: Wouter
6267	- fix text in unbound-anchor man page.
6268
62691 October 2012: Wouter
6270	- ignore trusted-keys globs that have no files (from Paul Wouters).
6271
627227 September 2012: Wouter
6273	- include: directive in config file accepts wildcards.  Patch from
6274	  Paul Wouters.  Suggested use: include: "/etc/unbound.d/conf.d/*"
6275	- unbound-control -q option is quiet, patch from Mariano Absatz.
6276	- iana portlist updated.
6277	- updated contrib/unbound.spec, patch from Valentin Bud.
6278
627921 September 2012: Wouter
6280	- chdir to / after chroot call (suggested by Camiel Dobbelaar).
6281
628217 September 2012: Wouter
6283	- patch_rsamd5_enable.diff: this patch enables RSAMD5 validation
6284	  otherwise it is treated as insecure.  The RSAMD5 algorithm is
6285	  deprecated (RFC6725).  The MD5 hash is considered weak for some
6286	  purposes, if you want to sign your zone, then RSASHA256 is an
6287	  uncontested hash.
6288
628930 August 2012: Wouter
6290	- RFC6725 deprecates RSAMD5: this DNSKEY algorithm is disabled.
6291	- iana portlist updated.
6292
629329 August 2012: Wouter
6294	- Nicer comments outgoing-port-avoid, thanks Stu (bug #465).
6295
629622 August 2012: Wouter
6297	- Fallback to 1472 and 1232, one fragment size without headers.
6298
629921 August 2012: Wouter
6300	- Fix timeouts so that when a server has been offline for a while
6301	  and is probed to see it works, it becomes fully available for
6302	  server selection again.
6303
630417 August 2012: Wouter
6305	- Add documentation to libunbound for default nonuse of resolv.conf.
6306
63072 August 2012: Wouter
6308	- trunk has 1.4.19 under development (fixes from 1 aug and 31 july
6309	are for 1.4.19).
6310	- iana portlist updated.
6311
63121 August 2012: Wouter
6313	- Fix openssl race condition, initializes openssl locks, reported
6314	  by Einar Lonn and Patrik Wallstrom.
6315
631631 July 2012: Wouter
6317	- Improved forward-first and stub-first documentation.
6318	- Fix that enables modules to register twice for the same
6319	  serviced_query, without race conditions or administration issues.
6320	  This should not happen with the current codebase, but it is robust.
6321	- Fix forward-first option where it sets the RD flag wrongly.
6322	- added manpage links for libunbound calls (Thanks Paul Wouters).
6323
632430 July 2012: Wouter
6325	- tag 1.4.18rc2 (became 1.4.18 release at 2 august 2012).
6326
632727 July 2012: Wouter
6328	- unbound-host works with libNSS
6329	- fix bogus nodata cname chain not reported as bogus by validator,
6330	  (Thanks Peter van Dijk).
6331
633226 July 2012: Wouter
6333	- iana portlist updated.
6334	- tag 1.4.18rc1.
6335
633625 July 2012: Wouter
6337	- review fix for libnss, check hash prefix allocation size.
6338
633923 July 2012: Wouter
6340	- fix missing break for GOST DS hash function.
6341	- implemented forward_first for the root.
6342
634320 July 2012: Wouter
6344	- Fix bug#452 and another assertion failure in mesh.c, makes
6345	  assertions in mesh.c resist duplicates.  Fixes DS NS search to
6346	  not generate duplicate sub queries.
6347
634819 July 2012: Willem
6349	- Fix bug#454: Remove ACX_CHECK_COMPILER_FLAG from configure.ac,
6350	  if CFLAGS is specified at configure time then '-g -O2' is not
6351	  appended to CFLAGS, so that the user can override them.
6352
635318 July 2012: Willem
6354	- Fix libunbound report of errors when in background mode.
6355
635611 July 2012: Willem
6357	- updated iana ports list.
6358
63599 July 2012: Willem
6360	- Add flush_bogus option for unbound-control
6361
63626 July 2012: Wouter
6363	- Fix validation of qtype DS queries that result in no data for
6364	  non-optout NSEC3 zones.
6365
63664 July 2012: Wouter
6367	- compile libunbound with libnss on Suse, passes regression tests.
6368
63693 July 2012: Wouter
6370	- FIPS_mode openssl does not use arc4random but RAND_pseudo_bytes.
6371
63722 July 2012: Wouter
6373	- updated iana ports list.
6374
637529 June 2012: Wouter
6376	- patch for unbound_munin_ script to handle arbitrary thread count by
6377	  Sven Ulland.
6378
637928 June 2012: Wouter
6380	- detect if openssl has FIPS_mode.
6381	- code review: return value of cache_store can be ignored for better
6382	  performance in out of memory conditions.
6383	- fix edns-buffer-size and msg-buffer-size manpage documentation.
6384	- updated iana ports list.
6385
638625 June 2012: Wouter
6387	- disable RSAMD5 if in FIPS mode (for openssl and for libnss).
6388
638922 June 2012: Wouter
6390	- implement DS records, NSEC3 and ECDSA for compile with libnss.
6391
639221 June 2012: Wouter
6393	- fix error handling of alloc failure during rrsig verification.
6394	- nss check for verification failure.
6395	- nss crypto works for RSA and DSA.
6396
639720 June 2012: Wouter
6398	- work on --with-nss build option (for now, --with-libunbound-only).
6399
640019 June 2012: Wouter
6401	- --with-libunbound-only build option, only builds the library and
6402	  not the daemon and other tools.
6403
640418 June 2012: Wouter
6405	- code review.
6406
640715 June 2012: Wouter
6408	- implement log-time-ascii on windows.
6409	- The key-cache bad key ttl is now 60 seconds.
6410	- updated iana ports list.
6411	- code review.
6412
641311 June 2012: Wouter
6414	- bug #452: fix crash on assert in mesh_state_attachment.
6415
641630 May 2012: Wouter
6417	- silence warning from swig-generated code (md set but not used in
6418	  swig initmodule, due to ifdefs in swig-generated code).
6419
642027 May 2012: Wouter
6421	- Fix debian-bugs-658021: Please enable hardened build flags.
6422
642325 May 2012: Wouter
6424	- updated iana ports list.
6425
642624 May 2012: Wouter
6427	- tag for 1.4.17 release.
6428	- trunk is 1.4.18 in development.
6429
643018 May 2012: Wouter
6431	- Review comments, removed duplicate memset to zero in delegpt.
6432
643316 May 2012: Wouter
6434	- Updated doc/FEATURES with RFCs that are implemented but not listed.
6435	- Protect if statements in val_anchor for compile without locks.
6436	- tag for 1.4.17rc1.
6437
643815 May 2012: Wouter
6439	- fix configure ECDSA support in ldns detection for windows compile.
6440	- fix possible uninitialised variable in windows pipe implementation.
6441
64429 May 2012: Wouter
6443	- Fix alignment problem in util/random on sparc64/freebsd.
6444
64458 May 2012: Wouter
6446	- Fix for accept spinning reported by OpenBSD.
6447	- iana portlist updated.
6448
64492 May 2012: Wouter
6450	- Fix validation of nodata for DS query in NSEC zones, reported by
6451	  Ondrej Mikle.
6452
645313 April 2012: Wouter
6454	- ECDSA support (RFC 6605) by default. Use --disable-ecdsa for older
6455	  openssl.
6456
645710 April 2012: Wouter
6458	- Applied patch from Daisuke HIGASHI for rrset-roundrobin and
6459	  minimal-responses features.
6460	- iana portlist updated.
6461
64625 April 2012: Wouter
6463	- fix bug #443: --with-chroot-dir not honoured by configure.
6464	- fix bug #444: setusercontext was called too late (thanks Bjorn
6465	  Ketelaars).
6466
646727 March 2012: Wouter
6468	- fix bug #442: Fix that Makefile depends on pythonmod headers
6469	  even using --without-pythonmodule.
6470
647122 March 2012: Wouter
6472	- contrib/validation-reporter follows rotated log file (patch from
6473	  Augie Schwer).
6474
647521 March 2012: Wouter
6476	- new approach to NS fetches for DS lookup that works with
6477	  cornercases, and is more robust and considers forwarders.
6478
647919 March 2012: Wouter
6480	- iana portlist updated.
6481	- fix to locate nameservers for DS lookup with NS fetches.
6482
648316 March 2012: Wouter
6484	- Patch for access to full DNS packet data in unbound python module
6485	  from Ondrej Mikle.
6486
64879 March 2012: Wouter
6488	- Applied line-buffer patch from Augie Schwer to validation.reporter.sh.
6489
64902 March 2012: Wouter
6491	- flush_infra cleans timeouted servers from the cache too.
6492	- removed warning from --enable-ecdsa.
6493
64941 March 2012: Wouter
6495	- forward-first option.  Tries without forward if a query fails.
6496	  Also stub-first option that is similar.
6497
649828 February 2012: Wouter
6499	- Fix from code review, if EINPROGRESS not defined chain if statement
6500	  differently.
6501
650227 February 2012: Wouter
6503	- Fix bug#434: on windows check registry for config file location
6504	  for unbound-control.exe, and unbound-checkconf.exe.
6505
650623 February 2012: Wouter
6507	- Fix to squelch 'network unreachable' errors from tcp connect in
6508	  logs, high verbosity will show them.
6509
651016 February 2012: Wouter
6511	- iter_hints is now thread-owned in module env, and thus threadsafe.
6512	- Fix prefetch and sticky NS, now the prefetch works.  It picks
6513	  nameservers that 'would be valid in the future', and if this makes
6514	  the NS timeout, it updates that NS by asking delegation from the
6515	  parent again.  If child NS has longer TTL, that TTL does not get
6516	  refreshed from the lookup to the child nameserver.
6517
651815 February 2012: Wouter
6519	- Fix forward-zone memory, uses malloc and frees original root dp.
6520	- iter hints (stubs) uses malloc inside for more dynamicity.
6521	- unbound-control forward_add, forward_remove, stub_add, stub_remove
6522	  can modify stubs and forwards for running unbound (on mobile computer)
6523	  they can also add and remove domain-insecure for the zone.
6524
652514 February 2012: Wouter
6526	- Fix sticky NS (ghost domain problem) if prefetch is yes.
6527	- iter forwards uses malloc inside for more dynamicity.
6528
652913 February 2012: Wouter
6530	- RT#2955. Fix for cygwin compilation.
6531	- iana portlist updated.
6532
653310 February 2012: Wouter
6534	- Slightly smaller critical region in one case in infra cache.
6535	- Fix timeouts to keep track of query type, A, AAAA and other, if
6536	  another has caused timeout blacklist, different type can still probe.
6537	- unit test fix for nomem_cnametopos.rpl race condition.
6538
65399 February 2012: Wouter
6540	- Fix AHX_BROKEN_MEMCMP for autoheader mess up of #undef in config.h.
6541
65428 February 2012: Wouter
6543	- implement draft-ietf-dnsext-ecdsa-04; which is in IETF LC; This
6544	  implementation is experimental at this time and not recommended
6545	  for use on the public internet (the protocol numbers have not
6546	  been assigned).  Needs recent ldns with --enable-ecdsa.
6547	- fix memory leak in errorcase for DSA signatures.
6548	- iana portlist updated.
6549	- workaround for openssl 0.9.8 ecdsa sha2 and evp problem.
6550
65513 February 2012: Wouter
6552	- fix for windows, rename() is not posix compliant on windows.
6553
65542 February 2012: Wouter
6555	- 1.4.16 release tag.
6556	- svn trunk is 1.4.17 in development.
6557	- iana portlist updated.
6558
65591 February 2012: Wouter
6560	- Fix validation failures (like: validation failure xx: no NSEC3
6561	  closest encloser from yy for DS zz. while building chain of trust,
6562	  because of a bug in the TTL-fix in 1.4.15, it picked the wrong rdata
6563	  for an NSEC3.  Now it does not change rdata, and fixes TTL.
6564
656530 January 2012: Wouter
6566	- Fix version-number in libtool to be version-info so it produces
6567	  libunbound.so.2 like it should.
6568
656926 January 2012: Wouter
6570	- Tag 1.4.15 (same as 1.4.15rc1), for 1.4.15 release.
6571	- trunk 1.4.16; includes changes memset testcode, #424 openindiana,
6572	  and keyfile write fixup.
6573	- applied patch to support outgoing-interface with ub_ctx_set_option.
6574
657523 January 2012: Wouter
6576	- Fix memset in test code.
6577
657820 January 2012: Wouter
6579	- Fix bug #424: compile on OpenIndiana OS with gcc 4.6.2.
6580
658119 January 2012: Wouter
6582	- Fix to write key files completely to a temporary file, and if that
6583	  succeeds, replace the real key file.  So failures leave a useful file.
6584
658518 January 2012: Wouter
6586	- tag 1.4.15rc1 created
6587	- updated libunbound/ubsyms.def and remade tag 1.4.15rc1.
6588
658917 January 2012: Wouter
6590	- Fix bug where canonical_compare of RRSIG did not downcase the
6591	  signer-name.  This is mostly harmless because RRSIGs do not have
6592	  to be sorted in canonical order, usually.
6593
659412 January 2012: Wouter
6595	- bug#428: add ub_version() call to libunbound.  API version increase,
6596	  with (binary) backwards compatibility for the previous version.
6597
659810 January 2012: Wouter
6599	- Fix bug #425: unbound reports wrong TTL in reply, it reports a TTL
6600	  that would be permissible by the RFCs but it is not the TTL in the
6601	  cache.
6602	- iana portlist updated.
6603	- uninitialised variable in reprobe for rtt blocked domains fixed.
6604	- lintfix and new flex output.
6605
66062 January 2012: Wouter
6607	- Fix to randomize hash function, based on 28c3 congress, reported
6608	  by Peter van Dijk.
6609
661024 December 2011: Wouter
6611	- Fix for memory leak (about 20 bytes when a tcp or udp send operation
6612	  towards authority servers failed, takes about 50.000 such failures to
6613	  leak one Mb, such failures are also usually logged), reported by
6614	  Robert Fleischmann.
6615	- iana portlist updated.
6616
661719 December 2011: Wouter
6618	- Fix for VU#209659 CVE-2011-4528: Unbound denial of service
6619	  vulnerabilities from nonstandard redirection and denial of existence
6620	  http://www.unbound.net/downloads/CVE-2011-4528.txt
6621	- robust checks for next-closer NSEC3s.
6622	- tag 1.4.14 created.
6623	- trunk has 1.4.15 in development.
6624
662515 December 2011: Wouter
6626	- remove uninit warning from cachedump code.
6627	- Fix parse error on negative SOA RRSIGs if badly ordered in the packet.
6628
662913 December 2011: Wouter
6630	- iana portlist updated.
6631	- svn tag 1.4.14rc1
6632	- fix infra cache comparison.
6633	- Fix to constrain signer_name to be a parent of the lookupname.
6634
66355 December 2011: Wouter
6636	- Fix getaddrinfowithincludes on windows with fedora16 mingw32-gcc.
6637	- Fix warnings with gcc 4.6 in compat/inet_ntop.c.
6638	- Fix warning unused in compat/strptime.c.
6639	- Fix malloc detection and double definition.
6640
66412 December 2011: Wouter
6642	- configure generated with autoconf 2.68.
6643
664430 November 2011: Wouter
6645	- Fix for tcp-upstream and ssl-upstream for if a laptop sleeps, causes
6646	  SERVFAILs.  Also fixed for UDP (but less likely).
6647
664828 November 2011: Wouter
6649	- Fix quartile time estimate, it was too low, (thanks Jan Komissar).
6650	- iana ports updated.
6651
665211 November 2011: Wouter
6653	- Makefile compat with SunOS make, BSD make and GNU make.
6654	- iana ports updated.
6655
665610 November 2011: Wouter
6657	- Makefile changed for BSD make compatibility.
6658
66599 November 2011: Wouter
6660	- added unit test for SSL service and SSL-upstream.
6661
66628 November 2011: Wouter
6663	- can configure ssl service to one port number, and not on others.
6664	- fixup windows compile with ssl support.
6665	- Fix double free in unbound-host, reported by Steve Grubb.
6666	- iana portlist updated.
6667
66681 November 2011: Wouter
6669	- dns over ssl support as a client, ssl-upstream yes turns it on.
6670	  It performs an SSL transaction for every DNS query (250 msec).
6671	- documentation for new options: ssl-upstream, ssl-service-key and
6672	  ssl-service.pem.
6673	- iana portlist updated.
6674	- fix -flto detection on Lion for llvm-gcc.
6675
667631 October 2011: Wouter
6677	- dns over ssl support, ssl-service-pem and ssl-service-key files
6678	  can be given and then TCP queries are serviced wrapped in SSL.
6679
668027 October 2011: Wouter
6681	- lame-ttl and lame-size options no longer exist, it is integrated
6682	  with the host info.  They are ignored (with verbose warning) if
6683	  encountered to keep the config file backwards compatible.
6684	- fix iana-update for changing gzip compression of results.
6685	- fix export-all-symbols on OSX.
6686
668726 October 2011: Wouter
6688	- iana portlist updated.
6689	- Infra cache stores information about ping and lameness per IP, zone.
6690	  This fixes bug #416.
6691	- fix iana_update target for gzipped file on iana site.
6692
669324 October 2011: Wouter
6694	- Fix resolve of partners.extranet.microsoft.com with a fix for the
6695	  server selection for choosing out of a (particular) list of bad
6696	  choices. (bug#415)
6697	- Fix make_new_space function so that the incoming query is not
6698	  overwritten if a jostled out query causes a waiting query to be
6699	  resumed that then fails and sends an error message.  (Thanks to
6700	  Matthew Lee).
6701
670221 October 2011: Wouter
6703	- fix --enable-allsymbols, fptr wlist is disabled on windows with this
6704	  option enabled because of memory layout exe vs dll.
6705
670619 October 2011: Wouter
6707	- fix unbound-anchor for broken strptime on OSX lion, detected
6708	  in configure.
6709	- Detect if GOST really works, openssl1.0 on OSX fails.
6710	- Implement ipv6%interface notation for scope_id usage.
6711
671217 October 2011: Wouter
6713	- better documentation for inform_super (Thanks Yang Zhe).
6714
671514 October 2011: Wouter
6716	- Fix for out-of-memory condition in libunbound (thanks
6717	  Robert Fleischman).
6718
671913 October 2011: Wouter
6720	- Fix --enable-allsymbols, it depended on link specifics of the
6721	  target platform, or fptr_wlist assertion failures could occur.
6722
672312 October 2011: Wouter
6724	- updated contrib/unbound_munin_ to family=auto so that it works with
6725	  munin-node-configure automatically (if installed as
6726	  /usr/local/share/munin/plugins/unbound_munin_ ).
6727
672827 September 2011: Wouter
6729	- unbound.exe -w windows option for start and stop service.
6730
673123 September 2011: Wouter
6732	- TCP-upstream calculates tcp-ping so server selection works if there
6733	  are alternatives.
6734
673520 September 2011: Wouter
6736	- Fix classification of NS set in answer section, where there is a
6737	  parent-child server, and the answer has the AA flag for dir.slb.com.
6738	  Thanks to Amanda Constant from Secure64.
6739
674016 September 2011: Wouter
6741	- fix bug #408: accept patch from Steve Snyder that comments out
6742	  unused functions in lookup3.c.
6743	- iana portlist updated.
6744	- fix EDNS1480 change memleak and TCP fallback.
6745	- fix various compiler warnings (reported by Paul Wouters).
6746	- max sent count.  EDNS1480 only for rtt < 5000.  No promiscuous
6747	  fetch if sentcount > 3, stop query if sentcount > 16.  Count is
6748	  reset when referral or CNAME happens.  This makes unbound better
6749	  at managing large NS sets, they are explored when there is continued
6750	  interest (in the form of queries).
6751
675215 September 2011: Wouter
6753	- release 1.4.13.
6754	- trunk contains 1.4.14 in development.
6755	- Unbound probes at EDNS1480 if there an EDNS0 timeout.
6756
675712 September 2011: Wouter
6758	- Reverted dns EDNS backoff fix, it did not help and needs
6759	  fragmentation fixes instead.
6760	- tag 1.4.13rc2
6761
67627 September 2011: Wouter
6763	- Fix operation in ipv6 only (do-ip4: no) mode.
6764
67656 September 2011: Wouter
6766	- fedora specfile updated.
6767
67685 September 2011: Wouter
6769	- tag 1.4.13rc1
6770
67712 September 2011: Wouter
6772	- iana portlist updated.
6773
677426 August 2011: Wouter
6775	- Fix num-threads 0 does not segfault, reported by Simon Deziel.
6776	- Fix validation failures due to EDNS backoff retries, the retry
6777	  for fetch of data has want_dnssec because the iter_indicate_dnssec
6778	  function returns true when validation failure retry happens, and
6779	  then the serviced query code does not fallback to noEDNS, even if
6780	  the cache says it has this.  This helps for DLV deployment when
6781	  the DNSSEC status is not known for sure before the lookup concludes.
6782
678324 August 2011: Wouter
6784	- Applied patch from Karel Slany that fixes a memory leak in the
6785	  unbound python module, in string conversions.
6786
678722 August 2011: Wouter
6788	- Fix validation of qtype ANY responses with CNAMEs (thanks Cathy
6789	  Zhang and Luo Ce).  Unbound responds with the RR types that are
6790	  available at the name for qtype ANY and validates those RR types.
6791	  It does not test for completeness (i.e. with NSEC or NSEC3 query),
6792	  and it does not follow the CNAME or DNAME to another name (with
6793	  even more data for the already large response).
6794	- Fix that internally, CNAMEs with NXDOMAIN have that as rcode.
6795	- Documented the options that work with control set_option command.
6796	- tcp-upstream yes/no option (works with set_option) for tunnels.
6797
679818 August 2011: Wouter
6799	- fix autoconf call in makedist crosscompile to RC or snapshot.
6800
680117 August 2011: Wouter
6802	- Fix validation of . DS query.
6803	- new xml format at IANA, new awk for iana_update.
6804	- iana portlist updated.
6805
680610 August 2011: Wouter
6807	- Fix python site-packages path to /usr/lib64.
6808	- updated patch from Tom.
6809	- fix memory and fd leak after out-of-memory condition.
6810
68119 August 2011: Wouter
6812	- patch from Tom Hendrikx fixes load of python modules.
6813
68148 August 2011: Wouter
6815	- make clean had ldns-src reference, removed.
6816
68171 August 2011: Wouter
6818	- Fix autoconf 2.68 warnings
6819
682014 July 2011: Wouter
6821	- Unbound implements RFC6303 (since version 1.4.7).
6822	- tag 1.4.12rc1 is released as 1.4.12 (without the other fixes in the
6823	  meantime, those are for 1.4.13).
6824	- iana portlist updated.
6825
682613 July 2011: Wouter
6827	- Quick fix for contrib/unbound.spec example, no ldns-builtin any more.
6828
682911 July 2011: Wouter
6830	- Fix wildcard expansion no-data reply under an optout NSEC3 zone is
6831	  validated as insecure, reported by Jia Li (lijia@cnnic.cn).
6832
68334 July 2011: Wouter
6834	- 1.4.12rc1 tag created.
6835
68361 July 2011: Wouter
6837	- version number in example config file.
6838	- fix that --enable-static-exe does not complain about it unknown.
6839
684030 June 2011: Wouter
6841	- tag relase 1.4.11, trunk is 1.4.12 development.
6842	- iana portlist updated.
6843	- fix bug#395: id bits of other query may leak out under conditions
6844	- fix replyaddr count wrong after jostled queries, which leads to
6845	  eventual starvation where the daemon has no replyaddrs left to use.
6846	- fix comment about rndc port, that referred to the old port number.
6847	- fix that the listening socket is not closed when too many remote
6848	  control connections are made at the same time.
6849	- removed ldns-src tarball inside the unbound tarball.
6850
685123 June 2011: Wouter
6852	- Changed -flto check to support clang compiler.
6853	- tag 1.4.11rc3 created.
6854
685517 June 2011: Wouter
6856	- tag 1.4.11rc1 created.
6857	- remove warning about signed/unsigned from flex (other flex version).
6858	- updated aclocal.m4 and libtool to match.
6859	- tag 1.4.11rc2 created.
6860
686116 June 2011: Wouter
6862	- log-queries: yesno option, default is no, prints querylog.
6863	- version is 1.4.11.
6864
686514 June 2011: Wouter
6866	- Use -flto compiler flag for link time optimization, if supported.
6867	- iana portlist updated.
6868
686912 June 2011: Wouter
6870	- IPv6 service address for d.root-servers.net (2001:500:2D::D).
6871
687210 June 2011: Wouter
6873	- unbound-control has version number in the header,
6874	  UBCT[version]_space_ is the header sent by the client now.
6875	- Unbound control port number is registered with IANA:
6876	  ub-dns-control  8953/tcp    unbound dns nameserver control
6877	  This is the new default for the control-port config setting.
6878	- statistics-interval prints the number of jostled queries to log.
6879
688030 May 2011: Wouter
6881	- Fix Makefile for U in environment, since wrong U is more common than
6882	  deansification necessity.
6883	- iana portlist updated.
6884	- updated ldns tarball to 1.6.10rc2 snapshot of today.
6885
688625 May 2011: Wouter
6887	- Fix assertion failure when unbound generates an empty error reply
6888	  in response to a query, CVE-2011-1922 VU#531342.
6889	- This fix is in tag 1.4.10.
6890	- defense in depth against the above bug, an error is printed to log
6891	  instead of an assertion failure.
6892
689310 May 2011: Wouter
6894	- bug#386: --enable-allsymbols option links all binaries to libunbound
6895	  and reduces install size significantly.
6896	- feature, ignore-cd-flag: yesno to provide dnssec to legacy servers.
6897	- iana portlist updated.
6898	- Fix TTL of SOA so negative TTL is separately cached from normal TTL.
6899
690014 April 2011: Wouter
6901	- configure created with newer autoconf 2.66.
6902
690312 April 2011: Wouter
6904	- bug#378: Fix that configure checks for ldns_get_random presence.
6905
69068 April 2011: Wouter
6907	- iana portlist updated.
6908	- queries with CD flag set cause DNSSEC validation, but the answer is
6909	  not withheld if it is bogus.  Thus, unbound will retry if it is bad
6910	  and curb the TTL if it is bad, thus protecting the cache for use by
6911	  downstream validators.
6912	- val-override-date: -1 ignores dates entirely, for NTP usage.
6913
691429 March 2011: Wouter
6915	- harden-below-nxdomain: changed so that it activates when the
6916	  cached nxdomain is dnssec secure.  This avoids backwards
6917	  incompatibility because those old servers do not have dnssec.
6918
691924 March 2011: Wouter
6920	- iana portlist updated.
6921	- release 1.4.9.
6922	- trunk is 1.5.0
6923
692417 March 2011: Wouter
6925	- bug#370: new unbound.spec for CentOS 5.x from Harold Jones.
6926	  Applied but did not do the --disable-gost.
6927
692810 March 2011: Wouter
6929	- tag 1.4.9 release candidate 1 created.
6930
69313 March 2011: Wouter
6932	- updated ldns to today.
6933
69341 March 2011: Wouter
6935	- Fix no ADflag for NXDOMAIN in NSEC3 optout. And wildcard in optout.
6936	- give config parse error for multiple names on a stub or forward zone.
6937	- updated ldns tarball to 1.6.9(todays snapshot).
6938
693924 February 2011: Wouter
6940	- bug #361: Fix, time.elapsed variable not reset with stats_noreset.
6941
694223 February 2011: Wouter
6943	- iana portlist updated.
6944	- common.sh to version 3.
6945
694618 February 2011: Wouter
6947	- common.sh in testdata updated to version 2.
6948
694915 February 2011: Wouter
6950	- Added explicit note on unbound-anchor usage:
6951	  Please note usage of unbound-anchor root anchor is at your own risk
6952	  and under the terms of our LICENSE (see that file in the source).
6953
695411 February 2011: Wouter
6955	- iana portlist updated.
6956	- tpkg updated with common.sh for common functionality.
6957
69587 February 2011: Wouter
6959	- Added regression test for addition of a .net DS to the root, and
6960	  cache effects with different TTL for glue and DNSKEY.
6961	- iana portlist updated.
6962
696328 January 2011: Wouter
6964	- Fix remove private address does not throw away entire response.
6965
696624 January 2011: Wouter
6967	- release 1.4.8
6968
696919 January 2011: Wouter
6970	- fix bug#349: no -L/usr for ldns.
6971
697218 January 2011: Wouter
6973	- ldns 1.6.8 tarball included.
6974	- release 1.4.8rc1.
6975
697617 January 2011: Wouter
6977	- add get and set option for harden-below-nxdomain feature.
6978	- iana portlist updated.
6979
698014 January 2011: Wouter
6981	- Fix so a changed NS RRset does not get moved name stuck on old
6982	  server, for type NS the TTL is not increased.
6983
698413 January 2011: Wouter
6985	- Fix prefetch so it does not get stuck on old server for moved names.
6986
698712 January 2011: Wouter
6988	- iana portlist updated.
6989
699011 January 2011: Wouter
6991	- Fix insecure CNAME sequence marked as secure, reported by Bert
6992	  Hubert.
6993
699410 January 2011: Wouter
6995	- faster lruhash get_mem routine.
6996
69974 January 2011: Wouter
6998	- bug#346: remove ITAR scripts from contrib, the service is discontinued, use the root.
6999	- iana portlist updated.
7000
700123 December 2010: Wouter
7002	- Fix in infra cache that could cause rto larger than TOP_TIMEOUT kept.
7003
700421 December 2010: Wouter
7005	- algorithm compromise protection using the algorithms signalled in
7006	  the DS record.  Also, trust anchors, DLV, and RFC5011 receive this,
7007	  and thus, if you have multiple algorithms in your trust-anchor-file
7008	  then it will now behave different than before.  Also, 5011 rollover
7009	  for algorithms needs to be double-signature until the old algorithm
7010	  is revoked.
7011	  It is not an option, because I see no use to turn the security off.
7012	- iana portlist updated.
7013
701417 December 2010: Wouter
7015	- squelch 'tcp connect: bla' in logfile, (set verbosity 2 to see them).
7016	- fix validation in this case: CNAME to nodata for co-hosted opt-in
7017	  NSEC3 insecure delegation, was bogus, fixed to be insecure.
7018
701916 December 2010: Wouter
7020	- Fix our 'BDS' license (typo reported by Xavier Belanger).
7021
702210 December 2010: Wouter
7023	- iana portlist updated.
7024	- review changes for unbound-anchor.
7025
70262 December 2010: Wouter
7027	- feature typetransparent localzone, does not block other RR types.
7028
70291 December 2010: Wouter
7030	- Fix bug#338: print address when socket creation fails.
7031
703230 November 2010: Wouter
7033	- Fix storage of EDNS failures in the infra cache.
7034	- iana portlist updated.
7035
703618 November 2010: Wouter
7037	- harden-below-nxdomain option, default off (because very old
7038	  software may be incompatible).  We could enable it by default in
7039	  the future.
7040
704117 November 2010: Wouter
7042	- implement draft-vixie-dnsext-resimprove-00, we stop on NXDOMAIN.
7043	- make test output nicer.
7044
704515 November 2010: Wouter
7046	- silence 'tcp connect: broken pipe' and 'net down' at low verbosity.
7047	- iana portlist updated.
7048	- so-sndbuf option for very busy servers, a bit like so-rcvbuf.
7049
70509 November 2010: Wouter
7051	- unbound-anchor compiles with openssl 0.9.7.
7052
70538 November 2010: Wouter
7054	- release tag 1.4.7.
7055	- trunk is version 1.4.8.
7056	- Be lenient and accept imgw.pl malformed packet (like BIND).
7057
70585 November 2010: Wouter
7059	- do not synthesize a CNAME message from cache for qtype DS.
7060
70614 November 2010: Wouter
7062	- Use central entropy to seed threads.
7063
70643 November 2010: Wouter
7065	- Change the rtt used to probe EDNS-timeout hosts to 1000 msec.
7066
70672 November 2010: Wouter
7068	- tag 1.4.7rc1.
7069	- code review.
7070
70711 November 2010: Wouter
7072	- GOST code enabled by default (RFC 5933).
7073
707427 October 2010: Wouter
7075	- Fix uninit value in dump_infra print.
7076	- Fix validation failure for parent and child on same server with an
7077	  insecure childzone and a CNAME from parent to child.
7078	- Configure detects libev-4.00.
7079
708026 October 2010: Wouter
7081	- dump_infra and flush_infra commands for unbound-control.
7082	- no timeout backoff if meanwhile a query succeeded.
7083	- Change of timeout code.  No more lost and backoff in blockage.
7084	  At 12sec timeout (and at least 2x lost before) one probe per IP
7085	  is allowed only.  At 120sec, the IP is blocked.  After 15min, a
7086	  120sec entry has a single retry packet.
7087
708825 October 2010: Wouter
7089	- Configure errors if ldns is not found.
7090
709122 October 2010: Wouter
7092	- Windows 7 fix for the installer.
7093
709421 October 2010: Wouter
7095	- Fix bug where fallback_tcp causes wrong roundtrip and edns
7096	  observation to be noted in cache.  Fix bug where EDNSprobe halted
7097	  exponential backoff if EDNS status unknown.
7098	- new unresponsive host method, exponentially increasing block backoff.
7099	- iana portlist updated.
7100
710120 October 2010: Wouter
7102	- interface automatic works for some people with ip6 disabled.
7103	  Therefore the error check is removed, so they can use the option.
7104
710519 October 2010: Wouter
7106	- Fix for request list growth, if a server has long timeout but the
7107	  lost counter is low, then its effective rtt is the one without
7108	  exponential backoff applied.  Because the backoff is not working.
7109	  The lost counter can then increase and the server is blacklisted,
7110	  or the lost counter does not increase and the server is working
7111	  for some queries.
7112
711318 October 2010: Wouter
7114	- iana portlist updated.
7115
711613 October 2010: Wouter
7117	- Fix TCP so it uses a random outgoing-interface.
7118	- unbound-anchor handles ADDPEND keystate.
7119
712011 October 2010: Wouter
7121	- Fix bug when DLV below a trust-anchor that uses NSEC3 optout where
7122	  the zone has a secure delegation hosted on the same server did not
7123	  verify as secure (it was insecure by mistake).
7124	- iana portlist updated.
7125	- ldns tarball updated (for reading cachedumps with bad RR data).
7126
71271 October 2010: Wouter
7128	- test for unbound-anchor. fix for reading certs.
7129	- Fix alloc_reg_release for longer uptime in out of memory conditions.
7130
713128 September 2010: Wouter
7132	- unbound-anchor working, it creates or updates a root.key file.
7133	  Use it before you start the validator (e.g. at system boot time).
7134
713527 September 2010: Wouter
7136	- iana portlist updated.
7137
713824 September 2010: Wouter
7139	- bug#329: in example.conf show correct ipv4 link-local 169.254/16.
7140
714123 September 2010: Wouter
7142	- unbound-anchor app, unbound requires libexpat (xml parser library).
7143
714422 September 2010: Wouter
7145	- compliance with draft-ietf-dnsop-default-local-zones-14, removed
7146	  reverse ipv6 orchid prefix from builtin list.
7147	- iana portlist updated.
7148
714917 September 2010: Wouter
7150	- DLV has downgrade protection again, because the RFC says so.
7151	- iana portlist updated.
7152
715316 September 2010: Wouter
7154	- Algorithm rollover operational reality intrudes, for trust-anchor,
7155	  5011-store, and DLV-anchor if one key matches it's good enough.
7156	- iana portlist updated.
7157	- Fix reported validation error in out of memory condition.
7158
715915 September 2010: Wouter
7160	- Abide RFC5155 section 9.2: no AD flag for replies with NSEC3 optout.
7161
716214 September 2010: Wouter
7163	- increased mesh-max-activation from 1000 to 3000 for crazy domains
7164	  like _tcp.slb.com with 262 servers.
7165	- iana portlist updated.
7166
716713 September 2010: Wouter
7168	- bug#327: Fix for cannot access stub zones until the root is primed.
7169
71709 September 2010: Wouter
7171	- unresponsive servers are not completely blacklisted (because of
7172	  firewalls), but also not probed all the time (because of the request
7173	  list size it generates).  The probe rate is 1%.
7174	- iana portlist updated.
7175
717620 August 2010: Wouter
7177	- openbsd-lint fixes: acl_list_get_mem used if debug-alloc enabled.
7178	  iterator get_mem includes priv_get_mem.  delegpt nodup removed.
7179	  listen_pushback, query_info_allocqname, write_socket, send_packet,
7180	  comm_point_set_cb_arg and listen_resume removed.
7181
718219 August 2010: Wouter
7183	- Fix bug#321: resolution of rs.ripe.net artifacts with 0x20.
7184	  Delegpt structures checked for duplicates always.
7185	  No more nameserver lookups generated when depth is full anyway.
7186	- example.conf notes how to do DNSSEC validation and track the root.
7187	- iana portlist updated.
7188
718918 August 2010: Wouter
7190	- Fix bug#322: configure does not respect CFLAGS on Solaris.
7191	  Pass CFLAGS="-xO4 -xtarget=generic" on the configure command line
7192	  if use sun-cc, but some systems need different flags.
7193
719416 August 2010: Wouter
7195	- Fix acx_nlnetlabs.m4 configure output for autoconf-2.66 AS_TR_CPP
7196	  changes, uses m4_bpatsubst now.
7197	- make test (or make check) should be more portable and run the unit
7198	  test and testbound scripts. (make longtest has special requirements).
7199
720013 August 2010: Wouter
7201	- More pleasant remote control command parsing.
7202	- documentation added for return values reported by doxygen 1.7.1.
7203	- iana portlist updated.
7204
72059 August 2010: Wouter
7206	- Fix name of rrset printed that failed validation.
7207
72085 August 2010: Wouter
7209	- Return NXDOMAIN after chain of CNAMEs ends at name-not-found.
7210
72114 August 2010: Wouter
7212	- Fix validation in case a trust anchor enters into a zone with
7213	  unsupported algorithms.
7214
72153 August 2010: Wouter
7216	- updated ldns tarball with bugfixes.
7217	- release tag 1.4.6.
7218	- trunk becomes 1.4.7 develop.
7219	- iana portlist updated.
7220
722122 July 2010: Wouter
7222	- more error details on failed remote control connection.
7223
722415 July 2010: Wouter
7225	- rlimit adjustments for select and ulimit can happen at the same time.
7226
722714 July 2010: Wouter
7228	- Donation text added to README.
7229	- Fix integer underflow in prefetch ttl creation from cache.  This
7230	  fixes a potential negative prefetch ttl.
7231
723212 July 2010: Wouter
7233	- Changed the defaults for num-queries-per-thread/outgoing-range.
7234	  For builtin-select: 512/960, for libevent 1024/4096 and for
7235	  windows 24/48 (because of win api).  This makes the ratio this way
7236	  to improve resilience under heavy load.  For high performance, use
7237	  libevent and possibly higher numbers.
7238
723910 July 2010: Wouter
7240	- GOST enabled if SSL is recent and ldns has GOST enabled too.
7241	- ldns tarball updated.
7242
72439 July 2010: Wouter
7244	- iana portlist updated.
7245	- Fix validation of qtype DNSKEY when a key-cache entry exists but
7246	  no rr-cache entry is used (it expired or prefetch), it then goes
7247	  back up to the DS or trust-anchor to validate the DNSKEY.
7248
72497 July 2010: Wouter
7250	- Neat function prototypes, unshadowed local declarations.
7251
72526 July 2010: Wouter
7253	- failure to chown the pidfile is not fatal any more.
7254	- testbound uses UTC timezone.
7255	- ldns tarball updated (ports and works on Minix 3.1.7).  On Minix, add
7256	  /usr/gnu/bin to PATH, use ./configure AR=/usr/gnu/bin/gar and gmake.
7257
72585 July 2010: Wouter
7259	- log if a server is skipped because it is on the donotquery list,
7260	  at verbosity 4, to enable diagnosis why no queries to 127.0.0.1.
7261	- added feature to print configure date, target and options with -h.
7262	- added feature to print event backend system details with -h.
7263	- wdiff is not actually required by make test, updated requirements.
7264
72651 July 2010: Wouter
7266	- Fix RFC4035 compliance with 2.2 statement that the DNSKEY at apex
7267	  must be signed with all algorithms from the DS rrset at the parent.
7268	  This is now checked and becomes bogus if not.
7269
727028 June 2010: Wouter
7271	- Fix jostle list bug found by Vince (luoce@cnnic), it caused the qps
7272	  in overload situations to be about 5 qps for the class of shortly
7273	  serviced queries.
7274	  The capacity of the resolver is then about (numqueriesperthread / 2)
7275	  / (average time for such long queries) qps for long queries.
7276	  And about (numqueriesperthread / 2)/(jostletimeout in whole seconds)
7277	  qps for short queries, per thread.
7278	- Fix the max number of reply-address count to be applied for duplicate
7279	  queries, and not for new query list entries.  This raises the memory
7280	  usage to a max of (16+1)*numqueriesperthread reply addresses.
7281
728225 June 2010: Wouter
7283	- Fix handling of corner case reply from lame server, follows rfc2308.
7284	  It could lead to a nodata reply getting into the cache if the search
7285	  for a non-lame server turned up other misconfigured servers.
7286	- unbound.h has extern "C" statement for easier include in c++.
7287
728823 June 2010: Wouter
7289	- iana portlist updated.
7290	- makedist upgraded cross compile openssl option, like this:
7291	  ./makedist.sh -s -wssl openssl-1.0.0a.tar.gz -w --enable-gost
7292
729322 June 2010: Wouter
7294	- Unbound reports libev or libevent correctly in logs in verbose mode.
7295	- Fix to unload gost dynamic library module for leak testing.
7296
729718 June 2010: Wouter
7298	- iana portlist updated.
7299
730017 June 2010: Wouter
7301	- Add AAAA to root hints for I.ROOT-SERVERS.NET.
7302
730316 June 2010: Wouter
7304	- Fix assertion failure reported by Kai Storbeck from XS4ALL, the
7305	  assertion was wrong.
7306	- updated ldns tarball.
7307
730815 June 2010: Wouter
7309	- tag 1.4.5 created.
7310	- trunk contains 1.4.6 in development.
7311	- Fix TCPreply on systems with no writev, if just 1 byte could be sent.
7312	- Fix to use one pointer less for iterator query state store_parent_NS.
7313	- makedist crosscompile to windows uses builtin ldns not host ldns.
7314	- Max referral count from 30 to 130, because 128 one character domains
7315	  is valid DNS.
7316	- added documentation for the histogram printout to syslog.
7317
731811 June 2010: Wouter
7319	- When retry to parent the retrycount is not wiped, so failed
7320	  nameservers are not tried again.
7321	- iana portlist updated.
7322
732310 June 2010: Wouter
7324	- Fix bug where a long loop could be entered, now cycle detection
7325	  has a loop-counter and maximum search amount.
7326
73274 June 2010: Wouter
7328	- iana portlist updated.
7329	- 1.4.5rc1 tag created.
7330
73313 June 2010: Wouter
7332	- ldns tarball updated, 1.6.5.
7333	- review comments, split dependency cycle tracking for parentside
7334	  last resort lookups for A and AAAA so there are more lookup options.
7335
73362 June 2010: Wouter
7337	- Fix compile warning if compiled without threads.
7338	- updated ldns-tarball with current ldns svn (pre 1.6.5).
7339	- GOST disabled-by-default, the algorithm number is allocated but the
7340	  RFC is still has to pass AUTH48 at the IETF.
7341
73421 June 2010: Wouter
7343	- Ignore Z flag in incoming messages too.
7344	- Fix storage of negative parent glue if that last resort fails.
7345	- libtoolize 2.2.6b, autoconf 2.65 applied to configure.
7346	- new splint flags for newer splint install.
7347
734831 May 2010: Wouter
7349	- Fix AD flag handling, it could in some cases mistakenly copy the AD
7350	  flag from upstream servers.
7351	- alloc_special_obtain out of memory is not a fatal error any more,
7352	  enabling unbound to continue longer in out of memory conditions.
7353	- parentside names are dispreferred but not said to be dnssec-lame.
7354	- parentside check for cached newname glue.
7355	- fix parentside and querytargets modulestate, for dump_requestlist.
7356	- unbound-control-setup makes keys -rw-r--- so not all users permitted.
7357	- fix parentside from cache to be marked dispreferred for bad names.
7358
735928 May 2010: Wouter
7360	- iana portlist updated.
7361	- parent-child disagreement approach altered.  Older fixes are
7362	  removed in place of a more exhaustive search for misconfigured data
7363	  available via the parent of a delegation.
7364	  This is designed to be throttled by cache entries, with TTL from the
7365	  parent if possible.  Additionally the loop-counter is used.
7366	  It also tests for NS RRset differences between parent and child.
7367	  The fetch of misconfigured data should be more reliable and thorough.
7368	  It should work reliably even with no or only partial data in cache.
7369	  Data received from the child (as always) is deemed more
7370	  authoritative than information received from the delegation parent.
7371	  The search for misconfigured data is not performed normally.
7372
737326 May 2010: Wouter
7374	- Contribution from Migiel de Vos (Surfnet): nagios patch for
7375	  unbound-host, in contrib/ (in the source tarball).  Makes
7376	  unbound-host suitable for monitoring dnssec(-chain) status.
7377
737821 May 2010: Wouter
7379	- EDNS timeout code will not fire if EDNS status already known.
7380	- EDNS failure not stored if EDNS status known to work.
7381
738219 May 2010: Wouter
7383	- Fix resolution for domains like safesvc.com.cn.  If the iterator
7384	  can not recurse further and it finds the delegation in a state
7385	  where it would otherwise have rejected it outhand if so received
7386	  from a cache lookup, then it can try to ask higherup (with loop
7387	  protection).
7388	- Fix comments in iter_utils:dp_is_useless.
7389
739018 May 2010: Wouter
7391	- Fix various compiler warnings from the clang llvm compiler.
7392	- iana portlist updated.
7393
73946 May 2010: Wouter
7395	- Fix bug#308: spelling error in variable name in parser and lexer.
7396
73974 May 2010: Wouter
7398	- Fix dnssec-missing detection that was turned off by server selection.
7399	- Conforms to draft-ietf-dnsop-default-local-zones-13.  Added default
7400	  reverse lookup blocks for IPv4 test nets 100.51.198.in-addr.arpa,
7401	  113.0.203.in-addr.arpa and Orchid prefix 0.1.1.0.0.2.ip6.arpa.
7402
740329 April 2010: Wouter
7404	- Fix for dnssec lameness detection to use the key cache.
7405	- infra cache entries that are expired are wiped clean.  Previously
7406	  it was possible to not expire host data (if accessed often).
7407
740828 April 2010: Wouter
7409	- ldns tarball updated and GOST support is detected and then enabled.
7410	- iana portlist updated.
7411	- Fix detection of gost support in ldns (reported by Chris Smith).
7412
741327 April 2010: Wouter
7414	- unbound-control get_option domain-insecure shows config file items.
7415	- fix retry sequence if prime hints are recursion-lame.
7416	- autotrust anchor file can be initialized with a ZSK key as well.
7417	- harden-referral-path does not result in failures due to max-depth.
7418	  You can increase the max-depth by adding numbers (' 0') after the
7419	  target-fetch-policy, this increases the depth to which is checked.
7420
742126 April 2010: Wouter
7422	- Compile fix using Sun Studio 12 compiler on Solaris 5.9, use
7423	  CPPFLAGS during configure process.
7424	- if libev is installed on the base system (not libevent), detect
7425	  it from the event.h header file and link with -lev.
7426	- configlexer.lex gets config.h, and configyyrename.h added by make,
7427	  no more double include.
7428	- More strict scrubber (Thanks to George Barwood for the idea):
7429	  NS set must be pertinent to the query (qname subdomain nsname).
7430	- Fix bug#307: In 0x20 backoff fix fallback so the number of
7431	  outstanding queries does not become -1 and block the request.
7432	  Fixed handling of recursion-lame in combination with 0x20 fallback.
7433	  Fix so RRsets are compared canonicalized and sorted if the immediate
7434	  comparison fails, this makes it work around round-robin sites.
7435
743623 April 2010: Wouter
7437	- Squelch log message: sendto failed permission denied for
7438	  255.255.255.255, it is visible in VERB_DETAIL (verbosity 2).
7439	- Fix to fetch data as last resort more tenaciously.  When cycle
7440	  targets cause the server selection to believe there are more options
7441	  when they really are not there, the server selection is reinitiated.
7442	- Fix fetch from blacklisted dnssec lame servers as last resort.  The
7443	  server's IP address is then given in validator errors as well.
7444	- Fix local-zone type redirect that did not use the query name for
7445	  the answer rrset.
7446
744722 April 2010: Wouter
7448	- tag 1.4.4.
7449	- trunk contains 1.4.5 in development.
7450	- Fix validation failure for qtype ANY caused by a RRSIG parse failure.
7451	  The validator error message was 'no signatures from ...'.
7452
745316 April 2010: Wouter
7454	- more portability defines for CMSG_SPACE, CMSG_ALIGN, CMSG_LEN.
7455	- tag 1.4.4rc1.
7456
745715 April 2010: Wouter
7458	- ECC-GOST algorithm number 12 that is assigned by IANA.  New test
7459	  example key and signatures for GOST.  GOST requires openssl-1.0.0.
7460	  GOST is still disabled by default.
7461
74629 April 2010: Wouter
7463	- Fix bug#305: pkt_dname_tolower could read beyond end of buffer or
7464	  get into an endless loop, if 0x20 was enabled, and buffers are small
7465	  or particular broken packets are received.
7466	- Fix chain of trust with CNAME at an intermediate step, for the DS
7467	  processing proof.
7468
74698 April 2010: Wouter
7470	- Fix validation of queries with wildcard names (*.example).
7471
74726 April 2010: Wouter
7473	- Fix EDNS probe for .de DNSSEC testbed failure, where the infra
7474	  cache timeout coincided with a server update, the current EDNS
7475	  backoff is less sensitive, and does not cache the backoff unless
7476	  the backoff actually works and the domain is not expecting DNSSEC.
7477	- GOST support with correct algorithm numbers.
7478
74791 April 2010: Wouter
7480	- iana portlist updated.
7481
748224 March 2010: Wouter
7483	- unbound control flushed items are not counted when flushed again.
7484
748523 March 2010: Wouter
7486	- iana portlist updated.
7487
748822 March 2010: Wouter
7489	- unbound-host disables use-syslog from config file so that the
7490	  config file for the main server can be used more easily.
7491	- fix bug#301: unbound-checkconf could not parse interface
7492	  '0.0.0.0@5353', even though unbound itself worked fine.
7493
749419 March 2010: Wouter
7495	- fix fwd_ancil test to pass if the socket options are not supported.
7496
749718 March 2010: Wouter
7498	- Fixed random numbers for port, interface and server selection.
7499	  Removed very small bias.
7500	- Refer to the listing in unbound-control man page in the extended
7501	  statistics entry in the unbound.conf man page.
7502
750316 March 2010: Wouter
7504	- Fix interface-automatic for OpenBSD: msg.controllen was too small,
7505	  also assertions on ancillary data buffer.
7506	- check for IP_SENDSRCADDR for interface-automatic or IP_PKTINFO.
7507	- for NSEC3 check if signatures are cached.
7508
750915 March 2010: Wouter
7510	- unit test for util/regional.c.
7511
751212 March 2010: Wouter
7513	- Reordered configure checks so fork and -lnsl -lsocket checks are
7514	  earlier, and thus later checks benefit from and do not hinder them.
7515	- iana portlist updated.
7516	- ldns tarball updated.
7517	- Fix python use when multithreaded.
7518	- Fix solaris python compile.
7519	- Include less in config.h and include per code file for ldns, ssl.
7520
752111 March 2010: Wouter
7522	- another memory allocation option: --enable-alloc-nonregional.
7523	  exposes the regional allocations to other memory purifiers.
7524	- fix for memory alignment in struct sock_list allocation.
7525	- Fix for MacPorts ldns without ssl default, unbound checks if ldns
7526	  has dnssec functionality and uses the builtin if not.
7527	- Fix daemonize on Solaris 10, it did not detach from terminal.
7528	- tag 1.4.3 created.
7529	- trunk is 1.4.4 in development.
7530	- spelling fix in validation error involving cnames.
7531
753210 March 2010: Wouter
7533	- --enable-alloc-lite works with test set.
7534	- portability in the testset: printf format conversions, prototypes.
7535
75369 March 2010: Wouter
7537	- tag 1.4.2 created.
7538	- trunk is 1.4.3 in development.
7539	- --enable-alloc-lite debug option.
7540
75418 March 2010: Wouter
7542	- iana portlist updated.
7543
75444 March 2010: Wouter
7545	- Fix crash in control channel code.
7546
75473 March 2010: Wouter
7548	- better casts in pipe code, brackets placed wrongly.
7549	- iana portlist updated.
7550
75511 March 2010: Wouter
7552	- make install depends on make all.
7553	- Fix 5011 auto-trust-anchor-file initial read to skip RRSIGs.
7554	- --enable-checking: enables assertions but does not look nonproduction.
7555	- nicer VERB_DETAIL (verbosity 2, unbound-host -d) output, with
7556	  nxdomain and nodata distinguished.
7557	- ldns tarball updated.
7558	- --disable-rpath fixed for libtool not found errors.
7559	- new fedora specfile from Fedora13 in contrib from Paul Wouters.
7560
756126 February 2010: Wouter
7562	- Fixup prototype for lexer cleanup in daemon code.
7563	- unbound-control list_stubs, list_forwards, list_local_zones and
7564	  list_local_data.
7565
756624 February 2010: Wouter
7567	- Fix scrubber bug that potentially let NS records through.  Reported
7568	  by Amanda Constant.
7569	- Also delete potential poison references from additional.
7570	- Fix: no classification of a forwarder as lame, throw away instead.
7571
757223 February 2010: Wouter
7573	- libunbound ub_ctx_get_option() added.
7574	- unbound-control set_option and get_option commands.
7575	- iana portlist updated.
7576
757718 February 2010: Wouter
7578	- A little more strict DS scrubbing.
7579	- No more blacklisting of unresponsive servers, a 2 minute timeout
7580	  is backed off to.
7581	- RD flag not enabled for dnssec-blacklisted tries, unless necessary.
7582	- pickup ldns compile fix, libdl for libcrypto.
7583	- log 'tcp connect: connection timed out' only in high verbosity.
7584	- unbound-control log_reopen command.
7585	- moved get_option code from unbound-checkconf to util/config_file.c
7586
758717 February 2010: Wouter
7588	- Disregard DNSKEY from authority section for chain of trust.
7589	  DS records that are irrelevant to a referral scrubbed.  Anti-poison.
7590	- iana portlist updated.
7591
759216 February 2010: Wouter
7593	- Check for 'no space left on device' (or other errors) when
7594	  writing updated autotrust anchors and print errno to log.
7595
759615 February 2010: Wouter
7597	- Fixed the requery protection, the TTL was 0, it is now 900 seconds,
7598	  hardcoded.  We made the choice to send out more conservatively,
7599	  protecting against an aggregate effect more than protecting a
7600	  single user (from their own folly, perhaps in case of misconfig).
7601
760212 February 2010: Wouter
7603	- Re-query pattern changed on validation failure.  To protect troubled
7604	  authority servers, unbound caches a failure for the DNSKEY or DS
7605	  records for the entire zone, and only retries that 900 seconds later.
7606	  This implies that only a handful of packets are sent extra to the
7607	  authority if the zone fails.
7608
760911 February 2010: Wouter
7610	- ldns tarball update for long label length syntax error fix.
7611	- iana portlist updated.
7612
76139 February 2010: Wouter
7614	- Fixup in compat snprintf routine, %f 1.02 and %g support.
7615	- include math.h for testbound test compile portability.
7616
76172 February 2010: Wouter
7618	- Updated url of IANA itar, interim trust anchor repository, in script.
7619
76201 February 2010: Wouter
7621	- iana portlist updated.
7622	- configure test for memcmp portability.
7623
762427 January 2010: Wouter
7625	- removed warning on format string in validator error log statement.
7626	- iana portlist updated.
7627
762822 January 2010: Wouter
7629	- libtool finish the install of unbound python dynamic library.
7630
763121 January 2010: Wouter
7632	- acx_nlnetlabs.m4 synchronised with nsd's version.
7633
763420 January 2010: Wouter
7635	- Fixup lookup trouble for parent-child domains on the first query.
7636
763714 January 2010: Wouter
7638	- Fixup ldns detection to also check for header files.
7639
764013 January 2010: Wouter
7641	- prefetch-key option that performs DNSKEY queries earlier in the
7642	  validation process, and that could halve the latency on DNSSEC
7643	  queries.  It takes some extra processing (CPU, a cache is needed).
7644
764512 January 2010: Wouter
7646	- Fix unbound-checkconf for auto-trust-anchor-file present checks.
7647
76488 January 2010: Wouter
7649	- Fix for parent-child disagreement code which could have trouble
7650	  when (a) ipv6 was disabled and (b) the TTL for parent and child
7651	  were different.  There were two bugs, the parent-side information
7652	  is fixed to no longer block lookup of child side information and
7653	  the iterator is fixed to no longer attempt to get ipv6 when it is
7654	  not enabled and then give up in failure.
7655	- test and fixes to make prefetch actually store the answer in the
7656	  cache.  Considers some rrsets 'already expired' but does not allow
7657	  overwriting of rrsets considered more secure.
7658
76597 January 2010: Wouter
7660	- Fixup python documentation (thanks Leo Vandewoestijne).
7661	- Work on cache prefetch feature.
7662	- Stats for prefetch, in log print stats, unbound-control stats
7663	  and in unbound_munin plugin.
7664
76656 January 2010: Wouter
7666	- iana portlist updated.
7667	- bug#291: DNS wireformat max is 255. dname_valid allowed 256 length.
7668	- verbose output includes parent-side-address notion for lameness.
7669	- documented val-log-level: 2 setting in example.conf and man page.
7670	- change unbound-control-setup from 1024(sha1) to 1536(sha256).
7671
76721 January 2010: Wouter
7673	- iana portlist updated.
7674
767522 December 2009: Wouter
7676	- configure with newer libtool 2.2.6b.
7677
767817 December 2009: Wouter
7679	- review comments.
7680	- tag 1.4.1.
7681	- trunk to version 1.4.2.
7682
768315 December 2009: Wouter
7684	- Answer to qclass=ANY queries, with class IN contents.
7685	  Test that validation also works.
7686	- updated ldns snapshot tarball with latest fixes (parsing records).
7687
768811 December 2009: Wouter
7689	- on IPv4 UDP turn off DF flag.
7690
769110 December 2009: Wouter
7692	- requirements.txt updated with design choice explanations.
7693	- Reading fixes: fix to set unlame when child confirms parent glue,
7694	  and fix to avoid duplicate addresses in delegation point.
7695	- verify_rrsig routine checks expiration last.
7696
76979 December 2009: Wouter
7698	- Fix Bug#287(reopened): update of ldns tarball with fix for parse
7699	  errors generated for domain names like '.example.com'.
7700	- Fix SOA excluded from negative DS responses.  Reported by Hauke
7701	  Lampe.  The negative cache did not include proper SOA records for
7702	  negative qtype DS responses which makes BIND barf on it, such
7703	  responses are now only used internally.
7704	- Fix negative cache lookup of closestencloser check of DS type bit.
7705
77068 December 2009: Wouter
7707	- Fix for lookup of parent-child disagreement domains, where the
7708	  parent-side glue works but it does not provide proper NS, A or AAAA
7709	  for itself, fixing domains such as motorcaravanners.eu.
7710	- Feature: you can specify a port number in the interface: line, so
7711	  you can bind the same interface multiple times at different ports.
7712
77137 December 2009: Wouter
7714	- Bug#287: Fix segfault when unbound-control remove nonexistent local
7715	  data.  Added check to tests.
7716
77171 December 2009: Wouter
7718	- Fix crash with module-config "iterator".
7719	- Added unit test that has "iterator" module-config.
7720
772130 November 2009: Wouter
7722	- bug#284: fix parse of # without end-of-line at end-of-file.
7723
772426 November 2009: Wouter
7725	- updated ldns with release candidate for version 1.6.3.
7726	- tag for 1.4.0 release.
7727	- 1.4.1 version in trunk.
7728	- Fixup major libtool version to 2 because of why_bogus change.
7729	  It was 1:5:0 but should have been 2:0:0.
7730
773123 November 2009: Wouter
7732	- Patch from David Hubbard for libunbound manual page.
7733	- Fixup endless spinning in unbound-control stats reported by
7734	  Attila Nagy.  Probably caused by clock reversal.
7735
773620 November 2009: Wouter
7737	- contrib/split-itar.sh contributed by Tom Hendrikx.
7738
773919 November 2009: Wouter
7740	- better argument help for unbound-control.
7741	- iana portlist updated.
7742
774317 November 2009: Wouter
7744	- noted multiple entries for multiple domain names in example.conf.
7745	- iana portlist updated.
7746
774716 November 2009: Wouter
7748	- Fixed signer detection of CNAME responses without signatures.
7749	- Fix#282 libunbound memleak on error condition by Eric Sesterhenn.
7750	- Tests for CNAMEs to deeper trust anchors, secure and bogus.
7751	- svn tag 1.4.0rc1 made.
7752
775313 November 2009: Wouter
7754	- Fixed validation failure for CNAME to optout NSEC3 nodata answer.
7755	- unbound-host does not fail on type ANY.
7756	- Fixed wireparse failure to put RRSIGs together with data in some
7757	  long ANY mix cases, which fixes validation failures.
7758
775912 November 2009: Wouter
7760	- iana portlist updated.
7761	- fix manpage errors reported by debian lintian.
7762	- review comments.
7763	- fixup very long vallog2 level error strings.
7764
776511 November 2009: Wouter
7766	- ldns tarball updated (to 1.6.2).
7767	- review comments.
7768
776910 November 2009: Wouter
7770	- Thanks to Surfnet found bug in new dnssec-retry code that failed
7771	  to combine well when combined with DLV and a particular failure.
7772	- Fixed unbound-control -h output about argument optionality.
7773	- review comments.
7774
77755 November 2009: Wouter
7776	- lint fixes and portability tests.
7777	- better error text for multiple domain keys in one autotrust file.
7778
77792 November 2009: Wouter
7780	- Fix bug where autotrust does not work when started with a DS.
7781	- Updated GOST unit tests for unofficial algorithm number 249
7782	  and DNSKEY-format changes in draft version -01.
7783
778429 October 2009: Wouter
7785	- iana portlist updated.
7786	- edns-buffer-size option, default 4096.
7787	- fixed do-udp: no.
7788
778928 October 2009: Wouter
7790	- removed abort on prealloc failure, error still printed but softfail.
7791	- iana portlist updated.
7792	- RFC 5702: RSASHA256 and RSASHA512 support enabled by default.
7793	- ldns tarball updated (which also enables rsasha256 support).
7794
779527 October 2009: Wouter
7796	- iana portlist updated.
7797
77988 October 2009: Wouter
7799	- please doxygen
7800	- add val-log-level print to corner case (nameserver.epost.bg).
7801	- more detail to errors from insecure delegation checks.
7802	- Fix double time subtraction in negative cache reported by
7803	  Amanda Constant and Hugh Mahon.
7804	- Made new validator error string available from libunbound for
7805	  applications.  It is in result->why_bogus, a zero-terminated string.
7806	  unbound-host prints it by default if a result is bogus.
7807	  Also the errinf is public in module_qstate (for other modules).
7808
78097 October 2009: Wouter
7810	- retry for validation failure in DS and prime results. Less mem use.
7811	  unit test.  Provisioning in other tests for requeries.
7812	- retry for validation failure in DNSKEY in middle of chain of trust.
7813	  unit test.
7814	- retry for empty non terminals in chain of trust and unit test.
7815	- Fixed security bug where the signatures for NSEC3 records were not
7816	  checked when checking for absence of DS records.  This could have
7817	  enabled the substitution of an insecure delegation.
7818	- moved version number to 1.4.0 because of 1.3.4 release with only
7819	  the NSEC3 patch from the entry above.
7820	- val-log-level: 2 shows extended error information for validation
7821	  failures, but still one (longish) line per failure.  For example:
7822	  validation failure <example.com. DNSKEY IN>: signature expired from
7823	  192.0.2.4 for trust anchor example.com. while building chain of trust
7824	  validation failure <www.example.com. A IN>: no signatures from
7825	  192.0.2.6 for key example.com. while building chain of trust
7826
78276 October 2009: Wouter
7828	- Test set updated to provide additional ns lookup result.
7829	  The retry would attempt to fetch the data from other nameservers
7830	  for bogus data, and this needed to be provisioned in the tests.
7831
78325 October 2009: Wouter
7833	- first validation failure retry code.  Retries for data failures.
7834	  And unit test.
7835
78362 October 2009: Wouter
7837	- improve 5011 modularization.
7838	- fix unbound-host so -d can be given before -C.
7839	- iana portlist updated.
7840
784128 September 2009: Wouter
7842	- autotrust-anchor-file can read multiline input and $ORIGIN.
7843	- prevent integer overflow in holddown calculation. review fixes.
7844	- fixed race condition in trust point revocation. review fix.
7845	- review fixes to comments, removed unused code.
7846
784725 September 2009: Wouter
7848	- so-rcvbuf: 4m option added.  Set this on large busy servers to not
7849	  drop the occasional packet in spikes due to full socket buffers.
7850	  netstat -su keeps a counter of UDP dropped due to full buffers.
7851	- review of validator/autotrust.c, small fixes and comments.
7852
785323 September 2009: Wouter
7854	- 5011 query failed counts verification failures, not lookup failures.
7855	- 5011 probe failure handling fixup.
7856	- test unbound reading of original autotrust data.
7857	  The metadata per-key, such as key state (PENDING, MISSING, VALID) is
7858	  picked up, otherwise performs initial probe like usual.
7859
786022 September 2009: Wouter
7861	- autotrust test with algorithm rollover, new ordering of checks
7862	  assists in orderly rollover.
7863	- autotrust test with algorithm rollover to unknown algorithm.
7864	  checks if new keys are supported before adding them.
7865	- autotrust test with trust point revocation, becomes unsigned.
7866	- fix DNSSEC-missing-signature detection for minimal responses
7867	  for qtype DNSKEY (assumes DNSKEY occurs at zone apex).
7868
786918 September 2009: Wouter
7870	- autotrust tests, fix trustpoint timer deletion code.
7871	  fix count of valid anchors during missing remove.
7872	- autotrust: pick up REVOKE even if not signed with known other keys.
7873
787417 September 2009: Wouter
7875	- fix compile of unbound-host when --enable-alloc-checks.
7876	- Fix lookup problem reported by Koh-ichi Ito and Jaap Akkerhuis.
7877	- Manual page fixes reported by Tony Finch.
7878
787916 September 2009: Wouter
7880	- Fix memory leak reported by Tao Ma.
7881	- Fix memstats test tool for log-time-ascii log format.
7882
788315 September 2009: Wouter
7884	- iana portlist updated.
7885
788610 September 2009: Wouter
7887	- increased MAXSYSLOGLEN so .bg key can be printed in debug output.
7888	- use linebuffering for log-file: output, this can be significantly
7889	  faster than the previous fflush method and enable some class of
7890	  resolvers to use high verbosity (for short periods).
7891	  Not on windows, because line buffering does not work there.
7892
78939 September 2009: Wouter
7894	- Fix bug where DNSSEC-bogus messages were marked with too high TTL.
7895	  The RRsets would still expire at the normal time, but this would
7896	  keep messages bogus in the cache for too long.
7897	- regression test for that bug.
7898	- documented that load_cache is meant for debugging.
7899
79008 September 2009: Wouter
7901	- fixup printing errors when load_cache, they were printed to the
7902	  SSL connection which broke, now to the log.
7903	- new ldns - with fixed parse of large SOA values.
7904
79057 September 2009: Wouter
7906	- autotrust testbound scenarios.
7907	- autotrust fix that failure count is written to file.
7908	- autotrust fix that keys may become valid after add holddown time
7909	  alone, before the probe returns.
7910
79114 September 2009: Wouter
7912	- Changes to make unbound work with libevent-2.0.3 alpha. (in
7913	  configure detection due to new ssl dependency in libevent)
7914	- do not call sphinx for documentation when python is disabled.
7915	- remove EV_PERSIST from libevent timeout code to make the code
7916	  compatible with the libevent-2.0.  Works with older libevent too.
7917	- fix memory leak in python code.
7918
79193 September 2009: Wouter
7920	- Got a patch from Luca Bruno for libunbound support on windows to
7921	  pick up the system resolvconf nameservers and hosts there.
7922	- included ldns updated (enum warning fixed).
7923	- makefile fix for parallel makes.
7924	- Patch from Zdenek Vasicek and Attila Nagy for using the source IP
7925	  from python scripts.  See pythonmod/examples/resip.py.
7926	- doxygen comment fixes.
7927
79282 September 2009: Wouter
7929	- TRAFFIC keyword for testbound. Simplifies test generation.
7930	  ${range lower val upper} to check probe timeout values.
7931	- test with 5011-prepublish rollover and revocation.
7932	- fix revocation of RR for autotrust, stray exclamation mark.
7933
79341 September 2009: Wouter
7935	- testbound variable arithmetic.
7936	- autotrust probe time is randomised.
7937	- autotrust: the probe is active and does not fetch from cache.
7938
793931 August 2009: Wouter
7940	- testbound variable processing.
7941
794228 August 2009: Wouter
7943	- fixup unbound-control lookup to print forward and stub servers.
7944
794527 August 2009: Wouter
7946	- autotrust: mesh answer callback is empty.
7947
794826 August 2009: Wouter
7949	- autotrust probing.
7950	- iana portlist updated.
7951
795225 August 2009: Wouter
7953	- fixup memleak in trust anchor unsupported algorithm check.
7954	- iana portlist updated.
7955	- autotrust options: add-holddown, del-holddown, keep-missing.
7956	- autotrust store revoked status of trust points.
7957	- ctime_r compat definition.
7958	- detect yylex_destroy() in configure.
7959	- detect SSL_get_compression_methods declaration in configure.
7960	- fixup DS lookup at anchor point with unsigned parent.
7961	- fixup DLV lookup for DS queries to unsigned domains.
7962
796324 August 2009: Wouter
7964	- cleaner memory allocation on exit. autotrust test routines.
7965	- free all memory on program exit, fix for ssl and flex.
7966
796721 August 2009: Wouter
7968	- autotrust: debug routines. Read,write and conversions work.
7969
797020 August 2009: Wouter
7971	- autotrust: save and read trustpoint variables.
7972
797319 August 2009: Wouter
7974	- autotrust: state table updates.
7975	- iana portlist updated.
7976
797717 August 2009: Wouter
7978	- autotrust: process events.
7979
798017 August 2009: Wouter
7981	- Fix so that servers are only blacklisted if they fail to reply
7982	  to 16 queries in a row and the timeout gets above 2 minutes.
7983	- autotrust work, split up DS verification of DNSKEYs.
7984
798514 August 2009: Wouter
7986	- unbound-control lookup prints out infra cache information, like RTT.
7987	- Fix bug in DLV lookup reported by Amanda from Secure64.
7988	  It could sometimes wrongly classify a domain as unsigned, which
7989	  does not give the AD bit on replies.
7990
799113 August 2009: Wouter
7992	- autotrust read anchor files. locked trust anchors.
7993
799412 August 2009: Wouter
7995	- autotrust import work.
7996
799711 August 2009: Wouter
7998	- Check for openssl compatible with gost if enabled.
7999	- updated unit test for GOST=211 code.
8000	  Nicer naming of test files.
8001	- iana portlist updated.
8002
80037 August 2009: Wouter
8004	- call OPENSSL_config() in unbound and unit test so that the
8005	  operator can use openssl.cnf for configuration options.
8006	- removed small memory leak from config file reader.
8007
80086 August 2009: Wouter
8009	- configure --enable-gost for GOST support, experimental
8010	  implementation of draft-dolmatov-dnsext-dnssec-gost-01.
8011	- iana portlist updated.
8012	- ldns tarball updated (with GOST support).
8013
80145 August 2009: Wouter
8015	- trunk moved to 1.3.4.
8016
80174 August 2009: Wouter
8018	- Added test that the examples from draft rsasha256-14 verify.
8019	- iana portlist updated.
8020	- tagged 1.3.3
8021
80223 August 2009: Wouter
8023	- nicer warning when algorithm not supported, tells you to upgrade.
8024	- iana portlist updated.
8025
802627 July 2009: Wouter
8027	- Updated unbound-cacti contribution from Dmitriy Demidov, with
8028	  the queue statistics displayed in its own graph.
8029	- iana portlist updated.
8030
803122 July 2009: Wouter
8032	- Fix bug found by Michael Tokarev where unbound would try to
8033	  prime the root servers even though forwarders are configured for
8034	  the root.
8035	- tagged 1.3.3rc1
8036
803721 July 2009: Wouter
8038	- Fix server selection, so that it waits for open target queries when
8039	  faced with lameness.
8040
804120 July 2009: Wouter
8042	- Ignore transient sendto errors, no route to host, and host, net down.
8043	- contrib/update-anchor.sh has -r option for root-hints.
8044	- feature val-log-level: 1 prints validation failures so you can
8045	  keep track of them during dnssec deployment.
8046
804716 July 2009: Wouter
8048	- fix replacement malloc code.  Used in crosscompile.
8049	- makedist -w creates crosscompiled setup.exe on fedora11.
8050
805115 July 2009: Wouter
8052	- dependencies for compat items, for crosscompile.
8053	- mingw32 crosscompile changes, dependencies and zipfile creation.
8054	  and with System.dll from the windows NSIS you can make setup.exe.
8055	- package libgcc_s_sjlj exception handler for NSISdl.dll.
8056
805714 July 2009: Wouter
8058	- updated ldns tarball for solaris x64 compile assistance.
8059	- no need to define RAND_MAX from config.h.
8060	- iana portlist updated.
8061	- configure changes and ldns update for mingw32 crosscompile.
8062
806313 July 2009: Wouter
8064	- Fix for crash at start on windows.
8065	- tag for release 1.3.2.
8066	- trunk has version 1.3.3.
8067	- Fix for ID bits on windows to use all 16. RAND_MAX was not
8068	  defined like you'd expect on mingw. Reported by Mees de Roo.
8069
80709 July 2009: Wouter
8071	- tag for release 1.3.1.
8072	- trunk has version 1.3.2.
8073
80747 July 2009: Wouter
8075	- iana portlist updated.
8076
80776 July 2009: Wouter
8078	- prettier error handling in SSL setup.
8079	- makedist.sh uname fix (same as ldns).
8080	- updated fedora spec file.
8081
80823 July 2009: Wouter
8083	- fixup linking when ldnsdir is "".
8084
808530 June 2009: Wouter
8086	- more lenient truncation checks.
8087
808829 June 2009: Wouter
8089	- ldns trunk r2959 imported as tarball, because of solaris cc compile
8090	  support for c99.  r2960 for better configure.
8091	- better wrongly_truncated check.
8092	- On Linux, fragment IPv6 datagrams to the IPv6 minimum MTU, to
8093	  avoid dropped packets at routers.
8094
809526 June 2009: Wouter
8096	- Fix EDNS fallback when EDNS works for short answers but long answers
8097	  are dropped.
8098
809922 June 2009: Wouter
8100	- fixup iter priv strict aliasing while preserving size of sockaddr.
8101	- iana portlist updated.  (one less port allocated, one more fraction
8102	  of a bit for security!)
8103	- updated fedora specfile in contrib from Paul Wouters.
8104
810519 June 2009: Wouter
8106	- Fixup strict aliasing warning in iter priv code.
8107	  and config_file code.
8108	- iana portlist updated.
8109	- harden-referral-path: handle cases where NS is in answer section.
8110
811118 June 2009: Wouter
8112	- Fix of message parse bug where (specifically) an NSEC and RRSIG
8113	  in the wrong order would be parsed, but put wrongly into internal
8114	  structures so that later validation would fail.
8115	- Extreme lenience for wrongly truncated replies where a positive
8116	  reply has an NS in the authority but no signatures.  They are
8117	  turned into minimal responses with only the (secure) answer.
8118	- autoconf 2.63 for configure.
8119	- python warnings suppress.  Keep python API away from header files.
8120
812117 June 2009: Wouter
8122	- CREDITS entry for cz.nic, sponsoring a 'summer of code' that was
8123	  used for the python code in unbound. (http://www.nic.cz/vip/ in cz).
8124
812516 June 2009: Wouter
8126	- Fixup opportunistic target query generation to it does not
8127	  generate queries that are known to fail.
8128	- Touchup on munin total memory report.
8129	- messages picked out of the cache by the iterator are checked
8130	  if their cname chain is still correct and if validation status
8131	  has to be reexamined.
8132
813315 June 2009: Wouter
8134	- iana portlist updated.
8135
813614 June 2009: Wouter
8137	- Fixed bug where cached responses would lose their security
8138	  status on second validation, which especially impacted dlv
8139	  lookups.  Reported by Hauke Lampe.
8140
814113 June 2009: Wouter
8142	- bug #254. removed random whitespace from example.conf.
8143
814412 June 2009: Wouter
8145	- Fixup potential wrong NSEC picked out of the cache.
8146	- If unfulfilled callbacks are deleted they are called with an error.
8147	- fptr wlist checks for mesh callbacks.
8148	- fwd above stub in configuration works.
8149
815011 June 2009: Wouter
8151	- Fix queries for type DS when forward or stub zones are there.
8152	  They are performed to higherup domains, and thus treated as if
8153	  going to higher zones when looking up the right forward or stub
8154	  server.  This makes a stub pointing to a local server that has
8155	  a local view of example.com signed with the same keys as are
8156	  publicly used work.  Reported by Johan Ihren.
8157	- Added build-unbound-localzone-from-hosts.pl to contrib, from
8158	  Dennis DeDonatis.  It converts /etc/hosts into config statements.
8159	- same thing fixed for forward-zone and DS, chain of trust from
8160	  public internet into the forward-zone works now.  Added unit test.
8161
81629 June 2009: Wouter
8163	- openssl key files are opened apache-style, when user is root and
8164	  before chrooting.  This makes permissions on remote-control key
8165	  files easier to set up.  Fixes bug #251.
8166	- flush_type and flush_name remove msg cache entries.
8167	- codereview - dp copy bogus setting fix.
8168
81698 June 2009: Wouter
8170	- Removed RFC5011 REVOKE flag support. Partial 5011 support may cause
8171	  inadvertant behaviour.
8172	- 1.3.0 tarball for release created.
8173	- 1.3.1 development in svn trunk.
8174	- iana portlist updated.
8175	- fix lint from complaining on ldns/sha.h.
8176	- help compiler figure out aliasing in priv_rrset_bad() routine.
8177	- fail to configure with python if swig is not found.
8178	- unbound_munin_ in contrib uses ps to show rss if sbrk does not work.
8179
81803 June 2009: Wouter
8181	- fixup bad free() when wrongly encoded DSA signature is seen.
8182	  Reported by Paul Wouters.
8183	- review comments from Matthijs.
8184
81852 June 2009: Wouter
8186	- --enable-sha2 option. The draft rsasha256 changed its algorithm
8187	  numbers too often.  Therefore it is more prudent to disable the
8188	  RSASHA256 and RSASHA512 support by default.
8189	- ldns trunk included as new tarball.
8190	- recreated the 1.3.0 tag in svn. rc1 tarball generated at this point.
8191
819229 May 2009: Wouter
8193	- fixup doc bug in README reported by Matthew Dempsky.
8194
819528 May 2009: Wouter
8196	- update iana port list
8197	- update ldns lib tarball
8198
819927 May 2009: Wouter
8200	- detect lack of IPv6 support on XP (with a different error code).
8201	- Fixup a crash-on-exit which was triggered by a very long queue.
8202	  Unbound would try to re-use ports that came free, but this is
8203	  of course not really possible because everything is deleted.
8204	  Most easily triggered on XP (not Vista), maybe because of the
8205	  network stack encouraging large messages backlogs.
8206	- change in debug statements.
8207	- Fixed bug that could cause a crash if root prime failed when there
8208	  were message backlogs.
8209
821026 May 2009: Wouter
8211	- Thanks again to Brett Carr, found an assertion that was not true.
8212	  Assertion checked if recursion parent query still existed.
8213
821429 April 2009: Wouter
8215	- Thanks to Brett Carr, caught windows resource leak, use
8216	  closesocket() and not close() on sockets or else the network stack
8217	  starts to leak handles.
8218	- Removed usage of windows Mutex because windows cannot handle enough
8219	  mutexes open.  Provide own mutex implementation using primitives.
8220
822128 April 2009: Wouter
8222	- created svn tag for 1.3.0.
8223
822427 April 2009: Wouter
8225	- optimised cname from cache.
8226	- ifdef windows functions in testbound.
8227
822823 April 2009: Wouter
8229	- fix for threadsafety in solaris thr_key_create() in tests.
8230	- iana portlist updated.
8231	- fix pylib test for Darwin.
8232	- fix pymod test for Darwin and a python threading bug in pymod init.
8233	- check python >= 2.4 in configure.
8234	- -ldl check for libcrypto 1.0.0beta.
8235
823621 April 2009: Wouter
8237	- fix for build outside sourcedir.
8238	- fix for configure script swig detection.
8239
824017 April 2009: Wouter
8241	- Fix reentrant in minievent handler for unix. Could have resulted
8242	  in spurious event callbacks.
8243	- timers do not take up a fd slot for winsock handler.
8244	- faster fix for winsock reentrant check.
8245	- fix rsasha512 unit test for new (interim) algorithm number.
8246	- fix test:ldns doesn't like DOS line endings in keyfiles on unix.
8247	- fix compile warning on ubuntu (configlexer fwrite return value).
8248	- move python include directives into CPPFLAGS instead of CFLAGS.
8249
825016 April 2009: Wouter
8251	- winsock event handler exit very quickly on signal, even if
8252	  under heavy load.
8253	- iana portlist updated.
8254	- fixup windows winsock handler reentrant problem.
8255
825614 April 2009: Wouter
8257	- bug #245: fix munin plugin, perform cleanup of stale lockfiles.
8258	- makedist.sh; better help text.
8259	- cache-min-ttl option and tests.
8260	- mingw detect error condition on TCP sockets (NOTCONN).
8261
82629 April 2009: Wouter
8263	- Fix for removal of RSASHA256_NSEC3 protonumber from ldns.
8264	- ldns tarball updated.
8265	- iana portlist update.
8266	- detect GOST support in openssl-1.0.0-beta1, and fix compile problem
8267	  because that openssl defines the name STRING for itself.
8268
82696 April 2009: Wouter
8270	- windows compile fix.
8271	- Detect FreeBSD jail without ipv6 addresses assigned.
8272	- python libunbound wrapper unit test.
8273	- installs the following files. Default is to not build them.
8274	  	from configure --with-pythonmodule:
8275	  /usr/lib/python2.x/site-packages/unboundmodule.py
8276	  	from configure --with-pyunbound:
8277	  /usr/lib/python2.x/site-packages/unbound.py
8278	  /usr/lib/python2.x/site-packages/_unbound.so*
8279	  The example python scripts (pythonmod/examples and
8280	  libunbound/python/examples) are not installed.
8281	- python invalidate routine respects packed rrset ids and locks.
8282	- clock skew checks in unbound, config statements.
8283	- nxdomain ttl considerations in requirements.txt
8284
82853 April 2009: Wouter
8286	- Fixed a bug that caused messages to be stored in the cache too
8287	  long.  Hard to trigger, but NXDOMAINs for nameservers or CNAME
8288	  targets have been more vulnerable to the TTL miscalculation bug.
8289	- documentation test fixed for python addition.
8290
82912 April 2009: Wouter
8292	- pyunbound (libunbound python plugin) compiles using libtool.
8293	- documentation for pythonmod and pyunbound is generated in doc/html.
8294	- iana portlist updated.
8295	- fixed bug in unbound-control flush_zone where it would not flush
8296	  every message in the target domain.  This especially impacted
8297	  NXDOMAIN messages which could remain in the cache regardless.
8298	- python module test package.
8299
83001 April 2009: Wouter
8301	- suppress errors when trying to contact authority servers that gave
8302	  ipv6 AAAA records for their nameservers with ipv4 mapped contents.
8303	  Still tries to do so, could work when deployed in intranet.
8304	  Higher verbosity shows the error.
8305	- new libunbound calls documented.
8306	- pyunbound in libunbound/python. Removed compile warnings.
8307	  Makefile to make it.
8308
830930 March 2009: Wouter
8310	- Fixup LDFLAGS from libevent sourcedir compile configure restore.
8311	- Fixup so no non-absolute rpaths are added.
8312	- Fixup validation of RRSIG queries, they are let through.
8313	- read /dev/random before chroot
8314	- checkconf fix no python checks when no python module enabled.
8315	- fix configure, pthread first, so other libs do not change outcome.
8316
831727 March 2009: Wouter
8318	- nicer -h output. report linked libraries and modules.
8319	- prints modules in intuitive order (config file friendly).
8320	- python compiles easily on BSD.
8321
832226 March 2009: Wouter
8323	- ignore swig varargs warnings with gcc.
8324	- remove duplicate example.conf text from python example configs.
8325	- outofdir compile fix for python.
8326	- pyunbound works.
8327	- print modules compiled in on -h. manpage.
8328
832925 March 2009: Wouter
8330	- initial import of the python contribution from Zdenek Vasicek and
8331	  Marek Vavrusa.
8332	- pythonmod in Makefile; changes to remove warnings/errors for 1.3.0.
8333
833424 March 2009: Wouter
8335	- more neat configure.ac. Removed duplicate config.h includes.
8336	- neater config.h.in.
8337	- iana portlist updated.
8338	- fix util/configlexer.c and solaris -std=c99 flag.
8339	- fix postcommit aclocal errors.
8340	- spaces stripped. Makefile cleaner, /usr omitted from -I, -L, -R.
8341	- swap order of host detect and libtool generation.
8342
834323 March 2009: Wouter
8344	- added launchd plist example file for MacOSX to contrib.
8345	- deprecation test for daemon(3).
8346	- moved common configure actions to m4 include, prettier Makefile.
8347
834820 March 2009: Wouter
8349	- bug #239: module-config entries order is important. Documented.
8350	- build fix for test asynclook.
8351
835219 March 2009: Wouter
8353	- winrc/README.txt dos-format text file.
8354	- iana portlist updated.
8355	- use _beginthreadex() when available (performs stack alignment).
8356	- defaults for windows baked into configure.ac (used if on mingw).
8357
835818 March 2009: Wouter
8359	- Added tests, unknown algorithms become insecure. fallback works.
8360	- Fix for and test for unknown algorithms in a trust anchor
8361	  definition.  Trust anchors with no supported algos are ignored.
8362	  This means a (higher)DS or DLV entry for them could succeed, and
8363	  otherwise they are treated as insecure.
8364	- domain-insecure: "example.com" statement added. Sets domain
8365	  insecure regardless of chain of trust DSs or DLVs. The inverse
8366	  of a trust-anchor.
8367
836817 March 2009: Wouter
8369	- unit test for unsupported algorithm in anchor warning.
8370	- fixed so queries do not fail on opportunistic target queries.
8371
837216 March 2009: Wouter
8373	- fixup diff error printout in contrib/update-itar.sh.
8374	- added contrib/unbound_cacti for statistics support in cacti,
8375	  contributed by Dmitriy Demidov.
8376
837713 March 2009: Wouter
8378	- doxygen and lex/yacc on linux.
8379	- strip update-anchor on makedist -w.
8380	- fix testbound on windows.
8381	- default log to syslog for windows.
8382	- uninstaller can stop unbound - changed text on it to reflect that.
8383	- remove debugging from windows 'cron' actions.
8384
838512 March 2009: Wouter
8386	- log to App.logs on windows prints executable identity.
8387	- fixup tests.
8388	- munin plugin fix benign locking error printout.
8389	- anchor-update for windows, called every 24 hours; unbound reloads.
8390
839111 March 2009: Wouter
8392	- winsock event handler resets WSAevents after signalled.
8393	- winsock event handler tests if signals are really signalled.
8394	- install and service with log to file works on XP and Vista on
8395	  default install location.
8396	- on windows logging to the Application logbook works (as a service).
8397	- fix RUN_DIR on windows compile setting in makedist.
8398	- windows registry has Software\Unbound\ConfigFile element.
8399	  If does not exist, the default is used. The -c switch overrides it.
8400	- fix makedist version cleanup function.
8401
840210 March 2009: Wouter
8403	- makedist -w strips out old rc.. and snapshot info from version.
8404	- setup.exe starts and stops unbound after install, before uninstall.
8405	- unbound-checkconf recognizes absolute pathnames on windows (C:...).
8406
84079 March 2009: Wouter
8408	- Nullsoft NSIS installer creation script.
8409
84105 March 2009: Wouter
8411	- fixup memory leak introduced on 18feb in mesh reentrant fix.
8412
84133 March 2009: Wouter
8414	- combined icon with 16x16(4) 32x32(4) 48x48(8) 64x64(8).
8415	- service works on xp/vista, no config necessary (using defaults).
8416	- windows registry settings.
8417
84182 March 2009: Wouter
8419	- fixup --export-symbols to be -export-symbls for libtool.
8420	  This should fix extraneous symbols exported from libunbound.
8421	  Thanks to Ondrej Sury and Robert Edmonds for finding it.
8422	- iana portlist updated.
8423	- document FAQ entry on stub/forward zones and default blocking.
8424	- fix asynclook test app for libunbound not exporting symbols.
8425	- service install and remove utils that work with vista UAC.
8426
842727 February 2009: Wouter
8428	- Fixup lexer, to not give warnings about fwrite. Appeared in
8429	  new lexer features.
8430	- makedistro functionality for mingw. Has RC support.
8431	- support spaces and backslashes in configured defaults paths.
8432	- register, deregister in service control manager.
8433
843425 February 2009: Wouter
8435	- windres usage for application resources.
8436
843724 February 2009: Wouter
8438	- isc moved their dlv key download location.
8439	- fixup warning on vista/mingw.
8440	- makedist -w for window zip distribution first version.
8441
844220 February 2009: Wouter
8443	- Fixup contrib/update-itar.sh, the exit codes 1 and 0 were swapped.
8444	  Nicer script layout.  Added url to site in -h output.
8445
844619 February 2009: Wouter
8447	- unbound-checkconf and unbound print warnings when trust anchors
8448	  have unsupported algorithms.
8449	- added contrib/update-itar.sh  This script is similar to
8450	  update-anchor.sh, and updates from the IANA ITAR repository.
8451	  You can provide your own PGP key and trust repo, or can use the
8452	  builtin.  The program uses wget and gpg to work.
8453	- iana portlist updated.
8454	- update-itar.sh: using ftp:// urls because https godaddy certificate
8455	  is not available everywhere and then gives fatal errors.  The
8456	  security is provided by pgp signature.
8457
845818 February 2009: Wouter
8459	- more cycle detection. Also for target queries.
8460	- fixup bug where during deletion of the mesh queries the callbacks
8461	  that were reentrant caused assertion failures. Keep the mesh in
8462	  a reentrant safe state.  Affects libunbound, reload of server,
8463	  on quit and flush_requestlist.
8464	- iana portlist updated.
8465
846613 February 2009: Wouter
8467	- forwarder information now per-thread duplicated.
8468	  This keeps it read only for speed, with no locking necessary.
8469	- forward command for unbound control to change forwarders to use
8470	  on the fly.
8471	- document that unbound-host reads no config file by default.
8472	- updated iana portlist.
8473
847412 February 2009: Wouter
8475	- call setusercontext if available (on BSD).
8476	- small refactor of stats clearing.
8477	- #227: flush_stats feature for unbound-control.
8478	- stats_noreset feature for unbound-control.
8479	- flush_requestlist feature for unbound-control.
8480	- libunbound version upped API (was changed 5 feb).
8481	- unbound-control status shows if root forwarding is in use.
8482	- slightly nicer memory management in iter-fwd code.
8483
848410 February 2009: Wouter
8485	- keys with rfc5011 REVOKE flag are skipped and not considered when
8486	  validating data.
8487	- iana portlist updated
8488	- #226: dump_requestlist feature for unbound-control.
8489
84906 February 2009: Wouter
8491	- contrib contains specfile for fedora 1.2.1 (from Paul Wouters).
8492	- iana portlist updated.
8493	- fixup EOL in include directive (reported by Paul Wouters).
8494	  You can no longer specify newlines in the names of included files.
8495	- config parser changed. Gives some syntax errors closer to where they
8496	  occurred. Does not enforce a space after keyword anymore.
8497	  Does not allow literal newlines inside quoted strings anymore.
8498	- verbosity level 5 logs customer IP for new requestlist entries.
8499	- test fix, lexer and cancel test.
8500	- new option log-time-ascii: yes  if you enable it prints timestamps
8501	  in the log file as Feb 06 13:45:26 (like syslog does).
8502	- detect event_base_new in libevent-1.4.1 and later and use it.
8503	- #231 unbound-checkconf -o option prints that value from config file.
8504	  Useful for scripting in management scripts and the like.
8505
85065 February 2009: Wouter
8507	- ldns 1.5.0 rc as tarball included.
8508	- 1.3.0 development continues:
8509	  change in libunbound API: ub_cancel can return an error, that
8510	  the async_id did not exist, or that it was already delivered.
8511	  The result could have been delivered just before the cancel
8512	  routine managed to acquire the lock, so a caller may get the
8513	  result at the same time they call cancel.  For this case,
8514	  ub_cancel tries to return an error code.
8515	  Fixes race condition in ub_cancel() libunbound function.
8516	- MacOSX Leopard cleaner text output from configure.
8517	- initgroups(3) is called to drop secondary group permissions, if
8518	  applicable.
8519	- configure option --with-ldns-builtin forces the use of the
8520	  inluded ldns package with the unbound source.  The -I include
8521	  is put before the others, so it avoids bad include files from
8522	  an older ldns install.
8523	- daemon(3) posix call is used when available.
8524	- testbound test for older fix added.
8525
85264 February 2009: Wouter
8527	- tag for release 1.2.1.
8528	- trunk setup for 1.3.0 development.
8529
85303 February 2009: Wouter
8531	- noted feature requests in doc/TODO.
8532	- printout more detailed errors on ssl certificate loading failures.
8533	- updated IANA portlist.
8534
853516 January 2009: Wouter
8536	- more quiet about ipv6 network failures, i.e. when ipv6 is not
8537	  available (network unreachable). Debug still printed on high
8538	  verbosity.
8539	- unbound-host -4 and -6 options. Stops annoying ipv6 errors when
8540	  debugging with unbound-host -4 -d ...
8541	- more cycle detection for NS-check, addr-check, root-prime and
8542	  stub-prime queries in the iterator.  Avoids possible deadlock
8543	  when priming fails.
8544
854515 January 2009: Wouter
8546	- bug #229: fixup configure checks for compilation with Solaris
8547	  Sun cc compiler, ./configure CC=/opt/SUNWspro/bin/cc
8548	- fixup suncc warnings.
8549	- fix bug where unbound could crash using libevent 1.3 and older.
8550	- update testset for recent retry change.
8551
855214 January 2009: Wouter
8553	- 1.2.1 feature: negative caching for failed queries.
8554	  Queries that failed are cached for 5 seconds (NORR_TTL).
8555	  If the failure is local, like out of memory, it is not cached.
8556	- the TTL comparison for the cache used different comparisons,
8557	  causing many cache responses that used the iterator and validator
8558	  state machines unnecessarily.
8559	- retry from 4 to 5 so that EDNS drop retry is part of the first
8560	  query resolve attempt, and cached error does not stop EDNS fallback.
8561	- remove debug prints that protect against bad referrals.
8562	- honor QUIET=no on make commandline (or QUIET=yes ).
8563
856413 January 2009: Wouter
8565	- fixed bug in lameness marking, removed printouts.
8566	- find NS rrset more cleanly for qtype NS.
8567	- Moved changes to 1.2.0 for release. Thanks to Mark Zealey for
8568	  reporting and logs.
8569	- 1.2.1 feature: stops resolving AAAAs promiscuously when they
8570	  are in the negative cache.
8571
857212 January 2009: Wouter
8573	- fixed bug in infrastructure lameness cache, did not lowercase
8574	  name of zone to hash when setting lame.
8575	- lameness debugging printouts.
8576
85779 January 2009: Wouter
8578	- created svn tag for 1.2.0 release.
8579	- svn trunk contains 1.2.1 version number.
8580	- iana portlist updated for todays list.
8581	- removed debug print.
8582
85838 January 2009: Wouter
8584	- new version of ldns-trunk (today) included as tarball, fixed
8585	  bug #224, building with -j race condition.
8586	- remove possible race condition in the test for race conditions.
8587
85887 January 2009: Wouter
8589	- version 1.2.0 in preparation.
8590	- feature to allow wildcards (*, ?, [], {}. ~) in trusted-keys-file
8591	  statements. (Adapted from patch by Paul Wouters).
8592	- typo fix and iana portlist updated.
8593	- porting testsuite; unused var warning, and type fixup.
8594
85956 January 2009: Wouter
8596	- fixup packet-of-death when compiled with --enable-debug.
8597	  A malformed packet could cause an internal assertion failure.
8598	- added test for HINFO canonicalisation behaviour.
8599	- fixup reported problem with transparent local-zone data where
8600	  queries with different type could get nxdomain. Now queries
8601	  with a different name get resolved normally, with different type
8602	  get a correct NOERROR/NODATA answer.
8603	- HINFO no longer downcased for validation, making unbound compatible
8604	  with bind and ldns.
8605	- fix reading included config files when chrooted.
8606	  Give full path names for include files.
8607	  Relative path names work if the start dir equals the working dir.
8608	- fix libunbound message transport when no packet buffer is available.
8609
86105 January 2009: Wouter
8611	- fixup getaddrinfo failure handling for remote control port.
8612	- added L.ROOT-SERVERS.NET. AAAA 2001:500:3::42 to builtin root hints.
8613	- fixup so it works with libev-3.51 from http://dist.schmorp.de/libev/
8614	- comm_timer_set performs base_set operation after event_add.
8615
861618 December 2008: Wouter
8617	- fixed bug reported by Duane Wessels: error in DLV lookup, would make
8618	  some zones that had correct DLV keys as insecure.
8619	- follows -rc makedist from ldns changes (no _rc).
8620	- ldns tarball updated with 1.4.1rc for DLV unit test.
8621	- verbose prints about recursion lame detection and server selection.
8622	- fixup BSD port for infra host storage. It hashed wrongly.
8623	- fixup makedist snapshot name generation.
8624	- do not reopen syslog to avoid dev/log dependency.
8625
862617 December 2008: Wouter
8627	- follows ldns makedist.sh. -rc option. autom4te dir removed.
8628	- unbound-control status command.
8629	- extended statistics has a number of ipv6 queries counter.
8630	  contrib/unbound_munin_ was updated to draw ipv6 in the hits graph.
8631
863216 December 2008: Wouter
8633	- follow makedist improvements from ldns, for maintainers prereleases.
8634	- snapshot version uses _ not - to help rpm distinguish the
8635	  version number.
8636
863711 December 2008: Wouter
8638	- better fix for bug #219: use LOG_NDELAY with openlog() call.
8639	  Thanks to Tamas Tevesz.
8640
86419 December 2008: Wouter
8642	- bug #221 fixed: unbound checkconf checks if key files exist if
8643	  remote control is enabled. Also fixed NULL printf when not chrooted.
8644	- iana portlist updated.
8645
86463 December 2008: Wouter
8647	- Fix problem reported by Jaco Engelbrecht where unbound-control stats
8648	  freezes up unbound if this was compiled without threading, and
8649	  was using multiple processes.
8650	- iana portlist updated.
8651	- test for remote control with interprocess communication.
8652	- created command distribution mechanism so that remote control
8653	  commands other than 'stats' work on all processes in a nonthreaded
8654	  compiled version. dump/load cache work, on the first process.
8655	- fixup remote control local_data addition memory corruption bug.
8656
86571 December 2008: Wouter
8658	- SElinux policy files in contrib/selinux for the unbound daemon,
8659	  by Paul Wouters and Adam Tkac.
8660
866125 November 2008: Wouter
8662	- configure complains when --without-ssl is given (bug #220).
8663	- skip unsupported feature tests on vista/mingw.
8664	- fixup testcode/streamtcp to work on vista/mingw.
8665	- root-hints test checks version of dig required.
8666	- blacklisted servers are polled at a low rate (1%) to see if they
8667	  come back up. But not if there is some other working server.
8668
866924 November 2008: Wouter
8670	- document that the user of the server daemon needs read privileges
8671	  on the keys and certificates generated by unbound-control-setup.
8672	  This is different per system or distribution, usually, running the
8673	  script under the same username as the server uses suffices.
8674	  i.e.  sudo -u unbound unbound-control-setup
8675	- testset port to vista/mingw.
8676	- tcp_sigpipe to freebsd port.
8677
867821 November 2008: Wouter
8679	- fixed tcp accept, errors were printed when they should not.
8680	- unbound-control-setup.sh removes read/write permissions other
8681	  from the keys it creates (as suggested by Dmitriy Demidov).
8682
868320 November 2008: Wouter
8684	- fixup fatal error due to faulty error checking after tcp accept.
8685	- add check in rlimit to avoid integer underflow.
8686	- rlimit check with new formula; better estimate for number interfaces
8687	- nicer comments in rlimit check.
8688	- tag 1.1.1 created in svn.
8689	- trunk label is 1.1.2
8690
869119 November 2008: Wouter
8692	- bug #219: fixed so that syslog which delays opening until the first
8693	  log line is written, gets a log line while not chroot'ed yet.
8694
869518 November 2008: Wouter
8696	- iana portlist updated.
8697	- removed cast in unit test debug print that was not 64bit safe.
8698	- trunk back to 1.1.0; copied to tags 1.1.0 release.
8699	- trunk to has version number 1.1.1 again.
8700	- in 1.1.1; make clean nicer. grammar in manpage.
8701
870217 November 2008: Wouter
8703	- theoretical fix for problems reported on mailing list.
8704	  If a delegation point has no A but only AAAA and do-ip6 is no,
8705	  resolution would fail. Fixed to ask for the A and AAAA records.
8706	  It has to ask for both always, so that it can fail quietly, from
8707	  TLD perspective, when a zone is only reachable on one transport.
8708	- test for above, only AAAA and doip6 is no. Fix causes A record
8709	  for nameserver to be fetched.
8710	- fixup address duplication on cache fillup for delegation points.
8711	- testset updated for new query answer requirements.
8712
871314 November 2008: Wouter
8714	- created 1.1.0 release tag in svn.
8715	- trunk moved to 1.1.1
8716	- fixup unittest-neg for locking.
8717
871813 November 2008: Wouter
8719	- added fedora init and specfile to contrib (by Paul Wouters).
8720	- added configure check for ldns 1.4.0 (using its compat funcs).
8721	- neater comments in worker.h.
8722	- removed doc/plan and updated doc/TODO.
8723	- silenced EHOSTDOWN (verbosity 2 or higher to see it).
8724	- review comments from Jelte, Matthijs. Neater code.
8725
872612 November 2008: Wouter
8727	- add unbound-control manpage to makedist replace list.
8728
872911 November 2008: Wouter
8730	- unit test for negative cache, stress tests the refcounting.
8731	- fix for refcounting error that could cause fptr_wlist fatal exit
8732	  in the negative cache rbtree (upcoming 1.1 feature). (Thanks to
8733	  Attila Nagy for testing).
8734	- nicer comments in cachedump about failed RR to string conversion.
8735	- fix 32bit wrap around when printing large (4G and more) mem usage
8736	  for extended statistics.
8737
873810 November 2008: Wouter
8739	- fixup the getaddrinfo compat code rename.
8740
87418 November 2008: Wouter
8742	- added configure check for eee build warning.
8743
87447 November 2008: Wouter
8745	- fix bug 217: fixed, setreuid and setregid do not work on MacOSX10.4.
8746	- detect nonblocking problems in network stack in configure script.
8747
87486 November 2008: Wouter
8749	- dname_priv must decompress the name before comparison.
8750	- iana portlist updated.
8751
87525 November 2008: Wouter
8753	- fixed possible memory leak in key_entry_key deletion.
8754	  Would leak a couple bytes when trust anchors were replaced.
8755	- if query and reply qname overlap, the bytes are skipped not copied.
8756	- fixed file descriptor leak when messages were jostled out that
8757	  had outstanding (TCP) replies.
8758	- DNAMEs used from cache have their synthesized CNAMEs initialized
8759	  properly.
8760	- fixed file descriptor leak for localzone type deny (for TCP).
8761	- fixed memleak at exit for nsec3 negative cached zones.
8762	- fixed memleak for the keyword 'nodefault' when reading config.
8763	- made verbosity of 'edns incapable peer' warning higher, so you
8764	  do not get spammed by it.
8765	- caught elusive Bad file descriptor error bug, that would print the
8766	  error while unnecessarily try to listen to a closed fd. Fixed.
8767
87684 November 2008: Wouter
8769	- fixed -Wwrite-strings warnings that result in better code.
8770
87713 November 2008: Wouter
8772	- fixup build process for Mac OSX linker, use ldns b32 compat funcs.
8773	- generated configure with autoconf-2.61.
8774	- iana portlist updated.
8775	- detect if libssl needs libdl.  For static linking with libssl.
8776	- changed to use new algorithm identifiers for sha256/sha512
8777	  from ldns 1.4.0 (need very latest version).
8778	- updated the included ldns tarball.
8779	- proper detection of SHA256 and SHA512 functions (not just sizes).
8780
878123 October 2008: Wouter
8782	- a little more debug info for failure on signer names. prints names.
8783
878422 October 2008: Wouter
8785	- CFLAGS are picked up by configure from the environment.
8786	- iana portlist updated.
8787	- updated ldns to use 1.4.0-pre20081022 so it picks up CFLAGS too.
8788	- new stub-prime: yesno option. Default is off, so it does not prime.
8789	  can be turned on to get same behaviour as previous unbound release.
8790	- made automated test that checks if builtin root hints are uptodate.
8791	- finished draft-wijngaards-dnsext-resolver-side-mitigation
8792	  implementation. The unwanted-reply-threshold can be set.
8793	- fixup so fptr_whitelist test in alloc.c works.
8794
879521 October 2008: Wouter
8796	- fix update-anchors.sh, so it does not report different RR order
8797	  as an update.  Sorts the keys in the file.  Updated copyright.
8798	- fixup testbound on windows, the command control pipe doesn't exist.
8799	- skip 08hostlib test on windows, no fork() available.
8800	- made unbound-remote work on windows.
8801
880220 October 2008: Wouter
8803	- quench a log message that is debug only.
8804	- iana portlist updated.
8805	- do not query bogus nameservers.  It is like nameservers that have
8806	  the NS or A or AAAA record bogus are listed as donotquery.
8807	- if server selection is faced with only bad choices, it will
8808	  attempt to get more options to be fetched.
8809	- changed bogus-ttl default value from 900 to 60 seconds.
8810	  In anticipation that operator caused failures are more likely than
8811	  actual attacks at this time.  And thus repeated validation helps
8812	  the operators get the problem fixed sooner.  It makes validation
8813	  failures go away sooner (60 seconds after the zone is fixed).
8814	  Also it is likely to try different nameserver targets every minute,
8815	  so that if a zone is bad on one server but not another, it is
8816	  likely to pick up the 'correct' one after a couple minutes,
8817	  and if the TTL is big enough that solves validation for the zone.
8818	- fixup unbound-control compilation on windows.
8819
882017 October 2008: Wouter
8821	- port Leopard/G5: fixup type conversion size_t/uint32.
8822	  please ranlib, stop file without symbols warning.
8823	- harden referral path now also validates the root after priming.
8824	  It looks up the root NS authoritatively as well as the root servers
8825	  and attemps to validate the entries.
8826
882716 October 2008: Wouter
8828	- Fixup negative TTL values appearing (reported by Attila Nagy).
8829
883015 October 2008: Wouter
8831	- better documentation for 0x20; remove fallback TODO, it is done.
8832	- harden-referral-path feature includes A, AAAA queries for glue,
8833	  as well as very careful NS caching (only when doing NS query).
8834	  A, AAAA use the delegation from the NS-query.
8835
883614 October 2008: Wouter
8837	- fwd_three.tpkg test was flaky.  If the three requests hit the
8838	  wrong threads by chance (or bad OS) then the test would fail.
8839	  Made less flaky by increasing number of retries.
8840	- stub_udp.tpkg changed to work, give root hints. fixed ldns_dname_abs.
8841	- ldns tarball is snapshot of ldns r2759 (1.4.0-pre-20081014).
8842	  Which includes the ldns_dname_absolute fix.
8843	- fwd_three test remains flaky now that unbound does not stop
8844	  listening when full.  Thus, removed timeout problem.
8845	  It may be serviced by three threads, or maybe by one.
8846	  Mostly only useful for lock-check testing now.
8847
884813 October 2008: Wouter
8849	- fixed recursion servers deployed as authoritative detection, so
8850	  that as a last resort, a +RD query is sent there to get the
8851	  correct answer.
8852	- iana port list update.
8853	- ldns tarball is snapshot of ldns r2759 (1.4.0-pre-20081013).
8854
885510 October 2008: Wouter
8856	- fixup tests - the negative cache contained the correct NSEC3s for
8857	  two tests that are supposed to fail to validate.
8858
88599 October 2008: Wouter
8860	- negative cache caps max iterations of NSEC3 done.
8861	- NSEC3 negative cache for qtype DS works.
8862
88638 October 2008: Wouter
8864	- NSEC negative cache for DS.
8865
88666 October 2008: Wouter
8867	- jostle-timeout option, so you can config for slow links.
8868	- 0x20 fallback code.  Tries 3xnumber of nameserver addresses
8869	  queries that must all be the same.  Sent to random nameservers.
8870	- documented choices for DoS, EDNS, 0x20.
8871
88722 October 2008: Wouter
8873	- fixup unlink of pidfile.
8874	- fixup SHA256 algorithm collation code.
8875	- contrib/update-anchor.sh does not overwrite anchors if not needed.
8876	  exits 0 when a restart is needed, other values if not.
8877	  so,  update-anchor.sh -d mydir && /etc/rc.d/unbound restart
8878	  can restart unbound exactly when needed.
8879
888030 September 2008: Wouter
8881	- fixup SHA256 DS downgrade, no longer possible to downgrade to SHA1.
8882	- tests for sha256 support and downgrade resistance.
8883	- RSASHA256 and RSASHA512 support (using the draft in dnsext),
8884	  using the drafted protocol numbers.
8885	- when using stub on localhost (127.0.0.1@10053) unbound works.
8886	  Like when running NSD to host a local zone, on the same machine.
8887	  The noprime feature. manpages more explanation. Added a test for it.
8888	- shorthand for reverse PTR,  local-data-ptr: "1.2.3.4 www.ex.com"
8889
889029 September 2008: Wouter
8891	- EDNS lameness detection, if EDNS packets are dropped this is
8892	  detected, eventually.
8893	- multiple query timeout rtt backoff does not backoff too much.
8894
889526 September 2008: Wouter
8896	- tests for remote-control.
8897	- small memory leak in exception during remote control fixed.
8898	- fixup for lock checking but not unchecking in remote control.
8899	- iana portlist updated.
8900
890123 September 2008: Wouter
8902	- Msg cache is loaded. A cache load enables cache responses.
8903	- unbound-control flush [name], flush_type and flush_zone.
8904
890522 September 2008: Wouter
8906	- dump_cache and load_cache statements in unbound-control.
8907	  RRsets are dumped and loaded correctly.
8908	  Msg cache is dumped.
8909
891019 September 2008: Wouter
8911	- locking on the localdata structure.
8912	- add and remove local zone and data with unbound-control.
8913	- ldns trunk snapshot updated, make tests work again.
8914
891518 September 2008: Wouter
8916	- fixup error in time calculation.
8917	- munin plugin improvements.
8918	- nicer abbreviations for high query types values (ixfr, axfr, any...)
8919	- documented the statistics output in unbound-control man page.
8920	- extended statistics prints out histogram, over unbound-control.
8921
892217 September 2008: Wouter
8923	- locking for threadsafe bogus rrset counter.
8924	- ldns trunk no longer exports b32 functions, provide compat.
8925	- ldns tarball updated.
8926	- testcode/ldns-testpkts.c const fixups.
8927	- fixed rcode stat printout.
8928	- munin plugin in contrib.
8929	- stats always printout uptime, because stats plugins need it.
8930
893116 September 2008: Wouter
8932	- extended-statistics: yesno config option.
8933	- unwanted replies spoof nearmiss detector.
8934	- iana portlist updated.
8935
893615 September 2008: Wouter
8937	- working start, stop, reload commands for unbound-control.
8938	- test for unbound-control working; better exit value for control.
8939	- verbosity control via unbound-control.
8940	- unbound-control stats.
8941
894212 September 2008: Wouter
8943	- removed browser control mentions. Proto speccy.
8944
894511 September 2008: Wouter
8946	- set nonblocking on new TCP streams, because linux does not inherit
8947	  the socket options to the accepted socket.
8948	- fix TCP timeouts.
8949	- SSL protected connection between server and unbound-control.
8950
895110 September 2008: Wouter
8952	- remove memleak in privacy addresses on reloads and quits.
8953	- remote control work.
8954
89559 September 2008: Wouter
8956	- smallapp/unbound-control-setup.sh script to set up certificates.
8957
89584 September 2008: Wouter
8959	- scrubber scrubs away private addresses.
8960	- test for private addresses. man page entry.
8961	- code refactored for name and address tree lookups.
8962
89633 September 2008: Wouter
8964	- options for 'DNS Rebinding' protection: private-address and
8965	  private-domain.
8966	- dnstree for reuse of routines that help with domain, addr lookups.
8967	- private-address and private-domain config option read, stored.
8968
89692 September 2008: Wouter
8970	- DoS protection features. Queries are jostled out to make room.
8971	- testbound can pass time, increasing the internal timer.
8972	- do not mark unsigned additionals bogus, leave unchecked, which
8973	  is removed too.
8974
89751 September 2008: Wouter
8976	- disallow nonrecursive queries for cache snooping by default.
8977	  You can allow is using access-control: <subnet> allow_snoop.
8978	  The defaults do allow access no authoritative data without RD bit.
8979	- two tests for it and fixups of tests for nonrec refused.
8980
898129 August 2008: Wouter
8982	- version 1.1 number in trunk.
8983	- harden-referral-path option for query for NS records.
8984	  Default turns off expensive, experimental option.
8985
898628 August 2008: Wouter
8987	- fixup logfile handling; it is created with correct permissions
8988	  again. (from bugfix#199).
8989	  Some errors are not written to logfile (pidfile writing, forking),
8990	  and these are only visible by using the -d commandline flag.
8991
899227 August 2008: Wouter
8993	- daemon(3) is causing problems for people. Reverting the patch.
8994	  bug#200, and 199 and 203 contain sideline discussion on it.
8995	- bug#199 fixed: pidfile can be outside chroot. openlog is done before
8996	  chroot and drop permissions.
8997	- config option to set size of aggressive negative cache,
8998	  neg-cache-size.
8999	- bug#203 fixed: dlv has been implemented.
9000
900126 August 2008: Wouter
9002	- test for insecure zone when DLV is in use, also does negative cache.
9003	- test for trustanchor when DLV is in use (the anchor works).
9004	- test for DLV used for a zone below a trustanchor.
9005	- added scrub filter for overreaching NSEC records and unit test.
9006	- iana portlist update
9007	- use of setresuid or setreuid when available.
9008	- use daemon(3) if available.
9009
901025 August 2008: Wouter
9011	- realclean patch from Robert Edmonds.
9012
901322 August 2008: Wouter
9014	- nicer debuglogging of DLV.
9015	- test with secure delegation inside the DLV repository.
9016
901721 August 2008: Wouter
9018	- negative cache code linked into validator, for DLV use.
9019	  negative cache works for DLV.
9020	- iana portlist update.
9021	- dlv-anchor option for unit tests.
9022	- fixup NSEC_AT_APEX classification for short typemaps.
9023	- ldns-testns has subdomain checks, for unit tests.
9024
902520 August 2008: Wouter
9026	- negative cache code, reviewed.
9027
902818 August 2008: Wouter
9029	- changes info: in logfile to notice: info: or debug: depending on
9030	  the verbosity of the statements.  Better logfile message
9031	  classification.
9032	- bug #208: extra rc.d unbound flexibility for freebsd/nanobsd.
9033
903415 August 2008: Wouter
9035	- DLV nsec code fixed for better detection of closest existing
9036	  enclosers from NSEC responses.
9037	- DLV works, straight to the dlv repository, so not for production.
9038	- Iana port update.
9039
904014 August 2008: Wouter
9041	- synthesize DLV messages from the rrset cache, like done for DS.
9042
904313 August 2008: Wouter
9044	- bug #203: nicer do-auto log message when user sets incompatible
9045	  options.
9046	- bug #204: variable name ameliorated in log.c.
9047	- bug #206: in iana_update, no egrep, but awk use.
9048	- ldns snapshot r2699 taken (includes DLV type).
9049	- DLV work, config file element, trust anchor read in.
9050
905112 August 2008: Wouter
9052	- finished adjusting testset to provide qtype NS answers.
9053
905411 August 2008: Wouter
9055	- Fixup rrset security updates overwriting 2181 trust status.
9056	  This makes validated to be insecure data just as worthless as
9057	  nonvalidated data, and 2181 rules prevent cache overwrites to them.
9058	- Fix assertion fail on bogus key handling.
9059	- dnssec lameness detection works on first query at trust apex.
9060	- NS queries get proper cache and dnssec lameness treatment.
9061	- fixup compilation without pthreads on linux.
9062
90638 August 2008: Wouter
9064	- NS queries are done after every referral.
9065	  validator is used on those NS records (if anchors enabled).
9066
90677 August 2008: Wouter
9068	- Scrubber more strict. CNAME chains, DNAMEs from cache, other
9069	  irrelevant rrsets removed.
9070	- 1.0.2 released from 1.0 support branch.
9071	- fixup update-anchor.sh to work both in BSD shell and bash.
9072
90735 August 2008: Wouter
9074	- fixup DS test so apex nodata works again.
9075
90764 August 2008: Wouter
9077	- iana port update.
9078	- TODO update.
9079	- fix bug 201: null ptr deref on cleanup while udp pkts wait for port.
9080	- added explanatory text for outgoing-port-permit in manpage.
9081
908230 July 2008: Wouter
9083	- fixup bug qtype DS for unsigned zone and signed parent validation.
9084
908525 July 2008: Wouter
9086	- added original copyright statement of OpenBSD arc4random code.
9087	- created tube signaling solution on windows, as a pipe replacement.
9088	  this makes background asynchronous resolution work on windows.
9089	- removed very insecure socketpair compat code. It also did not
9090	  work with event_waiting. Solved by pipe replacement.
9091	- unbound -h prints openssl version number as well.
9092
909322 July 2008: Wouter
9094	- moved pipe actions to util/tube.c. easier porting and shared code.
9095	- check _raw() commpoint callbacks with fptr_wlist.
9096	- iana port update.
9097
909821 July 2008: Wouter
9099	- #198: nicer entropy warning message. manpage OS hints.
9100
910119 July 2008: Wouter
9102	- #198: fixup man page to suggest chroot entropy fix.
9103
910418 July 2008: Wouter
9105	- branch for 1.0 support.
9106	- trunk work on tube.c.
9107
910817 July 2008: Wouter
9109	- fix bug #196, compile outside source tree.
9110	- fix bug #195, add --with-username=user configure option.
9111	- print error and exit if started with config that requires more
9112	  fds than the builtin minievent can handle.
9113
911416 July 2008: Wouter
9115	- made svn tag 1.0.1, trunk now 1.0.2
9116	- sha256 checksums enabled in makedist.sh
9117
911815 July 2008: Wouter
9119	- Follow draft-ietf-dnsop-default-local-zones-06 added reverse
9120	  IPv6 example prefix to AS112 default blocklist.
9121	- fixup lookup of DS records by client with trustanchor for same.
9122	- libunbound ub_resolve, fix handling of error condition during setup.
9123	- lowered log_hex blocksize to fit through BSD syslog linesize.
9124	- no useless initialisation if getpwnam not available.
9125	- iana, ldns snapshot updated.
9126
91273 July 2008: Wouter
9128	- Matthijs fixed memory leaks in root hints file reading.
9129
913026 June 2008: Wouter
9131	- fixup streamtcp bounds setting for udp mode, in the test framework.
9132	- contrib item for updating trust anchors.
9133
913425 June 2008: Wouter
9135	- fixup fwd_ancil test typos.
9136	- Fix for newegg lameness : ok for qtype=A, but lame for others.
9137	- fixup unit test for infra cache, test lame merging.
9138	- porting to mingw, bind, listen, getsockopt and setsockopt error
9139	  handling.
9140
914124 June 2008: Wouter
9142	- removed testcode/checklocks from production code compilation path.
9143	- streamtcp can use UDP mode (connected UDP socket), for testing IPv6
9144	  on windows.
9145	- fwd_ancil test fails if platform support is lacking.
9146
914723 June 2008: Wouter
9148	- fixup minitpkg to cleanup on windows with its file locking troubles.
9149	- minitpkg shows skipped tests in report.
9150	- skip ipv6 tests on ipv4 only hosts (requires only ipv6 localhost not
9151	  ipv6 connectivity).
9152	- winsock event handler keeps track of sticky TCP events, that have
9153	  not been fully handled yet. when interest in the event(s) resumes,
9154	  they are sent again. When WOULDBLOCK is returned events are cleared.
9155	- skip tests that need signals when testing on mingw.
9156
915718 June 2008: Wouter
9158	- open testbound replay files in binary mode, because fseek/ftell
9159	  do not work in ascii-mode on windows. The b does nothing on unix.
9160	  unittest and testbound tests work on windows (xp too).
9161	- ioctlsocket prints nicer error message.
9162	- fixed up some TCP porting for winsock.
9163	- lack of IPv6 gives a warning, no fatal error.
9164	- use WSAGetLastError() on windows instead of errno for some errors.
9165
916617 June 2008: Wouter
9167	- outgoing num fds 32 by default on windows ; it supports less
9168	  fds for waiting on than unixes.
9169	- winsock_event minievent handler for windows. (you could also
9170	  attempt to link with libevent/libev ports for windows).
9171	- neater crypto check and gdi32 detection.
9172	- unbound.exe works to resolve and validate www.nlnetlabs.nl on vista.
9173
917416 June 2008: Wouter
9175	- on windows, use windows threads, mutex and thread-local-storage(Tls).
9176	- detect if openssl needs gdi32.
9177	- if no threading, THREADS_DISABLED is defined for use in the code.
9178	- sets USE_WINSOCK if using ws2_32 on windows.
9179	- wsa_strerror() function for more readable errors.
9180	- WSA Startup and Cleanup called in unbound.exe.
9181
918213 June 2008: Wouter
9183	- port mingw32, more signal ifdefs, detect sleep, usleep,
9184	  random, srandom (used inside the tests).
9185	- signed or unsigned FD_SET is cast.
9186
918710 June 2008: Wouter
9188	- fixup warnings compiling on eeepc xandros linux.
9189
91909 June 2008: Wouter
9191	- in iteration response type code
9192	  * first check for SOA record (negative answer) before NS record
9193	    and lameness.
9194	  * check if no AA bit for non-forwarder, and thus lame zone.
9195	    In response to error report by Richard Doty for mail.opusnet.com.
9196	- fixup unput warning from lexer on freeBSD.
9197	- bug#183. pidfile, rundir, and chroot configure options. Also the
9198	  example.conf and manual pages get the configured defaults.
9199	  You can use: (or accept the defaults to /usr/local/etc/unbound/)
9200	  --with-conf-file=filename
9201	  --with-pidfile=filename
9202	  --with-run-dir=path
9203	  --with-chroot-dir=path
9204
92058 June 2008: Wouter
9206	- if multiple CNAMEs, use the first one. Fixup akamai CNAME bug.
9207	  Reported by Robert Edmonds.
9208	- iana port updated.
9209
92104 June 2008: Wouter
9211	- updated libtool files with newer version.
9212	- iana portlist updated.
9213
92143 June 2008: Wouter
9215	- fixup local-zone: "30.172.in-addr.arpa." nodefault, so that the
9216	  trailing dot is not used during comparison.
9217
92182 June 2008: Wouter
9219	- Jelte fixed bugs in my absence
9220	  - bug 178: fixed unportable shell usage in configure (relied on
9221	    bash shell).
9222	  - bug 180: fixed buffer overflow in unbound-checkconf use of strncat.
9223	  - bug 181: fixed buffer overflow in ldns (called by unbound to parse
9224	    config file parts).
9225	- fixes by Wouter
9226	  - bug 177: fixed compilation failure on opensuse, the
9227	    --disable-static configure flag caused problems.  (Patch from
9228	    Klaus Singvogel)
9229	  - bug 179: same fix as 177.
9230	  - bug 185: --disable-shared not passed along to ldns included with
9231	    unbound. Fixed so that configure parameters are passed to the
9232	    subdir configure script.
9233	    fixed that ./libtool is used always, you can still override
9234	    manually with ./configure libtool=mylibtool or set $libtool in
9235	    the environment.
9236	- update of the ldns tarball to current ldns svn version (fix 181).
9237	- bug 184: -r option for unbound-host, read resolv.conf for
9238	  forwarder. (Note that forwarder must support DNSSEC for validation
9239	  to succeed).
9240
924123 May 2008: Wouter
9242	- mingw32 porting.
9243	  - test for sys/wait.h
9244	  - WSAEWOULDBLOCK test after nonblocking TCP connect.
9245	  - write_iov_buffer removed: unused and no struct iov on windows.
9246	  - signed/unsigned warning fixup mini_event.
9247	  - use ioctlsocket to set nonblocking I/O if fnctl is unavailable.
9248	  - skip signals that are not defined
9249	  - detect pwd.h.
9250	  - detect getpwnam, getrlimit, setsid, sbrk, chroot.
9251	  - default config has no chroot if chroot() unavailable.
9252	  - if no kill() then no pidfile is read or written.
9253	  - gmtime_r is replaced by nonthreadsafe alternative if unavail.
9254	    used in rrsig time validation errors.
9255
925622 May 2008: Wouter
9257	- contrib unbound.spec from Patrick Vande Walle.
9258	- fixup bug#175: call tzset before chroot to have correct timestamps
9259	  in system log.
9260	- do not generate lex input and lex unput functions.
9261	- mingw port. replacement functions labelled _unbound.
9262	- fix bug 174 - check for tcp_sigpipe that ldns-testns is installed.
9263
926419 May 2008: Wouter
9265	- fedora 9, check in6_pktinfo define in configure.
9266	- CREDITS fixup of history.
9267	- ignore ldns-1.2.2 if installed, use builtin 1.3.0-pre alternative.
9268
926916 May 2008: Wouter
9270	- fixup for MacOSX hosts file reading (reported by John Dickinson).
9271	- created 1.0.0 svn tag.
9272	- trunk version 1.0.1.
9273
927414 May 2008: Wouter
9275	- accepted patch from Ondrej Sury for library version libtool option.
9276	- configure --disable-rpath fixes up libtool for rpath trouble.
9277	  Adapted from debian package patch file.
9278
927913 May 2008: Wouter
9280	- Added root ipv6 addresses to builtin root hints.
9281	- TODO modified for post 1.0 plans.
9282	- trunk version set to 1.0.0.
9283	- no unnecessary linking with librt (only when libevent/libev used).
9284
92857 May 2008: Wouter
9286	- fixup no-ip4 problem with error callback in outside network.
9287
928825 April 2008: Wouter
9289	- DESTDIR is honored by the Makefile for rpms.
9290	- contrib files unbound.spec and unbound.init, builds working RPM
9291	  on FC7 Linux, a chrooted caching resolver, and libunbound.
9292	- iana ports update.
9293
929424 April 2008: Wouter
9295	- chroot checks improved. working directory relative to chroot.
9296	  checks if config file path is inside chroot. Documentation on it.
9297	- nicer example.conf text.
9298	- created 0.11 tag.
9299
930023 April 2008: Wouter
9301	- parseunbound.pl contrib update from Kai Storbeck for threads.
9302	- iana ports update
9303
930422 April 2008: Wouter
9305	- ignore SIGPIPE.
9306	- unit test for SIGPIPE ignore.
9307
930821 April 2008: Wouter
9309	- FEATURES document.
9310	- fixup reread of config file if it was given as a full path
9311	  and chroot was used.
9312
931316 April 2008: Wouter
9314	- requirements doc, updated clean query returns.
9315	- parseunbound.pl update from Kai Storbeck.
9316	- sunos4 porting changes.
9317
931815 April 2008: Wouter
9319	- fixup default rc.d pidfile location to /usr/local/etc.
9320	- iana ports updated.
9321	- copyright updated in ldns-testpkts to keep same as in ldns.
9322	- fixup checkconf chroot tests a bit more, chdir must be inside
9323	  chroot dir.
9324	- documented 'gcc: unrecognized -KPIC option' errors on Solaris.
9325	- example.conf values changed to /usr/local/etc/unbound
9326	- DSA test work.
9327	- DSA signatures: unbound is compatible with both encodings found.
9328	  It will detect and convert when necessary.
9329
933014 April 2008: Wouter
9331	- got update for parseunbound.pl statistics script from Kai Storbeck.
9332	- tpkg tests for udp wait list.
9333	- documented 0x20 status.
9334	- fixup chroot and checkconf, it is much smarter now.
9335	- fixup DSA EVP signature decoding. Solution that Jelte found copied.
9336	- and check first sig byte for the encoding type.
9337
933811 April 2008: Wouter
9339	- random port selection out of the configged ports.
9340	- fixup threadsafety for libevent-1.4.3+ (event_base_get_method).
9341	- removed base_port.
9342	- created 256-port ephemeral space for the OS, 59802 available.
9343	- fixup consistency of port_if out array during heavy use.
9344
934510 April 2008: Wouter
9346	- --with-libevent works with latest libevent 1.4.99-trunk.
9347	- added log file statistics perl script to contrib.
9348	- automatic iana ports update from makefile. 60058 available.
9349
93509 April 2008: Wouter
9351	- configure can detect libev(from its build directory) when passed
9352	  --with-libevent=/home/wouter/libev-3.2
9353	  libev-3.2 is a little faster than libevent-1.4.3-stable (about 5%).
9354	- unused commpoints not listed in epoll list.
9355	- statistics-cumulative option so that the values are not reset.
9356	- config creates array of available ports, 61841 available,
9357	  it excludes <1024 and iana assigned numbers.
9358	  config statements to modify the available port numbers.
9359
93608 April 2008: Wouter
9361	- unbound tries to set the ulimit fds when started as server.
9362	  if that does not work, it will scale back its requirements.
9363
936427 March 2008: Wouter
9365	- documented /dev/random symlink from chrootdir as FAQ entry.
9366
936726 March 2008: Wouter
9368	- implemented AD bit signaling. If a query sets AD bit (but not DO)
9369	  then the AD bit is set in the reply if the answer validated.
9370	  Without including DNSSEC signatures. Useful if you have a trusted
9371	  path from the client to the resolver. Follows dnssec-updates draft.
9372
937325 March 2008: Wouter
9374	- implemented check that for NXDOMAIN and NOERROR answers a query
9375	  section must be present in the reply (by the scrubber). And it must
9376	  be equal to the question sent, at least lowercase folded.
9377	  Previously this feature happened because the cache code refused
9378	  to store such messages. However blocking by the scrubber makes
9379	  sure nothing gets into the RRset cache. Also, this looks like a
9380	  timeout (instead of an allocation failure) and this retries are
9381	  done (which is useful in a spoofing situation).
9382	- RTT banding. Band size 400 msec, this makes band around zero (fast)
9383	  include unknown servers. This makes unbound explore unknown servers.
9384
93857 March 2008: Wouter
9386	- -C config feature for harvest program.
9387	- harvest handles CNAMEs too.
9388
93895 March 2008: Wouter
9390	- patch from Hugo Koji Kobayashi for iterator logs spelling.
9391
93924 March 2008: Wouter
9393	- From report by Jinmei Tatuya, rfc2181 trust value for remainder
9394	  of a cname trust chain is lower; not full answer_AA.
9395	- test for this fix.
9396	- default config file location is /usr/local/etc/unbound.
9397	  Thus prefix is used to determine the location. This is also the
9398	  chroot and pidfile default location.
9399
94003 March 2008: Wouter
9401	- Create 0.10 svn tag.
9402	- 0.11 version in trunk.
9403	- indentation nicer.
9404
940529 February 2008: Wouter
9406	- documentation update.
9407	- fixup port to Solaris of perf test tool.
9408	- updated ldns-tarball with decl-after-statement fixes.
9409
941028 February 2008: Wouter
9411	- fixed memory leaks in libunbound (during cancellation and wait).
9412	- libunbound returns the answer packet in full.
9413	- snprintf compat update.
9414	- harvest performs lookup.
9415	- ldns-tarball update with fix for ldns_dname_label.
9416	- installs to sbin by default.
9417	- install all manual pages (unbound-host and libunbound too).
9418
941927 February 2008: Wouter
9420	- option to use caps for id randomness.
9421	- config file option use-caps-for-id: yes
9422	- harvest debug tool
9423
942426 February 2008: Wouter
9425	- delay utility delays TCP as well. If the server that is forwarded
9426	  to has a TCP error, the delay utility closes the connection.
9427	- delay does REUSE_ADDR, and can handle a server that closes its end.
9428	- answers use casing from query.
9429
943025 February 2008: Wouter
9431	- delay utility works. Gets decent thoughput too (>20000).
9432
943322 February 2008: Wouter
9434	- +2% for recursions, if identical queries (except for destination
9435	  and query ID) in the reply list, avoid re-encoding the answer.
9436	- removed TODO items for optimizations that do not show up in
9437	  profile reports.
9438	- default is now minievent - not libevent. As its faster and
9439	  not needed for regular installs, only for very large port ranges.
9440	- loop check different speedup pkt-dname-reading, 1% faster for
9441	  nocache-recursion check.
9442	- less hashing during msg parse, 4% for recursion.
9443	- small speed fix for dname_count_size_labels, +1 or +2% recursion.
9444	- some speed results noted:
9445	  optimization resulted in +40% for recursion (cache miss) and
9446	  +70 to +80 for cache hits, and +96% for version.bind.
9447	  zone nsec3 example, 100 NXDOMAIN queries, NSD 35182.8 Ub 36048.4
9448	  www.nlnetlabs.nl from cache: BIND 8987.99 Ub 31218.3
9449	  www with DO bit set : BIND 8269.31 Ub 28735.6 qps.
9450	  So, unbound can be about equal qps to NSD in cache hits.
9451	  And about 3.4x faster than BIND in cache performance.
9452	- delay utility for testing.
9453
945421 February 2008: Wouter
9455	- speedup of root-delegation message encoding by 15%.
9456	- minor speedup of compress tree_lookup, maybe 1%.
9457	- speedup of dname_lab_cmp and memlowercmp - the top functions in
9458	  profiler output, maybe a couple percent when it matters.
9459
946020 February 2008: Wouter
9461	- setup speec_cache for need-ldns-testns in dotests.
9462	- check number of queued replies on incoming queries to avoid overload
9463	  on that account.
9464	- fptr whitelist checks are not disabled in optimize mode.
9465	- do-daemonize config file option.
9466	- minievent time share initializes time at start.
9467	- updated testdata for nsec3 new algorithm numbers (6, 7).
9468	- small performance test of packet encoding (root delegation).
9469
947019 February 2008: Wouter
9471	- applied patch to unbound-host man page from Jan-Piet Mens.
9472	- fix donotquery-localhost: yes default (it erroneously was switched
9473	  to default 'no').
9474	- time is only gotten once and the value is shared across unbound.
9475	- unittest cleans up crypto, so that it has no memory leaks.
9476	- mini_event shares the time value with unbound this results in
9477	  +3% speed for cache responses and +9% for recursions.
9478	- ldns tarball update with new NSEC3 sign code numbers.
9479	- perform several reads per UDP operation. This improves performance
9480	  in DoS conditions, and costs very little in normal conditions.
9481	  improves cache response +50%, and recursions +10%.
9482	- modified asynclook test. because the callback from async is not
9483	  in any sort of lock (and thus can use all library functions freely),
9484	  this causes a tiny race condition window when the last lock is
9485	  released for a callback and a new cancel() for that callback.
9486	  The only way to remove this is by putting callbacks into some
9487	  lock window. I'd rather have the small possibility of a callback
9488	  for a cancelled function then no use of library functions in
9489	  callbacks. Could be possible to only outlaw process(), wait(),
9490	  cancel() from callbacks, by adding another lock, but I'd rather not.
9491
949218 February 2008: Wouter
9493	- patch to unbound-host from Jan-Piet Mens.
9494	- unbound host prints errors if fails to configure context.
9495	- fixup perf to resend faster, so that long waiting requests do
9496	  not hold up the queue, they become lost packets or SERVFAILs,
9497	  or can be sent a little while later (i.e. processing time may
9498	  take long, but throughput has to be high).
9499	- fixup iterator operating in no cache conditions (RD flag unset
9500	  after a CNAME).
9501	- streamlined code for RD flag setting.
9502	- profiled code and changed dname compares to be faster.
9503	  The speedup is about +3% to +8% (depending on the test).
9504	- minievent tests for eintr and eagain.
9505
950615 February 2008: Wouter
9507	- added FreeBSD rc.d script to contrib.
9508	- --prefix option for configure also changes directory: pidfile:
9509	  and chroot: defaults in config file.
9510	- added cache speed test, for cache size OK and cache too small.
9511
951214 February 2008: Wouter
9513	- start without a config file (will complain, but start with
9514	  defaults).
9515	- perf test program works.
9516
951713 February 2008: Wouter
9518	- 0.9 released.
9519	- 1.0 development. Printout ldns version on unbound -h.
9520	- start of perf tool.
9521	- bugfix to read empty lines from /etc/hosts.
9522
952312 February 2008: Wouter
9524	- fixup problem with configure calling itself if ldns-src tarball
9525	  is not present.
9526
952711 February 2008: Wouter
9528	- changed library to use ub_ instead of ub_val_ as prefix.
9529	- statistics output text nice.
9530	- etc/hosts handling.
9531	- library function to put logging to a stream.
9532	- set any option interface.
9533
95348 February 2008: Wouter
9535	- test program for multiple queries over a TCP channel.
9536	- tpkg test for stream tcp queries.
9537	- unbound replies to multiple TCP queries on a TCP channel.
9538	- fixup misclassification of root referral with NS in answer
9539	  when validating a nonrec query.
9540	- tag 0.9
9541	- layout of manpages, spelling fix in header, manpages process by
9542	  makedist, list asynclook and tcpstream tests as ldns-testns
9543	  required.
9544
95457 February 2008: Wouter
9546	- moved up all current level 2 to be level 3. And 3 to 4.
9547	  to make room for new debug level 2 for detailed information
9548	  for operators.
9549	- verbosity level 2. Describes recursion and validation.
9550	- cleaner configure script and fixes for libevent solaris.
9551	- signedness for log output memory sizes in high verbosity.
9552
95536 February 2008: Wouter
9554	- clearer explanation of threading configure options.
9555	- fixup asynclook test for nothreading (it creates only one process
9556	  to do the extended test).
9557	- changed name of ub_val_result_free to ub_val_resolve_free.
9558	- removes warning message during library linking, renamed
9559	  libunbound/unbound.c -> libunbound.c and worker to libworker.
9560	- fallback without EDNS if result is NOTIMPL as well as on FORMERR.
9561
95625 February 2008: Wouter
9563	- statistics-interval: seconds option added.
9564	- test for statistics option
9565	- ignore errors making directories, these can occur in parallel builds
9566	- fixup Makefile strip command and libunbound docs typo.
9567
956831 January 2008: Wouter
9569	- bg thread/process reads and writes the pipe nonblocking all the time
9570	  so that even if the pipe is buffered or so, the bg thread does not
9571	  block, and services both pipes and queries.
9572
957330 January 2008: Wouter
9574	- check trailing / on chrootdir in checkconf.
9575	- check if root hints and anchor files are in chrootdir.
9576	- no route to host tcp error is verbosity level 2.
9577	- removed unused send_reply_iov. and its configure check.
9578	- added prints of 'remote address is 1.2.3.4 port 53' to errors
9579	  from netevent; the basic socket errors.
9580
958128 January 2008: Wouter
9582	- fixup uninit use of buffer by libunbound (query id, flags) for
9583	  local_zone answers.
9584	- fixup uninit warning from random.c; also seems to fix sporadic
9585	  sigFPE coming out of openssl.
9586	- made openssl entropy warning more silent for library use. Needs
9587	  verbosity 1 now.
9588	- fixup forgotten locks for rbtree_searches on ctx->query tree.
9589	- random generator cleanup - RND_STATE_SIZE removed, and instead
9590	  a super-rnd can be passed at init to chain init random states.
9591	- test also does lock checks if available.
9592	- protect config access in libworker_setup().
9593	- libevent doesn't like comm_base_exit outside of runloop.
9594	- close fds after removing commpoints only (for epoll, kqueue).
9595
959625 January 2008: Wouter
9597	- added tpkg for asynclook and library use.
9598	- allows localhost to be queried when as a library.
9599	- fixup race condition between cancel and answer (in case of
9600	  really fast answers that beat the cancel).
9601	- please doxygen, put doxygen comment in one place.
9602	- asynclook -b blocking mode and test.
9603	- refactor asynclook, nicer code.
9604	- fixup race problems from opensll in rand init from library, with
9605	  a mutex around the rand init.
9606	- fix pass async_id=NULL to _async resolve().
9607	- rewrote _wait() routine, so that it is threadsafe.
9608	- cancelation is threadsafe.
9609	- asynclook extended test in tpkg.
9610	- fixed two races where forked bg process waits for (somehow shared?)
9611	  locks, so does not service the query pipe on the bg side.
9612	  Now those locks are only held for fg_threads and for bg_as_a_thread.
9613
961424 January 2008: Wouter
9615	- tested the cancel() function.
9616	- asynclook -c (cancel) feature.
9617	- fix fail to allocate context actions.
9618	- make pipe nonblocking at start.
9619	- update plane for retry mode with caution to limit bandwidth.
9620	- fix Makefile for concurrent make of unbound-host.
9621	- renamed ub_val_ctx_wait/poll/process/fd to ub_val*.
9622	- new calls to set forwarding added to header and docs.
9623
962423 January 2008: Wouter
9625	- removed debug prints from if-auto, verb-algo enables some.
9626	- libunbound QUIT setup, remove memory leaks, when using threads
9627	  will share memory for passing results instead of writing it over
9628	  the pipe, only writes ID number over the pipe (towards the handler
9629	  thread that does process() ).
9630
963122 January 2008: Wouter
9632	- library code for async in libunbound/unbound.c.
9633	- fix link testbound.
9634	- fixup exit bug in mini_event.
9635	- background worker query enter and result functions.
9636	- bg query test application asynclook, it looks up multiple
9637	  hostaddresses (A records) at the same time.
9638
963921 January 2008: Wouter
9640	- libworker work, netevent raw commpoints, write_msg, serialize.
9641
964218 January 2008: Wouter
9643	- touch up of manpage for libunbound.
9644	- support for IP_RECVDSTADDR (for *BSD ip4).
9645	- fix for BSD, do not use ip4to6 mapping, make two sockets, once
9646	  ip6 and once ip4, uses socket options.
9647	- goodbye ip4to6 mapping.
9648	- update ldns-testpkts with latest version from ldns-trunk.
9649	- updated makedist for relative ldns pathnames.
9650	- library API with more information inside the result structure.
9651	- work on background resolves.
9652
965317 January 2008: Wouter
9654	- fixup configure in case -lldns is installed.
9655	- fixup a couple of doxygen warnings, about enum variables.
9656	- interface-automatic now copies the interface address from the
9657	  PKT_INFO structure as well.
9658	- manual page with library API, all on one page 'man libunbound'.
9659	- rewrite of PKTINFO structure, it also captures IP4 PKTINFO.
9660
966116 January 2008: Wouter
9662	- incoming queries to the server with TC bit on are replied FORMERR.
9663	- interface-automatic replied the wrong source address on localhost
9664	  queries. Seems to be due to ifnum=0 in recvmsg PKTINFO. Trying
9665	  to use ifnum=-1 to mean 'no interface, use kernel route'.
9666
966715 January 2008: Wouter
9668	- interface-automatic feature. experimental. Nice for anycast.
9669	- tpkg test for ip6 ancillary data.
9670	- removed debug prints.
9671	- porting experience, define for Solaris, test refined for BSD
9672	  compatibility. The feature probably will not work on OpenBSD.
9673	- makedist fixup for ldns-src in build-dir.
9674
967514 January 2008: Wouter
9676	- in no debug sets NDEBUG to remove asserts.
9677	- configure --enable-debug is needed for dependency generation
9678	  for assertions and for compiler warnings.
9679	- ldns.tgz updated with ldns-trunk (where buffer.h is updated).
9680	- fix lint, unit test in optimize mode.
9681	- default access control allows ::ffff:127.0.0.1 v6mapped localhost.
9682
968311 January 2008: Wouter
9684	- man page, warning removed.
9685	- added text describing the use of stub zones for private zones.
9686	- checkconf tests for bad hostnames (IP address), and for doubled
9687	  interface lines.
9688	- memory sizes can be given with 'k', 'Kb', or M or G appended.
9689
969010 January 2008: Wouter
9691	- typo in example.conf.
9692	- made using ldns-src that is included the package more portable
9693	  by linking with .lo instead of .o files in the ldns package.
9694	- nicer do-ip6: yes/no documentation.
9695	- nicer linking of libevent .o files.
9696	- man pages render correctly on solaris.
9697
96989 January 2008: Wouter
9699	- fixup openssl RAND problem, when the system is not configured to
9700	  give entropy, and the rng needs to be seeded.
9701
97028 January 2008: Wouter
9703	- print median and quartiles with extensive logging.
9704
97054 January 2008: Wouter
9706	- document misconfiguration in private network.
9707
97082 January 2008: Wouter
9709	- fixup typo in requirements.
9710	- document that 'refused' is a better choice than 'drop' for
9711	  the access control list, as refused will stop retries.
9712
97137 December 2007: Wouter
9714	- unbound-host has a -d option to show what happens. This can help
9715	  with debugging (why do I get this answer).
9716	- fixup CNAME handling, on nodata, sets and display canonname.
9717	- dot removed from CNAME display.
9718	- respect -v for NXDOMAINs.
9719	- updated ldns-src.tar.gz with ldns-trunk today (1.2.2 fixes).
9720	- size_t to int for portability of the header file.
9721	- fixup bogus handling.
9722	- dependencies and lint for unbound-host.
9723
97246 December 2007: Wouter
9725	- library resolution works in foreground mode, unbound-host app
9726	  receives data.
9727	- unbound-host prints rdata using ldns.
9728	- unbound-host accepts trust anchors, and prints validation
9729	  information when you give -v.
9730
97315 December 2007: Wouter
9732	- locking in context_new() inside the function.
9733	- setup of libworker.
9734
97354 December 2007: Wouter
9736	- minor Makefile fixup.
9737	- moved module-stack code out of daemon/daemon into services/modstack,
9738	  preparing for code-reuse.
9739	- move context into own header file.
9740	- context query structure.
9741	- removed unused variable pwd from checkconf.
9742	- removed unused assignment from outside netw.
9743	- check timeval length of string.
9744	- fixup error in val_utils getsigner.
9745	- fixup same (*var) error in netblocktostr.
9746	- fixup memleak on parse error in localzone.
9747	- fixup memleak on packet parse error.
9748	- put ; after union in parser.y.
9749	- small hardening in iter_operate against iq==NULL.
9750	- hardening, if error reply with rcode=0 (noerror) send servfail.
9751	- fixup same (*var) error in find_rrset in msgparse, was harmless.
9752	- check return value of evtimer_add().
9753	- fixup lockorder in lruhash_reclaim(), building up a list of locked
9754	  entries one at a time. Instead they are removed and unlocked.
9755	- fptr_wlist for markdelfunc.
9756	- removed is_locked param from lruhash delkeyfunc.
9757	- moved bin_unlock during bin_split purely to please.
9758
97593 December 2007: Wouter
9760	- changed checkconf/ to smallapp/ to make room for more support tools.
9761	  (such as unbound-host).
9762	- install dirs created with -m 755 because they need to be accessible.
9763	- library extensive featurelist added to TODO.
9764	- please doxygen, lint.
9765	- library test application, with basic functionality.
9766	- fix for building in a subdirectory.
9767	- link lib fix for Leopard.
9768
976930 November 2007: Wouter
9770	- makefile that creates libunbound.la, basic file or libunbound.a
9771	  when creating static executables (no libtool).
9772	- more API setup.
9773
977429 November 2007: Wouter
9775	- 0.9 public API start.
9776
977728 November 2007: Wouter
9778	- Changeup plan for 0.8 - no complication needed, a simple solution
9779	  has been chosen for authoritative features.
9780	- you can use single quotes in the config file, so it is possible
9781	  to specify TXT records in local data.
9782	- fixup small memory problem in implicit transparent zone creation.
9783	- test for implicit zone creation and multiple RR RRsets local data.
9784	- local-zone nodefault test.
9785	- show testbound testlist on commit.
9786	- iterator normalizer changes CNAME chains ending in NXDOMAIN where
9787	  the packet got rcode NXDOMAIN into rcode NOERROR. (since the initial
9788	  domain exists).
9789	- nicer verbosity: 0 and 1 levels.
9790	- lower nonRDquery chance of eliciting wrongly typed validation
9791	  requiring message from the cache.
9792	- fix for nonRDquery validation typing; nodata is detected when
9793	  SOA record in auth section (all validation-requiring nodata messages
9794	  have a SOA record in authority, so this is OK for the validator),
9795	  and NS record is needed to be a referral.
9796	- duplicate checking when adding NSECs for a CNAME, and test.
9797	- created svn tag 0.8, after completing testbed tests.
9798
979927 November 2007: Wouter
9800	- per suggestion in rfc2308, replaced default max-ttl value with 1 day.
9801	- set size of msgparse lookup table to 32, from 1024, so that its size
9802	  is below the 2048 regional large size threshold, and does not cause
9803	  a call to malloc when a message is parsed.
9804	- update of memstats tool to print number of allocation calls.
9805	  This is what is taking time (not space) and indicates the avg size
9806	  of the allocations as well. region_alloc stat is removed.
9807
980822 November 2007: Wouter
9809	- noted EDNS in-the-middle dropping trouble as a TODO.
9810	  At this point theoretical, no user trouble has been reported.
9811	- added all default AS112 zones.
9812	- answers from local zone content.
9813		* positive answer, the rrset in question
9814		* nodata answer (exist, but not that type).
9815		* nxdomain answer (domain does not exist).
9816		* empty-nonterminal answer.
9817		* But not: wildcard, nsec, referral, rrsig, cname/dname,
9818			or additional section processing, NS put in auth.
9819	- test for correct working of static and transparent and couple
9820	  of important defaults (localhost, as112, reverses).
9821	  Also checks deny and refuse settings.
9822	- fixup implicit zone generation and AA bit for NXDOMAIN on localdata.
9823
982421 November 2007: Wouter
9825	- local zone internal data setup.
9826
982720 November 2007: Wouter
9828	- 0.8 - str2list config support for double string config options.
9829	- local-zone and local-data options, config storage and documentation.
9830
983119 November 2007: Wouter
9832	- do not downcase NSEC and RRSIG for verification. Follows
9833	  draft-ietf-dnsext-dnssec-bis-updates-06.txt.
9834	- fixup leaking unbound daemons at end of tests.
9835	- README file updated.
9836	- nice libevent not found error.
9837	- README talks about gnu make.
9838	- 0.8: unit test for addr_mask and fixups for it.
9839	  and unit test for addr_in_common().
9840	- 0.8: access-control config file element.
9841	  and unit test rpl replay file.
9842	- 0.8: fixup address reporting from netevent.
9843
984416 November 2007: Wouter
9845	- privilege separation is not needed in unbound at this time.
9846	  TODO item marked as such.
9847	- created beta-0.7 branch for support.
9848	- tagged 0.7 for beta release.
9849	- moved trunk to 0.8 for 0.8(auth features) development.
9850	- 0.8: access control list setup.
9851
985215 November 2007: Wouter
9853	- review fixups from Jelte.
9854
985514 November 2007: Wouter
9856	- testbed script does not recreate configure, since its in svn now.
9857	- fixup checkconf test so that it does not test
9858	  /etc/unbound/unbound.conf.
9859	- tag 0.6.
9860
986113 November 2007: Wouter
9862	- remove debug print.
9863	- fixup testbound exit when LIBEVENT_SIGNAL_PROBLEM exists.
9864
986512 November 2007: Wouter
9866	- fixup signal handling where SIGTERM could be ignored if a SIGHUP
9867	  arrives later on.
9868	- bugreports to unbound-bugs@nlnetlabs.nl
9869	- fixup testbound so it exits cleanly.
9870	- cleanup the caches on a reload, so that rrsetID numbers won't clash.
9871
98729 November 2007: Wouter
9873	- took ldns snapshot in repo.
9874	- default config file is /etc/unbound/unbound.conf.
9875	  If it doesn't exist, it is installed with the doc/example.conf file.
9876	  The file is not deleted on uninstall.
9877	- default listening is not all, but localhost interfaces.
9878
98798 November 2007: Wouter
9880	- Fixup chroot and drop user privileges.
9881	- new L root ip address in default hints.
9882
98831 November 2007: Wouter
9884	- Fixup of crash on reload, due to anchors in env not NULLed after
9885	  dealloc during deinit.
9886	- Fixup of chroot call. Happens after privileges are dropped, so
9887	  that checking the passwd entry still works.
9888	- minor touch up of clear() hashtable function.
9889	- VERB_DETAIL prints out what chdir, username, chroot is being done.
9890	- when id numbers run out, caches are cleared, as in design notes.
9891	  Tested with a mock setup with very few bits in id, it worked.
9892	- harden-dnssec-stripped: yes is now default. It insists on dnssec
9893	  data for trust anchors. Included tests for the feature.
9894
989531 October 2007: Wouter
9896	- cache-max-ttl config option.
9897	- building outside sourcedir works again.
9898	- defaults more secure:
9899		username: "unbound"
9900		chroot: "/etc/unbound"
9901	  The operator can override them to be less secure ("") if necessary.
9902	- fix horrible oversight in sorting rrset references in a message,
9903	  sort per reference key pointer, not on referencepointer itself.
9904	- pidfile: "/etc/unbound/unbound.pid" is now the default.
9905	- tests changed to reflect the updated default.
9906	- created hashtable clear() function that respects locks.
9907
990830 October 2007: Wouter
9909	- fixup assertion failure that relied on compressed names to be
9910	  smaller than uncompressed names. A packet from comrite.com was seen
9911	  to be compressed to a larger size. Added it as unit test.
9912	- quieter logging at low verbosity level for common tcp messages.
9913	- no greedy TTL update.
9914
991523 October 2007: Wouter
9916	- fixup (grand-)parent problem for dnssec-lameness detection.
9917	- fixup tests to do additional section processing for lame replies,
9918	  since the detection needs that.
9919	- no longer trust in query section in reply during dnssec lame detect.
9920	- dnssec lameness does not make the server never ever queried, but
9921	  non-preferred. If no other servers exist or answer, the dnssec lame
9922	  server is used; the fastest dnssec lame server is chosen.
9923	- added test then when trust anchor cannot be primed (nodata), the
9924	  insecure mode from unbound works.
9925	- Fixup max queries per thread, any more are dropped.
9926
992722 October 2007: Wouter
9928	- added donotquerylocalhost config option. Can be turned off for
9929	  out test cases.
9930	- ISO C compat changes.
9931	- detect RA-no-AA lameness, as LAME.
9932	- DNSSEC-lameness detection, as LAME.
9933	  See notes in requirements.txt for choices made.
9934	- tests for lameness detection.
9935	- added all to make test target; need unbound for fwd tests.
9936	- testbound does not pollute /etc/unbound.
9937
993819 October 2007: Wouter
9939	- added configure (and its files) to svn, so that the trunk is easier
9940	  to use. ./configure, config.guess, config.sub, ltmain.sh,
9941	  and config.h.in.
9942	- added yacc/lex generated files, util/configlexer.c,
9943	  util/configparser.c util/configparser.h, to svn.
9944	- without lex no attempt to use it.
9945	- unsecure response validation collated into one block.
9946	- remove warning about const cast of cfgfile name.
9947	- outgoing-interfaces can be different from service interfaces.
9948	- ldns-src configure is done during unbound configure and
9949	  ldns-src make is done during unbound make, and so inherits the
9950	  make arguments from the unbound make invocation.
9951	- nicer error when libevent problem causes instant exit on signal.
9952	- read root hints from a root hint file (like BIND does).
9953
995418 October 2007: Wouter
9955	- addresses are logged with errors.
9956	- fixup testcode fake event to remove pending before callback
9957	  since the callback may create new pending items.
9958	- tests updated because retries are now in iterator module.
9959	- ldns-testpkts code is checked for differences between unbound
9960	  and ldns by makedist.sh.
9961	- ldns trunk from today added in svn repo for fallback in case
9962	  no ldns is installed on the system.
9963	  make download_ldns refreshes the tarball with ldns svn trunk.
9964	- ldns-src.tar.gz is used if no ldns is found on the system, and
9965	  statically linked into unbound.
9966	- start of regional allocator code.
9967	- regional uses less memory and variables, simplified code.
9968	- remove of region-allocator.
9969	- alloc cache keeps a cache of recently released regional blocks,
9970	  up to a maximum.
9971	- make unit test cleanly free memory.
9972
997317 October 2007: Wouter
9974	- fixup another cycle detect and ns-addr timeout resolution bug.
9975	  This time by refusing delegations from the cache without addresses
9976	  when resolving a mandatory-glue nameserver-address for that zone.
9977	  We're going to have to ask a TLD server anyway; might as well be
9978	  the TLD server for this name. And this resolves a lot of cases where
9979	  the other nameserver names lead to cycles or are not available.
9980	- changed random generator from random(3) clone to arc4random wrapped
9981	  for thread safety. The random generator is initialised with
9982	  entropy from the system.
9983	- fix crash where failure to prime DNSKEY tried to print null pointer
9984	  in the log message.
9985	- removed some debug prints, only verb_algo (4) enables them.
9986	- fixup test; new random generator took new paths; such as one
9987	  where no scripted answer was available.
9988	- mark insecure RRs as insecure.
9989	- fixup removal of nonsecure items from the additional.
9990	- reduced timeout values to more realistic, 376 msec (262 msec has
9991	  90% of roundtrip times, 512 msec has 99% of roundtrip times.)
9992	- server selection failover to next server after timeout (376 msec).
9993
999416 October 2007: Wouter
9995	- no malloc in log_hex.
9996	- assertions around system calls.
9997	- protect against gethostname without ending zero.
9998	- ntop output is null terminated by unbound.
9999	- pidfile content null termination
10000	- various snprintf use sizeof(stringbuf) instead of fixed constant.
10001	- changed loopdetect % 8 with & 0x7 since % can become negative for
10002	  weird negative input and particular interpretation of integer math.
10003	- dname_pkt_copy checks length of result, to protect result buffers.
10004	  prints an error, this should not happen. Bad strings should have
10005	  been rejected earlier in the program.
10006	- remove a size_t underflow from msgreply size func.
10007
1000815 October 2007: Wouter
10009	- nicer warning.
10010	- fix IP6 TCP, wrong definition check. With test package.
10011	- fixup the fact that the query section was not compressed to,
10012	  the code was there but was called by value instead of by reference.
10013	  And test for the case, uses xxd and nc.
10014	- more portable ip6 check for sockaddr types.
10015
100168 October 2007: Wouter
10017	- --disable-rpath option in configure for 64bit systems with
10018	  several dynamic lib dirs.
10019
100207 October 2007: Wouter
10021	- fixup tests for no AD bit in non-DO queries.
10022	- test that makes sure AD bit is not set on non-DO query.
10023
100246 October 2007: Wouter
10025	- removed logfile open early. It did not have the proper permissions;
10026	  it was opened as root instead of the user. And we cannot change user
10027	  id yet, since chroot and bind ports need to be done.
10028	- callback checks for event callbacks done from mini_event. Because
10029	  of deletions cannot do this from netevent. This means when using
10030	  libevent the protection does not work on event-callbacks.
10031	- fixup too small reply (did not zero counts).
10032	- fixup reply no longer AD bit when query without DO bit.
10033
100345 October 2007: Wouter
10035	- function pointer whitelist.
10036
100374 October 2007: Wouter
10038	- overwrite sensitive random seed value after use.
10039	- switch to logfile very soon if not -d (console attached).
10040	- error messages do not reveal the trustanchor contents.
10041	- start work on function pointer whitelists.
10042
100433 October 2007: Wouter
10044	- fix for multiple empty nonterminals, after multiple DSes in the
10045	  chain of trust.
10046	- mesh checks if modules are looping, and stops them.
10047	- refetch with CNAMEd nameserver address regression test added.
10048	- fixup line count bug in testcode, so testbound prints correct line
10049	  number with parse errors.
10050	- unit test for multiple ENT case.
10051	- fix for cname out of validated unsec zone.
10052	- fixup nasty id=0 reuse. Also added assertions to detect its
10053	  return (the assertion catches in the existing test cases).
10054
100551 October 2007: Wouter
10056	- skip F77, CXX, objC tests in configure step.
10057	- fixup crash in refetch glue after a CNAME.
10058	  and protection against similar failures (with error print).
10059
1006028 September 2007: Wouter
10061	- test case for unbound-checkconf, fixed so it also checks the
10062	  interface: statements.
10063
1006426 September 2007: Wouter
10065	- SIGHUP will reopen the log file.
10066	- Option to log to syslog.
10067	- please lint, fixup tests (that went to syslog on open, oops).
10068	- config check program.
10069
1007025 September 2007: Wouter
10071	- tests for NSEC3. Fixup bitmap checks for NSEC3.
10072	- positive ANY response needs to check if wildcard expansion, and
10073	  check that original data did not exist.
10074	- tests for NSEC3 that wrong use of OPTOUT is bad. For insecure
10075	  delegation, for abuse of child zone apex nsec3.
10076	- create 0.5 release tag.
10077
1007824 September 2007: Wouter
10079	- do not make test programs by default.
10080	- But 'make test' will perform all of the tests.
10081	- Advertise builtin select libevent alternative when no libevent
10082	  is found.
10083	- signit can generate NSEC3 hashes, for generating tests.
10084	- multiple nsec3 parameters in message test.
10085	- too high nsec3 iterations becomes insecure test.
10086
1008721 September 2007: Wouter
10088	- fixup empty_DS_name allocated in wrong region (port DEC Alpha).
10089	- fixup testcode lock safety (port FreeBSD).
10090	- removes subscript has type char warnings (port Solaris 9).
10091	- fixup of field with format type to int (port MacOS/X intel).
10092	- added test for infinite loop case in nonRD answer validation.
10093	  It was a more general problem, but hard to reproduce. When an
10094	  unsigned rrset is being validated and the key fetched, the DS
10095	  sequence is followed, but if the final name has no DS, then no
10096	  proof is possible - the signature has been stripped off.
10097
1009820 September 2007: Wouter
10099	- fixup and test for NSEC wildcard with empty nonterminals.
10100	- makedist.sh fixup for svn info.
10101	- acl features request in plan.
10102	- improved DS empty nonterminal handling.
10103	- compat with ANS nxdomain for empty nonterminals. Attempts the nodata
10104	  proof anyway, which succeeds in ANS failure case.
10105	- striplab protection in case it becomes -1.
10106	- plans for static and blacklist config.
10107
1010819 September 2007: Wouter
10109	- comments about non-packed usage.
10110	- plan for overload support in 0.6.
10111	- added testbound tests for a failed resolution from the logs
10112	  and for failed prime when missing glue.
10113	- fixup so useless delegation points are not returned from the
10114	  cache. Also the safety belt is used if priming fails to complete.
10115	- fixup NSEC rdata not to be lowercased, bind compat.
10116
1011718 September 2007: Wouter
10118	- wildcard nsec3 testcases, and fixup to get correct wildcard name.
10119	- validator prints subtype classification for debug.
10120
1012117 September 2007: Wouter
10122	- NSEC3 hash cache unit test.
10123	- validator nsec3 nameerror test.
10124
1012514 September 2007: Wouter
10126	- nsec3 nodata proof, nods proof, wildcard proof.
10127	- nsec3 support for cname chain ending in noerror or nodata.
10128	- validator calls nsec3 proof routines if no NSECs prove anything.
10129	- fixup iterator bug where it stored the answer to a cname under
10130	  the wrong qname into the cache. When prepending the cnames, the
10131	  qname has to be reset to the original qname.
10132
1013313 September 2007: Wouter
10134	- nsec3 find matching and covering, ce proof, prove namerror msg.
10135
1013612 September 2007: Wouter
10137	- fixup of manual page warnings, like for NSD bugreport.
10138	- nsec3 work, config, max iterations, filter, and hash cache.
10139
101406 September 2007: Wouter
10141	- fixup to find libevent on mac port install.
10142	- fixup size_t vs unsigned portability in validator/sigcrypt.
10143	- please compiler on different platforms, for unreachable code.
10144	- val_nsec3 file.
10145	- pthread_rwlock type is optional, in case of old pthread libs.
10146
101475 September 2007: Wouter
10148	- cname, name error validator tests.
10149	- logging of qtype ANY works.
10150	- ANY type answers get RRSIG in answer section of replies (but not
10151	  in other sections, unless DO bit is on).
10152	- testbound can replay a TCP query (set MATCH TCP in the QUERY).
10153	- DS and noDS referral validation test.
10154	- if you configure many trust anchors, parent trust anchors can
10155	  securely deny existence of child trust anchors, if validated.
10156	- not all *.name NSECs are present because a wildcard was matched,
10157	  and *.name NSECs can prove nodata for empty nonterminals.
10158	  Also, for wildcard name NSECs, check they are not from the parent
10159	  zone (for wildcarded zone cuts), and check absence of CNAME bit,
10160	  for a nodata proof.
10161	- configure option for memory allocation debugging.
10162	- port configure option for memory allocation to solaris10.
10163
101644 September 2007: Wouter
10165	- fixup of Leakage warning when serviced queries processed multiple
10166	  callbacks for the same query from the same server.
10167	- testbound removes config file from /tmp on failed exit.
10168	- fixup for referral cleanup of the additional section.
10169	- tests for cname, referral validation.
10170	- neater testbound tpkg output.
10171	- DNAMEs no longer match their apex when synthesized from the cache.
10172	- find correct signer name for DNAME responses.
10173	- wildcarded DNAME test and fixup code to detect.
10174	- prepend NSEC and NSEC3 rrsets in the iterator while chasing CNAMEs.
10175	  So that wildcarded CNAMEs get their NSEC with them to the answer.
10176	- test for a CNAME to a DNAME to a CNAME to an answer, all from
10177	  different domains, for key fetching and signature checking of
10178	  CNAME'd messages.
10179
101803 September 2007: Wouter
10181	- Fixed error in iterator that would cause assertion failure in
10182	  validator. CNAME to a NXDOMAIN response was collated into a response
10183	  with both a CNAME and the NXDOMAIN rcode. Added a test that the
10184	  rcode is changed to NOERROR (because of the CNAME).
10185	- timeout on tcp does not lead to spurious leakage detect.
10186	- account memory for name of lame zones, so that memory leakages does
10187	  not show lame cache growth as a leakage growth.
10188	- config setting for lameness cache expressed in bytes, instead of
10189	  number of entries.
10190	- tool too summarize allocations per code line.
10191
1019231 August 2007: Wouter
10193	- can read bind trusted-keys { ... }; files, in a compatibility mode.
10194	- iterator should not detach target queries that it still could need.
10195	  the protection against multiple outstanding queries is moved to a
10196	  current_query num check.
10197	- validator nodata, positive, referral tests.
10198	- dname print can print '*' wildcard.
10199
1020030 August 2007: Wouter
10201	- fixup override date config option.
10202	- config options to control memory usage.
10203	- caught bad free of un-alloced data in worker_send error case.
10204	- memory accounting for key cache (trust anchors and temporary cache).
10205	- memory accounting fixup for outside network tcp pending waits.
10206	- memory accounting fixup for outside network tcp callbacks.
10207	- memory accounting for iterator fixed storage.
10208	- key cache size and slabs config options.
10209	- lib crypto cleanups at exit.
10210
1021129 August 2007: Wouter
10212	- test tool to sign rrsets for testing validator with.
10213	- added RSA and DSA test keys, public and private pairs, 512 bits.
10214	- default configuration is with validation enabled.
10215	  Only a trust-anchor needs to be configured for DNSSEC to work.
10216	- do not convert to DER for DSA signature verification.
10217	- validator replay test file, for a DS to DNSKEY DSA key prime and
10218	  positive response.
10219
1022028 August 2007: Wouter
10221	- removed double use for udp buffers, that could fail,
10222	  instead performs a malloc to do the backup.
10223	- validator validates referral messages, by validating all the rrsets
10224	  and stores the rrsets in the cache. Further referral (nonRD queries)
10225	  replies are made from the rrset cache directly. Unless unchecked
10226	  rrsets are encountered, there are then validated.
10227	- enforce that signing is done by a parent domain (or same domain).
10228	- adjust TTL downwards if rrset TTL bigger than signature allows.
10229	- permissive mode feature, sets AD bit for secure, but bogus does
10230	  not give servfail (bogus is changed into indeterminate).
10231	- optimization of rrset verification. rr canonical sorting is reused,
10232	  for the same rrset. canonical rrset image in buffer is reused for
10233	  the same signature.
10234	- if the rrset is too big (64k exactly + large owner name) the
10235	  canonicalization routine will fail if it does not fit in buffer.
10236	- faster verification for large sigsets.
10237	- verb_detail mode reports validation failures, but not the entire
10238	  algorithm for validation. Key prime failures are reported as
10239	  verb_ops level.
10240
1024127 August 2007: Wouter
10242	- do not garble the edns if a cache answer fails.
10243	- answer norecursive from cache if possible.
10244	- honor clean_additional setting when returning secure non-recursive
10245	  referrals.
10246	- do not store referral in msg cache for nonRD queries.
10247	- store verification status in the rrset cache to speed up future
10248	  verification.
10249	- mark rrsets indeterminate and insecure if they are found to be so.
10250	  and store this in the cache.
10251
1025224 August 2007: Wouter
10253	- message is bogus if unsecure authority rrsets are present.
10254	- val-clean-additional option, so you can turn it off.
10255	- move rrset verification out of the specific proof types into one
10256	  routine. This makes the proof routines prettier.
10257	- fixup cname handling in validator, cname-to-positive and cname-to-
10258	  nodata work.
10259	- Do not synthesize DNSKEY and DS responses from the rrset cache if
10260	  the rrset is from the additional section. Signatures may have
10261	  fallen off the packet, and cause validation failure.
10262	- more verbose signature date errors (with the date attached).
10263	- increased default infrastructure cache size. It is important for
10264	  performance, and 1000 entries are only 212k (or a 400 k total cache
10265	  size). To 10000 entries (for 2M entries, 4M cache size).
10266
1026723 August 2007: Wouter
10268	- CNAME handling - move needs_validation to before val_new().
10269	  val_new() setups the chase-reply to be an edited copy of the msg.
10270	  new classification, and find signer can find for it.
10271	  removal of unsigned crap from additional, and query restart for
10272	  cname.
10273	- refuse to follow wildcarded DNAMEs when validating.
10274	  But you can query for qtype ANY, or qtype DNAME and validate that.
10275
1027622 August 2007: Wouter
10277	- bogus TTL.
10278	- review - use val_error().
10279
1028021 August 2007: Wouter
10281	- ANY response validation.
10282	- store security status in cache.
10283	- check cache security status and either send the query to be
10284	  validated, return the query to client, or send servfail to client.
10285	  Sets AD bit on validated replies.
10286	- do not examine security status on an error reply in mesh_done.
10287	- construct DS, DNSKEY messages from rrset cache.
10288	- manual page entry for override-date.
10289
1029020 August 2007: Wouter
10291	- validate and positive validation, positive wildcard NSEC validation.
10292	- nodata validation, nxdomain validation.
10293
1029418 August 2007: Wouter
10295	- process DNSKEY response in FINDKEY state.
10296
1029717 August 2007: Wouter
10298	- work on DS2KE routine.
10299	- val_nsec.c for validator NSEC proofs.
10300	- unit test for NSEC bitmap reading.
10301	- dname iswild and canonical_compare with unit tests.
10302
1030316 August 2007: Wouter
10304	- DS sig unit test.
10305	- latest release libevent 1.3c and 1.3d have threading fixed.
10306	- key entry fixup data pointer and ttl absolute.
10307	- This makes a key-prime succeed in validator, with DS or DNSKEY as
10308	  trust-anchor.
10309	- fixup canonical compare byfield routine, fix bug and also neater.
10310	- fixed iterator response type classification for queries of type
10311	  ANY and NS.
10312	  dig ANY gives sometimes NS rrset in AN and NS section, and parser
10313	  removes the NS section duplicate. dig NS gives sometimes the NS
10314	  in the answer section, as referral.
10315	- validator FINDKEY state.
10316
1031715 August 2007: Wouter
10318	- crypto calls to verify signatures.
10319	- unit test for rrsig verification.
10320
1032114 August 2007: Wouter
10322	- default outgoing ports changed to avoid port 2049 by default.
10323	  This port is widely blocked by firewalls.
10324	- count infra lameness cache in memory size.
10325	- accounting of memory improved
10326	- outbound entries are allocated in the query region they are for.
10327	- extensive debugging for memory allocations.
10328	- --enable-lock-checks can be used to enable lock checking.
10329	- protect undefs in config.h from autoheaders ministrations.
10330	- print all received udp packets. log hex will print on multiple
10331	  lines if needed.
10332	- fixed error in parser with backwards rrsig references.
10333	- mark cycle targets for iterator did not have CD flag so failed
10334	  its task.
10335
1033613 August 2007: Wouter
10337	- fixup makefile, if lexer is missing give nice error and do not
10338	  mess up the dependencies.
10339	- canonical compare routine updated.
10340	- canonical hinfo compare.
10341	- printout list of the queries that the mesh is working on.
10342
1034310 August 2007: Wouter
10344	- malloc and free overrides that track total allocation and frees.
10345	  for memory debugging.
10346	- work on canonical sort.
10347
103489 August 2007: Wouter
10349	- canonicalization, signature checks
10350	- dname signature label count and unit test.
10351	- added debug heap size print to memory printout.
10352	- typo fixup in worker.c
10353	- -R needed on solaris.
10354	- validator override option for date check testing.
10355
103568 August 2007: Wouter
10357	- ldns _raw routines created (in ldns trunk).
10358	- sigcrypt DS digest routines
10359	- val_utils uses sigcrypt to perform signature cryptography.
10360	- sigcrypt keyset processing
10361
103627 August 2007: Wouter
10363	- security status type.
10364	- security status is copied when rdata is equal for rrsets.
10365	- rrset id is updated to invalidate all the message cache entries
10366	  that refer to NSEC, NSEC3, DNAME rrsets that have changed.
10367	- val_util work
10368	- val_sigcrypt file for validator signature checks.
10369
103706 August 2007: Wouter
10371	- key cache for validator.
10372	- moved isroot and dellabel to own dname routines, with unit test.
10373
103743 August 2007: Wouter
10375	- replanning.
10376	- scrubber check section of lame NS set.
10377	- trust anchors can be in config file or read from zone file,
10378	  DS and DNSKEY entries.
10379	- unit test trust anchor storage.
10380	- trust anchors converted to packed rrsets.
10381	- key entry definition.
10382
103832 August 2007: Wouter
10384	- configure change for latest libevent trunk version (needs -lrt).
10385	- query_done and walk_supers are moved out of module interface.
10386	- fixup delegation point duplicates.
10387	- fixup iterator scrubber; lame NS set is let through the scrubber
10388	  so that the classification is lame.
10389	- validator module exists, and does nothing but pass through,
10390	  with calling of next module and return.
10391	- validator work.
10392
103931 August 2007: Wouter
10394	- set version to 0.5
10395	- module work for module to module interconnections.
10396	- config of modules.
10397	- detect cycle takes flags.
10398
1039931 July 2007: Wouter
10400	- updated plan
10401	- release 0.4 tag.
10402
1040330 July 2007: Wouter
10404	- changed random state init, so that sequential process IDs are not
10405	  cancelled out by sequential thread-ids in the random number seed.
10406	- the fwd_three test, which sends three queries to unbound, and
10407	  unbound is kept waiting by ldns-testns for 3 seconds, failed
10408	  because the retry timeout for default by unbound is 3 seconds too,
10409	  it would hit that timeout and fail the test. Changed so that unbound
10410	  is kept waiting for 2 seconds instead.
10411
1041227 July 2007: Wouter
10413	- removed useless -C debug option. It did not work.
10414	- text edit of documentation.
10415	- added doc/CREDITS file, referred to by the manpages.
10416	- updated planning.
10417
1041826 July 2007: Wouter
10419	- cycle detection, for query state dependencies. Will attempt to
10420	  circumvent the cycle, but if no other targets available fails.
10421	- unit test for AXFR, IXFR response.
10422	- test for cycle detection.
10423
1042425 July 2007: Wouter
10425	- testbound read ADDRESS and check it.
10426	- test for version.bind and friends.
10427	- test for iterator chaining through several referrals.
10428	- test and fixup for refetch for glue. Refetch fails if glue
10429	  is still not provided.
10430
1043124 July 2007: Wouter
10432	- Example section in config manual.
10433	- Addr stored for range and moment in replay.
10434
1043520 July 2007: Wouter
10436	- Check CNAME chain before returning cache entry with CNAMEs.
10437	- Option harden-glue, default is on. It will discard out of zone
10438	  data. If disabled, performance is faster, but spoofing attempts
10439	  become a possibility. Note that still normalize scrubbing is done,
10440	  and that the potentially spoofed data is used for infrastructure
10441	  and not returned to the client.
10442	- if glue times out, refetch by asking parent of delegation again.
10443	  Much like asking for DS at the parent side.
10444	- TODO items from forgery-resilience draft.
10445	  and on memory handling improvements.
10446	- renamed module_event_timeout to module_event_noreply.
10447	- memory reporting code; reports on memory usage after handling
10448	  a network packet (not on cache replies).
10449
1045019 July 2007: Wouter
10451	- shuffle NS selection when getting nameserver target addresses.
10452	- fixup of deadlock warnings, yield cpu in checklock code so that
10453	  freebsd scheduler selects correct process to run.
10454	- added identity and version config options and replies.
10455	- store cname messages complete answers.
10456
1045718 July 2007: Wouter
10458	- do not query addresses, 127.0.0.1, and ::1 by default.
10459
1046017 July 2007: Wouter
10461	- forward zone options in config file.
10462	- forward per zone in iterator. takes precedence over stubs.
10463	- fixup commithooks.
10464	- removed forward-to and forward-to-port features, subsumed by
10465	  new forward zones.
10466	- fix parser to handle absent server: clause.
10467	- change untrusted rrset test to account for scrubber that is now
10468	  applied during the test (which removes the poison, by the way).
10469	- feature, addresses can be specified with @portnumber, like nsd.conf.
10470	- test config files changed over to new forwarder syntax.
10471
1047227 June 2007: Wouter
10473	- delete of mesh does a postorder traverse of the tree.
10474	- found and fixed a memory leak. For TTL=0 messages, that would
10475	  not be cached, instead the msg-replyinfo structure was leaked.
10476	- changed server selection so it will filter out hosts that are
10477	  unresponsive. This is defined as a host with the maximum rto value.
10478	  This means that unbound tried the host for retries up to 120 secs.
10479	  The rto value will time out after host-ttl seconds from the cache.
10480	  This keeps such unresolvable queries from taking up resources.
10481	- utility for keeping histogram.
10482
1048326 June 2007: Wouter
10484	- mesh is called by worker, and iterator uses it.
10485	  This removes the hierarchical code.
10486	  QueryTargets state and Finished state are merged for iterator.
10487	- forwarder mode no longer sets AA bit on first reply.
10488	- rcode in walk_supers is not needed.
10489
1049025 June 2007: Wouter
10491	- more mesh work.
10492	- error encode routine for ease.
10493
1049422 June 2007: Wouter
10495	- removed unused _node iterator value from rbtree_t. Takes up space.
10496	- iterator can handle querytargets state without a delegation point
10497	  set, so that a priming(stub) subquery error can be handled.
10498	- iterator stores if it is priming or not.
10499	- log_query_info() neater logging.
10500	- changed iterator so that it does not alter module_qstate.qinfo
10501	  but keeps a chase query info. Also query_flags are not altered,
10502	  the iterator uses chase_flags.
10503	- fixup crash in case no ports for the family exist.
10504
1050521 June 2007: Wouter
10506	- Fixup secondary buffer in case of error callback.
10507	- cleanup slumber list of runnable states.
10508	- module_subreq_depth fails to work in slumber list.
10509	- fixup query release for cached results to sub targets.
10510	- neater error for tcp connection failure, shows addr in verbose.
10511	- rbtree_init so that it can be used with preallocated memory.
10512
1051320 June 2007: Wouter
10514	- new -C option to enable coredumps after forking away.
10515	- doc update.
10516	- fixup CNAME generation by scrubber, and memory allocation of it.
10517	- fixup deletion of serviced queries when all callbacks delete too.
10518	- set num target queries to 0 when you move them to slumber list.
10519	- typo in check caused subquery errors to be ignored, fixed.
10520	- make lint happy about rlim_t.
10521	- freeup of modules after freeup of module-states.
10522	- duplicate replies work, this uses secondary udp buffer in outnet.
10523
1052419 June 2007: Wouter
10525	- nicer layout in stats.c, review 0.3 change.
10526	- spelling improvement, review 0.3 change.
10527	- uncapped timeout for server selection, so that very fast or slow
10528	  servers will stand out from the rest.
10529	- target-fetch-policy: "3 2 1 0 0" config setting.
10530	- fixup queries answered without RD bit (for root prime results).
10531	- refuse AXFR and IXFR requests.
10532	- fixup RD flag in error reply from iterator. fixup RA flag from
10533	  worker error reply.
10534	- fixup encoding of very short edns buffer sizes, now sets TC bit.
10535	- config options harden-short-bufsize and harden-large-queries.
10536
1053718 June 2007: Wouter
10538	- same, move subqueries to slumber list when first has resolved.
10539	- fixup last fix for duplicate callbacks.
10540	- another offbyone in targetcounter. Also in Java prototype by the way.
10541
1054215 June 2007: Wouter
10543	- if a query asks to be notified of the same serviced query result
10544	  multiple times, this will succeed. Only one callback will happen;
10545	  multiple outbound-list entries result (but the double cleanup of it
10546	  will not matter).
10547	- when iterator moves on due to CNAME or referral, it will remove
10548	  the subqueries (for other targets). These are put on the slumber
10549	  list.
10550	- state module wait subq is OK with no new subqs, an old one may have
10551	  stopped, with an error, and it is still waiting for other ones.
10552	- if a query loops, halt entire query (easy way to clean up properly).
10553
1055414 June 2007: Wouter
10555	- num query targets was > 0 , not >= 0 compared, so that fetch
10556	  policy of 0 did nothing.
10557
1055813 June 2007: Wouter
10559	- debug option: configure --enable-static-exe for compile where
10560	  ldns and libevent are linked statically. Default is off.
10561	- make install and make uninstall. Works with static-exe and without.
10562	  installation of unbound binary and manual pages.
10563	- alignment problem fix on solaris 64.
10564	- fixup address in case of TCP error.
10565
1056612 June 2007: Wouter
10567	- num target queries was set to 0 at a bad time. Default it to 0 and
10568	  increase as target queries are done.
10569	- synthesize CNAME and DNAME responses from the cache.
10570	- Updated doxygen config for doxygen 1.5.
10571	- aclocal newer version.
10572	- doxygen 1.5 fixes for comments (for the strict check on docs).
10573
1057411 June 2007: Wouter
10575	- replies on TCP queries have the address field set in replyinfo,
10576	  for serviced queries, because the initiator does not know that
10577	  a TCP fallback has occured.
10578	- omit DNSSEC types from nonDO replies, except if qtype is ANY or
10579	  if qtype directly queries for the type (and then only show that
10580	  'unknown type' in the answer section).
10581	- fixed message parsing where rrsigs on their own would be put
10582	  in the signature list over the rrsig type.
10583
105847 June 2007: Wouter
10585	- fixup error in double linked list insertion for subqueries and
10586	  for outbound list of serviced queries for iterator module.
10587	- nicer printout of outgoing port selection.
10588	- fixup cname target readout.
10589	- nicer debug output.
10590	- fixup rrset counts when prepending CNAMEs to the answer.
10591	- fixup rrset TTL for prepended CNAMEs.
10592	- process better check for looping modules, and which submodule to
10593	  run next.
10594	- subreq insertion code fixup for slumber list.
10595	- VERB_DETAIL, verbosity: 2 level gives short but readable output.
10596	  VERB_ALGO, verbosity: 3 gives extensive output.
10597	- fixup RA bit in cached replies.
10598	- fixup CNAME responses from the cache no longer partial response.
10599	- error in network send handled without leakage.
10600	- enable ip6 from config, and try ip6 addresses if available,
10601	  if ip6 is not connected, skips to next server.
10602
106035 June 2007: Wouter
10604	- iterator state finished.
10605	- subrequests without parent store in cache and stop.
10606	- worker slumber list for ongoing promiscuous queries.
10607	- subrequest error handling.
10608	- priming failure returns SERVFAIL.
10609	- priming gives LAME result, returns SERVFAIL.
10610	- debug routine to print dns_msg as handled by iterator.
10611	- memleak in config file stubs fixup.
10612	- more small bugs, in scrubber, query compare no ID for lookup,
10613	  in dname validation for NS targets.
10614	- sets entry.key for new special allocs.
10615	- lognametypeclass can display unknown types and classes.
10616
106174 June 2007: Wouter
10618	- random selection of equally preferred nameserver targets.
10619	- reply info copy routine. Reuses existing code.
10620	- cache lameness in response handling.
10621	- do not touch qstate after worker_process_query because it may have
10622	  been deleted by that routine.
10623	- Prime response state.
10624	- Process target response state.
10625	- some memcmp changed to dname_compare for case preservation.
10626
106271 June 2007: Wouter
10628	- normalize incoming messages. Like unbound-java, with CNAME chain
10629	  checked, DNAME checked, CNAME's synthesized, glue checked.
10630	- sanitize incoming messages.
10631	- split msgreply encode functions into own file msgencode.c.
10632	- msg_parse to queryinfo/replyinfo conversion more versatile.
10633	- process_response, classify response, delegpt_from_message.
10634
1063531 May 2007: Wouter
10636	- querytargets state.
10637	- dname_subdomain_c() routine.
10638	- server selection, based on RTT. ip6 is filtered out if not available,
10639	  and lameness is checked too.
10640	- delegation point copy routine.
10641
1064230 May 2007: Wouter
10643	- removed FLAG_CD from message and rrset caches. This was useful for
10644	  an agnostic forwarder, but not for a sophisticated (trust value per
10645	  rrset enabled) cache.
10646	- iterator response typing.
10647	- iterator cname handle.
10648	- iterator prime start.
10649	- subquery work.
10650	- processInitRequest and processInitRequest2.
10651	- cache synthesizes referral messages, with DS and NSEC.
10652	- processInitRequest3.
10653	- if a request creates multiple subrequests these are all activated.
10654
1065529 May 2007: Wouter
10656	- routines to lock and unlock array of rrsets moved to cache/rrset.
10657	- lookup message from msg cache (and copy to region).
10658	- fixed cast error in dns msg lookup.
10659	- message with duplicate rrset does not increase its TTLs twice.
10660	- 'qnamesize' changed to 'qname_len' for similar naming scheme.
10661
1066225 May 2007: Wouter
10663	- Acknowledge use of unbound-java code in iterator. Nicer readme.
10664	- services/cache/dns.c DNS Cache. Hybrid cache uses msgcache and
10665	  rrset cache from module environment.
10666	- packed rrset key has type and class as easily accessible struct
10667	  members. They are still kept in network format for fast msg encode.
10668	- dns cache find_delegation routine.
10669	- iterator main functions setup.
10670	- dns cache lookup setup.
10671
1067224 May 2007: Wouter
10673	- small changes to prepare for subqueries.
10674	- iterator forwarder feature separated out.
10675	- iterator hints stub code, config file stub code, so that first
10676	  testing can proceed locally.
10677	- replay tests now have config option to enable forwarding mode.
10678
1067923 May 2007: Wouter
10680	- outside network does precise timers for roundtrip estimates for rtt
10681	  and for setting timeout for UDP. Pending_udp takes milliseconds.
10682	- cleaner iterator sockaddr conversion of forwarder address.
10683	- iterator/iter_utils and iter_delegpt setup.
10684	- root hints.
10685
1068622 May 2007: Wouter
10687	- outbound query list for modules and support to callback with the
10688	  outbound entry to the module.
10689	- testbound support for new serviced queries.
10690	- test for retry to TCP cannot use testbound any longer.
10691	- testns test for EDNS fallback, test for TCP fallback already exists.
10692	- fixes for no-locking compile.
10693	- mini_event timer precision and fix for change in timeouts during
10694	  timeout callback. Fix for fwd_three tests, performed nonexit query.
10695
1069621 May 2007: Wouter
10697	- small comment on hash table locking.
10698	- outside network serviced queries, contain edns and tcp fallback,
10699	  and udp retries and rtt timing.
10700
1070116 May 2007: Wouter
10702	- lruhash_touch() would cause locking order problems. Fixup in
10703	  lock-verify in case locking cycle is found.
10704	- services/cache/rrset.c for rrset cache code.
10705	- special rrset_cache LRU updating function that uses the rrset id.
10706	- no dependencies calculation when make clean is called.
10707	- config settings for infra cache.
10708	- daemon code slightly cleaner, only creates caches once.
10709
1071015 May 2007: Wouter
10711	- host cache code.
10712	- unit test for host cache.
10713
1071414 May 2007: Wouter
10715	- Port to OS/X and Dec Alpha. Printf format and alignment fixes.
10716	- extensive lock debug report on join timeout.
10717	- proper RTT calculation, in utility code.
10718	- setup of services/cache/infra, host cache.
10719
1072011 May 2007: Wouter
10721	- iterator/iterator.c module.
10722	- fixup to pass reply_info in testcode and in netevent.
10723
1072410 May 2007: Wouter
10725	- created release-0.3 svn tag.
10726	- util/module.h
10727	- fixed compression - no longer compresses root name.
10728
107299 May 2007: Wouter
10730	- outside network cleans up waiting tcp queries on exit.
10731	- fallback to TCP.
10732	- testbound replay with retry in TCP mode.
10733	- tpkg test for retry in TCP mode, against ldns-testns server.
10734	- daemon checks max number of open files and complains if not enough.
10735	- test where data expires in the cache.
10736	- compiletests: fixed empty body ifstatements in alloc.c, in case
10737	  locks are disabled.
10738
107398 May 2007: Wouter
10740	- outgoing network keeps list of available tcp buffers for outgoing
10741	  tcp queries.
10742	- outgoing-num-tcp config option.
10743	- outgoing network keeps waiting list of queries waiting for buffer.
10744	- netevent supports outgoing tcp commpoints, nonblocking connects.
10745
107467 May 2007: Wouter
10747	- EDNS read from query, used to make reply smaller.
10748	- advertised edns value constants.
10749	- EDNS BADVERS response, if asked for too high edns version.
10750	- EDNS extended error responses once the EDNS record from the query
10751	  has successfully been parsed.
10752
107534 May 2007: Wouter
10754	- msgreply sizefunc is more accurate.
10755	- config settings for rrset cache size and slabs.
10756	- hashtable insert takes argument so that a thread can use its own
10757	  alloc cache to store released keys.
10758	- alloc cache special_release() locks if necessary.
10759	- rrset trustworthiness type added.
10760	- thread keeps a scratchpad region for handling messages.
10761	- writev used in netevent to write tcp length and data after another.
10762	  This saves a roundtrip on tcp replies.
10763	- test for one rrset updated in the cache.
10764	- test for one rrset which is not updated, as it is not deemed
10765	  trustworthy enough.
10766	- test for TTL refreshed in rrset.
10767
107683 May 2007: Wouter
10769	- fill refs. Use new parse and encode to answer queries.
10770	- stores rrsets in cache.
10771	- uses new msgreply format in cache.
10772
107732 May 2007: Wouter
10774	- dname unit tests in own file and spread out neatly in functions.
10775	- more dname unit tests.
10776	- message encoding creates truncated TC flagged messages if they do
10777	  not fit, and will leave out (whole)rrsets from additional if needed.
10778
107791 May 2007: Wouter
10780	- decompress query section, extremely lenient acceptance.
10781	  But only for answers from other servers, not for plain queries.
10782	- compression and decompression test cases.
10783	- some stats added.
10784	- example.conf interface: line is changed from 127.0.0.1 which leads
10785	  to problems if used (restricting communication to the localhost),
10786	  to a documentation and test address.
10787
1078827 April 2007: Wouter
10789	- removed iov usage, it is not good for dns message encoding.
10790	- owner name compression more optimal.
10791	- rrsig owner name compression.
10792	- rdata domain name compression.
10793
1079426 April 2007: Wouter
10795	- floating point exception fix in lock-verify.
10796	- lint uses make dependency
10797	- fixup lint in dname owner domain name compression code.
10798	- define for offset range that can be compressed to.
10799
1080025 April 2007: Wouter
10801	- prettier code; parse_rrset->type kept in host byte order.
10802	- datatype used for hashvalue of converted rrsig structure.
10803	- unit test compares edns section data too.
10804
1080524 April 2007: Wouter
10806	- ttl per RR, for RRSIG rrsets and others.
10807	- dname_print debug function.
10808	- if type is not known, size calc will skip DNAME decompression.
10809	- RRSIG parsing and storing and putting in messages.
10810	- dnssec enabled unit tests (from nlnetlabs.nl and se queries).
10811	- EDNS extraction routine.
10812
1081320 April 2007: Wouter
10814	- code comes through all of the unit tests now.
10815	- disabled warning about spurious extra data.
10816	- documented the RRSIG parse plan in msgparse.h.
10817	- rrsig reading and outputting.
10818
1081919 April 2007: Wouter
10820	- fix unit test to actually to tests.
10821	- fix write iov helper, and fakevent code.
10822	- extra builtin testcase (small packet).
10823	- ttl converted to network format in packets.
10824	- flags converted correctly
10825	- rdatalen off by 2 error fixup.
10826	- uses less iov space for header.
10827
1082818 April 2007: Wouter
10829	- review of msgparse code.
10830	- smaller test cases.
10831
1083217 April 2007: Wouter
10833	- copy and decompress dnames.
10834	- store calculated hash value too.
10835	- routine to create message out of stored information.
10836	- util/data/msgparse.c for message parsing code.
10837	- unit test, and first fixes because of test.
10838		* forgot rrset_count addition.
10839		* did & of ptr on stack for memory position calculation.
10840		* dname_pkt_copy forgot to read next label length.
10841	- test from file and fixes
10842		* double frees fixed in error conditions.
10843		* types with less than full rdata allowed by parser.
10844		  Some dynamic update packets seem to use it.
10845
1084616 April 2007: Wouter
10847	- following a small change in LDNS, parsing code calculates the
10848	  memory size to allocate for rrs.
10849	- code to handle ID creation.
10850
1085113 April 2007: Wouter
10852	- parse routines. Code that parses rrsets, rrs.
10853
1085412 April 2007: Wouter
10855	- dname compare routine that preserves case, with unit tests.
10856
1085711 April 2007: Wouter
10858	- parse work - dname packet parse, msgparse, querysection parse,
10859	  start of sectionparse.
10860
1086110 April 2007: Wouter
10862	- Improved alignment of reply_info packet, nice for 32 and 64 bit.
10863	- Put RRset counts in reply_info, because the number of RRs can change
10864	  due to RRset updates.
10865	- import of region-allocator code from nsd.
10866	- set alloc special type to ub_packed_rrset_key.
10867	  Uses lruhash entry overflow chain next pointer in alloc cache.
10868	- doxygen documentation for region-allocator.
10869	- setup for parse scratch data.
10870
108715 April 2007: Wouter
10872	- discussed packed rrset with Jelte.
10873
108744 April 2007: Wouter
10875	- moved to version 0.3.
10876	- added util/data/dname.c
10877	- layout of memory for rrsets.
10878
108793 April 2007: Wouter
10880	- detect sign of msghdr.msg_iovlen so that the cast to that type
10881	  in netevent (which is there to please lint) can be correct.
10882	  The type on several OSes ranges from int, int32, uint32, size_t.
10883	  Detects unsigned or signed using math trick.
10884	- constants for DNS flags.
10885	- compilation without locks fixup.
10886	- removed include of unportable header from lookup3.c.
10887	- more portable use of struct msghdr.
10888	- casts for printf warning portability.
10889	- tweaks to tests to port them to the testbed.
10890	- 0.2 tag created.
10891
108922 April 2007: Wouter
10893	- check sizes of udp received messages, not too short.
10894	- review changes. Some memmoves can be memcpys: 4byte aligned.
10895	  set id correctly on cached answers.
10896	- review changes msgreply.c, memleak on error condition. AA flag
10897	  clear on cached reply. Lowercase queries on hashing.
10898	  unit test on lowercasing. Test AA bit not set on cached reply.
10899	  Note that no TTLs are managed.
10900
1090129 March 2007: Wouter
10902	- writev or sendmsg used when answering from cache.
10903	  This avoids a copy of the data.
10904	- do not do useless byteswap on query id. Store reply flags in uint16
10905	  for easier access (and no repeated byteswapping).
10906	- reviewed code.
10907	- configure detects and config.h includes sys/uio.h for writev decl.
10908
1090928 March 2007: Wouter
10910	- new config option: num-queries-per-thread.
10911	- added tpkg test for answering three queries at the same time
10912	  using one thread (from the query service list).
10913
1091427 March 2007: Wouter
10915	- added test for cache and not cached answers, in testbound replays.
10916	- testbound can give config file and commandline options from the
10917	  replay file to unbound.
10918	- created test that checks if items drop out of the cache.
10919	- added word 'partitioned hash table' to documentation on slab hash.
10920	  A slab hash is a partitioned hash table.
10921	- worker can handle multiple queries at a time.
10922
1092326 March 2007: Wouter
10924	- config settings for slab hash message cache.
10925	- test for cached answer.
10926	- Fixup deleting fake answer from testbound list.
10927
1092823 March 2007: Wouter
10929	- review of yesterday's commits.
10930	- covered up memory leak of the entry locks.
10931	- answers from the cache correctly. Copies flags correctly.
10932	- sanity check for incoming query replies.
10933	- slabbed hash table. Much nicer contention, need dual cpu to see.
10934
1093522 March 2007: Wouter
10936	- AIX configure check.
10937	- lock-verify can handle references to locks that are created
10938	  in files it has not yet read in.
10939	- threaded hash table test.
10940	- unit test runs lock-verify afterwards and checks result.
10941	- need writelock to update data on hash_insert.
10942	- message cache code, msgreply code.
10943
1094421 March 2007: Wouter
10945	- unit test of hash table, fixup locking problem in table_grow().
10946	- fixup accounting of sizes for removing items from hashtable.
10947	- unit test for hash table, single threaded test of integrity.
10948	- lock-verify reports errors nicely. More quiet in operation.
10949
1095016 March 2007: Wouter
10951	- lock-verifier, checks consistent order of locking.
10952
1095314 March 2007: Wouter
10954	- hash table insert (and subroutines) and lookup implemented.
10955	- hash table remove.
10956	- unit tests for hash internal bin, lru functions.
10957
1095813 March 2007: Wouter
10959	- lock_unprotect in checklocks.
10960	- util/storage/lruhash.h for LRU hash table structure.
10961
1096212 March 2007: Wouter
10963	- configure.ac moved to 0.2.
10964	- query_info and replymsg util/data structure.
10965
109669 March 2007: Wouter
10967	- added rwlock writelock checking.
10968	  So it will keep track of the writelock, and readlocks are enforced
10969	  to not change protected memory areas.
10970	- log_hex function to dump hex strings to the logfile.
10971	- checklocks zeroes its destroyed lock after checking memory areas.
10972	- unit test for alloc.
10973	- identifier for union in checklocks to please older compilers.
10974	- created 0.1 tag.
10975
109768 March 2007: Wouter
10977	- Reviewed checklock code.
10978
109797 March 2007: Wouter
10980	- created a wrapper around thread calls that performs some basic
10981	  checking for data race and deadlock, and basic performance
10982	  contention measurement.
10983
109846 March 2007: Wouter
10985	- Testbed works with threading (different machines, different options).
10986	- alloc work, does the special type.
10987
109882 March 2007: Wouter
10989	- do not compile fork funcs unless needed. Otherwise will give
10990	  type errors as their typedefs have not been enabled.
10991	- log shows thread numbers much more nicely (and portably).
10992	- even on systems with nonthreadsafe libevent signal handling,
10993	  unbound will exit if given a signal.
10994	  Reloads will not work, and exit is not graceful.
10995	- start of alloc framework layout.
10996
109971 March 2007: Wouter
10998	- Signals, libevent and threads work well, with libevent patch and
10999	  changes to code (close after event_del).
11000	- set ipc pipes nonblocking.
11001
1100227 February 2007: Wouter
11003	- ub_thread_join portable definition.
11004	- forking is used if no threading is available.
11005	  Tested, it works, since pipes work across processes as well.
11006	  Thread_join is replaced with waitpid.
11007	- During reloads the daemon will temporarily handle signals,
11008	  so that they do not result in problems.
11009	- Also randomize the outgoing port range for tests.
11010	- If query list is full, will stop selecting listening ports for read.
11011	  This makes all threads service incoming requests, instead of one.
11012	  No memory is leaking during reloads, service of queries, etc.
11013	- test that uses ldns-testns -f to test threading. Have to answer
11014	  three queries at the same time.
11015	- with verbose=0 operates quietly.
11016
1101726 February 2007: Wouter
11018	- ub_random code used to select ID and port.
11019	- log code prints thread id.
11020	- unbound can thread itself, with reload(HUP) and quit working
11021	  correctly.
11022	- don't open pipes for #0, doesn't need it.
11023	- listens to SIGTERM, SIGQUIT, SIGINT (all quit) and SIGHUP (reload).
11024
1102523 February 2007: Wouter
11026	- Can do reloads on sigHUP. Everything is stopped, and freed,
11027	  except the listening ports. Then the config file is reread.
11028	  And everything is started again (and listening ports if needed).
11029	- Ports for queries are shared.
11030	- config file added interface:, chroot: and username:.
11031	- config file: directory, logfile, pidfile. And they work too.
11032	- will daemonize by default now. Use -d to stay in the foreground.
11033	- got BSD random[256 state] code, made it threadsafe. util/random.
11034
1103522 February 2007: Wouter
11036	- Have a config file. Removed commandline options, moved to config.
11037	- tests use config file.
11038
1103921 February 2007: Wouter
11040	- put -c option in man page.
11041	- minievent fd array capped by FD_SETSIZE.
11042
1104320 February 2007: Wouter
11044	- Added locks code and pthread spinlock detection.
11045	- can use no locks, or solaris native thread library.
11046	- added yacc and lex configure, and config file parsing code.
11047	  also makedist.sh, and manpage.
11048	- put include errno.h in config.h
11049
1105019 February 2007: Wouter
11051	- Created 0.0 svn tag.
11052	- added acx_pthread.m4 autoconf check for pthreads from
11053	  the autoconf archive. It is GPL-with-autoconf-exception Licensed.
11054	  You can specify --with-pthreads, or --without-pthreads to configure.
11055
1105616 February 2007: Wouter
11057	- Updated testbed script, works better by using make on remote end.
11058	- removed check decls, we can compile without them.
11059	- makefile supports LIBOBJ replacements.
11060	- docs checks ignore compat code.
11061	- added util/mini-event.c and .h, a select based alternative used with
11062	  ./configure --with-libevent=no
11063	  It is limited to 1024 file descriptors, and has less features.
11064	- will not create ip6 sockets if ip6 not on the machine.
11065
1106615 February 2007: Wouter
11067	- port to FreeBSD 4.11 Dec Alpha. Also works on Solaris 10 sparc64,
11068	  Solaris 9, FreeBSD 6, Linux i386 and OSX powerpc.
11069	- malloc rndstate, so that it is aligned for access.
11070	- fixed rbtree cleanup with postorder traverse.
11071	- fixed pending messages are deleted when handled.
11072	- You can control verbosity; default is not verbose, every -v
11073	  adds more verbosity.
11074
1107514 February 2007: Wouter
11076	- Included configure.ac changes from ldns.
11077	- detect (some) headers before the standards check.
11078	- do not use isblank to test c99, since its not available on solaris9.
11079	- review of testcode.
11080		* entries in a RANGE are no longer reversed.
11081		* print name of file with replay entry parse errors.
11082	- port to OSX: cast to int for some prints of sizet.
11083	- Makefile copies ldnstestpkts.c before doing dependencies on it.
11084
1108513 February 2007: Wouter
11086	- work on fake events, first fwd replay works.
11087	- events can do timeouts and errors on queries to servers.
11088	- test package that runs replay scenarios.
11089
1109012 February 2007: Wouter
11091	- work on fake events.
11092
110939 February 2007: Wouter
11094	- replay file reading.
11095	- fake event setup, it creates fake structures, and teardowns,
11096	  added signal callbacks to reply to be able to fake those,
11097	  and main structure of event replay routines.
11098
110998 February 2007: Wouter
11100	- added tcp test.
11101	- replay storage.
11102	- testcode/fake_event work.
11103
111047 February 2007: Wouter
11105	- return answer with the same ID as query was sent with.
11106	- created udp forwarder test. I've done some effort to make it perform
11107	  quickly. After servers are created, no big sleep statements but
11108	  it checks the logfiles to see if servers have come up. Takes 0.14s.
11109	- set addrlen value when calling recvfrom.
11110	- comparison of addrs more portable.
11111	- LIBEVENT option for testbed to set libevent directory.
11112	- work on tcp input.
11113
111146 February 2007: Wouter
11115	- reviewed code and improved in places.
11116
111175 February 2007: Wouter
11118	- Picked up stdc99 and other define tests from ldns. Improved
11119	  POSIX define test to include getaddrinfo.
11120	- defined constants for netevent callback error code.
11121	- unit test for strisip6.
11122
111232 February 2007: Wouter
11124	- Created udp4 and udp6 port arrays to provide service for both
11125	  address families.
11126	- uses IPV6_USE_MIN_MTU for udp6 ,IPV6_V6ONLY to make ip6 sockets.
11127	- listens on both ip4 and ip6 ports to provide correct return address.
11128	- worker fwder address filled correctly.
11129	- fixup timer code.
11130	- forwards udp queries and sends answer.
11131
111321 February 2007: Wouter
11133	- outside network more UDP work.
11134	- moved * closer to type.
11135	- comm_timer object and events.
11136
1113731 January 2007: Wouter
11138	- Added makedist.sh script to make release tarball.
11139	- Removed listen callback layer, did not add anything.
11140	- Added UDP recv to netevent, worker callback for udp.
11141	- netevent communication reply storage structure.
11142	- minimal query header sanity checking for worker.
11143	- copied over rbtree implementation from NSD (BSD licensed too).
11144	- outgoing network query service work.
11145
1114630 January 2007: Wouter
11147	- links in example/ldns-testpkts.c and .h for premade packet support.
11148	- added callback argument to listen_dnsport and daemon/worker.
11149
1115029 January 2007: Wouter
11151	- unbound.8 a short manpage.
11152
1115326 January 2007: Wouter
11154	- fixed memleak.
11155	- make lint works on BSD and Linux (openssl defines).
11156	- make tags works.
11157	- testbound program start.
11158
1115925 January 2007: Wouter
11160	- fixed lint so it may work on BSD.
11161	- put license into header of every file.
11162	- created verbosity flag.
11163	- fixed libevent configure flag.
11164	- detects event_base_free() in new libevent 1.2 version.
11165	- getopt in daemon. fatal_exit() and verbose() logging funcs.
11166	- created log_assert, that throws assertions to the logfile.
11167	- listen_dnsport service. Binds ports.
11168
1116924  January 2007: Wouter
11170	- cleaned up configure.ac.
11171
1117223  January 2007: Wouter
11173	- added libevent to configure to link with.
11174	- util/netevent setup work.
11175	- configure searches for libevent.
11176	- search for libs at end of configure (when other headers and types
11177	  have been found).
11178	- doxygen works with ATTR_UNUSED().
11179	- util/netevent implementation.
11180
1118122  January 2007: Wouter
11182	- Designed header file for network communication.
11183
1118416  January 2007: Wouter
11185	- added readme.svn and readme.tests.
11186
111874 January 2007: Wouter
11188	- Testbed script (run on multiple platforms the test set).
11189	  Works on Sunos9, Sunos10, FreeBSD 6.1, Fedora core 5.
11190	- added unit test tpkg.
11191
111923 January 2007: Wouter
11193	- committed first set of files into subversion repository.
11194	  svn co svn+ssh://unbound.net/svn/unbound
11195	  You need a ssh login.  There is no https access yet.
11196	- Added LICENSE, the BSD license.
11197	- Added doc/README with compile help.
11198	- main program stub and quiet makefile.
11199	- minimal logging service (to stderr).
11200	- added postcommit hook that serves emails.
11201	- added first test 00-lint. postcommit also checks if build succeeds.
11202	- 01-doc: doxygen doc target added for html docs. And stringent test
11203	  on documented files, functions and parameters.
11204
1120515 December 2006: Wouter
11206	- Created Makefile.in and configure.ac.
11207