xref: /freebsd/contrib/unbound/doc/Changelog (revision c0caa2e2)
11 October 2020: Wouter
2	- Current repo is version 1.12.0 for release.  Tag for 1.12.0rc1.
3
430 September 2020: Wouter
5	- Fix doh tests when not compiled in.
6	- Add dohclient test executable to gitignore.
7	- Fix stream_ssl, ssl_req_order and ssl_req_timeout tests for
8	  alloc check debug output.
9	- Easier kill of unbound-dnstap-socket tool in test.
10	- Fix memory leak of edns tags at libunbound context delete.
11	- Fix double loopexit for unbound-dnstap-socket after sigterm.
12
1329 September 2020: Ralph
14	- DNS Flag Day 2020: change edns-buffer-size default to 1232.
15
1628 September 2020: Wouter
17	- Fix unit test for dnstap changes, so that it waits for the timer.
18
1923 September 2020: Wouter
20	- Fix #305: dnstap logging significantly affects unbound performance
21	  (regression in 1.11).
22	- Fix #305: only wake up thread when threshold reached.
23	- Fix to ifdef fptr wlist item for dnstap.
24
2523 September 2020: Ralph
26	- Fix edns-client-tags get_option typo
27	- Add edns-client-tag-opcode option
28	- Use inclusive language in configuration
29
3021 September 2020: Ralph
31	- Fix #304: dnstap logging not recovering after dnstap process restarts
32
3321 September 2020: Wouter
34	- Merge PR #311 by luismerino: Dynlibmod leak.
35	- Error message is logged for dynlibmod malloc failures.
36	- iana portlist updated.
37
3818 September 2020: Wouter
39	- Fix that prefer-ip4 and prefer-ip6 can be get and set with
40	  unbound-control, with libunbound and the unbound-checkconf option
41	  output function.
42	- iana portlist updated.
43
4415 September 2020: George
45	- Introduce test for statistics.
46
4715 September 2020: Wouter
48	- Spelling fix.
49
5011 September 2020: Wouter
51	- Remove x file mode on ipset/ipset.c and h files.
52
539 September 2020: Wouter
54	- Fix num.expired statistics output.
55
5631 August 2020: Wouter
57	- Merge PR #293: Add missing prototype.  Also refactor to use the new
58	  shorthand function to clean up the code.
59	- Refactor to use sock_strerr shorthand function.
60	- Fix #296: systemd nss-lookup.target is reached before unbound can
61	  successfully answer queries. Changed contrib/unbound.service.in.
62
6327 August 2020: Wouter
64	- Similar to NSD PR#113, implement that interface names can be used,
65	  eg. something like interface: eth0 is resolved at server start and
66	  uses the IP addresses for that named interface.
67	- Review fix, doxygen and assign null in case of error free.
68
6926 August 2020: George
70	- Update documentation in python example code.
71
7224 August 2020: Wouter
73	- Fix that dnstap reconnects do not spam the log with the repeated
74	  attempts.  Attempts on the timer are only logged on high verbosity,
75	  if they produce a connection failure error.
76	- Fix to apply chroot to dnstap-socket-path, if chroot is enabled.
77	- Change configure to use EVP_sha256 instead of HMAC_Update for
78	  openssl-3.0.0.
79
8020 August 2020: Ralph
81	- Fix stats double count issue (#289).
82
8313 August 2020: Ralph
84	- Create and init edns tags data for libunbound.
85
8610 August 2020: Ralph
87	- Merge (modified) PR #277, use EVP_MAC_CTX_set_params if available,
88	  by Vítězslav Čížek.
89
9010 August 2020: Wouter
91	- Fix #287: doc typo: "Additionaly".
92	- Rerun autoconf
93
946 August 2020: Wouter
95	- Merge PR #284 and Fix #246: Remove DLV entirely from Unbound.
96	  The DLV has been decommisioned and in unbound 1.5.4, in 2015, there
97	  was advise to stop using it.  The current code base does not contain
98	  DLV code any more.  The use of dlv options displays a warning.
99
1005 August 2020: Wouter
101	- contrib/aaaa-filter-iterator.patch file renewed diff content to
102	  apply cleanly to the current coderepo for the current code version.
103
1045 August 2020: Ralph
105	- Merge PR #272: Add EDNS client tag functionality.
106
1074 August 2020: George
108	- Improve error log message when inserting rpz RR.
109	- Merge PR #280, Make tvOS & watchOS checks verify truthiness as well as
110	  definedness, by Felipe Gasper.
111
1124 August 2020: Wouter
113	- Fix mini_event.h on OpenBSD cannot find fd_set.
114
11531 July 2020: Wouter
116	- Fix doxygen comment for no ssl for tls session ticket key callback
117	  routine.
118
11927 July 2020: George
120	- Merge PR #268, draft-ietf-dnsop-serve-stale-10 has become RFC 8767 on
121	  March 2020, by and0x000.
122
12327 July 2020: Ralph
124	- Merge PR #269, Fix python module len() implementations, by Torbjörn
125	  Lönnemark
126
12727 July 2020: Wouter
128	- branch now named 1.11.1.  1.11.0rc1 became the 1.11.0 release.
129	- Merge PR #270 from cgzones: munin plugin: always exit 0 in autoconf
130
13120 July 2020: Wouter
132	- Fix streamtcp to print packet data to stdout.  This makes the
133	  stdout and stderr not mix together lines, when parsing its output.
134	- Fix contrib/fastrpz.patch to apply cleanly.  It fixes for changes
135	  due to added libdynmod, but it does not compile, it conflicts with
136	  new rpz code.
137	- branch now named 1.11.0 and 1.11.0rc1 tag.
138
13917 July 2020: Wouter
140	- Fix libnettle compile for session ticket key callback function
141	  changes.
142	- Fix lock dependency cycle in rpz zone config setup.
143
14417 July 2020: Ralph
145	- Merge PR #234 - Ensure proper alignment of cmsg buffers by Jérémie
146	  Courrèges-Anglas.
147	- Fix PR #234 log_assert sizeof to use union buffer.
148
14916 July 2020: Wouter
150	- Fix check conf test for referencing installation paths.
151	- Fix unused variable warning for clang analyzer.
152
15316 July 2020: George
154	- Introduce 'include-toplevel:' configuration option.
155
15616 July 2020: Ralph
157	- Add bidirectional frame streams support.
158
1598 July 2020: Wouter
160	- Fix add missing DSA header, for compilation without deprecated
161	  OpenSSL APIs.
162	- Fix to use SSL_CTX_set_tlsext_ticket_key_evp_cb in OpenSSL
163	  3.0.0-alpha4.
164	- Longer keys for the test set, this avoids weak crypto errors.
165
1667 July 2020: Wouter
167	- Fix #259: Fix unbound-checkconf does not check view existence.
168	  unbound-checkconf checks access-control-view, access-control-tags,
169	  access-control-tag-actions and access-control-tag-datas.
170	- Fix offset of error printout for access-control-tag-datas.
171	- Review fixes for checkconf #259 change.
172
1736 July 2020: Wouter
174	- run_vm cleanup better and removes trailing slash on single argument.
175
17629 June 2020: Wouter
177	- Move reply list clean for serve expired mesh callback to after
178	  the reply is sent, so that script callbacks have reply_info.
179	- Also move reply list clean for mesh callbacks to the scrip callback
180	  can see the reply_info.
181	- Fix for mesh accounting if the reply list already empty to begin
182	  with.
183	- Fix for mesh accounting when rpz decides to drop a reply with a
184	  tcp stream waiting for it.
185	- Review fix for number of detached states due to use of variable
186	  after end of loop.
187	- Fix tcp req info drop due to size call into mesh accounting
188	  removal of mesh state during mesh send reply.
189
19024 June 2020: Wouter
191	- iana portlist updated.
192	- doxygen file comments for dynlibmodule.
193
19417 June 2020: Wouter
195	- Fix default explanation in man page for qname-minimisation-strict.
196	- Fix display of event loop method with libev.
197
1988 June 2020: Wouter
199	- Mention tls name possible when tls is enabled for stub-addr in the
200	  man page.
201
20227 May 2020: George
203	- Merge PR #241 by Robert Edmonds: contrib/libunbound.pc.in: Do not use
204	  "Requires:".
205
20625 May 2020: George
207	- Update contrib/aaaa-filter-iterator.patch for the recent
208	  generate_sub_request() change and to apply cleanly.
209
21021 May 2020: George
211	- Fix for integer overflow when printing RDF_TYPE_TIME.
212
21319 May 2020: Wouter
214	- CVE-2020-12662 Unbound can be tricked into amplifying an incoming
215	  query into a large number of queries directed to a target.
216	- CVE-2020-12663 Malformed answers from upstream name servers can be
217	  used to make Unbound unresponsive.
218	- Release 1.10.1 is 1.10.0 with fixes, code repository continues,
219	  including those fixes, towards the next release.  Configure has
220	  version 1.10.2 version number in it.
221	- For PR #93: windows compile warnings removal
222	- windows compile warnings removal for ip dscp option code.
223	- For PR #93: unit test for dynlib module.
224
22518 May 2020: Wouter
226	- For PR #93: dynlibmod can handle reloads and deinit and inits again,
227	  with dlclose and dlopen of the library again.  Also for multiple
228	  modules.  Fix memory leak by not closing dlopened content.  Fix
229	  to allow one dynlibmod instance by unbound-checkconf.
230	- For PR #93: checkconf allows multiple dynlib in module-config, for
231	  a couple cases.
232	- For PR #93: checkconf allows python dynlib in module-config, for
233	  a couple cases.
234	- For PR #93: man page spelling reference fix.
235	- For PR #93: fix link of other executables for dynlibmod dependency.
236
23715 May 2020: Wouter
238	- Merge PR #93: Add dynamic library support.
239	- Fixed conflicts for PR #93 and make configure, yacc, lex.
240	- For PR #93: Fix warnings for dynlibmodule.
241
24215 May 2020: Ralph
243	- Cache ECS answers with longest scope of CNAME chain.
244
24522 April 2020: George
246	- Explicitly use 'rrset-roundrobin: no' for test cases.
247
24821 April 2020: Wouter
249	- Merge #225 from akhait: KSK-2010 has been revoked. It removes the
250	  KSK-2010 from the default list in unbound-anchor, now that the
251	  revocation period is over.  KSK-2017 is the only trust anchor in
252	  the shipped default now.
253
25421 April 2020: George
255	- Change default value for 'rrset-roundrobin' to yes.
256	- Fix tests for new rrset-roundrobin default.
257
25820 April 2020: Wouter
259	- Fix #222: --enable-rpath, fails to rpath python lib.
260	- Fix for count of reply states in the mesh.
261	- Remove unneeded was_mesh_reply check.
262
26317 April 2020: George
264	- Add SNI support on more TLS connections (fixes #193).
265	- Add SNI support to unbound-anchor.
266
26716 April 2020: George
268	- Add doxygen documentation for DSCP.
269
27016 April 2020: Wouter
271	- Fix help return code in unbound-control-setup script.
272	- Fix for posix shell syntax for trap in nsd-control-setup.
273	- Fix for posix shell syntax for trap in run_msg.sh test script.
274
27515 April 2020: George
276	- Fix #220: auth-zone section in config may lead to segfault.
277
2787 April 2020: Wouter
279	- Merge PR #214 from gearnode: unbound-control-setup recreate
280	  certificates.  With the -r option the certificates are created
281	  again, without it, only the files that do not exist are created.
282
2836 April 2020: Ralph
284	- Keep track of number of timeouts. Use this counter to determine if
285	  capsforid fallback should be started.
286
2876 April 2020: George
288	- More documentation for redis-expire-records option.
289
2901 April 2020: George
291	- Merge PR #206: Redis TTL, by Talkabout.
292
29330 March 2020: Wouter
294	- Merge PR #207: Clarify if-automatic listens on 0.0.0.0 and ::
295	- Merge PR #208: Fix uncached CLIENT_RESPONSE'es on stateful
296	  transports.
297
29827 March 2020: Wouter
299	- Merge PR #203 from noloader: Update README-Travis.md with current
300	  procedures.
301
30227 March 2020: Ralph
303	- Make unbound-control error returned on missing domain name more user
304	  friendly.
305
30626 March 2020: Ralph
307	- Fix RPZ concurrency issue when using auth_zone_reload.
308
30925 March 2020: George
310	- Merge PR #201 from noloader: Fix OpenSSL cross-compaile warnings.
311	- Fix on #201.
312
31324 March 2020: Wouter
314	- Merge PR #200 from yarikk: add ip-dscp option to specify the DSCP
315	  tag for outgoing packets.
316	- Fixes on #200.
317	- Travis fix for ios by omitting tools from install.
318
31923 March 2020: Wouter
320	- Fix compile on Solaris for unbound-checkconf.
321
32220 March 2020: George
323	- Merge PR #198 from fobser: Declare lz_enter_rr_into_zone() static, it's
324	  only used in this file.
325
32620 March 2020: Wouter
327	- Merge PR #197 from fobser: Make log_ident_revert_to_default() a
328	  proper prototype.
329
33019 March 2020: Ralph
331	- Merge PR#191: Update iOS testing on Travis, by Jeffrey Walton.
332	- Fix #158: open tls-session-ticket-keys as binary, for Windows. By
333	  Daisuke HIGASHI.
334	- Merge PR#134, Allow the kernel to provide random source ports. By
335	  Florian Obser.
336	- Log warning when using outgoing-port-permit and outgoing-port-avoid
337	  while explicit port randomisation is disabled.
338	- Merge PR#194: Add libevent testing to Travis, by Jeffrey Walton.
339	- Fix .travis.yml error, missing 'env' option.
340
34116 March 2020: Wouter
342	- Fix #192: In the unbound-checkconf tool, the module config of
343	  dns64 subnetcache respip validator iterator is whitelisted, it was
344	  reported it seems to work.
345
34612 March 2020: Wouter
347	- Fix compile of test tools without protobuf.
348
34911 March 2020: Ralph
350	- Add check to make sure RPZ records are subdomains of configured
351	  zone origin.
352
35311 March 2020: George
354	- Fix #189: mini_event.h:142:17: error: field 'ev_timeout' has incomplete
355	  type, by noloader.
356	- Changelog entry for (Fix #189, Merge PR #190).
357
35811 March 2020: Wouter
359	- Fix #188: unbound-control.c:882:6: error: 'execlp' is
360	  unavailable: not available on tvOS.
361
3626 March 2020: George
363	- Merge PR #186, fix #183: Fix unrecognized 'echo -n' option on OS X, by
364	  noloader
365
3665 March 2020: Wouter
367	- Fix PR #182 from noloader: Add iOS testing to Travis.
368
3694 March 2020: Ralph
370	- Update README-Travis.md (from PR #179), by Jeffrey Walton.
371
3724 March 2020: George
373	- Merge PR #181 from noloader: Fix OpenSSL -pie warning on Android.
374
3754 March 2020: Wouter
376	- Merge PR #180 from noloader: Avoid calling exit in Travis script.
377
3783 March 2020: George
379	- Upgrade config.guess(2020-01-01) and config.sub(2020-01-01).
380
3812 March 2020: Ralph
382	- Fix #175, Merge PR #176: fix link error when OpenSSL is configured
383 	  with no-engine, thanks noloader.
384
3852 March 2020: George
386	- Fix compiler warning in dns64/dns64.c
387	- Merge PR #174: Add Android to Travis testing, by noloader.
388	- Move android build scripts to contrib/ and allow android tests to fail.
389
3902 March 2020: Wouter
391	- Fix #177: dnstap does not build on macOS.
392
39328 February 2020: Ralph
394	- Merge PR #172: Add IBM s390x arch for testing, by noloader.
395
39628 February 2020: Wouter
397	- Merge PR #173: updated makedist.sh for config.guess and
398	  config.sub and sha256 digest for gpg, by noloader.
399	- Merge PR #164: Framestreams, this branch implements dnstap
400	  unidirectional connectivity in unbound. This has a number of
401	  new features.
402
403	  The dependency on libfstrm is removed. The fstrm protocol code
404	  resides in dnstap/dnstap_fstrm.h and dnstap/dnstap_fstrm.c. This
405	  contains a brief definition of what unbound needs.
406
407	  The make unbound-dnstap-socket builds a debug tool,
408	  unbound-dnstap-socket. It can listen, accept multiple DNSTAP
409	  streams and print information. Commandline options control it.
410
411	  Unbound can reconnect if the unix domain socket file socket is
412	  closed. This uses exponential backoff after which it uses a
413	  one second timer to throttle cpu down. There is also support
414	  to use TCP and TLS for connecting to the log server. There
415	  are new config options to turn them on, in the dnstap section
416	  in the man page and example config file. dnstap-ip with IP
417	  address of server for TCP or TLS use. dnstap-tls to turn
418	  on TLS. And dnstap-tls-server-name, dnstap-tls-cert-bundle,
419	  dnstap-tls-client-key-file and dnstap-tls-client-cert-file
420	  to configure the certificates for server authentication and
421	  client authentication, or leave at "" to not use that.
422
42327 February 2020: George
424	- Merge PR #171: Add additional compilers and platforms to Travis
425	  testing, by noloader.
426
42727 February 2020: Wouter
428	- Fix #169: Fix warning for daemon/remote.c output may be truncated
429	  from snprintf.
430	- Fix #170: Fix gcc undefined sanitizer signed integer overflow
431	  warning in signature expiry RFC1982 serial number arithmetic.
432	- Fix more undefined sanitizer issues, in respip copy_rrset null
433	  dname, and in the client_info_compare routine for null memcmp.
434
43526 February 2020: Wouter
436	- iana portlist updated.
437
43825 February 2020: Wouter
439	- Fix #165: Add prefer-ip4: yesno config option to prefer ipv4 for
440	  using ipv4 filters, because the hosts ip6 netblock /64 is not owned
441	  by one operator, and thus reputation is shared.
442
44324 February 2020: George
444	- Merge PR #166: Fix typo in unbound.service.in, by glitsj16.
445
44620 February 2020: Wouter
447	- Updated contrib/unbound_smf23.tar.gz with Solaris SMF service for
448	  Unbound from Yuri Voinov.
449	- master branch has 1.10.1 version.
450
45118 February 2020: Wouter
452	- protect X509_CHECK_FLAG_NO_PARTIAL_WILDCARDS with ifdef for
453	  different openssl versions.
454
45517 February 2020: Wouter
456	- changelog point where the tag for 1.10.0rc2 release is.  And with
457	  the unbound_smf23 commit added to it, that is the 1.10.0 release.
458
45917 February 2020: Ralph
460	- Add respip to supported module-config options in unbound-checkconf.
461
46217 February 2020: George
463	- Remove unused variable.
464
46517 February 2020: Wouter
466	- contrib/drop2rpz: perl script that converts the Spamhaus DROP-List
467	  in RPZ-Format, contributed by Andreas Schulze.
468
46914 February 2020: Wouter
470	- Fix spelling in unbound.conf.5.in.
471	- Stop unbound-checkconf from insisting that auth-zone and rpz
472	  zonefiles have to exist.  They can not exist, and download later.
473
47413 February 2020: Wouter
475	- tag for 1.10.0rc1 release.
476
47712 February 2020: Wouter
478	- Fix with libnettle make test with dsa disabled.
479	- Fix contrib/fastrpz.patch to apply cleanly.  Fix for serve-stale
480	  fixes, but it does not compile, conflicts with new rpz code.
481	- Fix to clean memory leak of respip_addr.lock when ip_tree deleted.
482	- Fix compile warning when threads disabled.
483	- updated version number to 1.10.0.
484
48510 February 2020: George
486	- Document 'ub_result.was_ratelimited' in libunbound.
487	- Fix use after free on log-identity after a reload; Fixes #163.
488
4896 February 2020: George
490	- Fix num_reply_states and num_detached_states counting with
491	  serve_expired_callback.
492	- Cleaner code in mesh_serve_expired_lookup.
493	- Document in unbound.conf manpage that configuration clauses can be
494	  repeated in the configuration file.
495
4966 February 2020: Wouter
497	- Fix num_reply_addr counting in mesh and tcp drop due to size
498	  after serve_stale commit.
499	- Fix to create and destroy rpz_lock in auth_zones structure.
500	- Fix to lock zone before adding rpz qname trigger.
501	- Fix to lock and release once in mesh_serve_expired_lookup.
502	- Fix to put braces around empty if body when threading is disabled.
503
5045 February 2020: George
505	- Added serve-stale functionality as described in
506	  draft-ietf-dnsop-serve-stale-10. `serve-expired-*` options can be used
507	  to configure the behavior.
508	- Updated cachedb to honor `serve-expired-ttl`; Fixes #107.
509	- Renamed statistic `num.zero_ttl` to `num.expired` as expired replies
510	  come with a configurable TTL value (`serve-expired-reply-ttl`).
511	- Fixed stats when replying with cached, cname-aliased records.
512	- Added missing default values for redis cachedb backend.
513
5143 February 2020: Ralph
515	- Add assertion to please static analyzer
516
51731 January 2020: Wouter
518	- Fix fclose on error in TLS session ticket code.
519
52030 January 2020: Ralph
521	- Fix memory leak in error condition remote.c
522	- Fix double free in error condition view.c
523	- Fix memory leak in do_auth_zone_transfer on success
524	- Merge RPZ support into master. Only QNAME and Response IP triggers are
525	  supported.
526	- Stop working on socket when socket() call returns an error.
527	- Check malloc return values in TLS session ticket code
528
52930 January 2020: Wouter
530	- Fix subnet tests for disabled DSA algorithm by default.
531	- Update contrib/fastrpz.patch for clean diff with current code.
532	- Merge PR#151: Fixes for systemd units, by Maryse47, Edmonds
533	  and Frzk.  Updates the unbound.service systemd file and adds
534	  a portable systemd service file.
535	- updated .gitignore for added contrib file.
536	- Add build rule for ipset to Makefile
537	- Add getentropy_freebsd.o to Makefile dependencies.
538
53929 January 2020: Ralph
540	- Merge PR#156 from Alexander Berkes; Added unbound-control
541	  view_local_datas_remove command.
542
54329 January 2020: Wouter
544	- Fix #157: undefined reference to `htobe64'.
545
54628 January 2020: Ralph
547	- Merge PR#147; change rfc reference for reserved top level dns names.
548
54928 January 2020: Wouter
550	- iana portlist updated.
551	- Fix to silence the tls handshake errors for broken pipe and reset
552	  by peer, unless verbosity is set to 2 or higher.
553
55427 January 2020: Ralph
555	- Merge PR#154; Allow use of libbsd functions with configure option
556	  --with-libbsd. By Robert Edmonds and Steven Chamberlain.
557	- Merge PR#148; Add some TLS stats to unbound_munin_. By Fredrik Pettai.
558
55927 January 2020: Wouter
560	- Merge PR#155 from Robert Edmonds: contrib/libunbound.pc.in: Fixes
561	  to Libs/Requires for crypto library dependencies.
562	- Fix #153: Disable validation for DSA algorithms.  RFC 8624
563	  compliance.
564
56523 January 2020: Wouter
566	- Merge PR#150 from Frzk: Systemd unit without chroot.  It add
567	  contrib/unbound_nochroot.service.in, a systemd file for use with
568	  chroot: "", see comments in the file, it uses systemd protections
569	  instead.
570
57114 January 2020: Wouter
572	- Removed the dnscrypt_queries and dnscrypt_queries_chacha tests,
573	  because dnscrypt-proxy (2.0.36) does not support the test setup
574	  any more, and also the config file format does not seem to have
575	  the appropriate keys to recreate that setup.
576	- Fix crash after reload where a stats lookup could reference old key
577	  cache and neg cache structures.
578	- Fix for memory leak when edns subnet config options are read when
579	  compiled without edns subnet support.
580	- Fix auth zone support for NSEC3 records without salt.
581
58210 January 2020: Wouter
583	- Fix the relationship between serve-expired and prefetch options,
584	  patch from Saksham Manchanda from Secure64.
585	- Fix unreachable code in ssl set options code.
586
5878 January 2020: Ralph
588	- Fix #138: stop binding pidfile inside chroot dir in systemd service
589	  file.
590
5918 January 2020: Wouter
592	- Fix 'make test' to work for --disable-sha1 configure option.
593	- Fix out-of-bounds null-byte write in sldns_bget_token_par while
594	  parsing type WKS, reported by Luis Merino from X41 D-Sec.
595	- Updated sldns_bget_token_par fix for also space for the zero
596	  delimiter after the character.  And update for more spare space.
597
5986 January 2020: George
599	- Downgrade compat/getentropy_solaris.c to version 1.4 from OpenBSD.
600	  The dl_iterate_phdr() function introduced in newer versions raises
601	  compilation errors on solaris 10.
602	- Changes to compat/getentropy_solaris.c for,
603	  ifdef stdint.h inclusion for older systems.
604	  ifdef sha2.h inclusion for older systems.
605
6066 January 2020: Wouter
607	- Merge #135 from Florian Obser: Use passed in neg and key cache
608	  if non-NULL.
609	- Fix #140: Document slave not downloading new zonefile upon update.
610
61116 December 2019: George
612	- Update mailing list URL.
613
61412 December 2019: Ralph
615	- Master is 1.9.7 in development.
616	- Fix typo to let serve-expired-ttl work with ub_ctx_set_option(), by
617	  Florian Obser
618
61910 December 2019: Wouter
620	- Fix to make auth zone IXFR to fallback to AXFR if a single
621	  response RR is received over TCP with the SOA in it.
622
6236 December 2019: Wouter
624	- Fix ipsecmod compile.
625	- Fix Makefile.in for ipset module compile, from Adi Prasaja.
626	- release-1.9.6 tag, which became the 1.9.6 release
627
6285 December 2019: Wouter
629	- unbound-fuzzers.tar.bz2: three programs for fuzzing, that are 1:1
630	  replacements for unbound-fuzzme.c that gets created after applying
631	  the contrib/unbound-fuzzme.patch.  They are contributed by
632	  Eric Sesterhenn from X41 D-Sec.
633	- tag for 1.9.6rc1.
634
6354 December 2019: Wouter
636	- Fix lock type for memory purify log lock deletion.
637	- Fix testbound for alloccheck runs, memory purify and lock checks.
638	- update contrib/fastrpz.patch to apply more cleanly.
639	- Fix Make Test Fails when Configured With --enable-alloc-nonregional,
640	  reported by X41 D-Sec.
641
6423 December 2019: Wouter
643	- Merge pull request #124 from rmetrich: Changed log lock
644	  from 'quick' to 'basic' because this is an I/O lock.
645	- Fix text around serial arithmatic used for RRSIG times to refer
646	  to correct RFC number.
647	- Fix Assert Causing DoS in synth_cname(),
648	  reported by X41 D-Sec.
649	- Fix similar code in auth_zone synth cname to add the extra checks.
650	- Fix Assert Causing DoS in dname_pkt_copy(),
651	  reported by X41 D-Sec.
652	- Fix OOB Read in sldns_wire2str_dname_scan(),
653	  reported by X41 D-Sec.
654	- Fix Out of Bounds Write in sldns_str2wire_str_buf(),
655	  reported by X41 D-Sec.
656	- Fix Out of Bounds Write in sldns_b64_pton(),
657	  fixed by check in sldns_str2wire_int16_data_buf(),
658	  reported by X41 D-Sec.
659	- Fix Insufficient Handling of Compressed Names in dname_pkt_copy(),
660	  reported by X41 D-Sec.
661	- Fix Out of Bound Write Compressed Names in rdata_copy(),
662	  reported by X41 D-Sec.
663	- Fix Hang in sldns_wire2str_pkt_scan(),
664	  reported by X41 D-Sec.
665	  This further lowers the max to 256.
666	- Fix snprintf() supports the n-specifier,
667	  reported by X41 D-Sec.
668	- Fix Bad Indentation, in dnscrypt.c,
669	  reported by X41 D-Sec.
670	- Fix Client NONCE Generation used for Server NONCE,
671	  reported by X41 D-Sec.
672	- Fix compile error in dnscrypt.
673	- Fix _vfixed not Used, removed from sbuffer code,
674	  reported by X41 D-Sec.
675	- Fix Hardcoded Constant, reported by X41 D-Sec.
676	- make depend
677
6782 December 2019: Wouter
679	- Merge pull request #122 from he32: In tcp_callback_writer(),
680	  don't disable time-out when changing to read.
681
68222 November 2019: George
683	- Fix compiler warnings.
684
68522 November 2019: Wouter
686	- Fix dname loop maximum, reported by Eric Sesterhenn from X41 D-Sec.
687	- Add make distclean that removes everything configure produced,
688	  and make maintainer-clean that removes bison and flex output.
689
69020 November 2019: Wouter
691	- Fix Out of Bounds Read in rrinternal_get_owner(),
692	  reported by X41 D-Sec.
693	- Fix Race Condition in autr_tp_create(),
694	  reported by X41 D-Sec.
695	- Fix Shared Memory World Writeable,
696	  reported by X41 D-Sec.
697	- Adjust unbound-control to make stats_shm a read only operation.
698	- Fix Weak Entropy Used For Nettle,
699	  reported by X41 D-Sec.
700	- Fix Randomness Error not Handled Properly,
701	  reported by X41 D-Sec.
702	- Fix Out-of-Bounds Read in dname_valid(),
703	  reported by X41 D-Sec.
704	- Fix Config Injection in create_unbound_ad_servers.sh,
705	  reported by X41 D-Sec.
706	- Fix Local Memory Leak in cachedb_init(),
707	  reported by X41 D-Sec.
708	- Fix Integer Underflow in Regional Allocator,
709	  reported by X41 D-Sec.
710	- Upgrade compat/getentropy_linux.c to version 1.46 from OpenBSD.
711	- Synchronize compat/getentropy_win.c with version 1.5 from
712	  OpenBSD, no changes but makes the file, comments, identical.
713	- Upgrade compat/getentropy_solaris.c to version 1.13 from OpenBSD.
714	- Upgrade compat/getentropy_osx.c to version 1.12 from OpenBSD.
715	- Changes to compat/getentropy files for,
716	  no link to openssl if using nettle, and hence config.h for
717	  HAVE_NETTLE variable.
718	  compat definition of MAP_ANON, for older systems.
719	  ifdef stdint.h inclusion for older systems.
720	  ifdef sha2.h inclusion for older systems.
721	- Fixed Compat Code Diverging from Upstream, reported by X41 D-Sec.
722	- Fix compile with --enable-alloc-checks, reported by X41 D-Sec.
723	- Fix Terminating Quotes not Written, reported by X41 D-Sec.
724	- Fix Useless memset() in validator, reported by X41 D-Sec.
725	- Fix Unrequired Checks, reported by X41 D-Sec.
726	- Fix Enum Name not Used, reported by X41 D-Sec.
727	- Fix NULL Pointer Dereference via Control Port,
728	  reported by X41 D-Sec.
729	- Fix Bad Randomness in Seed, reported by X41 D-Sec.
730	- Fix python examples/calc.py for eval, reported by X41 D-Sec.
731	- Fix comments for doxygen in dns64.
732
73319 November 2019: Wouter
734	- Fix CVE-2019-18934, shell execution in ipsecmod.
735	- 1.9.5 is 1.9.4 with bugfix, trunk is 1.9.6 in development.
736	- Fix authzone printout buffer length check.
737	- Fixes to please lint checks.
738	- Fix Integer Overflow in Regional Allocator,
739	  reported by X41 D-Sec.
740	- Fix Unchecked NULL Pointer in dns64_inform_super()
741	  and ipsecmod_new(), reported by X41 D-Sec.
742	- Fix Out-of-bounds Read in rr_comment_dnskey(),
743	  reported by X41 D-Sec.
744	- Fix Integer Overflows in Size Calculations,
745	  reported by X41 D-Sec.
746	- Fix Integer Overflow to Buffer Overflow in
747	  sldns_str2wire_dname_buf_origin(), reported by X41 D-Sec.
748	- Fix Out of Bounds Read in sldns_str2wire_dname(),
749	  reported by X41 D-Sec.
750	- Fix Out of Bounds Write in sldns_bget_token_par(),
751	  reported by X41 D-Sec.
752
75318 November 2019: Wouter
754	- In unbound-host use separate variable for get_option to please
755	  code checkers.
756	- update to bison output of 3.4.1 in code repository.
757	- Provide a prototype for compat malloc to remove compile warning.
758	- Portable grep usage for reuseport configure test.
759	- Check return type of HMAC_Init_ex for openssl 0.9.8.
760	- gitignore .source tempfile used for compatible make.
761
76213 November 2019: Wouter
763	- iana portlist updated.
764	- contrib/fastrpz.patch updated to apply for current code.
765	- fixes for splint cleanliness, long vs int in SSL set_mode.
766
76711 November 2019: Wouter
768	- Fix #109: check number of arguments for stdin-pipes in
769	  unbound-control and fail if too many arguments.
770	- Merge #102 from jrtc27: Add getentropy emulation for FreeBSD.
771
77224 October 2019: Wouter
773	- Fix #99: Memory leak in ub_ctx (event_base will never be freed).
774
77523 October 2019: George
776	- Add new configure option `--enable-fully-static` to enable full static
777	  build if requested; in relation to #91.
778
77923 October 2019: Wouter
780	- Merge #97: manpage: Add missing word on unbound.conf,
781	  from Erethon.
782
78322 October 2019: Wouter
784	- drop-tld.diff: adds option drop-tld: yesno that drops 2 label
785	  queries, to stop random floods.  Apply with
786	  patch -p1 < contrib/drop-tld.diff and compile.
787	  From Saksham Manchanda (Secure64).  Please note that we think this
788	  will drop DNSKEY and DS lookups for tlds and hence break DNSSEC
789	  lookups for downstream clients.
790
7917 October 2019: Wouter
792	- Add doxygen comments to unbound-anchor source address code, in #86.
793
7943 October 2019: Wouter
795	- Merge #90 from vcunat: fix build with nettle-3.5.
796	- Merge 1.9.4 release with fix for vulnerability CVE-2019-16866.
797	- Continue with development of 1.9.5.
798	- Merge #86 from psquarejho: Added -b source address option to
799	  smallapp/unbound-anchor.c, from Lukas Wunner.
800
80126 September 2019: Wouter
802	- Merge #87 from hardfalcon: Fix contrib/unbound.service.in,
803	  Drop CAP_KILL, use + prefix for ExecReload= instead.
804
80525 September 2019: Wouter
806	- The unbound.conf includes are sorted ascending, for include
807	  statements with a '*' from glob.
808
80923 September 2019: Wouter
810	- Merge #85 for #84 from sam-lunt: Add kill capability to systemd
811	  service file to fix that systemctl reload fails.
812
81320 September 2019: Wouter
814	- Merge #82 from hardfalcon: Downgrade CAP_NET_ADMIN to CAP_NET_RAW
815	  in unbound.service.
816	- Merge #81 from Maryse47: Consistently use /dev/urandom instead
817	  of /dev/random in scripts and docs.
818	- Merge #83 from Maryse47: contrib/unbound.service.in: do not fork
819	  into the background.
820
82119 September 2019: Wouter
822	- Fix #78: Memory leak in outside_network.c.
823	- Merge pull request #76 from Maryse47: Improvements and fixes for
824	  systemd unbound.service.
825	- oss-fuzz badge on README.md.
826	- Fix fix for #78 to also free service callback struct.
827	- Fix for oss-fuzz build warning.
828	- Fix wrong response ttl for prepended short CNAME ttls, this would
829	  create a wrong zero_ttl response count with serve-expired enabled.
830	- Merge #80 from stasic: Improve wording in man page.
831
83211 September 2019: Wouter
833	- Use explicit bzero for wiping clear buffer of hash in cachedb,
834	  reported by Eric Sesterhenn from X41 D-Sec.
835
8369 September 2019: Wouter
837	- Fix #72: configure --with-syslog-facility=LOCAL0-7 with default
838	  LOG_DAEMON (as before) can set the syslog facility that the server
839	  uses to log messages.
840
8414 September 2019: Wouter
842	- Fix #71: fix openssl error squelch commit compilation error.
843
8443 September 2019: Wouter
845	- squelch DNS over TLS errors 'ssl handshake failed crypto error'
846	  on low verbosity, they show on verbosity 3 (query details), because
847	  there is a high volume and the operator cannot do anything for the
848	  remote failure.  Specifically filters the high volume errors.
849
8502 September 2019: Wouter
851	- ipset module #28: log that an address is added, when verbosity high.
852	- ipset: refactor long routine into three smaller ones.
853	- updated Makefile dependencies.
854
85523 August 2019: Wouter
856	- Fix contrib/fastrpz.patch asprintf return value checks.
857
85822 August 2019: Wouter
859	- Fix that pkg-config is setup before --enable-systemd needs it.
860	- 1.9.3rc2 release candidate tag.  And this became the 1.9.3 release.
861	  Master is 1.9.4 in development.
862
86321 August 2019: Wouter
864	- Fix log_dns_msg to log irrespective of minimal responses config.
865
86619 August 2019: Ralph
867	- Document limitation of pidfile removal outside of chroot directory.
868
86916 August 2019: Wouter
870	- Fix unittest valgrind false positive uninitialised value report,
871	  where if gcc 9.1.1 uses -O2 (but not -O1) then valgrind 3.15.0
872	  issues an uninitialised value for the token buffer at the str2wire.c
873	  rrinternal_get_owner() strcmp with the '@' value.  Rewritten to use
874	  straight character comparisons removes the false positive.  Also
875	  valgrinds --expensive-definedness-checks=yes can stop this false
876	  positive.
877	- Please doxygen's parser for "@" occurrence in doxygen comment.
878	- Fixup contrib/fastrpz.patch
879	- Remove warning about unknown cast-function-type warning pragma.
880
88115 August 2019: Wouter
882	- iana portlist updated.
883	- Fix autotrust temp file uniqueness windows compile.
884	- avoid warning about upcast on 32bit systems for autotrust.
885	- escape commandline contents for -V.
886	- Fix character buffer size in ub_ctx_hosts.
887	- 1.9.3rc1 release candidate tag.
888	- Option -V prints if TCP fastopen is available.
889
89014 August 2019: George
891	- Fix #59, when compiled with systemd support check that we can properly
892	  communicate with systemd through the `NOTIFY_SOCKET`.
893
89414 August 2019: Wouter
895	- Generate configlexer with newer flex.
896	- Fix warning for unused variable for compilation without systemd.
897
89812 August 2019: George
899	- Introduce `-V` option to print the version number and build options.
900	  Previously reported build options like linked libs and linked modules
901	  are now moved from `-h` to `-V` as well for consistency.
902	- PACKAGE_BUGREPORT now also includes link to GitHub issues.
903
9041 August 2019: Wouter
905	- For #52 #53, second context does not close logfile override.
906	- Fix #52 #53, fix for example fail program.
907	- Fix to return after failed auth zone http chunk write.
908	- Fix to remove unused test for task_probe existance.
909	- Fix to timeval_add for remaining second in microseconds.
910	- Check repinfo in worker_handle_request, if null, drop it.
911
91229 July 2019: Wouter
913	- Add verbose log message when auth zone file is written, at level 4.
914	- Add hex print of trust anchor pointer to trust anchor file temp
915	  name to make it unique, for libunbound created multiple contexts.
916
91723 July 2019: Wouter
918	- Fix question section mismatch in local zone redirect.
919
92019 July 2019: Wouter
921	- Fix #49: Set no renegotiation on the SSL context to stop client
922	  session renegotiation.
923
92412 July 2019: Wouter
925	- Fix #48: Unbound returns additional records on NODATA response,
926	  if minimal-responses is enabled, also the additional for negative
927	  responses is removed.
928
9299 July 2019: Ralph
930	- Fix in respip addrtree selection. Absence of addr_tree_init_parents()
931	  call made it impossible to go up the tree when the matching netmask is
932	  too specific.
933
9345 July 2019: Ralph
935	- Fix for possible assertion failure when answering respip CNAME from
936	  cache.
937
93825 June 2019: Wouter
939	- For #45, check that 127.0.0.1 and ::1 are not used in unbound.conf
940	  when do-not-query-localhost is turned on, or at default on,
941	  unbound-checkconf prints a warning if it is found in forward-addr or
942	  stub-addr statements.
943
94424 June 2019: Wouter
945	- Fix memleak in unit test, reported from the clang 8.0 static analyzer.
946
94718 June 2019: Wouter
948	- PR #28: IPSet module, by Kevin Chou.  Created a module to support
949	  the ipset that could add the domain's ip to a list easily.
950	  Needs libmnl, and --enable-ipset and config it, doc/README.ipset.md.
951	- Fix to omit RRSIGs from addition to the ipset.
952	- Fix to make unbound-control with ipset, remove unused variable,
953	  use unsigned type because of comparison, and assign null instead
954	  of compare with it.  Remade lex and yacc output.
955	- make depend
956	- Added documentation to the ipset files (for doxygen output).
957	- Merge PR #6: Python module: support multiple instances
958	- Merge PR #5: Python module: define constant MODULE_RESTART_NEXT
959	- Merge PR #4: Python module: assign something useful to the
960	  per-query data store 'qdata'
961	- Fix python dict reference and double free in config.
962
96317 June 2019: Wouter
964	- Master contains version 1.9.3 in development.
965	- Fix #39: In libunbound, leftover logfile is close()d unpredictably.
966	- Fix for #24: Fix abort due to scan of auth zone masters using old
967	  address from previous scan.
968
96912 June 2019: Wouter
970	- Fix another spoolbuf storage code point, in prefetch.
971	- 1.9.2rc3 release candidate tag.  Which became the 1.9.2 release
972	  on 17 June 2019.
973
97411 June 2019: Wouter
975	- Fix that fixes the Fix that spoolbuf is not used to store tcp
976	  pipelined response between mesh send and callback end, this fixes
977	  error cases that did not use the correct spoolbuf.
978	- 1.9.2rc2 release candidate tag.
979
9806 June 2019: Wouter
981	- 1.9.2rc1 release candidate tag.
982
9834 June 2019: Wouter
984	- iana portlist updated.
985
98629 May 2019: Wouter
987	- Fix to guard _OPENBSD_SOURCE from redefinition.
988
98928 May 2019: Wouter
990	- Fix to define _OPENBSD_SOURCE to get reallocarray on NetBSD.
991	- gitignore config.h.in~.
992
99327 May 2019: Wouter
994	- Fix double file close in tcp pipelined response code.
995
99624 May 2019: Wouter
997	- Fix that spoolbuf is not used to store tcp pipelined response
998	  between mesh send and callback end.
999
100020 May 2019: Wouter
1001	- Note that so-reuseport at extreme load is better turned off,
1002	  otherwise queries are not distributed evenly, on Linux 4.4.x.
1003
100416 May 2019: Wouter
1005	- Fix #31: swig 4.0 and python module.
1006
100713 May 2019: Wouter
1008	- Squelch log messages from tcp send about connection reset by peer.
1009	  They can be enabled with verbosity at higher values for diagnosing
1010	  network connectivity issues.
1011	- Attempt to fix malformed tcp response.
1012
10139 May 2019: Wouter
1014	- Revert fix for oss-fuzz, error is in that build script that
1015	  unconditionally includes .o files detected by configure, also
1016	  when the machine architecture uses different LIBOBJS files.
1017
10188 May 2019: Wouter
1019	- Attempt to fix build failure in oss-fuzz because of reallocarray.
1020	  https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=14648.
1021	  Does not omit compile flags from commandline.
1022
10237 May 2019: Wouter
1024	- Fix edns-subnet locks, in error cases the lock was not unlocked.
1025	- Fix doxygen output error on readme markdown vignettes.
1026
10276 May 2019: Wouter
1028	- Fix #29: Solaris 11.3 and missing symbols be64toh, htobe64.
1029	- Fix #30: AddressSanitizer finding in lookup3.c.  This sets the
1030	  hash function to use a slower but better auditable code that does
1031	  not read beyond array boundaries.  This makes code better security
1032	  checkable, and is better for security.  It is fixed to be slower,
1033	  but not read outside of the array.
1034
10352 May 2019: Wouter
1036	- contrib/fastrpz.patch updated for code changes, and with git diff.
1037	- Fix .gitignore, add pythonmod and dnstap generated files.
1038	  And unit test generated files, and generated doc files.
1039
10401 May 2019: Wouter
1041	- Update makedist for git.
1042	- Nicer travis output for clang analysis.
1043	- PR #16: XoT support, AXFR over TLS, turn it on with
1044	  master: <ip>#<authname> in unbound.conf.  This uses TLS to
1045	  download the AXFR (or IXFR).
1046
104725 April 2019: Wouter
1048	- Fix wrong query name in local zone redirect answers with a CNAME,
1049	  the copy of the local alias is in unpacked form.
1050
105118 April 2019: Ralph
1052	- Scrub RRs from answer section when reusing NXDOMAIN message for
1053	  subdomain answers.
1054	- For harden-below-nxdomain: do not consider a name to be non-exitent
1055	  when message contains a CNAME record.
1056
105718 April 2019: Wouter
1058	- travis build file.
1059
106016 April 2019: Wouter
1061	- Better braces in if statement in TCP fastopen code.
1062	- iana portlist updated.
1063
106415 April 2019: Wouter
1065	- Fix tls write event for read state change to re-call SSL_write and
1066	  not resume the TLS handshake.
1067
106811 April 2019: George
1069	- Update python documentation for init_standard().
1070	- Typos.
1071
107211 April 2019: Wouter
1073	- Fix that auth zone uses correct network type for sockets for
1074	  SOA serial probes.  This fixes that probes fail because earlier
1075	  probe addresses are unreachable.
1076	- Fix that auth zone fails over to next master for timeout in tcp.
1077	- Squelch SSL read and write connection reset by peer and broken pipe
1078	  messages.  Verbosity 2 and higher enables them.
1079
10808 April 2019: Wouter
1081	- Fix to use event_assign with libevent for thread-safety.
1082	- verbose information about auth zone lookup process, also lookup
1083	  start, timeout and fail.
1084	- Fix #17: Add python module example from Jan Janak, that is a
1085	  plugin for the Unbound DNS resolver to resolve DNS records in
1086	  multicast DNS [RFC 6762] via Avahi.  The plugin communicates
1087	  with Avahi via DBus. The comment section at the beginning of
1088	  the file contains detailed documentation.
1089	- Fix to wipe ssl ticket keys from memory with explicit_bzero,
1090	  if available.
1091
10925 April 2019: Wouter
1093	- Fix to reinit event structure for accepted TCP (and TLS) sockets.
1094
10954 April 2019: Wouter
1096	- Fix spelling error in log output for event method.
1097
10983 April 2019: Wouter
1099	- Move goto label in answer_from_cache to the end of the function
1100	  where it is more visible.
1101	- Fix auth-zone NSEC3 response for wildcard nodata answers,
1102	  include the closest encloser in the answer.
1103
11042 April 2019: Wouter
1105	- Fix auth-zone NSEC3 response for empty nonterminals with exact
1106	  match nsec3 records.
1107	- Fix for out of bounds integers, thanks to OSTIF audit.  It is in
1108	  allocation debug code.
1109	- Fix for auth zone nsec3 ent fix for wildcard nodata.
1110
111125 March 2019: Wouter
1112	- Fix that tls-session-ticket-keys: "" on its own in unbound.conf
1113	  disables the tls session ticker key calls into the OpenSSL API.
1114	- Fix crash if tls-servic-pem not filled in when necessary.
1115
111621 March 2019: Wouter
1117	- Fix #4240: Fix whitespace cleanup in example.conf.
1118
111919 March 2019: Wouter
1120	- add type CAA to libpyunbound (accessing libunbound from python).
1121
112218 March 2019: Wouter
1123	- Add log message, at verbosity 4, that says the query is encrypted
1124	  with TLS, if that is enabled for the query.
1125	- Fix #4239: set NOTIMPL when deny-any is enabled, for RFC8482.
1126
11277 March 2019: Wouter
1128	- Fix for #4233: guard use of NDEBUG, so that it can be passed in
1129	  CFLAGS into configure.
1130
11315 March 2019: Wouter
1132	- Tag release 1.9.1rc1.  Which became 1.9.1 on 12 March 2019.  Trunk
1133	  has 1.9.2 in development.
1134
11351 March 2019: Wouter
1136	- output forwarder log in ssl_req_order test.
1137
113828 February 2019: Wouter
1139	- Remove memory leak on pythonmod python2 script file init.
1140	- Remove swig gcc8 python function cast warnings, they are ignored.
1141	- Print correct module that failed when module-config is wrong.
1142
114327 February 2019: Wouter
1144	- Fix #4229: Unbound man pages lack information, about access-control
1145	  order and local zone tags, and elements in views.
1146	- Fix #14: contrib/unbound.init: Fix wrong comparison judgment
1147	  before copying.
1148	- Fix for python module on Windows, fix fopen.
1149
115025 February 2019: Wouter
1151	- Fix #4227: pair event del and add for libevent for tcp_req_info.
1152
115321 February 2019: Wouter
1154	- Fix the error for unknown module in module-config is understandable,
1155	  and explains it was not compiled in and where to see the list.
1156	- In example.conf explain where to put cachedb module in module-config.
1157	- In man page and example config explain that most modules have to
1158	  be listed at the start of module-config.
1159
116020 February 2019: Wouter
1161	- Fix pythonmod include and sockaddr_un ifdefs for compile on
1162	  Windows, and for libunbound.
1163
116418 February 2019: Wouter
1165	- Print query name with ip_ratelimit exceeded log lines.
1166	- Spaces instead of tabs in that log message.
1167	- Print query name and IP address when domain rate limit exceeded.
1168
116914 February 2019: Wouter
1170	- Fix capsforid canonical sort qsort callback.
1171
117211 February 2019: Wouter
1173	- Note default for module-config in man page.
1174	- Fix recursion lame test for qname minimisation asked queries,
1175	  that were not present in the set of prepared answers.
1176	- Fix #13: Remove left-over requirements on OpenSSL >= 1.1.0 for
1177	  cert name matching, from man page.
1178	- make depend, with newer gcc, nicer layout.
1179
11807 February 2019: Wouter
1181	- Fix #4206: OpenSSL 1.0.2 hostname verification for FreeBSD 11.2.
1182	- Fix that qname minimisation does not skip a label when missing
1183	  nameserver targets need to be fetched.
1184	- Fix #4225: clients seem to erroneously receive no answer with
1185	  DNS-over-TLS and qname-minimisation.
1186
11874 February 2019: Wouter
1188	- Fix that log-replies prints the correct name for local-alias
1189	  names, for names that have a CNAME in local-data configuration.
1190	  It logs the original query name, not the target of the CNAME.
1191	- Add local-zone type inform_redirect, which logs like type inform,
1192	  and redirects like type redirect.
1193	- Perform canonical sort for 0x20 capsforid compare of replies,
1194	  this sorts rrsets in the authority and additional section before
1195	  comparison, so that out of order rrsets do not cause failure.
1196
119731 January 2019: Wouter
1198	- Set ub_ctx_set_tls call signature in ltrace config file for
1199	  libunbound in contrib/libunbound.so.conf.
1200	- improve documentation for tls-service-key and forward-first.
1201	- #10: fixed pkg-config operations, PKG_PROG_PKG_CONFIG moved out of
1202	  conditional section, fixes systemd builds, from Enrico Scholz.
1203	- #9: For openssl 1.0.2 use the CRYPTO_THREADID locking callbacks,
1204	  still supports the set_id_callback previous API.  And for 1.1.0
1205	  no locking callbacks are needed.
1206	- #8: Fix OpenSSL without ENGINE support compilation.
1207	- Wipe TLS session key data from memory on exit.
1208
120930 January 2019: Ralph
1210	- Fix case in which query timeout can result in marking delegation
1211	  as edns_lame_known.
1212
121329 January 2019: Wouter
1214	- Fix spelling of tls-ciphers in example.conf.in.
1215	- Fix #4224: auth_xfr_notify.rpl test broken due to typo
1216	- Fix locking for libunbound context setup with broken port config.
1217
121828 January 2019: Wouter
1219	- ub_ctx_set_tls call for libunbound that enables DoT for the machines
1220	  set with ub_ctx_set_fwd.  Patch from Florian Obser.
1221	- Set build system for added call in the libunbound API.
1222	- List example config for root zone copy locally hosted with auth-zone
1223	  as suggested from draft-ietf-dnsop-7706-bis-02.  But with updated
1224	  B root address.
1225	- set version to 1.9.0 for release.  And this was released with the
1226	  spelling for tls-ciphers fix as 1.9.0 on Feb 5.  Trunk has 1.9.1 in
1227	  development.
1228
122925 January 2019: Wouter
1230	- Fix that tcp for auth zone and outgoing does not remove and
1231	  then gets the ssl read again applied to the deleted commpoint.
1232	- updated contrib/fastrpz.patch to cleanly diff.
1233	- no lock when threads disabled in tcp request buffer count.
1234	- remove compile warnings from libnettle compile.
1235	- output of newer lex 2.6.1 and bison 3.0.5.
1236
123724 January 2019: Wouter
1238	- Newer aclocal and libtoolize used for generating configure scripts,
1239	  aclocal 1.16.1 and libtoolize 2.4.6.
1240	- Fix unit test for python 3.7 new keyword 'async'.
1241	- clang analysis fixes, assert arc4random buffer in init,
1242	  no check for already checked delegation pointer in iterator,
1243	  in testcode check for NULL packet matches, in perf do not copy
1244	  from NULL start list when growing capacity.  Adjust host and file
1245	  only when present in test header read to please checker.  In
1246	  testcode for unknown macro operand give zero result. Initialise the
1247	  passed argv array in test code.  In test code add EDNS data
1248	  segment copy only when nonempty.
1249	- Patch from Florian Obser fixes some compiler warnings:
1250	  include mini_event.h to have a prototype for mini_ev_cmp
1251	  include edns.h to have a prototype for apply_edns_options
1252	  sldns_wire2str_edns_keepalive_print is only called in the wire2str,
1253	  module declare it static to get rid of compiler warning:
1254	  no previous prototype for function
1255	  infra_find_ip_ratedata() is only called in the infra module,
1256	  declare it static to get rid of compiler warning:
1257	  no previous prototype for function
1258	  do not shadow local variable buf in authzone
1259	  auth_chunks_delete and az_nsec3_findnode are only called in the
1260	  authzone module, declare them static to get rid of compiler warning:
1261	  no previous prototype for function...
1262	  copy_rrset() is only called in the respip module, declare it
1263	  static to get rid of compiler warning:
1264	  no previous prototype for function 'copy_rrset'
1265	  no need for another variable "r"; gets rid of compiler warning:
1266	  declaration shadows a local variable in libunbound.c
1267	  no need for another variable "ns"; gets rid of compiler warning:
1268	  declaration shadows a local variable in iterator.c
1269	- Moved includes and make depend.
1270
127123 January 2019: Wouter
1272	- Patch from Manabu Sonoda with tls-ciphers and tls-ciphersuites
1273	  options for unbound.conf.
1274	- Fixes for the patch, and man page entry.
1275	- Fix configure to detect SSL_CTX_set_ciphersuites, for better
1276	  library compatibility when compiling.
1277	- Patch for TLS session resumption from Manabu Sonoda,
1278	  enable with tls-session-ticket-keys in unbound.conf.
1279	- Fixes for patch (includes, declarations, warnings).  Free at end
1280	  and keep config options in order read from file to keep the first
1281	  one as the first one.
1282	- Fix for IXFR fallback to reset counter when IXFR does not timeout.
1283
128422 January 2019: Wouter
1285	- Fix space calculation for tcp req buffer size.
1286	- Doc for stream-wait-size and unit test.
1287	- unbound-control stats has mem.streamwait that counts TCP and TLS
1288	  waiting result buffers.
1289	- Fix for #4219: secondaries not updated after serial change, unbound
1290	  falls back to AXFR after IXFR gives several timeout failures.
1291	- Fix that auth zone after IXFR fallback tries the same master.
1292
129321 January 2019: Wouter
1294	- Fix tcp idle timeout test, for difference in the tcp reply code.
1295	- Unit test for tcp request reorder and timeouts.
1296	- Unit tests for ssl out of order processing.
1297	- Fix that multiple dns fragments can be carried in one TLS frame.
1298	- Add stream-wait-size: 4m config option to limit the maximum
1299	  memory used by waiting tcp and tls stream replies.  This avoids
1300	  a denial of service where these replies use up all of the memory.
1301
130217 January 2019: Wouter
1303	- For caps-for-id fallback, use the whitelist to avoid timeout
1304	  starting a fallback sequence for it.
1305	- increase mesh max activation count for capsforid long fetches.
1306
130716 January 2019: Ralph
1308	- Get ready for the DNS flag day: remove EDNS lame procedure, do not
1309	  re-query without EDNS after timeout.
1310
131115 January 2019: Wouter
1312	- In the out of order processing, reset byte count for (potential)
1313	  partial read.
1314	- Review fixes in out of order processing.
1315
131614 January 2019: Wouter
1317	- streamtcp option -a send queries consecutively and prints answers
1318	  as they arrive.
1319	- Fix for out of order processing administration quit cleanup.
1320	- unit test for tcp out of order processing.
1321
132211 January 2019: Wouter
1323	- Initial commit for out-of-order processing for TCP and TLS.
1324
13259 January 2019: Wouter
1326	- Log query name for looping module errors.
1327
13288 January 2019: Wouter
1329	- Fix syntax in comment of local alias processing.
1330	- Fix NSEC3 record that is returned in wildcard replies from
1331	  auth-zone zones with NSEC3 and wildcards.
1332
13337 January 2019: Wouter
1334	- On FreeBSD warn if systcl settings do not allow server TCP FASTOPEN,
1335	  and server tcp fastopen is enabled at compile time.
1336	- Document interaction between the tls-upstream option in the server
1337	  section and forward-tls-upstream option in the forward-zone sections.
1338	- Add contrib/unbound-fuzzme.patch from Jacob Hoffman-Andrews,
1339	  the patch adds a program used for fuzzing.
1340
134112 December 2018: Wouter
1342	- Fix for crash in dns64 module if response is null.
1343
134410 December 2018: Wouter
1345	- Fix config parser memory leaks.
1346	- ip-ratelimit-factor of 1 allows all traffic through, instead of the
1347	  previous blocking everything.
1348	- Fix for FreeBSD port make with dnscrypt and dnstap enabled.
1349	- Fix #4206: support openssl 1.0.2 for TLS hostname verification,
1350	  alongside the 1.1.0 and later support that is already there.
1351	- Fixup openssl 1.0.2 compile
1352
13536 December 2018: Wouter
1354	- Fix dns64 allocation in wrong region for returned internal queries.
1355
13563 December 2018: Wouter
1357	- Fix icon, no ragged edges and nicer resolutions available, for eg.
1358	  Win 7 and Windows 10 display.
1359	- cache-max-ttl also defines upperbound of initial TTL in response.
1360
136130 November 2018: Wouter
1362	- Patch for typo in unbound.conf man page.
1363	- log-tag-queryreply: yes in unbound.conf tags the log-queries and
1364	  log-replies in the log file for easier log filter maintenance.
1365
136629 November 2018: Wouter
1367	- iana portlist updated.
1368	- Fix chroot auth-zone fix to remove chroot prefix.
1369	- tag for 1.8.2rc1, which became 1.8.2 on 4 dec 2018, with icon
1370	  updated.  Trunk contains 1.8.3 in development.
1371	  Which became 1.8.3 on 11 december with only the dns64 fix of 6 dec.
1372	  Trunk then became 1.8.4 in development.
1373	- Fix that unbound-checkconf does not complains if the config file
1374	  is not placed inside the chroot.
1375	- Refuse to start with no ports.
1376	- Remove clang analysis warnings.
1377
137828 November 2018: Wouter
1379	- Fix leak in chroot fix for auth-zone.
1380	- Fix clang analysis for outside directory build test.
1381
138227 November 2018: Wouter
1383	- Fix DNS64 to not store intermediate results in cache, this avoids
1384	  other threads from picking up the wrong data.  The module restores
1385	  the previous no_cache_store setting when the the module is finished.
1386	- Fix #4208: 'stub-no-cache' and 'forward-no-cache' not work.
1387	- New and better fix for Fix #4193: Fix that prefetch failure does
1388	  not overwrite valid cache entry with SERVFAIL.
1389	- auth-zone give SERVFAIL when expired, fallback activates when
1390	  expired, and this is documented in the man page.
1391	- stat count SERVFAIL downstream auth-zone queries for expired zones.
1392	- Put new logos into windows installer.
1393	- Fix windows compile for new rrset roundrobin fix.
1394	- Update contrib fastrpz patch for latest release.
1395
139626 November 2018: Wouter
1397	- Fix to not set GLOB_NOSORT so the unbound.conf include: files are
1398	  sorted and in a predictable order.
1399	- Fix #4193: Fix that prefetch failure does not overwrite valid cache
1400	  entry with SERVFAIL.
1401	- Add unbound-control view_local_datas command, like local_datas.
1402	- Fix that unbound-control can send file for view_local_datas.
1403
140422 November 2018: Wouter
1405	- With ./configure --with-pyunbound --with-pythonmodule
1406	  PYTHON_VERSION=3.6 or with 2.7 unbound can compile and unit tests
1407	  succeed for the python module.
1408	- pythonmod logs the python error and traceback on failure.
1409	- ignore debug python module for test in doxygen output.
1410	- review fixes for python module.
1411	- Fix #4209: Crash in libunbound when called from getdns.
1412	- auth zone zonefiles can be in a chroot, the chroot directory
1413	  components are removed before use.
1414	- Fix that empty zonefile means the zonefile is not set and not used.
1415	- make depend.
1416
141721 November 2018: Wouter
1418	- Scrub NS records from NODATA responses as well.
1419
142020 November 2018: Wouter
1421	- Scrub NS records from NXDOMAIN responses to stop fragmentation
1422	  poisoning of the cache.
1423	- Add patch from Jan Vcelak for pythonmod,
1424	  add sockaddr_storage getters, add support for query callbacks,
1425	  allow raw address access via comm_reply and update API documentation.
1426	- Removed compile warnings in pythonmod sockaddr routines.
1427
142819 November 2018: Wouter
1429	- Support SO_REUSEPORT_LB in FreeBSD 12 with the so-reuseport: yes
1430	  option in unbound.conf.
1431
14326 November 2018: Ralph
1433	- Bugfix min-client-subnet-ipv6
1434
143525 October 2018: Ralph
1436	- Add min-client-subnet-ipv6 and min-client-subnet-ipv4 options.
1437
143825 October 2018: Wouter
1439	- Fix #4191: NXDOMAIN vs SERVFAIL during dns64 PTR query.
1440	- Fix #4190: Please create a "ANY" deny option, adds the option
1441	  deny-any: yes in unbound.conf.  This responds with an empty message
1442	  to queries of type ANY.
1443	- Fix #4141: More randomness to rrset-roundrobin.
1444	- Fix #4132: Openness/closeness of RANGE intervals in rpl files.
1445	- Fix #4126: RTT_band too low on VSAT links with 600+ms latency,
1446	  adds the option unknown-server-time-limit to unbound.conf that
1447	  can be increased to avoid the problem.
1448	- remade makefile dependencies.
1449	- Fix #4152: Logs shows wrong time when using log-time-ascii: yes.
1450
145124 October 2018: Ralph
1452	- Add markdel function to ECS slabhash.
1453	- Limit ECS scope returned to client to the scope used for caching.
1454	- Make lint like previous #4154 fix.
1455
145622 October 2018: Wouter
1457	- Fix #4192: unbound-control-setup generates keys not readable by
1458	  group.
1459	- check that the dnstap socket file can be opened and exists, print
1460	  error if not.
1461	- Fix #4154: make ECS_MAX_TREESIZE configurable, with
1462	  the max-ecs-tree-size-ipv4 and max-ecs-tree-size-ipv6 options.
1463
146422 October 2018: Ralph
1465	- Change fast-server-num default to 3.
1466
14678 October 2018: Ralph
1468	- Add fast-server-permil and fast-server-num options.
1469	- Deprecate low-rtt and low-rtt-permil options.
1470
14718 October 2018: Wouter
1472	- Squelch log of failed to tcp initiate after TCP Fastopen failure.
1473
14745 October 2018: Wouter
1475	- Squelch EADDRNOTAVAIL errors when the interface goes away,
1476	  this omits 'can't assign requested address' errors unless
1477	  verbosity is set to a high value.
1478	- Set default for so-reuseport to no for FreeBSD.  It is enabled
1479	  by default for Linux and DragonFlyBSD.  The setting can
1480	  be configured in unbound.conf to override the default.
1481	- iana port update.
1482
14832 October 2018: Wouter
1484	- updated contrib/fastrpz.patch to apply for this version
1485	- dnscrypt.c removed sizeof to get array bounds.
1486	- Fix testlock code to set noreturn on error routine.
1487	- Remove unused variable from contrib fastrpz/rpz.c and
1488	  remove unused diagnostic pragmas that themselves generate warnings
1489	- clang analyze test is used only when assertions are enabled.
1490
14911 October 2018: Wouter
1492	- tag for release 1.8.1rc1.  Became release 1.8.1 on 8 oct, with
1493	  fastrpz.patch fix included.  Trunk has 1.8.2 in development.
1494
149527 September 2018: Wouter
1496	- Fix #4188: IPv6 forwarders without ipv6 result in SERVFAIL, fixes
1497	  qname minimisation with a forwarder when connectivity has issues
1498	  from rejecting responses.
1499
150025 September 2018: Wouter
1501	- Perform TLS SNI indication of the host that is being contacted
1502	  for DNS over TLS service.  It sets the configured tls auth name.
1503	  This is useful for hosts that apart from the DNS over TLS services
1504	  also provide other (web) services.
1505	- Fix #4149: Add SSL cleanup for tcp timeout.
1506
150717 September 2018: Wouter
1508	- Fix compile on Mac for unbound, provide explicit_bzero when libc
1509	  does not have it.
1510	- Fix unbound for openssl in FIPS mode, it uses the digests with
1511	  the EVP call contexts.
1512	- Fix that with harden-below-nxdomain and qname minisation enabled
1513	  some iterator states for nonresponsive domains can get into a
1514	  state where they waited for an empty list.
1515	- Stop UDP to TCP failover after timeouts that causes the ping count
1516	  to be reset by the TCP time measurement (that exists for TLS),
1517	  because that causes the UDP part to not be measured as timeout.
1518	- Fix #4156: Fix systemd service manager state change notification.
1519
152013 September 2018: Wouter
1521	- Fix seed for random backup code to use explicit zero when wiped.
1522	- exit log routine is annotated as noreturn function.
1523	- free memory leaks in config strlist and str2list insert functions.
1524	- do not move unused argv variable after getopt.
1525	- Remove unused if clause in testcode.
1526	- in testcode, free async ids, initialise array, and check for null
1527	  pointer during test of the test.  And use exit for return to note
1528	  irregular program stop.
1529	- Free memory leak in config strlist append.
1530	- make sure nsec3 comparison salt is initialized.
1531	- unit test has clang analysis.
1532	- remove unused variable assignment from iterator scrub routine.
1533	- check for null in delegation point during iterator refetch
1534	  in forward zone.
1535	- neater pointer cast in libunbound context quit routine.
1536	- initialize statistics totals for printout.
1537	- in authzone check that node exists before adding rrset.
1538	- in unbound-anchor, use readwrite memory BIO.
1539	- assertion in autotrust that packed rrset is formed correctly.
1540	- Fix memory leak when message parse fails partway through copy.
1541	- remove unused udpsize assignment in message encode.
1542	- nicer bio free code in unbound-anchor.
1543	- annotate exit functions with noreturn in unbound-control.
1544
154511 September 2018: Wouter
1546	- Fixed unused return value warnings in contrib/fastrpz.patch for
1547	  asprintf.
1548	- Fix to squelch respip warning in unit test, it is printed at
1549	  higher verbosity settings.
1550	- Fix spelling errors.
1551	- Fix initialisation in remote.c
1552
155310 September 2018: Wouter
1554	- 1.8.1 in svn trunk. (changes from 4,5,.. sep apply).
1555	- iana port update.
1556
15575 September 2018: Wouter
1558	- Fix spelling error in header, from getdns commit by Andreas Gelmini.
1559
15604 September 2018: Ralph
1561	- More explicitly mention the type of ratelimit when applying
1562	  ip-ratelimit.
1563
15644 September 2018: Wouter
1565	- Tag for 1.8.0rc1 release, became 1.8.0 release on 10 Sep 2018.
1566
156731 August 2018: Wouter
1568	- Disable minimal-responses in subnet unit tests.
1569
157030 August 2018: Wouter
1571	- Fix that a local-zone with a local-zone-type that is transparent
1572	  in a view with view-first, makes queries check for answers from the
1573	  local-zones defined outside of views.
1574
157528 August 2018: Ralph
1576	- Disable minimal-responses in ipsecmod unit tests.
1577	- Added serve-expired-ttl and serve-expired-ttl-reset options.
1578
157927 August 2018: Wouter
1580	- Set defaults to yes for a number of options to increase speed and
1581	  resilience of the server.  The so-reuseport, harden-below-nxdomain,
1582	  and minimal-responses options are enabled by default.  They used
1583	  to be disabled by default, waiting to make sure they worked.  They
1584	  are enabled by default now, and can be disabled explicitly by
1585	  setting them to "no" in the unbound.conf config file.  The reuseport
1586	  and minimal options increases speed of the server, and should be
1587	  otherwise harmless.  The harden-below-nxdomain option works well
1588	  together with the recently default enabled qname minimisation, this
1589	  causes more fetches to use information from the cache.
1590	- next release is called 1.8.0.
1591	- Fix lintflags for lint on FreeBSD.
1592
159322 August 2018: George
1594	- #4140: Expose repinfo (comm_reply) to the inplace_callbacks. This
1595	  gives access to reply information for the client's communication
1596	  point when the callback is called before the mesh state (modules).
1597	  Changes to C and Python's inplace_callback signatures were also
1598	  necessary.
1599
160021 August 2018: Wouter
1601	- log-local-actions: yes option for unbound.conf that logs all the
1602	  local zone actions, a patch from Saksham Manchanda (Secure64).
1603	- #4146: num.query.subnet and num.query.subnet_cache counters.
1604	- Fix only misc failure from log-servfail when val-log-level is not
1605	  enabled.
1606
160717 August 2018: Ralph
1608	- Fix classification for QTYPE=CNAME queries when QNAME minimisation is
1609 	  enabled.
1610
161117 August 2018: Wouter
1612	- Set libunbound to increase current, because the libunbound change
1613	  to the event callback function signature.  That needs programs,
1614	  that use it, to recompile against the new header definition.
1615	- print servfail info to log as error.
1616	- added more servfail printout statements, to the iterator.
1617	- log-servfail: yes prints log lines that say why queries are
1618	  returning SERVFAIL to clients.
1619
162016 August 2018: Wouter
1621	- Fix warning on compile without threads.
1622	- Fix contrib/fastrpz.patch.
1623
162415 August 2018: Wouter
1625	- Fix segfault in auth-zone read and reorder of RRSIGs.
1626
162714 August 2018: Wouter
1628	- Fix that printout of error for cycle targets is a verbosity 4
1629	  printout and does not wrongly print it is a memory error.
1630	- Upgraded crosscompile script to include libunbound DLL in the
1631	  zipfile.
1632
163310 August 2018: Wouter
1634	- Fix #4144: dns64 module caches wrong (negative) information.
1635
16369 August 2018: Wouter
1637	- unbound-checkconf checks if modules exist and prints if they are
1638	  not compiled in the name of the wrong module.
1639	- document --enable-subnet in doc/README.
1640	- Patch for stub-no-cache and forward-no-cache options that disable
1641	  caching for the contents of that stub or forward, for when you
1642	  want immediate changes visible, from Bjoern A. Zeeb.
1643
16447 August 2018: Ralph
1645	- Make capsforid fallback QNAME minimisation aware.
1646
16477 August 2018: Wouter
1648	- Fix #4142: unbound.service.in: improvements and fixes.
1649	  Add unit dependency ordering (based on systemd-resolved).
1650	  Add 'CAP_SYS_RESOURCE' to 'CapabilityBoundingSet' (fixes warnings
1651	  about missing privileges during startup). Add 'AF_INET6' to
1652	  'RestrictAddressFamilies' (without it IPV6 can't work). From
1653	  Guido Shanahan.
1654	- Patch to implement tcp-connection-limit from Jim Hague (Sinodun).
1655	  This limits the number of simultaneous TCP client connections
1656	  from a nominated netblock.
1657	- make depend, yacc, lex, doc, headers.  And log the limit exceeded
1658	  message only on high verbosity, so as to not spam the logs when
1659	  it is busy.
1660
16616 August 2018: Wouter
1662	- Fix for #4136: Fix to unconditionally call destroy in daemon.c.
1663
16643 August 2018: George
1665	- Expose if a query (or a subquery) was ratelimited (not src IP
1666	  ratelimiting) to libunbound under 'ub_result.was_ratelimited'.
1667	  This also introduces a change to 'ub_event_callback_type' in
1668	  libunbound/unbound-event.h.
1669	- Tidy pylib tests.
1670
16713 August 2018: Wouter
1672	- Revert previous change for #4136: because it introduces build
1673	  problems.
1674	- New fix for #4136: This one ignores lex without without
1675	  yylex_destroy.
1676
16771 August 2018: Wouter
1678	- Fix to remove systemd sockaddr function check, that is not
1679	  always present.  Make socket activation more lenient.  But not
1680	  different when socket activation is not used.
1681	- iana port list update.
1682
168331 July 2018: Wouter
1684	- Patches from Jim Hague (Sinodun) for EDNS KeepAlive.
1685	- Sort out test runs when the build directory isn't the project
1686	  root directory.
1687	- Add config tcp-idle-timeout (default 30s). This applies to
1688	  client connections only; the timeout on TCP connections upstream
1689	  is unaffected.
1690	- Error if EDNS Keepalive received over UDP.
1691	- Add edns-tcp-keepalive and edns-tcp-keepalive timeout options
1692	  and implement option in client responses.
1693	- Correct and expand manual page entries for keepalive and idle timeout.
1694	- Implement progressive backoff of TCP idle/keepalive timeout.
1695	- Fix 'make depend' to work when build dir is not project root.
1696	- Add delay parameter to streamtcp, -d secs.
1697	  To be used when testing idle timeout.
1698	- From Wouter: make depend, the dependencies in the patches did not
1699	  apply cleanly.  Also remade yacc and lex.
1700	- Fix mesh.c incompatible pointer pass.
1701	- Please doxygen so it passes.
1702	- Fix #4139: Fix unbound-host leaks memory on ANY.
1703
170430 July 2018: Wouter
1705	- Fix #4136: insufficiency from mismatch of FLEX capability between
1706	  released tarball and build host.
1707
170827 July 2018: Wouter
1709	- Fix man page, say that chroot is enabled by default.
1710
171126 July 2018: Wouter
1712	- Fix #4135: 64-bit Windows Installer Creates Entries Under The
1713	  Wrong Registry Key, reported by Brian White.
1714
171523 July 2018: Wouter
1716	- Fix use-systemd readiness signalling, only when use-systemd is yes
1717	  and not in signal handler.
1718
171920 July 2018: Wouter
1720	- Fix #4130: print text describing -dd and unbound-checkconf on
1721	  config file read error at startup, the errors may have been moved
1722	  away by the startup process.
1723	- Fix #4131: for solaris, error YY_CURRENT_BUFFER undeclared.
1724
172519 July 2018: Wouter
1726	- Fix #4129 unbound-control error message with wrong cert permissions
1727	  is too cryptic.
1728
172917 July 2018: Wouter
1730	- Fix #4127 unbound -h does not list -p help.
1731	- Print error if SSL name verification configured but not available
1732	  in the ssl library.
1733	- Fix that ratelimit and ip-ratelimit are applied after reload of
1734	  changed config file.
1735	- Resize ratelimit and ip-ratelimit caches if changed on reload.
1736
173716 July 2018: Wouter
1738	- Fix qname minimisation NXDOMAIN validation lookup failures causing
1739	  error_supers assertion fails.
1740	- Squelch can't bind socket errors with Permission denied unless
1741	  verbosity is 4 or higher, for UDP outgoing sockets.
1742
174312 July 2018: Wouter
1744	- Fix to improve systemd socket activation code file descriptor
1745	  assignment.
1746	- Fix for 4126 that the #define for UNKNOWN_SERVER_NICENESS can be more
1747	  easily changed to adjust default rtt assumptions.
1748
174910 July 2018: Wouter
1750	- Note in documentation that the cert name match code needs
1751	  OpenSSL 1.1.0 or later to be enabled.
1752
17536 July 2018: Wouter
1754	- Fix documentation ambiguity for tls-win-cert in tls-upstream and
1755	  forward-tls-upstream docs.
1756	- iana port update.
1757	- Note RFC8162 support.  SMIMEA record type can be read in by the
1758	  zone record parser.
1759	- Fix round robin for failed addresses with prefer-ip6: yes
1760
17614 July 2018: Wouter
1762	- Fix #4112: Fix that unbound-anchor -f /etc/resolv.conf will not pass
1763	  if DNSSEC is not enabled.  New option -R allows fallback from
1764	  resolv.conf to direct queries.
1765
17663 July 2018: Wouter
1767	- Better documentation for unblock-lan-zones and insecure-lan-zones
1768	  config statements.
1769	- Fix permission denied printed for auth zone probe random port nrs.
1770
17712 July 2018: Wouter
1772	- Fix checking for libhiredis printout in configure output.
1773	- Fix typo on man page in ip-address description.
1774	- Update libunbound/python/examples/dnssec_test.py example code to
1775	  also set the 20326 trust anchor for the root in the example code.
1776
177729 June 2018: Wouter
1778	- dns64-ignore-aaaa: config option to list domain names for which the
1779	  existing AAAA is ignored and dns64 processing is used on the A
1780	  record.
1781
178228 June 2018: Wouter
1783	- num.queries.tls counter for queries over TLS.
1784	- log port number with err_addr logs.
1785
178627 June 2018: Wouter
1787	- #4109: Fix that package config depends on python unconditionally.
1788	- Patch, do not export python from pkg-config, from Petr Menšík.
1789
179026 June 2018: Wouter
1791	- Partial fix for permission denied on IPv6 address on FreeBSD.
1792	- Fix that auth-zone master reply with current SOA serial does not
1793	  stop scan of masters for an updated zone.
1794	- Fix that auth-zone does not start the wait timer without checking
1795	  if the wait timer has already been started.
1796
179721 June 2018: Wouter
1798	- #4108: systemd reload hang fix.
1799	- Fix usage printout for unbound-host, hostname has to be last
1800	  argument on BSDs and Windows.
1801
180219 June 2018: Wouter
1803	- Fix for unbound-control on Windows and set TCP socket parameters
1804	  more closely.
1805	  This fix is part of 1.7.3.
1806	- Windows example service.conf edited with more windows specific
1807	  configuration.
1808	- Fix windows unbound-control no cert bad file descriptor error.
1809	  This fix is part of 1.7.3.
1810
181118 June 2018: Wouter
1812	- Fix that control-use-cert: no works for 127.0.0.1 to disable certs.
1813	  This fix is part of 1.7.3rc2.
1814	- Fix unbound-checkconf for control-use-cert.
1815	  This fix is part of 1.7.3.
1816
181715 June 2018: Wouter
1818	- tag for 1.7.3rc1.
1819	- trunk has 1.7.4.
1820	- unbound-control auth_zone_reload _zone_ option rereads the zonefile.
1821	- unbound-control auth_zone_transfer _zone_ option starts the probe
1822	  sequence for a master to transfer the zone from and transfers when
1823	  a new zone version is available.
1824
182514 June 2018: Wouter
1826	- #4103: Fix that auth-zone does not insist on SOA record first in
1827	  file for url downloads.
1828	- Fix that first control-interface determines if TLS is used.  Warn
1829	  when IP address interfaces are used without TLS.
1830	- Fix nettle compile.
1831
183212 June 2018: Ralph
1833	- Don't count CNAME response types received during qname minimisation as
1834	  query restart.
1835
183612 June 2018: Wouter
1837	- #4102 for NSD, but for Unbound.  Named unix pipes do not use
1838	  certificate and key files, access can be restricted with file and
1839	  directory permissions.  The option control-use-cert is no longer
1840	  used, and ignored if found in unbound.conf.
1841	- Rename tls-additional-ports to tls-additional-port, because every
1842	  line adds one port.
1843	- Fix buffer size warning in unit test.
1844	- remade dependencies in the Makefile.
1845
18466 June 2018: Wouter
1847	- Patch to fix openwrt for mac os build darwin detection in configure.
1848
18495 June 2018: Wouter
1850	- Fix crash if ratelimit taken into use with unbound-control
1851	  instead of with unbound.conf.
1852
18534 June 2018: Wouter
1854	- Fix deadlock caused by incoming notify for auth-zone.
1855	- tag for 1.7.2rc1, became 1.7.2 release on 11 June 2018,
1856	  trunk is 1.7.3 in development from this point.
1857	- #4100: Fix stub reprime when it becomes useless.
1858
18591 June 2018: Wouter
1860	- Rename additional-tls-port to tls-additional-ports.
1861	  The older name is accepted for backwards compatibility.
1862
186330 May 2018: Wouter
1864	- Patch from Syzdek: Add ability to ignore RD bit and treat all
1865	  requests as if the RD bit is set.
1866
186729 May 2018: Wouter
1868	- in compat/arc4random call getentropy_urandom when getentropy fails
1869	  with ENOSYS.
1870	- Fix that fallback for windows port.
1871
187228 May 2018: Wouter
1873	- Fix windows tcp and tls spin on events.
1874	- Add routine from getdns to add windows cert store to the SSL_CTX.
1875	- tls-win-cert option that adds the system certificate store for
1876	  authenticating DNS-over-TLS connections.  It can be used instead
1877	  of the tls-cert-bundle option, or with it to add certificates.
1878
187925 May 2018: Wouter
1880	- For TCP and TLS connections that don't establish, perform address
1881	  update in infra cache, so future selections can exclude them.
1882	- Fix that tcp sticky events are removed for closed fd on windows.
1883	- Fix close events for tcp only.
1884
188524 May 2018: Wouter
1886	- Fix that libunbound can do DNS-over-TLS, when configured.
1887	- Fix that windows unbound service can use DNS-over-TLS.
1888	- unbound-host initializes ssl (for potential DNS-over-TLS usage
1889	  inside libunbound), when ssl upstream or a cert-bundle is configured.
1890
189123 May 2018: Wouter
1892	- Use accept4 to speed up incoming TCP (and TLS) connections,
1893	  available on Linux, FreeBSD and OpenBSD.
1894
189517 May 2018: Ralph
1896	- Qname minimisation default changed to yes.
1897
189815 May 2018: Wouter
1899	- Fix low-rtt-pct to low-rtt-permil, as it is parts in one thousand.
1900
190111 May 2018: Wouter
1902	- Fix contrib/libunbound.pc for libssl libcrypto references,
1903	  from https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=226914
1904
19057 May 2018: Wouter
1906	- Fix windows to not have sticky TLS events for TCP.
1907	- Fix read of DNS over TLS length and data in one read call.
1908	- Fix mesh state assertion failure due to callback removal.
1909
19103 May 2018: Wouter
1911	- Fix that configure --with-libhiredis also turns on cachedb.
1912	- Fix gcc 8 buffer warning in testcode.
1913	- Fix function type cast warning in libunbound context callback type.
1914
19152 May 2018: Wouter
1916	- Fix fail to reject dead peers in forward-zone, with ssl-upstream.
1917
19181 May 2018: Wouter
1919	- Fix that unbound-control reload frees the rrset keys and returns
1920	  the memory pages to the system.
1921
192230 April 2018: Wouter
1923	- Fix spelling error in man page and note defaults as no instead of
1924	  off.
1925
192626 April 2018: Wouter
1927	- Fix for crash in daemon_cleanup with dnstap during reload,
1928	  from Saksham Manchanda.
1929	- Also that for dnscrypt.
1930	- tag for 1.7.1rc1 release.  Became 1.7.1 release on 3 May, trunk
1931	  is from here 1.7.2 in development.
1932
193325 April 2018: Ralph
1934	- Fix memory leak when caching wildcard records for aggressive NSEC use
1935
193624 April 2018: Wouter
1937	- Fix contrib/fastrpz.patch for this release.
1938	- Fix auth https for libev.
1939
194024 April 2018: Ralph
1941	- Added root-key-sentinel support
1942
194323 April 2018: Wouter
1944	- makedist uses bz2 for expat code, instead of tar.gz.
1945	- Fix #4092: libunbound: use-caps-for-id lacks colon in
1946	  config_set_option.
1947	- auth zone http download stores exact copy of downloaded file,
1948	  including comments in the file.
1949	- Fix sldns parse failure for CDS alternate delete syntax empty hex.
1950	- Attempt for auth zone fix; add of callback in mesh gets from
1951	  callback does not skip callback of result.
1952	- Fix cname classification with qname minimisation enabled.
1953	- list_auth_zones unbound-control command.
1954
195520 April 2018: Wouter
1956	- man page documentation for dns-over-tls forward-addr '#' notation.
1957	- removed free from failed parse case.
1958	- Fix #4091: Fix that reload of auth-zone does not merge the zonefile
1959	  with the previous contents.
1960	- Delete auth zone when removed from config.
1961
196219 April 2018: Wouter
1963	- Can set tls authentication with forward-addr: IP#tls.auth.name
1964	  And put the public cert bundle in tls-cert-bundle: "ca-bundle.pem".
1965	  such as forward-addr: 9.9.9.9@853#dns.quad9.net or
1966	  1.1.1.1@853#cloudflare-dns.com
1967	- Fix #658: unbound using TLS in a forwarding configuration does not
1968	  verify the server's certificate (RFC 8310 support).
1969	- For addr with #authname and no @port notation, the default is 853.
1970
197118 April 2018: Wouter
1972	- Fix auth-zone retry timer to be on schedule with retry timeout,
1973	  with backoff.  Also time a refresh at the zone expiry.
1974
197517 April 2018: Wouter
1976	- auth zone notify work.
1977	- allow-notify: config statement for auth-zones.
1978	- unit test for allow-notify
1979
198016 April 2018: Wouter
1981	- Fix auth zone target lookup iterator.
1982	- auth zone notify with prefix
1983	- auth zone notify work.
1984
198513 April 2018: Wouter
1986	- Fix for max include depth for authzones.
1987	- Fix memory free on fail for $INCLUDE in authzone.
1988	- Fix that an internal error to look up the wrong rr type for
1989	  auth zone gets stopped, before trying to send there.
1990	- auth zone notify work.
1991
199210 April 2018: Ralph
1993	- num.query.aggressive.NOERROR and num.query.aggressive.NXDOMAIN
1994	  statistics counters.
1995
199610 April 2018: Wouter
1997	- documentation for low-rtt and low-rtt-pct.
1998	- auth zone notify work.
1999
20009 April 2018: Wouter
2001	- Fix that flush_zone sets prefetch ttl expired, so that with
2002	  serve-expired enabled it'll start prefetching those entries.
2003	- num.query.authzone.up and num.query.authzone.down statistics counters.
2004	- Fix downstream auth zone, only fallback when auth zone fails to
2005	  answer and fallback is enabled.
2006	- Accept both option names with and without colon for get_option
2007	  and set_option.
2008	- low-rtt and low-rtt-pct in unbound.conf enable the server selection
2009	  of fast servers for some percentage of the time.
2010
20115 April 2018: Wouter
2012	- Combine write of tcp length and tcp query for dns over tls.
2013	- nitpick fixes in example.conf.
2014	- Fix above stub queries for type NS and useless delegation point.
2015	- Fix unbound-control over pipe with openssl 1.1.1, the TLSv1.3
2016	  tls_choose_sigalg routine does not allow the ciphers for the pipe,
2017	  so use TLSv1.2.
2018	- ED448 support.
2019
20203 April 2018: Wouter
2021	- Fix #4043: make test fails due to v6 presentation issue in macOS.
2022	- Fix unable to resolve after new WLAN connection, due to auth-zone
2023	  failing with a forwarder set.  Now, auth-zone is only used for
2024	  answers (not referrals) when a forwarder is set.
2025
202629 March 2018: Ralph
2027	- Check "result" in dup_all(), by Florian Obser.
2028
202923 March 2018: Ralph
2030	- Fix unbound-control get_option aggressive-nsec
2031
203221 March 2018: Ralph
2033	- Do not use cached NSEC records to generate negative answers for
2034	  domains under DNSSEC Negative Trust Anchors.
2035
203619 March 2018: Wouter
2037	- iana port update.
2038
203916 March 2018: Wouter
2040	- corrected a minor typo in the changelog.
2041	- move htobe64/be64toh portability code to cachedb.c.
2042
204315 March 2018: Wouter
2044	- Add --with-libhiredis, unbound support for a new cachedb backend
2045	  that uses a Redis server as the storage.  This implementation
2046	  depends on the hiredis client library (https://redislabs.com/lp/hiredis/).
2047	  And unbound should be built with both --enable-cachedb and
2048	  --with-libhiredis[=PATH] (where $PATH/include/hiredis/hiredis.h
2049	  should exist).  Patch from Jinmei Tatuya (Infoblox).
2050	- Fix #3817: core dump happens in libunbound delete, when queued
2051	  servfail hits deleted message queue.
2052	- Create additional tls service interfaces by opening them on other
2053	  portnumbers and listing the portnumbers as additional-tls-port: nr.
2054
205513 March 2018: Wouter
2056	- Fix typo in documentation.
2057	- Fix #3736: Fix 0 TTL domains stuck on SERVFAIL unless manually
2058	  flushed with serve-expired on.
2059
206012 March 2018: Wouter
2061	- Added documentation for aggressive-nsec: yes.
2062	- tag 1.7.0rc3.  That became the 1.7.0 release on 15 Mar, trunk
2063	  now has 1.7.1 in development.
2064	- Fix #3727: Protocol name is TLS, options have been renamed but
2065	  documentation is not consistent.
2066	- Check IXFR start serial.
2067
20689 March 2018: Wouter
2069	- Fix #3598: Fix swig build issue on rhel6 based system.
2070	  configure --disable-swig-version-check stops the swig version check.
2071
20728 March 2018: Wouter
2073	- tag 1.7.0rc2.
2074
20757 March 2018: Wouter
2076	- Fixed contrib/fastrpz.patch, even though this already applied
2077	  cleanly for me, now also for others.
2078	- patch to log creates keytag queries, from A. Schulze.
2079	- patch suggested by Debian lintian: allow to -> allow one to, from
2080	  A. Schulze.
2081	- Attempt to remove warning about trailing whitespace.
2082
20836 March 2018: Wouter
2084	- Reverted fix for #3512, this may not be the best way forward;
2085	  although it could be changed at a later time, to stay similar to
2086	  other implementations.
2087	- svn trunk contains 1.7.0, this is the number for the next release.
2088	- Fix for windows compile.
2089	- tag 1.7.0rc1.
2090
20915 March 2018: Wouter
2092	- Fix to check define of DSA for when openssl is without deprecated.
2093	- iana port update.
2094	- Fix #3582: Squelch address already in use log when reuseaddr option
2095	  causes same port to be used twice for tcp connections.
2096
209727 February 2018: Wouter
2098	- Fixup contrib/fastrpz.patch so that it applies.
2099	- Fix compile without threads, and remove unused variable.
2100	- Fix compile with staticexe and python module.
2101	- Fix nettle compile.
2102
210322 February 2018: Ralph
2104	- Save wildcard RRset from answer with original owner for use in
2105 	  aggressive NSEC.
2106
210721 February 2018: Wouter
2108	- Fix #3512: unbound incorrectly reports SERVFAIL for CAA query
2109	  when there is a CNAME loop.
2110	- Fix validation for CNAME loops.  When it detects a cname loop,
2111	  by finding the cname, cname in the existing list, it returns
2112	  the partial result with the validation result up to then.
2113	- more robust cachedump rrset routine.
2114
211519 February 2018: Wouter
2116	- Fix #3505: Documentation for default local zones references
2117	  wrong RFC.
2118	- Fix #3494: local-zone noview can be used to break out of the view
2119	  to the global local zone contents, for queries for that zone.
2120	- Fix for more maintainable code in localzone.
2121
212216 February 2018: Wouter
2123	- Fixes for clang static analyzer, the missing ; in
2124	  edns-subnet/addrtree.c after the assert made clang analyzer
2125	  produce a failure to analyze it.
2126
212713 February 2018: Ralph
2128	- Aggressive NSEC tests
2129
213013 February 2018: Wouter
2131	- tls-cert-bundle option in unbound.conf enables TLS authentication.
2132	- iana port update.
2133
213412 February 2018: Wouter
2135	- Unit test for auth zone https url download.
2136
213712 February 2018: Ralph
2138	- Added tests with wildcard expanded NSEC records (CVE-2017-15105 test)
2139	- Processed aggressive NSEC code review remarks Wouter
2140
21418 February 2018: Ralph
2142	- Aggressive use of NSEC implementation. Use cached NSEC records to
2143	  generate NXDOMAIN, NODATA and positive wildcard answers.
2144
21458 February 2018: Wouter
2146	- iana port update.
2147	- auth zone url config.
2148
21495 February 2018: Wouter
2150	- Fix #3451: dnstap not building when you have a separate build dir.
2151	  And removed protoc warning, set dnstap.proto syntax to proto2.
2152	- auth-zone provides a way to configure RFC7706 from unbound.conf,
2153	  eg. with auth-zone: name: "." for-downstream: no for-upstream: yes
2154	  fallback-enabled: yes and masters or a zonefile with data.
2155
21562 February 2018: Wouter
2157	- Fix unfreed locks in log and arc4random at exit of unbound.
2158	- unit test with valgrind
2159	- Fix lock race condition in dns cache dname synthesis.
2160	- lock subnet new item before insertion to please checklocks,
2161	  no modification of critical regions outside of lock region.
2162
21631 February 2018: Wouter
2164	- fix unaligned structure making a false positive in checklock
2165	  unitialised memory.
2166
216729 January 2018: Ralph
2168	- Use NSEC with longest ce to prove wildcard absence.
2169	- Only use *.ce to prove wildcard absence, no longer names.
2170
217125 January 2018: Wouter
2172	- ltrace.conf file for libunbound in contrib.
2173
217423 January 2018: Wouter
2175	- Fix that unbound-checkconf -f flag works with auto-trust-anchor-file
2176	  for startup scripts to get the full pathname(s) of anchor file(s).
2177	- Print fatal errors about remote control setup before log init,
2178	  so that it is printed to console.
2179
218022 January 2018: Wouter
2181	- Accept tls-upstream in unbound.conf, the ssl-upstream keyword is
2182	  also recognized and means the same.  Also for tls-port,
2183	  tls-service-key, tls-service-pem, stub-tls-upstream and
2184	  forward-tls-upstream.
2185	- Fix #3397: Fix that cachedb could return a partial CNAME chain.
2186	- Fix #3397: Fix that when the cache contains an unsigned DNAME in
2187	  the middle of a cname chain, a result without the DNAME could
2188	  be returned.
2189
219019 January 2018: Wouter
2191	- tag 1.6.8 for release with CVE fix.
2192	- trunk has 1.6.9 with fix and previous commits.
2193	- patch for CVE-2017-15105: vulnerability in the processing of
2194	  wildcard synthesized NSEC records.
2195	- iana port update.
2196	- make depend: code dependencies updated in Makefile.
2197
21984 January 2018: Ralph
2199	- Copy query and correctly set flags on REFUSED answers when cache
2200	  snooping is not allowed.
2201
22023 January 2018: Ralph
2203	- Fix queries being leaked above stub when refetching glue.
2204
22052 January 2017: Wouter
2206	- Fix that DS queries with referral replies are answered straight
2207	  away, without a repeat query picking the DS from cache.
2208	  The correct reply should have been an answer, the reply is fixed
2209	  by the scrubber to have the answer in the answer section.
2210	- Remove clang optimizer disable,
2211	  Fix that expiration date checks don't fail with clang -O2.
2212
221315 December 2017: Wouter
2214	- Fix timestamp failure because of clang optimizer failure, by
2215	  disabling -O2 when the compiler --version is clang.
2216	- iana port update.
2217	- Also disable -flto for clang, to make incep-expi signature check
2218	  work.
2219
222012 December 2017: Ralph
2221	- Fix qname-minimisation documentation (A QTYPE, not NS)
2222
222312 December 2017: Wouter
2224	- authzone work, transfer connect.
2225
22267 December 2017: Ralph
2227	- Check whether --with-libunbound-only is set when using --with-nettle
2228	  or --with-nss.
2229
22304 December 2017: Wouter
2231	- Fix link failure on OmniOS.
2232
22331 December 2017: Wouter
2234	- auth zone work.
2235
223630 November 2017: Wouter
2237	- Fix #3299 - forward CNAME daisy chain is not working
2238
223914 November 2017: Wouter
2240	- Fix #2882: Unbound behaviour changes (wrong) when domain-insecure is
2241	  set for stub zone.  It no longer searches for DNSSEC information.
2242	- auth xfer work on probe timer and lookup.
2243
224413 November 2017: Wouter
2245	- Fix #2801: Install libunbound.pc.
2246	- Fix qname minimisation to send AAAA queries at zonecut like type A.
2247	- reverted AAAA change.
2248
22497 November 2017: Wouter
2250	- Fix #2492: Documentation libunbound.
2251
22523 November 2017: Wouter
2253	- Fix #2362: TLS1.3/openssl-1.1.1 not working.
2254	- Fix #2034 - Autoconf and -flto.
2255	- Fix #2141 - for libsodium detect lack of entropy in chroot, print
2256	  a message and exit.
2257
22582 November 2017: Wouter
2259	- Fix #1913: ub_ctx_config is under circumstances thread-safe.
2260	- make ip-transparent option work on OpenBSD.
2261
226231 October 2017: Wouter
2263	- Document that errno is left informative on libunbound config read
2264	  fail.
2265	- lexer output.
2266	- iana port update.
2267
226825 October 2017: Ralph
2269	- Fixed libunbound manual typo.
2270	- Fix #1949: [dnscrypt] make provider name mismatch more obvious.
2271	- Fix #2031: Double included headers
2272
227324 October 2017: Ralph
2274	- Update B root ipv4 address.
2275
227619 October 2017: Wouter
2277	- authzone work, probe timer setup.
2278
227918 October 2017: Wouter
2280	- lint for recent authzone commit.
2281
228217 October 2017: Wouter
2283	- Fix #1749: With harden-referral-path: performance drops, due to
2284	  circular dependency in NS and DS lookups.
2285	- [dnscrypt] prevent dnscrypt-secret-key, dnscrypt-provider-cert
2286	  duplicates
2287	- [dnscrypt] introduce dnscrypt-provider-cert-rotated option,
2288	  from Manu Bretelle.
2289	This option allows handling multiple cert/key pairs while only
2290	distributing some of them.
2291	In order to reliably match a client magic with a given key without
2292	strong assumption as to how those were generated, we need both key and
2293	cert. Likewise, in order to know which ES version should be used.
2294	On the other hand, when rotating a cert, it can be desirable to only
2295	serve the new cert but still be able to handle clients that are still
2296	using the old certs's public key.
2297	The `dnscrypt-provider-cert-rotated` allow to instruct unbound to not
2298	publish the cert as part of the DNS's provider_name's TXT answer.
2299	- Better documentation for cache-max-negative-ttl.
2300	- Work on local root zone code.
2301
230210 October 2017: Wouter
2303	- tag 1.6.7
2304	- trunk has version 1.6.8.
2305
23066 October 2017: Wouter
2307	- Fix spelling in unbound-control man page.
2308
23095 October 2017: Wouter
2310	- Fix trust-anchor-signaling works in libunbound.
2311	- Fix some more crpls in testdata for different signaling default.
2312	- tag 1.6.7rc1
2313
23145 October 2017: Ralph
2315	- Set trust-anchor-signaling default to yes
2316	- Use RCODE from A query on DNS64 synthesized answer.
2317
23182 October 2017: Wouter
2319	- Fix param unused warning for windows exportsymbol compile.
2320
232125 September 2017: Ralph
2322	- Fix #1450: Generate again patch contrib/aaaa-filter-iterator.patch
2323	   (by Danilo G. Baio).
2324
232521 September 2017: Ralph
2326	- Log name of looping module
2327
232819 September 2017: Wouter
2329	- use a cachedb answer even if it's "expired" when serve-expired is yes
2330	  (patch from Jinmei Tatuya).
2331	- trigger refetching of the answer in that case (this will bypass
2332	  cachedb lookup)
2333	- allow storing a 0-TTL answer from cachedb in the in-memory message
2334	  cache when serve-expired is yes
2335	- Fix DNSCACHE_STORE_ZEROTTL to be bigger than 0xffff.
2336
233718 September 2017: Ralph
2338	- Fix #1400: allowing use of global cache on ECS-forwarding unless
2339	  always-forward.
2340
234118 September 2017: Wouter
2342	- tag 1.6.6 (is 1.6.6rc2)
2343	- Fix that looping modules always stop the query, and don't pass
2344	  control.
2345	- Fix #1435: Please allow UDP to be disabled separately upstream and
2346	  downstream.
2347	- Fix #1440: [dnscrypt] client nonce cache.
2348
234915 September 2017: Wouter
2350	- Fix unbound-host to report error for DNSSEC state of failed lookups.
2351	- Spelling fixes, from Josh Soref.
2352
235313 September 2017: Wouter
2354	- tag 1.6.6rc2, became 1.6.6 on 18 sep.  trunk 1.6.7 in development.
2355
235612 September 2017: Wouter
2357	- Add dns64 for client-subnet in unbound-checkconf.
2358
23594 September 2017: Ralph
2360	- Fix #1412: QNAME minimisation strict mode not honored
2361	- Fix #1434: Fix windows openssl 1.1.0 linking.
2362
23634 September 2017: Wouter
2364	- tag 1.6.6rc1
2365	- makedist fix for windows binaries, with openssl 1.1.0 windres fix,
2366	  and expat 2.2.4 install target fix.
2367
23681 September 2017: Wouter
2369	- Recommend 1472 buffer size in unbound.conf
2370
237131 August 2017: Wouter
2372	- Fix #1424: cachedb:testframe is not thread safe.
2373	- For #1417: escape ; in dnscrypt tests.
2374	- but reverted that, tests fails with that escape.
2375	- Fix #1417: [dnscrypt] shared secret cache counters, and works when
2376	  dnscrypt is not enabled.  And cache size configuration option.
2377	- make depend
2378	- Fix #1418: [ip ratelimit] initialize slabhash using
2379	  ip-ratelimit-slabs.
2380
238130 August 2017: Wouter
2382	- updated contrib/fastrpz.patch to apply with configparser changes.
2383	- Fix 1416: qname-minimisation breaks TLSA lookups with CNAMEs.
2384
238529 August 2017: Wouter
2386	- Fix #1414: fix segfault on parse failure and log_replies.
2387	- zero qinfo in handle_request, this zeroes local_alias and also the
2388	  qname member.
2389	- new keys and certs for dnscrypt tests.
2390	- fixup WKS test on buildhost without servicebyname.
2391
239228 August 2017: Wouter
2393	- Fix #1415: patch to free dnscrypt environment on reload.
2394	- iana portlist update
2395	- Fix #1415: [dnscrypt] shared secret cache, patch from
2396	  Manu Bretelle.
2397	- Small fixes for the shared secret cache patch.
2398	- Fix WKS records on kvm autobuild host, with default protobyname
2399	  entries for udp and tcp.
2400
240123 August 2017: Wouter
2402	- Fix #1407: Add ECS options check to unbound-checkconf.
2403	- make depend
2404	- Fix to reclaim tcp handler when it is closed due to dnscrypt buffer
2405	  allocation failure.
2406
240722 August 2017: Wouter
2408	- Fix install of trust anchor when two anchors are present, makes both
2409	  valid. Checks hash of DS but not signature of new key. This fixes
2410	  the root.key file if created when unbound is installed between
2411	  sep11 and oct11 2017.
2412	- tag 1.6.5 with pointrelease 1.6.5 (1.6.4 plus 5011 fix).
2413	- trunk version 1.6.6 in development.
2414	- Fix issue on macOX 10.10 where TCP fast open is detected but not
2415	  implemented causing TCP to fail. The fix allows fallback to regular
2416	  TCP in this case and is also more robust for cases where connectx()
2417	  fails for some reason.
2418	- Fix #1402: squelch invalid argument error for fd_set_block on windows.
2419
242010 August 2017: Wouter
2421	- Patch to show DNSCrypt status in help output, from Carsten
2422	  Strotmann.
2423
24248 August 2017: Wouter
2425	- Fix #1398: make cachedb secret configurable.
2426	- Remove spaces from Makefile.
2427
24287 August 2017: Wouter
2429	- Fix #1397: Recursive DS lookups for AS112 zones names should recurse.
2430
24313 August 2017: Ralph
2432	- Remove unused iter_env member (ip6arpa_dname)
2433	- Do not reset rrset.bogus stats when called using stats_noreset.
2434	- Added stats for queries that have been ratelimited by domain
2435	  recursion.
2436	- Do not add rrset_bogus and query ratelimiting stats per thread, these
2437	  module stats are global.
2438
24393 August 2017: Wouter
2440	- Fix #1394: mix of serve-expired and response-ip could cause a crash.
2441
244224 July 2017: Wouter
2443	- upgrade aclocal(pkg.m4 0.29.1), config.guess(2016-10-02),
2444	  config.sub(2016-09-05).
2445	- annotate case statement fallthrough for gcc 7.1.1.
2446	- flex output from flex 2.6.1.
2447	- snprintf of thread number does not warn about truncated string.
2448	- squelch TCP fast open error on FreeBSD when kernel has it disabled,
2449	  unless verbosity is high.
2450	- remove warning from windows compile.
2451	- Fix compile with libnettle
2452	- Fix DSA configure switch (--disable dsa) for libnettle and libnss.
2453	- Fix #1365: Add Ed25519 support using libnettle.
2454	- iana portlist update
2455
245617 July 2017: Wouter
2457	- Fix #1350: make cachedb backend configurable (from JINMEI Tatuya).
2458	- Fix #1349: allow suppression of pidfiles (from Daniel Kahn Gillmor).
2459	  With the -p option unbound does not create a pidfile.
2460
246111 July 2017: Wouter
2462	- Fix #1344: RFC6761-reserved domains: test. and invalid.
2463	- Redirect all localhost names to localhost address for RFC6761.
2464
24656 July 2017: Wouter
2466	- Fix tests to use .tdir (from Manu Bretelle) instead of .tpkg.
2467	- Fix svn hooks for tdir (selected if testcode/mini_tdir.sh exists)..
2468
24694 July 2017: Wouter
2470	- Fix 1332: Bump verbosity of failed chown'ing of the control socket.
2471
24723 July 2017: Wouter
2473	- Fix for unbound-checkconf, check ipsecmod-hook if ipsecmod is turned
2474	  on.
2475	- Fix #1331: libunbound segfault in threaded mode when context is
2476	  deleted.
2477	- Fix pythonmod link line option flag.
2478	- Fix openssl 1.1.0 load of ssl error strings from ssl init.
2479
248029 June 2017: Wouter
2481	- Fix python example0 return module wait instead of error for pass.
2482	- iana portlist update
2483	- enhancement for hardened-tls for DNS over TLS.  Removed duplicated
2484	  security settings.
2485
248627 June 2017: Wouter
2487	- Tag 1.6.4 is created with the 1.6.4rc2 contents.
2488	- Trunk contains 1.6.5, with changes from 26, 27 june.
2489	- Remove signed unsigned warning from authzone.
2490	- Fix that infra cache host hash does not change after reconfig.
2491
249226 June 2017: Wouter
2493	- (for 1.6.5)
2494	  Better fixup of dnscrypt_cert_chacha test for different escapes.
2495	- First fix for zero b64 and hex text zone format in sldns.
2496	- unbound-control dump_infra prints port number for address if not 53.
2497
249823 June 2017: Wouter
2499	- (for 1.6.5): fixup of dnscrypt_cert_chacha test (from Manu Bretelle).
2500
250122 June 2017: Wouter
2502	- Tag 1.6.4rc2
2503
250422 June 2017: Ralph
2505	- Added fastrpz patch to contrib
2506
250721 June 2017: Wouter
2508	- Fix #1316: heap read buffer overflow in parse_edns_options.
2509
251020 June 2017: Wouter
2511	- Fix warning in pythonmod under clang compiler.
2512	- Tag 1.6.4rc1
2513	- Fix lintian typo.
2514
251516 June 2017: Ralph
2516	- Fix #1277: disable domain ratelimit by setting value to 0.
2517
251816 June 2017: Wouter
2519	- Fix #1301: memory leak in respip and tests.
2520	- Free callback in edns-subnetmod on exit and restart.
2521	- Fix memory leak in sldns_buffer_new_frm_data.
2522	- Fix memory leak in dnscrypt config read.
2523	- Fix dnscrypt chacha cert support ifdefs.
2524	- Fix dnscrypt chacha cert unit test escapes in grep.
2525	- Remove asynclook tests that cause test and purifier problems.
2526	- Fix to unlock view in view test.
2527
252815 June 2017: Wouter
2529	- Fix stub zone queries leaking to the internet for
2530	  harden-referral-path ns checks.
2531	- Fix query for refetch_glue of stub leaking to internet.
2532
253313 June 2017: Wouter
2534	- Fix #1279: Memory leak on reload when python module is enabled.
2535	- Fix #1280: Unbound fails assert when response from authoritative
2536	  contains malformed qname.  When 0x20 caps-for-id is enabled, when
2537	  assertions are not enabled the malformed qname is handled correctly.
2538	- 1.6.3 tag created, with only #1280 fix, trunk is 1.6.4 development.
2539	- More fixes in depth for buffer checks in 0x20 qname checks.
2540
254112 June 2017: Wouter
2542	- Fix #1278: Incomplete wildcard proof.
2543
25448 June 2017: Ralph
2545	- Added domain name based ECS whitelist.
2546
25478 June 2017: Wouter
2548	- Detect chacha for dnscrypt at configure time.
2549	- dnscrypt unit tests with chacha.
2550
25517 June 2017: Wouter
2552	- Fix that unbound-control can set val_clean_additional and val_permissive_mode.
2553	- Add dnscrypt XChaCha20 tests.
2554
25556 June 2017: Wouter
2556	- Add an explicit type cast for TCP FASTOPEN fix.
2557	- renumbering B-Root's IPv6 address to 2001:500:200::b.
2558	- Fix #1275: cached data in cachedb is never used.
2559	- Fix #1276: [dnscrypt] add XChaCha20-Poly1305 cipher.
2560
25611 June 2017: Ralph
2562	- Fix #1274: automatically trim chroot path from dnscrypt key/cert paths
2563	  (from Manu Bretelle).
2564
25651 June 2017: Wouter
2566	- Fix fastopen EPIPE fallthrough to perform connect.
2567
256831 May 2017: Ralph
2569	- Also use global local-zones when there is a matching view that does
2570	  not have any local-zone specified.
2571
257231 May 2017: Wouter
2573	- Fix #1273: cachedb.c doesn't compile with -Wextra.
2574	- If MSG_FASTOPEN gives EPIPE fallthrough to try normal tcp write.
2575
257630 May 2017: Ralph
2577	- Fix #1269: inconsistent use of built-in local zones with views.
2578	- Add defaults for new local-zone trees added to views using
2579	  unbound-control.
2580
258130 May 2017: Wouter
2582	- Support for openssl EVP_DigestVerify.
2583	- Support for the ED25519 algorithm with openssl (from openssl 1.1.1).
2584
258529 May 2017: Wouter
2586	- Fix assertion for low buffer size and big edns payload when worker
2587	  overrides udpsize.
2588
258926 May 2017: Ralph
2590	- Added redirect-bogus.patch to contrib directory.
2591
259226 May 2017: Wouter
2593	- Fix #1270: unitauth.c doesn't compile with higher warning level
2594	  and optimization
2595	- exec_prefix is by default equal to prefix.
2596	- printout localzone for duplicate local-zone warnings.
2597
259824 May 2017: Wouter
2599	- authzone cname chain, no rrset duplicates, wildcard doesn't change
2600	  rrsets added for cname chain.
2601
260223 May 2017: Wouter
2603	- first services/authzone check in, it compiles and reads and writes
2604	  zonefiles.
2605	- iana portlist update
2606
260722 May 2017: Wouter
2608	- Fix #1268: SIGSEGV after log_reopen.
2609
261018 May 2017: Wouter
2611	- Fix #1265 to use /bin/kill.
2612	- Fix #1267: Libunbound validator/val_secalgo.c uses obsolete APIs,
2613	  and compatibility with BoringSSL.
2614
261517 May 2017: Wouter
2616	- Fix #1265: contrib/unbound.service contains hardcoded path.
2617
261817 May 2017: George
2619	- Use qstate's region for IPSECKEY rrset (ipsecmod).
2620
262116 May 2017: George
2622	- Implemented opportunistic IPsec support module (ipsecmod).
2623	- Some whitespace fixup.
2624
262516 May 2017: Wouter
2626	- updated dependencies in the makefile.
2627	- document trust-anchor-signaling in example config file.
2628	- updated configure, dependencies and flex output.
2629	- better module memory lookup, fix of unbound-control shm names for
2630	  module memory printout of statistics.
2631	- Fix type AVC sldns rrdef.
2632
263312 May 2017: Wouter
2634	- Adjust servfail by iterator to not store in cache when serve-expired
2635	  is enabled, to avoid overwriting useful information there.
2636	- Fix queries for nameservers under a stub leaking to the internet.
2637
26389 May 2017: Ralph
2639	- Add 'c' to getopt() in testbound.
2640	- iana portlist update
2641
26428 May 2017: Wouter
2643	- Fix tcp-mss failure printout text.
2644	- Set SO_REUSEADDR on outgoing tcp connections to fix the bind before
2645	  connect limited tcp connections.  With the option tcp connections
2646	  can share the same source port (for different destinations).
2647
26482 May 2017: Ralph
2649	- Added mesh_add_sub to add detached mesh entries.
2650	- Use mesh_add_sub for key tag signaling query.
2651
26522 May 2017: Wouter
2653	- Added test for leak of stub information.
2654	- Fix sldns wire2str printout of RR type CAA tags.
2655	- Fix sldns int16_data parse.
2656	- Fix sldns parse and printout of TSIG RRs.
2657	- sldns SMIMEA and AVC definitions, same as getdns definitions.
2658
26591 May 2017: Wouter
2660	- Fix #1259: "--disable-ecdsa" argument overwritten
2661	  by "#ifdef SHA256_DIGEST_LENGTH@daemon/remote.c".
2662	- iana portlist update
2663	- Fix #1258: Windows 10 X64 unbound 1.6.2 service will not start.
2664	  and fix that 64bit getting installed in C:\Program Files (x86).
2665
266626 April 2017: Ralph
2667	- Implemented trust anchor signaling using key tag query.
2668
266926 April 2017: Wouter
2670	- Based on #1257: check parse limit before t increment in sldns RR
2671	  string parse routine.
2672
267324 April 2017: Wouter
2674	- unbound-checkconf -o allows query of dnstap config variables.
2675	  Also unbound-control get_option.  Also for dnscrypt.
2676	- trunk contains 1.6.3 version number (changes from 1.6.2 back from
2677	  when the 1.6.2rc1 tag has been created).
2678
267921 April 2017: Ralph
2680	- Fix #1254: clarify ratelimit-{for,below}-domain (from Manu Bretelle).
2681	- iana portlist update
2682
268318 April 2017: Ralph
2684	- Fix #1252: more indentation inconsistencies.
2685	- Fix #1253: unused variable in edns-subnet/addrtree.c:getbit().
2686
268713 April 2017: Ralph
2688	- Added ECS unit test (from Manu Bretelle).
2689	- ECS documentation fix (from Manu Bretelle).
2690
269113 April 2017: Wouter
2692	- Fix #1250: inconsistent indentation in services/listen_dnsport.c.
2693	- tag for 1.6.2rc1
2694	- (for 1.6.3:) unbound.h exports the shm stats structures.  They use
2695	  type long long and no ifdefs, and ub_ before the typenames.
2696
269712 April 2017: Wouter
2698	- subnet mem value is available in shm, also when not enabled,
2699	  to make the struct easier to memmap by other applications,
2700	  independent of the configuration of unbound.
2701
270212 April 2017: Ralph
2703	- Fix #1247: unbound does not shorten source prefix length when
2704	  forwarding ECS.
2705	- Properly check for allocation failure in local_data_find_tag_datas.
2706	- Fix #1249: unbound doesn't return FORMERR to bogus ECS.
2707	- Set SHM ECS memory usage to 0 when module not loaded.
2708
270911 April 2017: Ralph
2710	- Display ECS module memory usage.
2711
271210 April 2017: Wouter
2713	- harden-algo-downgrade: no also makes unbound more lenient about
2714	  digest algorithms in DS records.
2715
271610 April 2017: Ralph
2717	- Remove ECS option after REFUSED answer.
2718	- Fix small memory leak in edns_opt_copy_alloc.
2719	- Respip dereference after NULL check.
2720	- Zero initialize addrtree allocation.
2721	- Use correct identifier for SHM destroy.
2722
27237 April 2017: George
2724	- Fix pythonmod for cb changes.
2725	- Some whitespace fixup.
2726
27277 April 2017: Ralph
2728	- Unlock view in respip unit test
2729
27306 April 2017: Ralph
2731	- Generalise inplace callback (de)registration
2732	- (de)register inplace callbacks for module id
2733	- No unbound-control set_option for ECS options
2734	- Deprecated client-subnet-opcode config option
2735	- Introduced client-subnet-always-forward config option
2736	- Changed max-client-subnet-ipv6 default to 56 (as in RFC)
2737	- Removed extern ECS config options
2738	- module_restart_next now calls clear on all following modules
2739	- Also create ECS module qstate on module_event_pass event
2740	- remove malloc from inplace_cb_register
2741
27426 April 2017: Wouter
2743	- Small fixup for documentation.
2744	- iana portlist update
2745	- Fix respip for braces when locks arent used.
2746	- Fix pythonmod for cb changes.
2747
27484 April 2017: Wouter
2749	- Fix #1244: document that use of chroot requires trust anchor file to
2750	  be under chroot.
2751	- iana portlist update
2752
27533 April 2017: Ralph
2754	- Do not add current time twice to TTL before ECS cache store.
2755	- Do not touch rrset cache after ECS cache message generation.
2756	- Use LDNS_EDNS_CLIENT_SUBNET as default ECS opcode.
2757
27583 April 2017: Wouter
2759	- Fix #1217: Add metrics to unbound-control interface showing
2760	  crypted, cert request, plaintext and malformed queries (from
2761	  Manu Bretelle).
2762	- iana portlist update
2763
276427 March 2017: Wouter
2765	- Remove (now unused) event2 include from dnscrypt code.
2766
276724 March 2017: George
2768	- Fix to prevent non-referal query from being cached as referal when the
2769	  no_cache_store flag was set.
2770
277123 March 2017: Wouter
2772	- Fix #1239: configure fails to find python distutils if python
2773	  prints warning.
2774
277522 March 2017: Wouter
2776	- Fix #1238: segmentation fault when adding through the remote
2777	  interface a per-view local zone to a view with no previous
2778	  (configured) local zones.
2779	- Fix #1229: Systemd service sandboxing, options in wrong sections.
2780
278121 March 2017: Ralph
2782	- Merge EDNS Client subnet implementation from feature branch into main
2783	  branch, using new EDNS processing framework.
2784
278521 March 2017: Wouter
2786	- Fix doxygen for dnscrypt files.
2787
278820 March 2017: Wouter
2789	- #1217. DNSCrypt support, with --enable-dnscrypt, libsodium and then
2790	  enabled in the config file from Manu Bretelle.
2791	- make depend, autoconf, remove warnings about statement before var.
2792	- lru_demote and lruhash_insert_or_retrieve functions for getdns.
2793	- fixup for lruhash (whitespace and header file comment).
2794	- dnscrypt tests.
2795
279617 March 2017: Wouter
2797	- Patch for view functionality for local-data-ptr from Björn Ketelaars.
2798	- Fix #1237 - Wrong resolving in chain, for norec queries that get
2799	  SERVFAIL returned.
2800
280116 March 2017: Wouter
2802	- Fix that SHM is not inited if not enabled.
2803	- Add trustanchor.unbound CH TXT that gets a response with a number
2804	  of TXT RRs with a string like "example.com. 2345 1234" with
2805	  the trust anchors and their keytags.
2806	- Fix that looped DNAMEs do not cause unbound to spend effort.
2807	- trustanchor tags are sorted.  reusable routine to fetch taglist.
2808
280913 March 2017: Wouter
2810	- testbound understands Deckard MATCH rcode question answer commands.
2811	- Fix #1235: Fix too long DNAME expansion produces SERVFAIL instead
2812	  of YXDOMAIN + query loop, reported by Petr Spacek.
2813
281410 March 2017: Wouter
2815	- Fix #1234: shortening DNAME loop produces duplicate DNAME records
2816	  in ANSWER section.
2817
28189 March 2017: Wouter
2819	- --disable-sha1 disables SHA1 support in RRSIG, so from DNSKEY and
2820	  DS records.  NSEC3 is not disabled.
2821	- fake-sha1 test option; print warning if used.  To make unit tests.
2822	- unbound-control list local zone and data commands listed in the
2823	  help output.
2824
28258 March 2017: Wouter
2826	- make depend for build dependencies.
2827	- swig version 2.0.1 required.
2828	- fix enum conversion warnings
2829
28307 March 2017: Wouter
2831	- Fix #1230: swig version 2.0.0 is required for pythonmod, with
2832	  1.3.40 it crashes when running repeatly unbound-control reload.
2833	- Response actions based on IP address from Jinmei Tatuya (Infoblox).
2834
28356 March 2017: Wouter
2836	- Fix #1229: Systemd service sandboxing in contrib/unbound.service.
2837	- iana portlist update
2838
283928 February 2017: Ralph
2840	- Fix testpkts.c, check if DO bit is set, not only if there is an OPT
2841	  record.
2842
284328 February 2017: Wouter
2844	- For #1227: if we have sha256, set the cipher list to have no
2845	  known vulns.
2846
284727 February 2017: Wouter
2848	- Fix #1227: Fix that Unbound control allows weak ciphersuits.
2849	- Fix #1226: provide official 32bit binary for windows.
2850
285124 February 2017: Wouter
2852	- include sys/time.h for new shm code on NetBSD.
2853
285423 February 2017: Wouter
2855	- Fix doc/CNAME-basedRedirectionDesignNotes.pdf zone static to
2856	  redirect.
2857	- Patch from Luiz Fernando Softov for Stats Shared Memory.
2858	- unbound-control stats_shm command prints stats using shared memory,
2859	  which uses less cpu.
2860	- make depend, autoconf, doxygen and lint fixed up.
2861
286222 February 2017: Wouter
2863	- Fix #1224: Fix that defaults should not fall back to "Program Files
2864	  (x86) if Unbound is 64bit by default on windows.
2865
286621 February 2017: Wouter
2867	- iana portlist update
2868
286916 February 2017: Wouter
2870	- sldns updated for vfixed and buffer resize indication from getdns.
2871
287215 February 2017: Wouter
2873	- sldns has ED25519 and ED448 algorithm number and name for display.
2874
287514 February 2017: Wouter
2876	- tag 1.6.1rc3. -- which became 1.6.1 on 21feb, trunk has 1.6.2
2877
287813 February 2017: Wouter
2879	- Fix autoconf of systemd check for lack of pkg-config.
2880
288110 February 2017: Wouter
2882	- Fix pythonmod for typedef changes.
2883	- Fix dnstap for warning of set but not used.
2884	- tag 1.6.1rc2.
2885
28869 February 2017: Wouter
2887	- tag 1.6.1rc1.
2888
28898 February 2017: Wouter
2890	- Fix for type name change and fix warning on windows compile.
2891
28927 February 2017: Wouter
2893	- Include root trust anchor id 20326 in unbound-anchor.
2894
28956 February 2017: Wouter
2896	- Fix compile on solaris of the fix to use $host detect.
2897
28984 February 2017: Wouter
2899	- fix root_anchor test for updated icannbundle.pem lower certificates.
2900
290126 January 2017: Wouter
2902	- Fix 1211: Fix can't enable interface-automatic if no IPv6 with
2903	  more helpful error message.
2904
290520 January 2017: Wouter
2906	- Increase MAX_MODULE to 16.
2907
290819 January 2017: Wouter
2909	- Fix to Rename ub_callback_t to ub_callback_type, because POSIX
2910	  reserves _t typedefs.
2911	- Fix to rename internally used types from _t to _type, because _t
2912	  type names are reserved by POSIX.
2913	- iana portlist update
2914
291512 January 2017: Wouter
2916	- Fix to also block meta types 128 through to 248 with formerr.
2917	- Fix #1206: Some view-related commands are missing from 'unbound-control -h'
2918
29199 January 2017: Wouter
2920	- Fix #1202: Fix code comment that packed_rrset_data is not always
2921	  'packed'.
2922
29236 January 2017: Wouter
2924	- Fix #1201: Fix missing unlock in answer_from_cache error condition.
2925
29265 January 2017: Wouter
2927	- Fix to return formerr for queries for meta-types, to avoid
2928	  packet amplification if this meta-type is sent on to upstream.
2929	- Fix #1184: Log DNS replies. This includes the same logging
2930	  information that DNS queries and response code and response size,
2931	  patch from Larissa Feng.
2932	- Fix #1187: Source IP rate limiting, patch from Larissa Feng.
2933
29343 January 2017: Wouter
2935	- configure --enable-systemd and lets unbound use systemd sockets if
2936	  you enable use-systemd: yes in unbound.conf.
2937	  Also there are contrib/unbound.socket and contrib/unbound.service:
2938	  systemd files for unbound, install them in /usr/lib/systemd/system.
2939	  Contributed by Sami Kerola and Pavel Odintsov.
2940	- Fix reload chdir failure when also chrooted to that directory.
2941
29422 January 2017: Wouter
2943	- Fix #1194: Cross build fails when $host isn't `uname` for getentropy.
2944
294523 December 2016: Ralph
2946	- Fix #1190: Do not echo back EDNS options in local-zone error response.
2947	- iana portlist update
2948
294921 December 2016: Ralph
2950	- Fix #1188: Unresolved symbol 'fake_dsa' in libunbound.so when built
2951	  with Nettle
2952
295319 December 2016: Ralph
2954	- Fix #1191: remove comment about view deletion.
2955
295615 December 2016: Wouter
2957	- iana portlist update
2958	- 64bit is default for windows builds.
2959	- Fix inet_ntop and inet_pton warnings in windows compile.
2960
296114 December 2016: Wouter
2962	- Fix #1178: attempt to fix setup error at end, pop result values
2963	  at end of install.
2964
296513 December 2016: Wouter
2966	- Fix #1182: Fix Resource leak (socket), at startup.
2967	- Fix unbound-control and ipv6 only.
2968
29699 December 2016: Wouter
2970	- Fix #1176: stack size too small for Alpine Linux.
2971
29728 December 2016: Wouter
2973	- Fix downcast warnings from visual studio in sldns code.
2974	- tag 1.6.0rc1 which became 1.6.0 on 15 dec, and trunk is 1.6.1.
2975
29767 December 2016: Ralph
2977	- Add DSA support for OpenSSL 1.1.0
2978	- Fix remote control without cert for LibreSSL
2979
29806 December 2016: George
2981	- Added generic EDNS code for registering known EDNS option codes,
2982	  bypassing the cache response stage and uniquifying mesh states. Four EDNS
2983	  option lists were added to module_qstate (module_qstate.edns_opts_*) to
2984	  store EDNS options from/to front/back side.
2985	- Added two flags to module_qstate (no_cache_lookup, no_cache_store) that
2986	  control the modules' cache interactions.
2987	- Added code for registering inplace callback functions. The registered
2988	  functions can be called just before replying with local data or Chaos,
2989	  replying from cache, replying with SERVFAIL, replying with a resolved
2990	  query, sending a query to a nameserver. The functions can inspect the
2991	  available data and maybe change response/query related data (i.e. append
2992	  EDNS options).
2993	- Updated Python module for the above.
2994	- Updated Python documentation.
2995
29965 December 2016: Ralph
2997	- Fix #1173: differ local-zone type deny from unset
2998	  tag_actions element.
2999
30005 December 2016: Wouter
3001	- Fix #1170: document that 'inform' local-zone uses local-data.
3002
30031 December 2016: Ralph
3004	- hyphen as minus fix, by Andreas Schulze
3005
300630 November 2016: Ralph
3007	- Added local-zones and local-data bulk addition and removal
3008	  functionality in unbound-control (local_zones, local_zones_remove,
3009	  local_datas and local_datas_remove).
3010	- iana portlist update
3011
301229 November 2016: Wouter
3013	- version 1.6.0 is in the development branch.
3014	- braces in view.c around lock statements.
3015
301628 November 2016: Wouter
3017	- new install-sh.
3018
301925 November 2016: Wouter
3020	- Fix that with openssl 1.1 control-use-cert: no uses less cpu, by
3021	  using no encryption over the unix socket.
3022
302322 Novenber 2016: Ralph
3024	- Make access-control-tag-data RDATA absolute. This makes the RDATA
3025	  origin consistent between local-data and access-control-tag-data.
3026	- Fix NSEC ENT wildcard check. Matching wildcard does not have to be a
3027	  subdomain of the NSEC owner.
3028	- QNAME minimisation uses QTYPE=A, therefore always check cache for
3029	  this type in harden-below-nxdomain functionality.
3030	- Added unit test for QNAME minimisation + harden below nxdomain
3031	  synergy.
3032
303322 November 2016: Wouter
3034	- iana portlist update.
3035	- Fix unit tests for DS hash processing for fake-dsa test option.
3036	- patch from Dag-Erling Smorgrav that removes code that relies
3037	  on sbrk().
3038
303921 November 2016: Wouter
3040	- Fix #1158: reference RFC 8020 "NXDOMAIN: There Really Is Nothing
3041	  Underneath" for the harden-below-nxdomain option.
3042
304310 November 2016: Ralph
3044	- Fix #1155: test status code of unbound-control in 04-checkconf,
3045	  not the status code from the tee command.
3046
30474 November 2016: Ralph
3048	- Added stub-ssl-upstream and forward-ssl-upstream options.
3049
30504 November 2016: Wouter
3051	- configure detects ssl security level API function in the autoconf
3052	  manner.  Every function on its own, so that other libraries (eg.
3053	  LibreSSL) can develop their API without hindrance.
3054	- Fix #1154: segfault when reading config with duplicate zones.
3055	- Note that for harden-below-nxdomain the nxdomain must be secure,
3056	  this means nsec3 with optout is insufficient.
3057
30583 November 2016: Ralph
3059	- Set OpenSSL security level to 0 when using aNULL ciphers.
3060
30613 November 2016: Wouter
3062	- .gitattributes line for githubs code language display.
3063	- log-identity: config option to set sys log identity, patch from
3064	  "Robin H. Johnson" <robbat2@gentoo.org>
3065
30662 November 2016: Wouter
3067	- iana portlist update.
3068
306931 October 2016: Wouter
3070	- Fix failure to build on arm64 with no sbrk.
3071	- iana portlist update.
3072
307328 October 2016: Wouter
3074	- Patch for server.num.zero_ttl stats for count of expired replies,
3075	  from Pavel Odintsov.
3076
307726 October 2016: Wouter
3078	- Fix unit tests for openssl 1.1, with no DSA, by faking DSA, enabled
3079	  with the undocumented switch 'fake-dsa'.  It logs a warning.
3080
308125 October 2016: Wouter
3082	- Fix #1134: unbound-control set_option -- val-override-date: -1 works
3083	  immediately to ignore datetime, or back to 0 to enable it again.
3084	  The -- is to ignore the '-1' as an option flag.
3085
308624 October 2016: Wouter
3087	- serve-expired config option: serve expired responses with TTL 0.
3088	- g.root-servers.net has AAAA address.
3089
309021 October 2016: Wouter
3091	- Ported tests for local_cname unit test to testbound framework.
3092
309320 October 2016: Wouter
3094	- suppress compile warning in lex files.
3095	- init lzt variable, for older gcc compiler warnings.
3096	- fix --enable-dsa to work, instead of copying ecdsa enable.
3097	- Fix DNSSEC validation of query type ANY with DNAME answers.
3098	- Fixup query_info local_alias init.
3099
310019 October 2016: Wouter
3101	- Fix #1130: whitespace in example.conf.in more consistent.
3102
310318 October 2016: Wouter
3104	- Patch that resolves CNAMEs entered in local-data conf statements that
3105	  point to data on the internet, from Jinmei Tatuya (Infoblox).
3106	- Removed patch comments from acllist.c and msgencode.c
3107	- Added documentation doc/CNAME-basedRedirectionDesignNotes.pdf,
3108	  from Jinmei Tatuya (Infoblox).
3109	- Fix #1125: unbound could reuse an answer packet incorrectly for
3110	  clients with different EDNS parameters, from Jinmei Tatuya.
3111	- Fix #1118: libunbound.pc sets strange Libs, Libs.private values.
3112	- Added Requires line to libunbound.pc
3113	- Please doxygen by modifying mesh.h
3114
311517 October 2016: Wouter
3116	- Re-fix #839 from view commit overwrite.
3117	- Fixup const void cast warning.
3118
311912 October 2016: Ralph
3120	- Free view config elements.
3121
312211 October 2016: Ralph
3123	- Added qname-minimisation-strict config option.
3124	- iana portlist update.
3125	- fix memoryleak logfile when in debug mode.
3126
31275 October 2016: Ralph
3128	- Added views functionality.
3129	- Fix #1117: spelling errors, from Robert Edmonds.
3130
313130 September 2016: Wouter
3132	- Fix Nits for 1.5.10 reported by Dag-Erling Smorgrav.
3133
313429 September 2016: Wouter
3135	- Fix #838: 1.5.10 cannot be built on Solaris, undefined PATH_MAX.
3136	- Fix #839: Memory grows unexpectedly with large RPZ files.
3137	- Fix #840: infinite loop in unbound_munin_ plugin on unowned lockfile.
3138	- Fix #841: big local-zone's make it consume large amounts of memory.
3139
314027 September 2016: Wouter
3141	- tag for 1.5.10 release
3142	- trunk contains 1.5.11 in development.
3143	- Fix dnstap relaying "random" messages instead of resolver/forwarder
3144	  responses, from Nikolay Edigaryev.
3145	- Fix #836: unbound could echo back EDNS options in an error response.
3146
314720 September 2016: Wouter
3148	- iana portlist update.
3149	- Fix #835: fix --disable-dsa with nettle verify.
3150	- tag for 1.5.10rc1 release.
3151
315215 September 2016: Wouter
3153	- Fix 883: error for duplicate local zone entry.
3154	- Test for openssl init_crypto and init_ssl functions.
3155
315615 September 2016: Ralph
3157	- fix potential memory leak in daemon/remote.c and nullpointer
3158	  dereference in validator/autotrust.
3159	- iana portlist update.
3160
316113 September 2016: Wouter
3162	- Silenced flex-generated sign-unsigned warning print with gcc
3163	  diagnostic pragma.
3164	- Fix for new splint on FreeBSD.  Fix cast for sockaddr_un.sun_len.
3165
31669 September 2016: Wouter
3167	- Fix #831: workaround for spurious fread_chk warning against petal.c
3168
31695 September 2016: Ralph
3170	- Take configured minimum TTL into consideration when reducing TTL
3171	  to original TTL from RRSIG.
3172
31735 September 2016: Wouter
3174	- Fix #829: doc of sldns_wire2str_rdata_buf() return value has an
3175	  off-by-one typo, from Jinmei Tatuya (Infoblox).
3176	- Fix incomplete prototypes reported by Dag-Erling Smørgrav.
3177	- Fix #828: missing type in access-control-tag-action redirect results
3178	  in NXDOMAIN.
3179
31802 September 2016: Wouter
3181	- Fix compile with openssl 1.1.0 with api=1.1.0.
3182
31831 September 2016: Wouter
3184	- RFC 7958 is now out, updated docs for unbound-anchor.
3185	- Fix for compile without warnings with openssl 1.1.0.
3186	- Fix #826: Fix refuse_non_local could result in a broken response.
3187	- iana portlist update.
3188
318929 August 2016: Wouter
3190	- Fix #777: OpenSSL 1.1.0 compatibility, patch from Sebastian A.
3191	  Siewior.
3192	- Add default root hints for IPv6 E.ROOT-SERVERS.NET, 2001:500:a8::e.
3193
319425 August 2016: Ralph
3195	- Clarify local-zone-override entry in unbound.conf.5
3196
319725 August 2016: Wouter
3198	- 64bit build option for makedist windows compile, -w64.
3199
320024 August 2016: Ralph
3201	- Fix #820: set sldns_str2wire_rr_buf() dual meaning len parameter
3202	  in each iteration in find_tag_datas().
3203	- unbound.conf.5 entries for define-tag, access-control-tag,
3204	  access-control-tag-action, access-control-tag-data, local-zone-tag,
3205	  and local-zone-override.
3206
320723 August 2016: Wouter
3208	- Fix #804: unbound stops responding after outage.  Fixes queries
3209	  that attempt to wait for an empty list of subqueries.
3210	- Fix #804: lower num_target_queries for iterator also for failed
3211	  lookups.
3212
32138 August 2016: Wouter
3214	- Note that OPENPGPKEY type is RFC 7929.
3215
32164 August 2016: Wouter
3217	- Fix #807: workaround for possible some "unused" function parameters
3218	  in test code, from Jinmei Tatuya.
3219
32203 August 2016: Wouter
3221	- use sendmsg instead of sendto for TFO.
3222
322328 July 2016: Wouter
3224	- Fix #806: wrong comment removed.
3225
322626 July 2016: Wouter
3227	- nicer ratelimit-below-domain explanation.
3228
322922 July 2016: Wouter
3230	- Fix #801: missing error condition handling in
3231	  daemon_create_workers().
3232	- Fix #802: workaround for function parameters that are "unused"
3233	  without log_assert.
3234	- Fix #803: confusing (and incorrect) code comment in daemon_cleanup().
3235
323620 July 2016: Wouter
3237	- Fix typo in unbound.conf.
3238
323918 July 2016: Wouter
3240	- Fix #798: Client-side TCP fast open fails (Linux).
3241
324214 July 2016: Wouter
3243	- TCP Fast open patch from Sara Dickinson.
3244	- Fixed unbound.doxygen for 1.8.11.
3245
32467 July 2016: Wouter
3247	- access-control-tag-data implemented. verbose(4) prints tag debug.
3248
32495 July 2016: Wouter
3250	- Fix dynamic link of anchor-update.exe on windows.
3251	- Fix detect of mingw for MXE package build.
3252	- Fixes for 64bit windows compile.
3253	- Fix #788 for nettle 3.0: Failed to build with Nettle >= 3.0 and
3254	  --with-libunbound-only --with-nettle.
3255
32564 July 2016: Wouter
3257	- For #787: prefer-ip6 option for unbound.conf prefers to send
3258	  upstream queries to ipv6 servers.
3259	- Fix #787: outgoing-interface netblock/64 ipv6 option to use linux
3260	  freebind to use 64bits of entropy for every query with random local
3261	  part.
3262
326330 June 2016: Wouter
3264	- Document always_transparent, always_refuse, always_nxdomain types.
3265
326629 June 2016: Wouter
3267	- Fix static compile on windows missing gdi32.
3268
326928 June 2016: Wouter
3270	- Create a pkg-config file for libunbound in contrib.
3271
327227 June 2016: Wouter
3273	- Fix #784: Build configure assumess that having getpwnam means there
3274	  is endpwent function available.
3275	- Updated repository with newer flex and bison output.
3276
327724 June 2016: Ralph
3278	- Possibility to specify local-zone type for an acl/tag pair
3279	- Possibility to specify (override) local-zone type for a source address
3280	  block
328116 June 2016: Ralph
3282	- Decrease dp attempts at each QNAME minimisation iteration
3283
328416 June 2016: Wouter
3285	- Fix tcp timeouts in tv.usec.
3286
328715 June 2016: Wouter
3288	- TCP_TIMEOUT is specified in milliseconds.
3289	- If more than half of tcp connections are in use, a shorter timeout
3290	  is used (200 msec, vs 2 minutes) to pressure tcp for new connects.
3291
329214 June 2016: Ralph
3293	- QNAME minimisation unit test for dropped QTYPE=A queries.
3294
329514 June 2016: Wouter
3296	- Fix 775: unbound-host and unbound-anchor crash on windows, ignore
3297	  null delete for wsaevent.
3298	- Fix spelling in freebind option man page text.
3299	- Fix windows link of ssl with crypt32.
3300	- Fix 779: Union casting is non-portable.
3301	- Fix 780: MAP_ANON not defined in HP-UX 11.31.
3302	- Fix 781: prealloc() is an HP-UX system library call.
3303
330413 June 2016: Ralph
3305	- Use QTYPE=A for QNAME minimisation.
3306	- Keep track of number of time-outs when performing QNAME minimisation.
3307	  Stop minimising when number of time-outs for a QNAME/QTYPE pair is
3308	  more than three.
3309
331013 June 2016: Wouter
3311	- Fix #778: unbound 1.5.9: -h segfault (null deref).
3312	- Fix directory: fix for unbound-checkconf, it restores cwd.
3313
331410 June 2016: Wouter
3315	- And delete service.conf.shipped on uninstall.
3316	- In unbound.conf directory: dir immediately changes to that directory,
3317	  so that include: file below that is relative to that directory.
3318	  With chroot, make the directory an absolute path inside chroot.
3319	- keep debug symbols in windows build.
3320	- do not delete service.conf on windows uninstall.
3321	- document directory immediate fix and allow EXECUTABLE syntax in it
3322	  on windows.
3323
33249 June 2016: Wouter
3325	- Trunk is called 1.5.10 (with previous fixes already in there to 2
3326	  june).
3327	- Revert fix for NetworkService account on windows due to breakage
3328	  it causes.
3329	- Fix that windows install will not overwrite existing service.conf
3330	  file (and ignore gui config choices if it exists).
3331
33327 June 2016: Ralph
3333	- Lookup localzones by taglist from acl.
3334	- Possibility to lookup local_zone, regardless the taglist.
3335	- Added local_zone/taglist/acl unit test.
3336
33377 June 2016: Wouter
3338	- Fix #773: Non-standard Python location build failure with pyunbound.
3339	- Improve threadsafety for openssl 0.9.8 ecdsa dnssec signatures.
3340
33416 June 2016: Wouter
3342	- Better help text from -h (from Ray Griffith).
3343	- access-control-tag config directive.
3344	- local-zone-override config directive.
3345	- access-control-tag-action and access-control-tag-data config
3346	  directives.
3347	- free acl-tags, acltag-action and acltag-data config lists during
3348	  initialisation to free up memory for more entries.
3349
33503 June 2016: Wouter
3351	- Fix to not ignore return value of chown() in daemon startup.
3352
33532 June 2016: Wouter
3354	- Fix libubound for edns optlist feature.
3355	- Fix distinction between free and CRYPTO_free in dsa and ecdsa alloc.
3356	- Fix #752: retry resource temporarily unavailable on control pipe.
3357	- un-document localzone tags.
3358	- tag for release 1.5.9rc1.
3359	  And this also became release 1.5.9.
3360	- Fix (for 1.5.10): Fix unbound-anchor.exe file location defaults to
3361	  Program Files with (x86) appended.
3362	- re-documented localzone tags in example.conf.
3363
336431 May 2016: Wouter
3365	- Fix windows service to be created run with limited rights, as a
3366	  network service account, from Mario Turschmann.
3367	- compat strsep implementation.
3368	- generic edns option parse and store code.
3369	- and also generic edns options for upstream messages (and replies).
3370	  after parse use edns_opt_find(edns.opt_list, LDNS_EDNS_NSID),
3371	  to insert use edns_opt_append(edns, region, code, len, bindata) on
3372	  the opt_list passed to send_query, or in edns_opt_inplace_reply.
3373
337430 May 2016: Wouter
3375	- Fix time in case answer comes from cache in ub_resolve_event().
3376	- Attempted fix for #765: _unboundmodule missing for python3.
3377
337827 May 2016: Wouter
3379	- Fix #770: Small subgroup attack on DH used in unix pipe on localhost
3380	  if unbound control uses a unix local named pipe.
3381	- Document write permission to directory of trust anchor needed.
3382	- Fix #768:  Unbound Service Sometimes Can Not Shutdown
3383	  Completely, WER Report Shown Up.  Close handle before closing WSA.
3384
338526 May 2016: Wouter
3386	- Updated patch from Charles Walker.
3387
338824 May 2016: Wouter
3389	- disable-dnssec-lame-check config option from Charles Walker.
3390	- remove memory leak from lame-check patch.
3391	- iana portlist update.
3392
339323 May 2016: Wouter
3394	- Fix #767:  Reference to an expired Internet-Draft in
3395	  harden-below-nxdomain documentation.
3396
339720 May 2016: Ralph
3398	- No QNAME minimisation fall-back for NXDOMAIN answers from DNSSEC
3399	  signed zones.
3400	- iana portlist update.
3401
340219 May 2016: Wouter
3403	- Fix #766: dns64 should synthesize results on timeout/errors.
3404
340518 May 2016: Wouter
3406	- Fix #761: DNSSEC LAME false positive resolving nic.club.
3407
340817 May 2016: Wouter
3409	- trunk updated with output of flex 2.6.0.
3410
34116 May 2016: Wouter
3412	- Fix memory leak in out-of-memory conditions of local zone add.
3413
341429 April 2016: Wouter
3415	- Fix sldns with static checking fixes copied from getdns.
3416
341728 April 2016: Wouter
3418	- Fix #759: 0x20 capsforid no longer checks type PTR, for
3419	  compatibility with cisco dns guard.  This lowers false positives.
3420
342118 April 2016: Wouter
3422	- Fix some malformed responses to edns queries get fallback to nonedns.
3423
342415 April 2016: Wouter
3425	- cachedb module event handling design.
3426
342714 April 2016: Wouter
3428	- cachedb module framework (empty).
3429	- iana portlist update.
3430
343112 April 2016: Wouter
3432	- Fix #753: document dump_requestlist is for first thread.
3433
343424 March 2016: Wouter
3435	- Document permit-small-holddown for 5011 debug.
3436	- Fix #749: unbound-checkconf gets SIGSEGV when use against a
3437	  malformatted conf file.
3438
343923 March 2016: Wouter
3440	- OpenSSL 1.1.0 portability, --disable-dsa configure option.
3441
344221 March 2016: Wouter
3443	- Fix compile of getentropy_linux for SLES11 servicepack 4.
3444	- Fix dnstap-log-resolver-response-messages, from Nikolay Edigaryev.
3445	- Fix test for openssl to use HMAC_Update for 1.1.0.
3446	- acx_nlnetlabs.m4 to v33, with HMAC_Update.
3447	- acx_nlnetlabs.m4 to v34, with -ldl -pthread test for libcrypto.
3448	- ERR_remove_state deprecated since openssl 1.0.0.
3449	- OPENSSL_config is deprecated, removing.
3450
345118 March 2016: Ralph
3452	- Validate QNAME minimised NXDOMAIN responses.
3453	- If QNAME minimisation is enabled, do cache lookup for QTYPE NS in
3454	  harden-below-nxdomain.
3455
345617 March 2016: Ralph
3457	- Limit number of QNAME minimisation iterations.
3458
345917 March 2016: Wouter
3460	- Fix #746: Fix unbound sets CD bit on all forwards.
3461	  If no trust anchors, it'll not set CD bit when forwarding to another
3462	  server.  If a trust anchor, no CD bit on the first attempt to a
3463	  forwarder, but CD bit thereafter on repeated attempts to get DNSSEC.
3464	- iana portlist update.
3465
346616 March 2016: Wouter
3467	- Fix ip-transparent for ipv6 on FreeBSD, thanks to Nick Hibma.
3468	- Fix ip-transparent for tcp on freebsd.
3469
347015 March 2016: Wouter
3471	- ip_freebind: yesno option in unbound.conf sets IP_FREEBIND for
3472	  binding to an IP address while the interface or address is down.
3473
347414 March 2016: Wouter
3475	- Fix warnings in ifdef corner case, older or unknown libevent.
3476	- Fix compile for ub_event code with older libev.
3477
347811 March 2016: Wouter
3479	- Remove warning about unused parameter in event_pluggable.c.
3480	- Fix libev usage of dispatch return value.
3481	- No side effects in tolower() call, in case it is a macro.
3482	- For test put free in pluggable api in parenthesis.
3483
348410 March 2016: Wouter
3485	- Fixup backend2str for libev.
3486
348709 March 2016: Willem
3488	- User defined pluggable event API for libunbound
3489	- Fixup of compile fix for pluggable event API from P.Y. Adi
3490	  Prasaja.
3491
349209 March 2016: Wouter
3493	- Updated configure and ltmain.sh.
3494	- Updated L root IPv6 address.
3495
349607 March 2016: Wouter
3497	- Fix #747: assert in outnet_serviced_query_stop.
3498	- iana ports fetched via https.
3499	- iana portlist update.
3500
350103 March 2016: Wouter
3502	- configure tests for the weak attribute support by the compiler.
3503
350402 March 2016: Wouter
3505	- 1.5.8 release tag
3506	- trunk contains 1.5.9 in development.
3507	- iana portlist update.
3508	- Fix #745: unbound.py - idn2dname throws UnicodeError when idnname
3509	  contains trailing dot.
3510
351124 February 2016: Wouter
3512	- Fix OpenBSD asynclook lock free that gets used later (fix test code).
3513	- Fix that NSEC3 negative cache is used when there is no salt.
3514
351523 February 2016: Wouter
3516	- ub_ctx_set_stub() function for libunbound to config stub zones.
3517	- sorted ubsyms.def file with exported libunbound functions.
3518
351919 February 2016: Wouter
3520	- Print understandable debug log when unusable DS record is seen.
3521	- load gost algorithm if digest is seen before key algorithm.
3522	- iana portlist update.
3523
352417 February 2016: Wouter
3525	- Fix that "make install" fails due to "text file busy" error.
3526
352716 February 2016: Wouter
3528	- Set IPPROTO_IP6 for ipv6 sockets otherwise invalid argument error.
3529
353015 February 2016: Wouter
3531	- ip-transparent option for FreeBSD with IP_BINDANY socket option.
3532	- wait for sendto to drain socket buffers when they are full.
3533
35349 February 2016: Wouter
3535	- Test for type OPENPGPKEY.
3536	- insecure-lan-zones: yesno config option, patch from Dag-Erling
3537	  Smørgrav.
3538
35398 February 2016: Wouter
3540	- Fix patch typo in prevuous commit for 734 from Adi Prasaja.
3541	- RR Type CSYNC support RFC 7477, in debug printout and config input.
3542	- RR Type OPENPGPKEY support (draft-ietf-dane-openpgpkey-07).
3543
354429 January 2016: Wouter
3545	- Neater cmdline_verbose increment patch from Edgar Pettijohn.
3546
354727 January 2016: Wouter
3548	- Made netbsd sendmsg test nonfatal, in case of false positives.
3549	- Fix #741: log message for dnstap socket connection is more clear.
3550
355126 January 2016: Wouter
3552	- Fix #734: chown the pidfile if it resides inside the chroot.
3553	- Use arc4random instead of random in tests (because it is
3554	  available, possibly as compat, anyway).
3555	- Fix cmsg alignment for argument to sendmsg on NetBSD.
3556	- Fix that unbound complains about unimplemented IP_PKTINFO for
3557	  sendmsg on NetBSD (for interface-automatic).
3558
355925 January 2016: Wouter
3560	- Fix #738: Swig should not be invoked with CPPFLAGS.
3561
356219 January 2016: Wouter
3563	- Squelch 'cannot assign requested address' log messages unless
3564	  verbosity is high, it was spammed after network down.
3565
356614 January 2016: Wouter
3567	- Fix to simplify empty string checking from Michael McConville.
3568	- iana portlist update.
3569
357012 January 2016: Wouter
3571	- Fix #734: Do not log an error when the PID file cannot be chown'ed.
3572	  Patch from Simon Deziel.
3573
357411 January 2016: Wouter
3575	- Fix test if -pthreads unused to use better grep for portability.
3576
357706 January 2016: Wouter
3578	- Fix mingw crosscompile for recent mingw.
3579	- Update aclocal, autoconf output with new versions (1.15, 2.4.6).
3580
358105 January 2016: Wouter
3582	- #731: tcp-mss, outgoing-tcp-mss options for unbound.conf, patch
3583	  from Daisuke Higashi.
3584	- Support RFC7686: handle ".onion" Special-Use Domain. It is blocked
3585	  by default, and can be unblocked with "nodefault" localzone config.
3586
358704 January 2016: Wouter
3588	- Define DEFAULT_SOURCE together with BSD_SOURCE when that is defined,
3589	  for Linux glibc 2.20.
3590	- Fixup contrib/aaaa-filter-iterator.patch for moved contents in the
3591	  source code, so it applies cleanly again.  Removed unused variable
3592	  warnings.
3593
359415 December 2015: Ralph
3595	- Fix #729: omit use of escape sequences in echo since they are not
3596	  portable (unbound-control-setup).
3597
359811 December 2015: Wouter
3599	- remove NULL-checks before free, patch from Michael McConville.
3600	- updated ax_pthread.m4 to version 21 with clang support, this
3601	  removes a warning from compilation.
3602	- OSX portability, detect if sbrk is deprecated.
3603	- OSX clang, stop -pthread unused during link stage warnings.
3604	- OSX clang new flto check.
3605
360610 December 2015: Wouter
3607	- 1.5.7 release
3608	- trunk has 1.5.8 in development.
3609
36108 December 2015: Wouter
3611	- Fixup 724 for unbound-control.
3612
36137 December 2015: Ralph
3614	- Do not minimise forwarded requests.
3615
36164 December 2015: Wouter
3617	- Removed unneeded whitespace from example.conf.
3618
36193 December 2015: Ralph
3620	- (after rc1 tag)
3621	- Committed fix to qname minimisation and unit test case for it.
3622
36233 December 2015: Wouter
3624	- iana portlist update.
3625	- 1.5.7rc1 prerelease tag.
3626
36272 December 2015: Wouter
3628	- Fixup 724: Fix PCA prompt for unbound-service-install.exe.
3629	  re-enable stdout printout.
3630	- For 724: Add Changelog to windows binary dist.
3631
36321 December 2015: Ralph
3633	- Qname minimisation review fixes
3634
36351 December 2015: Wouter
3636	- Fixup 724 fix for fname_after_chroot() calls.
3637	- Remove stdout printout for unbound-service-install.exe
3638	- .gitignore for git users.
3639
364030 November 2015: Ralph
3641	- Implemented qname minimisation
3642
364330 November 2015: Wouter
3644	- Fix for #724: conf syntax to read files from run dir (on Windows).
3645
364625 November 2015: Wouter
3647	- Fix for #720, fix unbound-control-setup windows batch file.
3648
364924 November 2015: Wouter
3650	- Fix #720: add windows scripts to zip bundle.
3651	- iana portlist update.
3652
365320 November 2015: Wouter
3654	- Added assert on rrset cache correctness.
3655	- Fix that malformed EDNS query gets a response without malformed EDNS.
3656
365718 November 2015: Wouter
3658	- newer acx_nlnetlabs.m4.
3659	- spelling fixes from Igor Sobrado Delgado.
3660
366117 November 2015: Wouter
3662	- Fix #594. libunbound: optionally use libnettle for crypto.
3663	  Contributed by Luca Bruno.  Added --with-nettle for use with
3664	  --with-libunbound-only.
3665	- refactor nsec3 hash implementation to be more library-portable.
3666	- iana portlist update.
3667	- Fixup DER encoded DSA signatures for libnettle.
3668
366916 November 2015: Wouter
3670	- Fix for lenient accept of reverse order DNAME and CNAME.
3671
36726 November 2015: Wouter
3673	- Change example.conf: ftp.internic.net to https://www.internic.net
3674
36755 November 2015: Wouter
3676	- ACX_SSL_CHECKS no longer adds -ldl needlessly.
3677
36783 November 2015: Wouter
3679	- Fix #718: Fix unbound-control-setup with support for env
3680	  without HEREDOC bash support.
3681
368229 October 2015: Wouter
3683	- patch from Doug Hogan for SSL_OP_NO_SSLvx options.
3684	- Fix #716: nodata proof with empty non-terminals and wildcards.
3685
368628 October 2015: Wouter
3687	- Fix checklock testcode for linux threads on exit.
3688
368927 October 2015: Wouter
3690	- isblank() compat implementation.
3691	- detect libexpat without xml_StopParser function.
3692	- portability fixes.
3693	- portability, replace snprintf if return value broken.
3694
369523 October 2015: Wouter
3696	- Fix #714: Document config to block private-address for IPv4
3697	  mapped IPv6 addresses.
3698
369922 October 2015: Wouter
3700	- Fix #712: unbound-anchor appears to not fsync root.key.
3701
370220 October 2015: Wouter
3703	- 1.5.6 release.
3704	- trunk tracks development of 1.5.7.
3705
370615 October 2015: Wouter
3707	- Fix segfault in the dns64 module in the formaterror error path.
3708	- Fix sldns_wire2str_rdata_scan for malformed RRs.
3709	- tag for 1.5.6rc1 release.
3710
371114 October 2015: Wouter
3712	- ANY responses include DNAME records if present, as per Evan Hunt's
3713	  remark in dnsop.
3714	- Fix manpage to suggest using SIGTERM to terminate the server.
3715
37169 October 2015: Wouter
3717	- Default for ssl-port is port 853, the temporary port assignment
3718	  for secure domain name system traffic.
3719	  If you used to rely on the older default of port 443, you have
3720	  to put a clause in unbound.conf for that.  The new value is likely
3721	  going to be the standardised port number for this traffic.
3722	- iana portlist update.
3723
37246 October 2015: Wouter
3725	- 1.5.5 release.
3726	- trunk tracks the development of 1.5.6.
3727
372828 September 2015: Wouter
3729	- MAX_TARGET_COUNT increased to 64, to fix up sporadic resolution
3730	  failures.
3731	- tag for 1.5.5rc1 release.
3732	- makedist.sh: pgp sig echo commands.
3733
373425 September 2015: Wouter
3735	- Fix unbound-control flush that does not succeed in removing data.
3736
373722 September 2015: Wouter
3738	- Fix config globbed include chroot treatment, this fixes reload of
3739	  globs (patch from Dag-Erling Smørgrav).
3740	- iana portlist update.
3741	- Fix #702: New IPs for for h.root-servers.net.
3742	- Remove confusion comment from canonical_compare() function.
3743	- Fix #705: ub_ctx_set_fwd() return value mishandled on windows.
3744	- testbound selftest also works in non-debug mode.
3745	- Fix minor error in unbound.conf.5.in
3746	- Fix unbound.conf(5) access-control description for precedence
3747	  and default.
3748
374931 August 2015: Wouter
3750	- changed windows setup compression to be more transparent.
3751
375228 August 2015: Wouter
3753	- Fix #697: Get PY_MAJOR_VERSION failure at configure for python
3754	  2.4 to 2.6.
3755	- Feature #699: --enable-pie option to that builds PIE binary.
3756	- Feature #700: --enable-relro-now option that enables full read-only
3757	  relocation.
3758
375924 August 2015: Wouter
3760	- Fix deadlock for local data add and zone add when unbound-control
3761	  list_local_data printout is interrupted.
3762	- iana portlist update.
3763	- Change default of harden-algo-downgrade to off.  This is lenient
3764	  for algorithm rollover.
3765
376613 August 2015: Wouter
3767	- 5011 implementation does not insist on all algorithms, when
3768	  harden-algo-downgrade is turned off.
3769	- Reap the child process that libunbound spawns.
3770
377111 August 2015: Wouter
3772	- Fix #694: configure script does not detect LibreSSL 2.2.2
3773
37744 August 2015: Wouter
3775	- Document that local-zone nodefault matches exactly and transparent
3776	  can be used to release a subzone.
3777
37783 August 2015: Wouter
3779	- Document in the manual more text about configuring locally served
3780	  zones.
3781	- Fix 5011 anchor update timer after reload.
3782	- Fix mktime in unbound-anchor not using UTC.
3783
378430 July 2015: Wouter
3785	- please afl-gcc (llvm) for uninitialised variable warning.
3786	- Added permit-small-holddown config to debug fast 5011 rollover.
3787
378824 July 2015: Wouter
3789	- Fix #690: Reload fails when so-reuseport is yes after changing
3790	  num-threads.
3791	- iana portlist update.
3792
379321 July 2015: Wouter
3794	- Fix configure to detect SSL_CTX_set_ecdh_auto.
3795	- iana portlist update.
3796
379720 July 2015: Wouter
3798	- Enable ECDHE for servers.  Where available, use
3799	  SSL_CTX_set_ecdh_auto() for TLS-wrapped server configurations to
3800	  enable ECDHE.  Otherwise, manually offer curve p256.
3801	  Client connections should automatically use ECDHE when available.
3802	  (thanks Daniel Kahn Gillmor)
3803
380418 July 2015: Willem
3805	- Allow certificate chain files to allow for intermediate certificates.
3806	  (thanks Daniel Kahn Gillmor)
3807
380813 July 2015: Wouter
3809	- makedist produces sha1 and sha256 files for created binaries too.
3810
38119 July 2015: Wouter
3812	- 1.5.4 release tag
3813	- trunk has 1.5.5 in development.
3814	- Fix #681: Setting forwarders with unbound-control forward
3815	  implicitly turns on forward-first.
3816
381729 June 2015: Wouter
3818	- iana portlist update.
3819	- Fix alloc with log for allocation size checks.
3820
382126 June 2015: Wouter
3822	- Fix #677 Fix DNAME responses from cache that failed internal chain
3823	  test.
3824	- iana portlist update.
3825
382622 June 2015: Wouter
3827	- Fix #677 Fix CNAME corresponding to a DNAME was checked incorrectly
3828	  and was therefore always synthesized (thanks to Valentin Dietrich).
3829
38304 June 2015: Wouter
3831	- RFC 7553 RR type URI support, is now enabled by default.
3832
38332 June 2015: Wouter
3834	- Fix #674: Do not free pointers given by getenv.
3835
383629 May 2015: Wouter
3837	- Fix that unparseable error responses are ratelimited.
3838	- SOA negative TTL is capped at minimumttl in its rdata section.
3839	- cache-max-negative-ttl config option, default 3600.
3840
384126 May 2015: Wouter
3842	- Document that ratelimit works with unbound-control set_option.
3843
384421 May 2015: Wouter
3845	- iana portlist update.
3846	- documentation proposes ratelimit of 1000 (closer to what upstream
3847	  servers expect from us).
3848
384920 May 2015: Wouter
3850	- DLV is going to be decommissioned.  Advice to stop using it, and
3851	  put text in the example configuration and man page to that effect.
3852
385310 May 2015: Wouter
3854	- Change syntax of particular validator error to be easier for
3855	  machine parse, swap rrset and ip adres info so it looks like:
3856	  validation failure <www.example.nl. TXT IN>: signature crypto
3857	  failed from 2001:DB8:7:bba4::53 for <*.example.nl. NSEC IN>
3858
38591 May 2015: Wouter
3860	- caps-whitelist in unbound.conf allows whitelist of loadbalancers
3861	  that cannot work with caps-for-id or its fallback.
3862
386330 April 2015: Wouter
3864	- Unit test for type ANY synthesis.
3865
386622 April 2015: Wouter
3867	- Removed contrib/unbound_unixsock.diff, because it has been
3868	  integrated, use control-interface: /path in unbound.conf.
3869	- iana portlist update.
3870
387117 April 2015: Wouter
3872	- Synthesize ANY responses from cache.  Does not search exhaustively,
3873	  but MX,A,AAAA,SOA,NS also CNAME.
3874	- Fix leaked dns64prefix configuration string.
3875
387616 April 2015: Wouter
3877	- Add local-zone type inform_deny, that logs query and drops answer.
3878	- Ratelimit does not apply to prefetched queries, and ratelimit-factor
3879	  is default 10.  Repeated normal queries get resolved and with
3880	  prefetch stay in the cache.
3881	- Fix bug#664: libunbound python3 related fixes (from Tomas Hozza)
3882	  Use print_function also for Python2.
3883	  libunbound examples: produce sorted output.
3884	  libunbound-Python: libldns is not used anymore.
3885	  Fix issue with Python 3 mapping of FILE* using file_py3.i from ldns.
3886
388710 April 2015: Wouter
3888	- unbound-control ratelimit_list lists high rate domains.
3889	- ratelimit feature, ratelimit: 100, or some sensible qps, can be
3890	  used to turn it on.  It ratelimits recursion effort per zone.
3891	  For particular names you can configure exceptions in unbound.conf.
3892	- Fix that get_option for cache-sizes does not print double newline.
3893	- Fix#663: ssl handshake fails when using unix socket because dh size
3894	  is too small.
3895
38968 April 2015: Wouter
3897	- Fix crash in dnstap: Do not try to log TCP responses after timeout.
3898
38997 April 2015: Wouter
3900	- Libunbound skips dos-line-endings from etc/hosts.
3901	- Unbound exits with a fatal error when the auto-trust-anchor-file
3902	  fails to be writable.  This is seconds after startup.  You can
3903	  load a readonly auto-trust-anchor-file with trust-anchor-file.
3904	  The file has to be writable to notice the trust anchor change,
3905	  without it, a trust anchor change will be unnoticed and the system
3906	  will then become inoperable.
3907	- unbound-control list_insecure command shows the negative trust
3908	  anchors currently configured, patch from Jelte Jansen.
3909
39102 April 2015: Wouter
3911	- Fix #660: Fix interface-automatic broken in the presence of
3912	  asymmetric routing.
3913
391426 March 2015: Wouter
3915	- remote.c probedelay line is easier to read.
3916	- rename ldns subdirectory to sldns to avoid name collision.
3917
391825 March 2015: Wouter
3919	- Fix #657:  libunbound(3) recommends deprecated
3920	  CRYPTO_set_id_callback.
3921	- If unknown trust anchor algorithm, and libressl is used, error
3922	  message encourages upgrade of the libressl package.
3923
392423 March 2015: Wouter
3925	- Fix segfault on user not found at startup (from Maciej Soltysiak).
3926
392720 March 2015: Wouter
3928	- Fixed to add integer overflow checks on allocation (defense in depth).
3929
393019 March 2015: Wouter
3931	- Add ip-transparent config option for bind to non-local addresses.
3932
393317 March 2015: Wouter
3934	- Use reallocarray for integer overflow protection, patch submitted
3935	  by Loganaden Velvindron.
3936
393716 March 2015: Wouter
3938	- Fixup compile on cygwin, more portable openssl thread id.
3939
394012 March 2015: Wouter
3941	- Updated default keylength in unbound-control-setup to 3k.
3942
394310 March 2015: Wouter
3944	- Fix lintian warning in unbound-checkconf man page (from Andreas
3945	  Schulze).
3946	- print svnroot when building windows dist.
3947	- iana portlist update.
3948	- Fix warning on sign compare in getentropy_linux.
3949
39509 March 2015: Wouter
3951	- Fix #644: harden-algo-downgrade option, if turned off, fixes the
3952	  reported excessive validation failure when multiple algorithms
3953	  are present.  It allows the weakest algorithm to validate the zone.
3954	- iana portlist update.
3955
39565 March 2015: Wouter
3957	- contrib/unbound_smf22.tar.gz: Solaris SMF installation/removal
3958	  scripts.  Contributed by Yuri Voinov.
3959	- Document that incoming-num-tcp increase is good for large servers.
3960	- stats reports tcp usage, of incoming-num-tcp buffers.
3961
39624 March 2015: Wouter
3963	- Patch from Brad Smith that syncs compat/getentropy_linux with
3964	  OpenBSD's version (2015-03-04).
3965	- 0x20 fallback improved: servfail responses do not count as missing
3966	  comparisons (except if all responses are errors),
3967	  inability to find nameservers does not fail equality comparisons,
3968	  many nameservers does not try to compare more than max-sent-count,
3969	  parse failures start 0x20 fallback procedure.
3970	- store caps_response with best response in case downgrade response
3971	  happens to be the last one.
3972	- Document windows 8 tests.
3973
39743 March 2015: Wouter
3975	- tag 1.5.3rc1
3976	[ This became 1.5.3 on 10 March, trunk is 1.5.4 in development ]
3977
39782 March 2015: Wouter
3979	- iana portlist update.
3980
398120 February 2015: Wouter
3982	- Use the getrandom syscall introduced in Linux 3.17 (from Heiner
3983	  Kallweit).
3984	- Fix #645 Portability to Solaris 10, use AF_LOCAL.
3985	- Fix #646 Portability to Solaris, -lrt for getentropy_solaris.
3986	- Fix #647 crash in 1.5.2 because pwd.db no longer accessible after
3987	  reload.
3988
398919 February 2015: Wouter
3990	- 1.5.2 release tag.
3991	- svn trunk contains 1.5.3 under development.
3992
399313 February 2015: Wouter
3994	- Fix #643: doc/example.conf.in: unnecessary whitespace.
3995
399612 February 2015: Wouter
3997	- tag 1.5.2rc1
3998
399911 February 2015: Wouter
4000	- iana portlist update.
4001
400210 February 2015: Wouter
4003	- Fix scrubber with harden-glue turned off to reject NS (and other
4004	  not-address) records.
4005
40069 February 2015: Wouter
4007	- Fix validation failure in case upstream forwarder (ISC BIND) does
4008	  not have the same trust anchors and decides to insert unsigned NS
4009	  record in authority section.
4010
40112 February 2015: Wouter
4012	- infra-cache-min-rtt patch from Florian Riehm, for expected long
4013	  uplink roundtrip times.
4014
401530 January 2015: Wouter
4016	- Fix 0x20 capsforid fallback to omit gratuitous NS and additional
4017	  section changes.
4018	- Portability fix for Solaris ('sun' is not usable for a variable).
4019
402029 January 2015: Wouter
4021	- Fix pyunbound byte string representation for python3.
4022
402326 January 2015: Wouter
4024	- Fix unintended use of gcc extension for incomplete enum types,
4025	  compile with pedantic c99 compliance (from Daniel Dickman).
4026
402723 January 2015: Wouter
4028	- windows port fixes, no AF_LOCAL, no chown, no chmod(grp).
4029
403016 January 2015: Wouter
4031	- unit test for local unix connection.  Documentation and log_addr
4032	  does not inspect port for AF_LOCAL.
4033	- unbound-checkconf -f prints chroot with pidfile path.
4034
403513 January 2015: Wouter
4036	- iana portlist update.
4037
403812 January 2015: Wouter
4039	- Cast sun_len sizeof to socklen_t.
4040	- Fix pyunbound ord call, portable for python 2 and 3.
4041
40427 January 2015: Wouter
4043	- Fix warnings in pythonmod changes.
4044
40456 January 2015: Wouter
4046	- iana portlist update.
4047	- patch for remote control over local sockets, from Dag-Erling
4048	  Smorgrav, Ilya Bakulin.  Use control-interface: /path/sock and
4049	  control-use-cert: no.
4050	- Fixup that patch and uid lookup (only for daemon).
4051	- coded the default of control-use-cert, to yes.
4052
40535 January 2015: Wouter
4054	- getauxval test for ppc64 linux compatibility.
4055	- make strip works for unbound-host and unbound-anchor.
4056	- patch from Stephane Lapie that adds to the python API, that
4057	  exposes struct delegpt, and adds the find_delegation function.
4058	- print query name when max target count is exceeded.
4059	- patch from Stuart Henderson that fixes DESTDIR in
4060	  unbound-control-setup for installs where config is not in
4061	  the prefix location.
4062	- Fix #634: fix fail to start on Linux LTS 3.14.X, ignores missing
4063	  IP_MTU_DISCOVER OMIT option (fix from Remi Gacogne).
4064	- Updated contrib warmup.cmd/sh to support two modes - load
4065	  from pre-defined list of domains or (with filename as argument)
4066	  load from user-specified list of domains, and updated contrib
4067	  unbound_cache.sh/cmd to support loading/save/reload cache to/from
4068	  default path or (with secondary argument) arbitrary path/filename,
4069	  from Yuri Voinov.
4070	- Patch from Philip Paeps to contrib/unbound_munin_ that uses
4071	  type ABSOLUTE.  Allows munin.conf: [idleserver.example.net]
4072	  unbound_munin_hits.graph_period minute
4073
40749 December 2014: Wouter
4075	- svn trunk has 1.5.2 in development.
4076	- config.guess and config.sub update from libtoolize.
4077	- local-zone: example.com inform makes unbound log a message with
4078	  client IP for queries in that zone.  Eg. for finding infected hosts.
4079
40808 December 2014: Wouter
4081	- Fix CVE-2014-8602: denial of service by making resolver chase
4082	  endless series of delegations.
4083
40841 December 2014: Wouter
4085	- Fix bug#632: unbound fails to build on AArch64, protects
4086	  getentropy compat code from calling sysctl if it is has been removed.
4087
408829 November 2014: Wouter
4089	- Add include to getentropy_linux.c, hopefully fixing debian build.
4090
409128 November 2014: Wouter
4092	- Fix makefile for build from noexec source tree.
4093
409426 November 2014: Wouter
4095	- Fix libunbound undefined symbol errors for main.
4096	  Referencing main does not seem to be possible for libunbound.
4097
409824 November 2014: Wouter
4099	- Fix log at high verbosity and memory allocation failure.
4100	- iana portlist update.
4101
410221 November 2014: Wouter
4103	- Fix crash on multiple thread random usage on systems without
4104	  arc4random.
4105
410620 November 2014: Wouter
4107	- fix compat/getentropy_win.c check if CryptGenRandom works and no
4108	  immediate exit on windows.
4109
411019 November 2014: Wouter
4111	- Fix cdflag dns64 processing.
4112
411318 November 2014: Wouter
4114	- Fix that CD flag disables DNS64 processing, returning the DNSSEC
4115	  signed AAAA denial.
4116	- iana portlist update.
4117
411817 November 2014: Wouter
4119	- Fix #627: SSL_CTX_load_verify_locations return code not properly
4120	  checked.
4121
412214 November 2014: Wouter
4123	- parser with bison 2.7
4124
412513 November 2014: Wouter
4126	- Patch from Stephane Lapie for ASAHI Net that implements aaaa-filter,
4127	added to contrib/aaaa-filter-iterator.patch.
4128
412912 November 2014: Wouter
4130	- trunk has 1.5.1 in development.
4131	- Patch from Robert Edmonds to build pyunbound python module
4132	  differently.  No versioninfo, with -shared and without $(LIBS).
4133	- Patch from Robert Edmonds fixes hyphens in unbound-anchor man page.
4134	- Removed 'increased limit open files' log message that is written
4135	  to console.  It is only written on verbosity 4 and higher.
4136	  This keeps system bootup console cleaner.
4137	- Patch from James Raftery, always print stats for rcodes 0..5.
4138
413911 November 2014: Wouter
4140	- iana portlist update.
4141	- Fix bug where forward or stub addresses with same address but
4142	  different port number were not tried.
4143	- version number in svn trunk is 1.5.0
4144	- tag 1.5.0rc1
4145	- review fix from Ralph.
4146
41477 November 2014: Wouter
4148	- dnstap fixes by Robert Edmonds:
4149		dnstap/dnstap.m4: cosmetic fixes
4150		dnstap/: Remove compiled protoc-c output files
4151		dnstap/dnstap.m4: Error out if required libraries are not found
4152		dnstap: Fix ProtobufCBufferSimple usage that is incorrect as of
4153			protobuf-c 1.0.0
4154		dnstap/: Adapt to API changes in latest libfstrm (>= 0.2.0)
4155
41564 November 2014: Wouter
4157	- Add ub_ctx_add_ta_autr function to add a RFC5011 automatically
4158	  tracked trust anchor to libunbound.
4159	- Redefine internal minievent symbols to unique symbols that helps
4160	  linking on platforms where the linker leaks names across modules.
4161
416227 October 2014: Wouter
4163	- Disabled use of SSLv3 in remote-control and ssl-upstream.
4164	- iana portlist update.
4165
416616 October 2014: Wouter
4167	- Documented dns64 configuration in unbound.conf man page.
4168
416913 October 2014: Wouter
4170	- Fix #617: in ldns in unbound, lowercase WKS services.
4171	- Fix ctype invocation casts.
4172
417310 October 2014: Wouter
4174	- Fix unbound-checkconf check for module config with dns64 module.
4175	- Fix unbound capsforid fallback, it ignores TTLs in comparison.
4176
41776 October 2014: Wouter
4178	- Fix #614: man page variable substitution bug.
41796 October 2014: Willem
4180	- Whitespaces after $ORIGIN are not part of the origin dname (ldns).
4181	- $TTL's value starts at position 5 (ldns).
4182
41831 October 2014: Wouter
4184	- fix #613: Allow tab ws in var length last rdfs (in ldns str2wire).
4185
418629 September 2014: Wouter
4187	- Fix #612: create service with service.conf in present directory and
4188	  auto load it.
4189	- Fix for mingw compile openssl ranlib.
4190
419125 September 2014: Wouter
4192	- updated configure and aclocal with newer autoconf 1.13.
4193
419422 September 2014: Wouter
4195	- Fix swig and python examples for Python 3.x.
4196	- Fix for mingw compile with openssl-1.0.1i.
4197
419819 September 2014: Wouter
4199	- improve python configuration detection to build on Fedora 22.
4200
420118 September 2014: Wouter
4202	- patches to also build with Python 3.x (from Pavel Simerda).
4203
420416 September 2014: Wouter
4205	- Fix tcp timer waiting list removal code.
4206	- iana portlist update.
4207	- Updated the TCP_BACLOG from 5 to 256, so that the tcp accept queue
4208	  is longer and more tcp connections can be handled.
4209
421015 September 2014: Wouter
4211	- Fix unit test for CDS typecode.
4212
42135 September 2014: Wouter
4214	- type CDS and CDNSKEY types in sldns.
4215
421625 August 2014: Wouter
4217	- Fixup checklock code for log lock and its mutual initialization
4218	  dependency.
4219	- iana portlist update.
4220	- Removed necessity for pkg-config from the dnstap.m4, new are
4221	  the --with-libfstrm and --with-protobuf-c configure options.
4222
422319 August 2014: Wouter
4224	- Update unbound manpage with more explanation (from Florian Obser).
4225
422618 August 2014: Wouter
4227	- Fix #603: unbound-checkconf -o <option> should skip verification
4228	  checks.
4229	- iana portlist update.
4230	- Fixup doc/unbound.doxygen to remove obsolete 1.8.7 settings.
4231
42325 August 2014: Wouter
4233	- dnstap support, with a patch from Farsight Security, written by
4234	  Robert Edmonds. The --enable-dnstap needs libfstrm and protobuf-c.
4235	  It is BSD licensed (see dnstap/dnstap.c).
4236	  Building with --enable-dnstap needs pkg-config with this patch.
4237	- Noted dnstap in doc/README and doc/CREDITS.
4238	- Changes to the dnstap patch.
4239	  - lint fixes.
4240	  - dnstap/dnstap_config.h should not have been added to the repo,
4241	    because is it generated.
4242
42431 August 2014: Wouter
4244	- Patch add msg, rrset, infra and key cache sizes to stats command
4245	  from Maciej Soltysiak.
4246	- iana portlist update.
4247
424831 July 2014: Wouter
4249	- DNS64 from Viagenie (BSD Licensed), written by Simon Perrault.
4250	  Initial commit of the patch from the FreeBSD base (with its fixes).
4251	  This adds a module (for module-config in unbound.conf) dns64 that
4252	  performs DNS64 processing, see README.DNS64.
4253	- Changes from DNS64:
4254	  strcpy changed to memmove.
4255	  arraybound check fixed from prefix_net/8/4 to prefix_net/8+4.
4256	  allocation of result consistently in the correct region.
4257	  time_t is now used for ttl in unbound (since the patch's version).
4258	- testdata/dns64_lookup.rpl for unit test for dns64 functionality.
4259
426029 July 2014: Wouter
4261	- Patch from Dag-Erling Smorgrav that implements feature, unbound -dd
4262	  does not fork in the background and also logs to stderr.
4263
426421 July 2014: Wouter
4265	- Fix endian.h include for OpenBSD.
4266
426716 July 2014: Wouter
4268	- And Fix#596: Bail out of unbound-control dump_infra when ssl
4269	  write fails.
4270
427115 July 2014: Wouter
4272	- Fix #596: Bail out of unbound-control list_local_zones when ssl
4273	  write fails.
4274	- iana portlist update.
4275
427613 July 2014: Wouter
4277	- Configure tests if main can be linked to from getentropy compat.
4278
427912 July 2014: Wouter
4280	- Fix getentropy compat code, function refs were not portable.
4281	- Fix to check openssl version number only for OpenSSL.
4282	- LibreSSL provides compat items, check for that in configure.
4283	- Fix bug in fix for log locks that caused deadlock in signal handler.
4284	- update compat/getentropy and arc4random to the most recent ones from OpenBSD.
4285
428611 July 2014: Matthijs
4287	- fake-rfc2553 patch (thanks Benjamin Baier).
4288
428911 July 2014: Wouter
4290	- arc4random in compat/ and getentropy, explicit_bzero, chacha for
4291	  dependencies, from OpenBSD.  arc4_lock and sha512 in compat.
4292	  This makes arc4random available on all platforms, except when
4293	  compiled with LIBNSS (it uses libNSS crypto random).
4294	- fix strptime implicit declaration error on OpenBSD.
4295	- arc4random, getentropy and explicit_bzero compat for Windows.
4296
42974 July 2014: Wouter
4298	- Fix #593: segfault or crash upon rotating logfile.
4299
43003 July 2014: Wouter
4301	- DLV tests added.
4302	- signit tool fixup for compile with libldns library.
4303	- iana portlist updated.
4304
430527 June 2014: Wouter
4306	- so-reuseport is available on BSDs(such as FreeBSD 10) and OS/X.
4307
430826 June 2014: Wouter
4309	- unbound-control status reports if so-reuseport was successful.
4310	- iana portlist updated.
4311
431224 June 2014: Wouter
4313	- Fix caps-for-id fallback, and added fallback attempt when servers
4314	  drop 0x20 perturbed queries.
4315	- Fixup testsetup for VM tests (run testcode/run_vm.sh).
4316
431717 June 2014: Wouter
4318	- iana portlist updated.
4319
43203 June 2014: Wouter
4321	- Add AAAA for B root server to default root hints.
4322
43232 June 2014: Wouter
4324	- Remove unused define from iterator.h
4325
432630 May 2014: Wouter
4327	- Fixup sldns_enum_edns_option typedef definition.
4328
432928 May 2014: Wouter
4330	- Code cleanup patch from Dag-Erling Smorgrav, with compiler issue
4331	  fixes from FreeBSD's copy of Unbound, he notes:
4332	  Generate unbound-control-setup.sh at build time so it respects
4333	  prefix and sysconfdir from the configure script.  Also fix the
4334	  umask to match the comment, and the comment to match the umask.
4335	  Add const and static where needed.  Use unions instead of
4336	  playing pointer poker.  Move declarations that are needed in
4337	  multiple source files into a shared header.  Move sldns_bgetc()
4338	  from parse.c to buffer.c where it belongs.  Introduce a new
4339	  header file, worker.h, which declares the callbacks that
4340	  all workers must define.  Remove those declarations from
4341	  libworker.h.	Include the correct headers in the correct places.
4342	  Fix a few dummy callbacks that don't match their prototype.
4343	  Fix some casts.  Hide the sbrk madness behind #ifdef HAVE_SBRK.
4344	  Remove a useless printf which breaks reproducible builds.
4345	  Get rid of CONFIGURE_{TARGET,DATE,BUILD_WITH} now that they're
4346	  no longer used.  Add unbound-control-setup.sh to the list of
4347	  generated files.  The prototype for libworker_event_done_cb()
4348	  needs to be moved from libunbound/libworker.h to
4349	  libunbound/worker.h.
4350	- Fixup out-of-directory compile with unbound-control-setup.sh.in.
4351	- make depend.
4352
435323 May 2014: Wouter
4354	- unbound-host -D enabled dnssec and reads root trust anchor from
4355	  the default root key file that was compiled in.
4356
435720 May 2014: Wouter
4358	- Feature, unblock-lan-zones: yesno that you can use to make unbound
4359	  perform 10.0.0.0/8 and other reverse lookups normally, for use if
4360	  unbound is running service for localhost on localhost.
4361
436216 May 2014: Wouter
4363	- Updated create_unbound_ad_servers and unbound_cache scripts from
4364	  Yuri Voinov in the source/contrib directory. Added
4365	  warmup.cmd (and .sh): warm up the DNS cache with your MRU domains.
4366
43679 May 2014: Wouter
4368	- Implement draft-ietf-dnsop-rfc6598-rfc6303-01.
4369	- iana portlist updated.
4370
43718 May 2014: Wouter
4372	- Contrib windows scripts from Yuri Voinov added to src/contrib:
4373	  create_unbound_ad_servers.cmd: enters anti-ad server lists.
4374	  unbound_cache.cmd: saves and loads the cache.
4375	- Added unbound-control-setup.cmd from Yuri Voinov to the windows
4376	  unbound distribution set.  It requires openssl installed in %PATH%.
4377
43786 May 2014: Wouter
4379	- Change MAX_SENT_COUNT from 16 to 32 to resolve some cases easier.
4380
43815 May 2014: Wouter
4382	- More #567: remove : from output of stub and forward lists, this is
4383	  easier to parse.
4384
438529 April 2014: Wouter
4386	- iana portlist updated.
4387	- Add unbound-control flush_negative that flushed nxdomains, nodata,
4388	  and errors from the cache.  For dnssec-trigger and NetworkManager,
4389	  fixes cases where network changes have localdata that was already
4390	  negatively cached from the previous network.
4391
439223 April 2014: Wouter
4393	- Patch from Jeremie Courreges-Anglas to use arc4random_uniform
4394	  if available on the OS, it gets entropy from the OS.
4395
439615 April 2014: Wouter
4397	- Fix compile with libevent2 on FreeBSD.
4398
439911 April 2014: Wouter
4400	- Fix #502: explain that do-ip6 disable does not stop AAAA lookups,
4401	  but it stops the use of the ipv6 transport layer for DNS traffic.
4402	- iana portlist updated.
4403
440410 April 2014: Wouter
4405	- iana portlist updated.
4406	- Patch from Hannes Frederic Sowa for Linux 3.15 fragmentation
4407	  option for DNS fragmentation defense.
4408	- Document that dump_requestlist only prints queries from thread 0.
4409	- unbound-control stats prints num.query.tcpout with number of TCP
4410	  outgoing queries made in the previous statistics interval.
4411	- Fix #567: unbound lists if forward zone is secure or insecure with
4412	  +i annotation in output of list_forwards, also for list_stubs
4413	  (for NetworkManager integration.)
4414	- Fix #554: use unsigned long to print 64bit statistics counters on
4415	  64bit systems.
4416	- Fix #558: failed prefetch lookup does not remove cached response
4417	  but delays next prefetch (in lieu of caching a SERVFAIL).
4418	- Fix #545: improved logging, the ip address of the error is printed
4419	  on the same log-line as the error.
4420
44218 April 2014: Wouter
4422	- Fix #574: make test fails on Ubuntu 14.04.  Disabled remote-control
4423	  in testbound scripts.
4424	- iana portlist updated.
4425
44267 April 2014: Wouter
4427	- C.ROOT-SERVERS.NET has an IPv6 address, and we updated the root
4428	  hints (patch from Anand Buddhdev).
4429	- Fix #572: Fix unit test failure for systems with different
4430	  /etc/services.
4431
443228 March 2014: Wouter
4433	- Fix #569: do_tcp is do-tcp in unbound.conf man page.
4434
443525 March 2014: Wouter
4436	- Patch from Stuart Henderson to build unbound-host man from .1.in.
4437
443824 March 2014: Wouter
4439	- Fix print filename of encompassing config file on read failure.
4440
444112 March 2014: Wouter
4442	- tag 1.4.22
4443	- trunk has 1.4.23 in development.
4444
444510 March 2014: Wouter
4446	- Fix bug#561: contrib/cacti plugin did not report SERVFAIL rcodes
4447	  because of spelling.  Patch from Chris Coates.
4448
444927 February 2014: Wouter
4450	- tag 1.4.22rc1
4451
445221 February 2014: Wouter
4453	- iana portlist updated.
4454
445520 February 2014: Matthijs
4456	- Be lenient when a NSEC NameError response with RCODE=NXDOMAIN is
4457	  received. This is okay according 4035, but not after revising
4458	  existence in 4592.  NSEC empty non-terminals exist and thus the
4459	  RCODE should have been NOERROR. If this occurs, and the RRsets
4460	  are secure, we set the RCODE to NOERROR and the security status
4461	  of the response is also considered secure.
4462
446314 February 2014: Wouter
4464	- Works on Minix (3.2.1).
4465
446611 February 2014: Wouter
4467	- Fix parse of #553(NSD) string in sldns, quotes without spaces.
4468
44697 February 2014: Wouter
4470	- iana portlist updated.
4471	- add body to ifstatement if locks disabled.
4472	- add TXT string"string" test case to unit test.
4473	- Fix #551: License change "Regents" to "Copyright holder", matching
4474	  the BSD license on opensource.org.
4475
44766 February 2014: Wouter
4477	- sldns has type HIP.
4478	- code documentation on the module interface.
4479
44805 February 2014: Wouter
4481	- Fix sldns parse tests on osx.
4482
44833 February 2014: Wouter
4484	- Detect libevent2 install automatically by configure.
4485	- Fixup link with lib/event2 subdir.
4486	- Fix parse in sldns of quoted parenthesized text strings.
4487
448831 January 2014: Wouter
4489	- unit test for ldns wire to str and back with zones, root, nlnetlabs
4490	  and types.sidnlabs.
4491	- Fix for hex to string in unknown, atma and nsap.
4492	- fixup nss compile (no ldns in it).
4493	- fixup warning in unitldns
4494	- fixup WKS and rdata type service to print unsigned because strings
4495	  are not portable; they cannot be read (for sure) on other computers.
4496	- fixup type EUI48 and EUI64, type APL and type IPSECKEY in string
4497	  parse sldns.
4498
449930 January 2014: Wouter
4500	- delay-close does not act if there are udp-wait queries, so that
4501	  it does not make a socketdrain DoS easier.
4502
450328 January 2014: Wouter
4504	- iana portlist updated.
4505	- iana portlist test updated so it does not touch the source
4506	  if there are no changes.
4507	- delay-close: msec option that delays closing ports for which
4508	  the UDP reply has timed out.  Keeps the port open, only accepts
4509	  the correct reply.  This correct reply is not used, but the port
4510	  is open so that no port-denied ICMPs are generated.
4511
451227 January 2014: Wouter
4513	- reuseport is attempted, then fallback to without on failure.
4514
451524 January 2014: Wouter
4516	- Change unbound-event.h to use void* buffer, length idiom.
4517	- iana portlist updated.
4518	- unbound-event.h is installed if you configure --enable-event-api.
4519	- speed up unbound (reports say it could be up to 10%), by reducing
4520	  lock contention on localzones.lock.  It is changed to an rwlock.
4521	- so-reuseport: yesno option to distribute queries evenly over
4522	  threads on Linux (Thanks Robert Edmonds).
4523	- made lint clean.
4524
452521 January 2014: Wouter
4526	- Fix #547: no trustanchor written if filesystem full, fclose checked.
4527
452817 January 2014: Wouter
4529	- Fix isprint() portability in sldns, uses unsigned int.
4530	- iana portlist updated.
4531
453216 January 2014: Wouter
4533	- fix #544: Fixed +i causes segfault when running with module conf
4534	  "iterator".
4535	- Windows port, adjust %lld to %I64d, and warning in win_event.c.
4536
453714 January 2014: Wouter
4538	- iana portlist updated.
4539
45405 Dec 2013: Wouter
4541	- Fix bug in cachedump that uses sldns.
4542	- update pythonmod for ldns_ to sldns_ name change.
4543
45443 Dec 2013: Wouter
4545	- Fix sldns to use sldns_ prefix for all ldns_ variables.
4546	- Fix windows compile to compile with sldns.
4547
454830 Nov 2013: Wouter
4549	- Fix sldns to make globals use sldns_ prefix.  This fixes
4550	  linking with libldns that uses global variables ldns_ .
4551
455213 Nov 2013: Wouter
4553	- Fix bug#537: compile python plugin without ldns library.
4554
455512 Nov 2013: Wouter
4556	- Fix bug#536: acl_deny_non_local and refuse_non_local added.
4557
45585 Nov 2013: Wouter
4559	- Patch from Neel Goyal to fix async id assignment if callback
4560	  is called by libunbound in the mesh attach.
4561	- Accept ip-address: as an alternative for interface: for
4562	  consistency with nsd.conf syntax.
4563
45644 Nov 2013: Wouter
4565	- Patch from Neel Goyal to fix callback in libunbound.
4566
45673 Nov 2013: Wouter
4568	- if configured --with-libunbound-only fix make install.
4569
457031 Oct 2013: Wouter
4571	- Fix #531: Set SO_REUSEADDR so that the wildcard interface and a
4572	  more specific interface port 53 can be used at the same time, and
4573	  one of the daemons is unbound.
4574	- iana portlist update.
4575	- separate ldns into core ldns inside ldns/ subdirectory.  No more
4576	  --with-ldns is needed and unbound does not rely on libldns.
4577	- portability fixes for new USE_SLDNS ldns subdir codebase.
4578
457922 Oct 2013: Wouter
4580	- Patch from Neel Goyal: Add an API call to set an event base on an
4581	  existing ub_ctx.  This basically just destroys the current worker and
4582	  sets the event base to the current.  And fix a deadlock in
4583	  ub_resolve_event – the cfglock is held when libworker_create is
4584	  called.  This ends up trying to acquire the lock again in
4585	  context_obtain_alloc in the call chain.
4586	- Fix #528: if very high logging (4 or more) segfault on allow_snoop.
4587
458826 Sep 2013: Wouter
4589	- unbound-event.h is installed if configured --with-libevent.  It
4590	  contains low-level library calls, that use libevent's event_base
4591	  and an ldns_buffer for the wire return packet to perform async
4592	  resolution in the client's eventloop.
4593
459419 Sep 2013: Wouter
4595	- 1.4.21 tag created.
4596	- trunk has 1.4.22 number inside it.
4597	- iana portlist updated.
4598	- acx_nlnetlabs.m4 to 26; improve FLTO help text.
4599
460016 Sep 2013: Wouter
4601	- Fix#524: max-udp-size not effective to non-EDNS0 queries, from
4602	  Daisuke HIGASHI.
4603
460410 Sep 2013: Wouter
4605	- MIN_TTL and MAX_TTL also in time_t.
4606	- tag 1.4.21rc1 made again.
4607
460826 Aug 2013: Wouter
4609	- More fixes for bug#519: for the threaded case test if the bg
4610	  thread has been killed, on ub_ctx_delete, to avoid hangs.
4611
461222 Aug 2013: Wouter
4613	- more fixes that I overlooked.
4614	- review fixes from Willem.
4615
461621 Aug 2013: Wouter
4617	- Fix#520: Errors found by static analysis from Tomas Hozza(redhat).
4618
461920 Aug 2013: Wouter
4620	- Fix for 2038, with time_t instead of uint32_t.
4621
462219 Aug 2013: Wouter
4623	- Fix#519 ub_ctx_delete may hang in some scenarios (libunbound).
4624
462514 Aug 2013: Wouter
4626	- Fix uninit variable in fix#516.
4627
46288 Aug 2013: Wouter
4629	- Fix#516 dnssec lameness detection for answers that are improper.
4630
463130 Jun 2013: Wouter
4632	- tag 1.4.21rc1
4633
463429 Jun 2013: Wouter
4635	- Fix#512 memleak in testcode for testbound (if it fails).
4636	- Fix#512 NSS returned arrays out of setup function to be statics.
4637
463826 Jun 2013: Wouter
4639	- max include of 100.000 files (depth and globbed at one time).
4640	  This is to preserve system memory in bug cases, or endless cases.
4641	- iana portlist updated.
4642
464319 Jun 2013: Wouter
4644	- streamtcp man page, contributed by Tomas Hozza.
4645	- iana portlist updated.
4646	- libunbound documentation on how to avoid openssl race conditions.
4647
464825 Jun 2013: Wouter
4649	- Squelch sendto-permission denied errors when the network is
4650	  not connected, to avoid spamming syslog.
4651	- configure --disable-flto option (from Robert Edmonds).
4652
465318 Jun 2013: Wouter
4654	- Fix for const string literals in C++ for libunbound, from Karel
4655	  Slany.
4656	- iana portlist updated.
4657
465817 Jun 2013: Wouter
4659	- Fixup manpage syntax.
4660
466114 Jun 2013: Wouter
4662	- get_option and set_option support for log-time-ascii, python-script
4663	  val-sig-skew-min and val-sig-skew-max.  log-time-ascii takes effect
4664	  immediately.  The others are mostly useful for libunbound users.
4665
466613 Jun 2013: Wouter
4667	- get_option, set_option, unbound-checkconf -o and libunbound
4668	  getoption and setoption support cache-min-ttl and cache-max-ttl.
4669
467010 Jun 2013: Wouter
4671	- Fix#501: forward-first does not recurse, when forward name is ".".
4672	- iana portlist update.
4673	- Max include depth is unlimited.
4674
467527 May 2013: Wouter
4676	- Update acx_pthreads.m4 to ax_pthreads.4 (2013-03-29), and apply
4677	  patch to it to not fail when -Werror is also specified, from the
4678	  autoconf-archives.
4679	- iana portlist update.
4680
468121 May 2013: Wouter
4682	- Explain bogus and secure flags in libunbound more.
4683
468416 May 2013: Wouter
4685	- Fix#499 use-after-free in out-of-memory handling code (thanks Jake
4686	  Montgomery).
4687	- Fix#500 use on non-initialised values on socket bind failures.
4688
468915 May 2013: Wouter
4690	- Fix round-robin doesn't work with some Windows clients (from Ilya
4691	  Bakulin).
4692
46933 May 2013: Wouter
4694	- update acx_nlnetlabs.m4 to v23, sleep w32 fix.
4695
469626 April 2013: Wouter
4697	- add unbound-control insecure_add and insecure_remove for the
4698	  administration of negative trust anchors.
4699
470025 April 2013: Wouter
4701	- Implement max-udp-size config option, default 4096 (thanks
4702	  Daisuke Higashi).
4703	- Robust checks on dname validity from rdata for dname compare.
4704	- updated iana portlist.
4705
470619 April 2013: Wouter
4707	- Fixup snprintf return value usage, fixed libunbound_get_option.
4708
470918 April 2013: Wouter
4710	- fix bug #491: pick program name (0th argument) as syslog identity.
4711	- own implementation of compat/snprintf.c.
4712
471315 April 2013: Wouter
4714	- Fix so that for a configuration line of include: "*.conf" it is not
4715	  an error if there are no files matching the glob pattern.
4716	- unbound-anchor review: BIO_write can return 0 successfully if it
4717	  has successfully appended a zero length string.
4718
471911 April 2013: Wouter
4720	- Fix queries leaking up for stubs and forwards, if the configured
4721	  nameservers all fail to answer.
4722
472310 April 2013: Wouter
4724	- code improve for minimal responses, small speed increase.
4725
47269 April 2013: Wouter
4727	- updated iana portlist.
4728	- Fix crash in previous private address fixup of 22 March.
4729
473028 March 2013: Wouter
4731	- Make reverse zones easier by documenting the nodefault statements
4732	  commented-out in the example config file.
4733
473426 March 2013: Wouter
4735	- more fixes to lookup3.c endianness detection.
4736
473725 March 2013: Wouter
4738	- #492: Fix endianness detection, revert to older lookup3.c detection
4739	  and put new detect lines after previous tests, to avoid regressions
4740	  but allow new detections to succeed.
4741	  And add detection for machine/endian.h to it.
4742
474322 March 2013: Wouter
4744	- Fix resolve of names that use a mix of public and private addresses.
4745	- iana portlist update.
4746	- Fix makedist for new svn for -d option.
4747	- unbound.h header file has UNBOUND_VERSION_MAJOR define.
4748	- Fix windows RSRC version for long version numbers.
4749
475021 March 2013: Wouter
4751	- release 1.4.20
4752	- trunk has 1.4.21
4753	- committed libunbound version 4:1:2 for binary API updated in 1.4.20
4754	- install copy of unbound-control.8 man page for unbound-control-setup
4755
475614 March 2013: Wouter
4757	- iana portlist update.
4758	- tag 1.4.20rc1
4759
476012 March 2013: Wouter
4761	- Fixup makedist.sh for windows compile.
4762
476311 March 2013: Wouter
4764	- iana portlist update.
4765	- testcode/ldns-testpkts.c check for makedist is informational.
4766
476715 February 2013: Wouter
4768	- fix defines in lookup3 for bigendian bsd alpha
4769
477011 February 2013: Wouter
4771	- Fixup openssl_thread init code to only run if compiled with SSL.
4772
47737 February 2013: Wouter
4774	- detect endianness in lookup3 on BSD.
4775	- add libunbound.ttl at end of result structure, version bump for
4776	  libunbound and binary backwards compatible, but 1.4.19 is not
4777	  forward compatible with 1.4.20.
4778	- update iana port list.
4779
478030 January 2013: Wouter
4781	- includes and have_ssl fixes for nss.
4782
478329 January 2013: Wouter
4784	- printout name of zone with duplicate fwd and hint errors.
4785
478628 January 2013: Wouter
4787	- updated fwd_zero for newer nc. Updated common.sh for newer netstat.
4788
478917 January 2013: Wouter
4790	- unbound-anchors checks the emailAddress of the signer of the
4791	  root.xml file, default is dnssec@iana.org.  It also checks that
4792	  the signer has the correct key usage for a digital signature.
4793	- update iana port list.
4794
47953 January 2013: Wouter
4796	- Test that unbound-control checks client credentials.
4797	- Test that unbound can handle a CNAME at an intermediate node in
4798	  the chain of trust (where it seeks a DS record).
4799	- Check the commonName of the signer of the root.xml file in
4800	  unbound-anchor, default is dnssec@iana.org.
4801
48022 January 2013: Wouter
4803	- Fix openssl lock free on exit (reported by Robert Fleischman).
4804	- iana portlist updated.
4805	- Tested that unbound implements the RFC5155 Technical Errata id 3441.
4806	  Unbound already implements insecure classification of an empty
4807	  nonterminal in NSEC3 optout zone.
4808
480920 December 2012: Wouter
4810	- Fix unbound-anchor xml parse of entity declarations for safety.
4811
481219 December 2012: Wouter
4813	- iana portlist updated.
4814
481518 December 2012: Wouter
4816	- iana portlist updated.
4817
481814 December 2012: Wouter
4819	- Change of D.ROOT-SERVERS.NET A address in default root hints.
4820
482112 December 2012: Wouter
4822	- 1.4.19 release.
4823	- trunk has 1.4.20 under development.
4824
48255 December 2012: Wouter
4826	- note support for AAAA RR type RFC.
4827
48284 December 2012: Wouter
4829	- 1.4.19rc1 tag.
4830
483130 November 2012: Wouter
4832	- bug 481: fix python example0.
4833	- iana portlist updated.
4834
483527 November 2012: Wouter
4836	- iana portlist updated.
4837
48389 November 2012: Wouter
4839	- Fix unbound-control forward disables configured stubs below it.
4840
48417 November 2012: Wouter
4842	- Fixup ldns-testpkts, identical to ldns/examples.
4843	- iana portlist updated.
4844
484530 October 2012: Wouter
4846	- Fix bug #477: unbound-anchor segfaults if EDNS is blocked.
4847
484829 October 2012: Matthijs
4849	- Fix validation for responses with both CNAME and wildcard
4850	  expanded CNAME records in answer section.
4851
48528 October 2012: Wouter
4853	- update ldns-testpkts.c to ldns 1.6.14 version.
4854	- fix build of pythonmod in objdir, for unbound.py.
4855	- make clean and makerealclean remove generated python and docs.
4856
48575 October 2012: Wouter
4858	- fix build of pythonmod in objdir (thanks Jakob Schlyter).
4859
48603 October 2012: Wouter
4861	- fix text in unbound-anchor man page.
4862
48631 October 2012: Wouter
4864	- ignore trusted-keys globs that have no files (from Paul Wouters).
4865
486627 September 2012: Wouter
4867	- include: directive in config file accepts wildcards.  Patch from
4868	  Paul Wouters.  Suggested use: include: "/etc/unbound.d/conf.d/*"
4869	- unbound-control -q option is quiet, patch from Mariano Absatz.
4870	- iana portlist updated.
4871	- updated contrib/unbound.spec, patch from Valentin Bud.
4872
487321 September 2012: Wouter
4874	- chdir to / after chroot call (suggested by Camiel Dobbelaar).
4875
487617 September 2012: Wouter
4877	- patch_rsamd5_enable.diff: this patch enables RSAMD5 validation
4878	  otherwise it is treated as insecure.  The RSAMD5 algorithm is
4879	  deprecated (RFC6725).  The MD5 hash is considered weak for some
4880	  purposes, if you want to sign your zone, then RSASHA256 is an
4881	  uncontested hash.
4882
488330 August 2012: Wouter
4884	- RFC6725 deprecates RSAMD5: this DNSKEY algorithm is disabled.
4885	- iana portlist updated.
4886
488729 August 2012: Wouter
4888	- Nicer comments outgoing-port-avoid, thanks Stu (bug #465).
4889
489022 August 2012: Wouter
4891	- Fallback to 1472 and 1232, one fragment size without headers.
4892
489321 August 2012: Wouter
4894	- Fix timeouts so that when a server has been offline for a while
4895	  and is probed to see it works, it becomes fully available for
4896	  server selection again.
4897
489817 August 2012: Wouter
4899	- Add documentation to libunbound for default nonuse of resolv.conf.
4900
49012 August 2012: Wouter
4902	- trunk has 1.4.19 under development (fixes from 1 aug and 31 july
4903	are for 1.4.19).
4904	- iana portlist updated.
4905
49061 August 2012: Wouter
4907	- Fix openssl race condition, initializes openssl locks, reported
4908	  by Einar Lonn and Patrik Wallstrom.
4909
491031 July 2012: Wouter
4911	- Improved forward-first and stub-first documentation.
4912	- Fix that enables modules to register twice for the same
4913	  serviced_query, without race conditions or administration issues.
4914	  This should not happen with the current codebase, but it is robust.
4915	- Fix forward-first option where it sets the RD flag wrongly.
4916	- added manpage links for libunbound calls (Thanks Paul Wouters).
4917
491830 July 2012: Wouter
4919	- tag 1.4.18rc2 (became 1.4.18 release at 2 august 2012).
4920
492127 July 2012: Wouter
4922	- unbound-host works with libNSS
4923	- fix bogus nodata cname chain not reported as bogus by validator,
4924	  (Thanks Peter van Dijk).
4925
492626 July 2012: Wouter
4927	- iana portlist updated.
4928	- tag 1.4.18rc1.
4929
493025 July 2012: Wouter
4931	- review fix for libnss, check hash prefix allocation size.
4932
493323 July 2012: Wouter
4934	- fix missing break for GOST DS hash function.
4935	- implemented forward_first for the root.
4936
493720 July 2012: Wouter
4938	- Fix bug#452 and another assertion failure in mesh.c, makes
4939	  assertions in mesh.c resist duplicates.  Fixes DS NS search to
4940	  not generate duplicate sub queries.
4941
494219 July 2012: Willem
4943	- Fix bug#454: Remove ACX_CHECK_COMPILER_FLAG from configure.ac,
4944	  if CFLAGS is specified at configure time then '-g -O2' is not
4945	  appended to CFLAGS, so that the user can override them.
4946
494718 July 2012: Willem
4948	- Fix libunbound report of errors when in background mode.
4949
495011 July 2012: Willem
4951	- updated iana ports list.
4952
49539 July 2012: Willem
4954	- Add flush_bogus option for unbound-control
4955
49566 July 2012: Wouter
4957	- Fix validation of qtype DS queries that result in no data for
4958	  non-optout NSEC3 zones.
4959
49604 July 2012: Wouter
4961	- compile libunbound with libnss on Suse, passes regression tests.
4962
49633 July 2012: Wouter
4964	- FIPS_mode openssl does not use arc4random but RAND_pseudo_bytes.
4965
49662 July 2012: Wouter
4967	- updated iana ports list.
4968
496929 June 2012: Wouter
4970	- patch for unbound_munin_ script to handle arbitrary thread count by
4971	  Sven Ulland.
4972
497328 June 2012: Wouter
4974	- detect if openssl has FIPS_mode.
4975	- code review: return value of cache_store can be ignored for better
4976	  performance in out of memory conditions.
4977	- fix edns-buffer-size and msg-buffer-size manpage documentation.
4978	- updated iana ports list.
4979
498025 June 2012: Wouter
4981	- disable RSAMD5 if in FIPS mode (for openssl and for libnss).
4982
498322 June 2012: Wouter
4984	- implement DS records, NSEC3 and ECDSA for compile with libnss.
4985
498621 June 2012: Wouter
4987	- fix error handling of alloc failure during rrsig verification.
4988	- nss check for verification failure.
4989	- nss crypto works for RSA and DSA.
4990
499120 June 2012: Wouter
4992	- work on --with-nss build option (for now, --with-libunbound-only).
4993
499419 June 2012: Wouter
4995	- --with-libunbound-only build option, only builds the library and
4996	  not the daemon and other tools.
4997
499818 June 2012: Wouter
4999	- code review.
5000
500115 June 2012: Wouter
5002	- implement log-time-ascii on windows.
5003	- The key-cache bad key ttl is now 60 seconds.
5004	- updated iana ports list.
5005	- code review.
5006
500711 June 2012: Wouter
5008	- bug #452: fix crash on assert in mesh_state_attachment.
5009
501030 May 2012: Wouter
5011	- silence warning from swig-generated code (md set but not used in
5012	  swig initmodule, due to ifdefs in swig-generated code).
5013
501427 May 2012: Wouter
5015	- Fix debian-bugs-658021: Please enable hardened build flags.
5016
501725 May 2012: Wouter
5018	- updated iana ports list.
5019
502024 May 2012: Wouter
5021	- tag for 1.4.17 release.
5022	- trunk is 1.4.18 in development.
5023
502418 May 2012: Wouter
5025	- Review comments, removed duplicate memset to zero in delegpt.
5026
502716 May 2012: Wouter
5028	- Updated doc/FEATURES with RFCs that are implemented but not listed.
5029	- Protect if statements in val_anchor for compile without locks.
5030	- tag for 1.4.17rc1.
5031
503215 May 2012: Wouter
5033	- fix configure ECDSA support in ldns detection for windows compile.
5034	- fix possible uninitialised variable in windows pipe implementation.
5035
50369 May 2012: Wouter
5037	- Fix alignment problem in util/random on sparc64/freebsd.
5038
50398 May 2012: Wouter
5040	- Fix for accept spinning reported by OpenBSD.
5041	- iana portlist updated.
5042
50432 May 2012: Wouter
5044	- Fix validation of nodata for DS query in NSEC zones, reported by
5045	  Ondrej Mikle.
5046
504713 April 2012: Wouter
5048	- ECDSA support (RFC 6605) by default. Use --disable-ecdsa for older
5049	  openssl.
5050
505110 April 2012: Wouter
5052	- Applied patch from Daisuke HIGASHI for rrset-roundrobin and
5053	  minimal-responses features.
5054	- iana portlist updated.
5055
50565 April 2012: Wouter
5057	- fix bug #443: --with-chroot-dir not honoured by configure.
5058	- fix bug #444: setusercontext was called too late (thanks Bjorn
5059	  Ketelaars).
5060
506127 March 2012: Wouter
5062	- fix bug #442: Fix that Makefile depends on pythonmod headers
5063	  even using --without-pythonmodule.
5064
506522 March 2012: Wouter
5066	- contrib/validation-reporter follows rotated log file (patch from
5067	  Augie Schwer).
5068
506921 March 2012: Wouter
5070	- new approach to NS fetches for DS lookup that works with
5071	  cornercases, and is more robust and considers forwarders.
5072
507319 March 2012: Wouter
5074	- iana portlist updated.
5075	- fix to locate nameservers for DS lookup with NS fetches.
5076
507716 March 2012: Wouter
5078	- Patch for access to full DNS packet data in unbound python module
5079	  from Ondrej Mikle.
5080
50819 March 2012: Wouter
5082	- Applied line-buffer patch from Augie Schwer to validation.reporter.sh.
5083
50842 March 2012: Wouter
5085	- flush_infra cleans timeouted servers from the cache too.
5086	- removed warning from --enable-ecdsa.
5087
50881 March 2012: Wouter
5089	- forward-first option.  Tries without forward if a query fails.
5090	  Also stub-first option that is similar.
5091
509228 February 2012: Wouter
5093	- Fix from code review, if EINPROGRESS not defined chain if statement
5094	  differently.
5095
509627 February 2012: Wouter
5097	- Fix bug#434: on windows check registry for config file location
5098	  for unbound-control.exe, and unbound-checkconf.exe.
5099
510023 February 2012: Wouter
5101	- Fix to squelch 'network unreachable' errors from tcp connect in
5102	  logs, high verbosity will show them.
5103
510416 February 2012: Wouter
5105	- iter_hints is now thread-owned in module env, and thus threadsafe.
5106	- Fix prefetch and sticky NS, now the prefetch works.  It picks
5107	  nameservers that 'would be valid in the future', and if this makes
5108	  the NS timeout, it updates that NS by asking delegation from the
5109	  parent again.  If child NS has longer TTL, that TTL does not get
5110	  refreshed from the lookup to the child nameserver.
5111
511215 February 2012: Wouter
5113	- Fix forward-zone memory, uses malloc and frees original root dp.
5114	- iter hints (stubs) uses malloc inside for more dynamicity.
5115	- unbound-control forward_add, forward_remove, stub_add, stub_remove
5116	  can modify stubs and forwards for running unbound (on mobile computer)
5117	  they can also add and remove domain-insecure for the zone.
5118
511914 February 2012: Wouter
5120	- Fix sticky NS (ghost domain problem) if prefetch is yes.
5121	- iter forwards uses malloc inside for more dynamicity.
5122
512313 February 2012: Wouter
5124	- RT#2955. Fix for cygwin compilation.
5125	- iana portlist updated.
5126
512710 February 2012: Wouter
5128	- Slightly smaller critical region in one case in infra cache.
5129	- Fix timeouts to keep track of query type, A, AAAA and other, if
5130	  another has caused timeout blacklist, different type can still probe.
5131	- unit test fix for nomem_cnametopos.rpl race condition.
5132
51339 February 2012: Wouter
5134	- Fix AHX_BROKEN_MEMCMP for autoheader mess up of #undef in config.h.
5135
51368 February 2012: Wouter
5137	- implement draft-ietf-dnsext-ecdsa-04; which is in IETF LC; This
5138	  implementation is experimental at this time and not recommended
5139	  for use on the public internet (the protocol numbers have not
5140	  been assigned).  Needs recent ldns with --enable-ecdsa.
5141	- fix memory leak in errorcase for DSA signatures.
5142	- iana portlist updated.
5143	- workaround for openssl 0.9.8 ecdsa sha2 and evp problem.
5144
51453 February 2012: Wouter
5146	- fix for windows, rename() is not posix compliant on windows.
5147
51482 February 2012: Wouter
5149	- 1.4.16 release tag.
5150	- svn trunk is 1.4.17 in development.
5151	- iana portlist updated.
5152
51531 February 2012: Wouter
5154	- Fix validation failures (like: validation failure xx: no NSEC3
5155	  closest encloser from yy for DS zz. while building chain of trust,
5156	  because of a bug in the TTL-fix in 1.4.15, it picked the wrong rdata
5157	  for an NSEC3.  Now it does not change rdata, and fixes TTL.
5158
515930 January 2012: Wouter
5160	- Fix version-number in libtool to be version-info so it produces
5161	  libunbound.so.2 like it should.
5162
516326 January 2012: Wouter
5164	- Tag 1.4.15 (same as 1.4.15rc1), for 1.4.15 release.
5165	- trunk 1.4.16; includes changes memset testcode, #424 openindiana,
5166	  and keyfile write fixup.
5167	- applied patch to support outgoing-interface with ub_ctx_set_option.
5168
516923 January 2012: Wouter
5170	- Fix memset in test code.
5171
517220 January 2012: Wouter
5173	- Fix bug #424: compile on OpenIndiana OS with gcc 4.6.2.
5174
517519 January 2012: Wouter
5176	- Fix to write key files completely to a temporary file, and if that
5177	  succeeds, replace the real key file.  So failures leave a useful file.
5178
517918 January 2012: Wouter
5180	- tag 1.4.15rc1 created
5181	- updated libunbound/ubsyms.def and remade tag 1.4.15rc1.
5182
518317 January 2012: Wouter
5184	- Fix bug where canonical_compare of RRSIG did not downcase the
5185	  signer-name.  This is mostly harmless because RRSIGs do not have
5186	  to be sorted in canonical order, usually.
5187
518812 January 2012: Wouter
5189	- bug#428: add ub_version() call to libunbound.  API version increase,
5190	  with (binary) backwards compatibility for the previous version.
5191
519210 January 2012: Wouter
5193	- Fix bug #425: unbound reports wrong TTL in reply, it reports a TTL
5194	  that would be permissible by the RFCs but it is not the TTL in the
5195	  cache.
5196	- iana portlist updated.
5197	- uninitialised variable in reprobe for rtt blocked domains fixed.
5198	- lintfix and new flex output.
5199
52002 January 2012: Wouter
5201	- Fix to randomize hash function, based on 28c3 congress, reported
5202	  by Peter van Dijk.
5203
520424 December 2011: Wouter
5205	- Fix for memory leak (about 20 bytes when a tcp or udp send operation
5206	  towards authority servers failed, takes about 50.000 such failures to
5207	  leak one Mb, such failures are also usually logged), reported by
5208	  Robert Fleischmann.
5209	- iana portlist updated.
5210
521119 December 2011: Wouter
5212	- Fix for VU#209659 CVE-2011-4528: Unbound denial of service
5213	  vulnerabilities from nonstandard redirection and denial of existence
5214	  http://www.unbound.net/downloads/CVE-2011-4528.txt
5215	- robust checks for next-closer NSEC3s.
5216	- tag 1.4.14 created.
5217	- trunk has 1.4.15 in development.
5218
521915 December 2011: Wouter
5220	- remove uninit warning from cachedump code.
5221	- Fix parse error on negative SOA RRSIGs if badly ordered in the packet.
5222
522313 December 2011: Wouter
5224	- iana portlist updated.
5225	- svn tag 1.4.14rc1
5226	- fix infra cache comparison.
5227	- Fix to constrain signer_name to be a parent of the lookupname.
5228
52295 December 2011: Wouter
5230	- Fix getaddrinfowithincludes on windows with fedora16 mingw32-gcc.
5231	- Fix warnings with gcc 4.6 in compat/inet_ntop.c.
5232	- Fix warning unused in compat/strptime.c.
5233	- Fix malloc detection and double definition.
5234
52352 December 2011: Wouter
5236	- configure generated with autoconf 2.68.
5237
523830 November 2011: Wouter
5239	- Fix for tcp-upstream and ssl-upstream for if a laptop sleeps, causes
5240	  SERVFAILs.  Also fixed for UDP (but less likely).
5241
524228 November 2011: Wouter
5243	- Fix quartile time estimate, it was too low, (thanks Jan Komissar).
5244	- iana ports updated.
5245
524611 November 2011: Wouter
5247	- Makefile compat with SunOS make, BSD make and GNU make.
5248	- iana ports updated.
5249
525010 November 2011: Wouter
5251	- Makefile changed for BSD make compatibility.
5252
52539 November 2011: Wouter
5254	- added unit test for SSL service and SSL-upstream.
5255
52568 November 2011: Wouter
5257	- can configure ssl service to one port number, and not on others.
5258	- fixup windows compile with ssl support.
5259	- Fix double free in unbound-host, reported by Steve Grubb.
5260	- iana portlist updated.
5261
52621 November 2011: Wouter
5263	- dns over ssl support as a client, ssl-upstream yes turns it on.
5264	  It performs an SSL transaction for every DNS query (250 msec).
5265	- documentation for new options: ssl-upstream, ssl-service-key and
5266	  ssl-service.pem.
5267	- iana portlist updated.
5268	- fix -flto detection on Lion for llvm-gcc.
5269
527031 October 2011: Wouter
5271	- dns over ssl support, ssl-service-pem and ssl-service-key files
5272	  can be given and then TCP queries are serviced wrapped in SSL.
5273
527427 October 2011: Wouter
5275	- lame-ttl and lame-size options no longer exist, it is integrated
5276	  with the host info.  They are ignored (with verbose warning) if
5277	  encountered to keep the config file backwards compatible.
5278	- fix iana-update for changing gzip compression of results.
5279	- fix export-all-symbols on OSX.
5280
528126 October 2011: Wouter
5282	- iana portlist updated.
5283	- Infra cache stores information about ping and lameness per IP, zone.
5284	  This fixes bug #416.
5285	- fix iana_update target for gzipped file on iana site.
5286
528724 October 2011: Wouter
5288	- Fix resolve of partners.extranet.microsoft.com with a fix for the
5289	  server selection for choosing out of a (particular) list of bad
5290	  choices. (bug#415)
5291	- Fix make_new_space function so that the incoming query is not
5292	  overwritten if a jostled out query causes a waiting query to be
5293	  resumed that then fails and sends an error message.  (Thanks to
5294	  Matthew Lee).
5295
529621 October 2011: Wouter
5297	- fix --enable-allsymbols, fptr wlist is disabled on windows with this
5298	  option enabled because of memory layout exe vs dll.
5299
530019 October 2011: Wouter
5301	- fix unbound-anchor for broken strptime on OSX lion, detected
5302	  in configure.
5303	- Detect if GOST really works, openssl1.0 on OSX fails.
5304	- Implement ipv6%interface notation for scope_id usage.
5305
530617 October 2011: Wouter
5307	- better documentation for inform_super (Thanks Yang Zhe).
5308
530914 October 2011: Wouter
5310	- Fix for out-of-memory condition in libunbound (thanks
5311	  Robert Fleischman).
5312
531313 October 2011: Wouter
5314	- Fix --enable-allsymbols, it depended on link specifics of the
5315	  target platform, or fptr_wlist assertion failures could occur.
5316
531712 October 2011: Wouter
5318	- updated contrib/unbound_munin_ to family=auto so that it works with
5319	  munin-node-configure automatically (if installed as
5320	  /usr/local/share/munin/plugins/unbound_munin_ ).
5321
532227 September 2011: Wouter
5323	- unbound.exe -w windows option for start and stop service.
5324
532523 September 2011: Wouter
5326	- TCP-upstream calculates tcp-ping so server selection works if there
5327	  are alternatives.
5328
532920 September 2011: Wouter
5330	- Fix classification of NS set in answer section, where there is a
5331	  parent-child server, and the answer has the AA flag for dir.slb.com.
5332	  Thanks to Amanda Constant from Secure64.
5333
533416 September 2011: Wouter
5335	- fix bug #408: accept patch from Steve Snyder that comments out
5336	  unused functions in lookup3.c.
5337	- iana portlist updated.
5338	- fix EDNS1480 change memleak and TCP fallback.
5339	- fix various compiler warnings (reported by Paul Wouters).
5340	- max sent count.  EDNS1480 only for rtt < 5000.  No promiscuous
5341	  fetch if sentcount > 3, stop query if sentcount > 16.  Count is
5342	  reset when referral or CNAME happens.  This makes unbound better
5343	  at managing large NS sets, they are explored when there is continued
5344	  interest (in the form of queries).
5345
534615 September 2011: Wouter
5347	- release 1.4.13.
5348	- trunk contains 1.4.14 in development.
5349	- Unbound probes at EDNS1480 if there an EDNS0 timeout.
5350
535112 September 2011: Wouter
5352	- Reverted dns EDNS backoff fix, it did not help and needs
5353	  fragmentation fixes instead.
5354	- tag 1.4.13rc2
5355
53567 September 2011: Wouter
5357	- Fix operation in ipv6 only (do-ip4: no) mode.
5358
53596 September 2011: Wouter
5360	- fedora specfile updated.
5361
53625 September 2011: Wouter
5363	- tag 1.4.13rc1
5364
53652 September 2011: Wouter
5366	- iana portlist updated.
5367
536826 August 2011: Wouter
5369	- Fix num-threads 0 does not segfault, reported by Simon Deziel.
5370	- Fix validation failures due to EDNS backoff retries, the retry
5371	  for fetch of data has want_dnssec because the iter_indicate_dnssec
5372	  function returns true when validation failure retry happens, and
5373	  then the serviced query code does not fallback to noEDNS, even if
5374	  the cache says it has this.  This helps for DLV deployment when
5375	  the DNSSEC status is not known for sure before the lookup concludes.
5376
537724 August 2011: Wouter
5378	- Applied patch from Karel Slany that fixes a memory leak in the
5379	  unbound python module, in string conversions.
5380
538122 August 2011: Wouter
5382	- Fix validation of qtype ANY responses with CNAMEs (thanks Cathy
5383	  Zhang and Luo Ce).  Unbound responds with the RR types that are
5384	  available at the name for qtype ANY and validates those RR types.
5385	  It does not test for completeness (i.e. with NSEC or NSEC3 query),
5386	  and it does not follow the CNAME or DNAME to another name (with
5387	  even more data for the already large response).
5388	- Fix that internally, CNAMEs with NXDOMAIN have that as rcode.
5389	- Documented the options that work with control set_option command.
5390	- tcp-upstream yes/no option (works with set_option) for tunnels.
5391
539218 August 2011: Wouter
5393	- fix autoconf call in makedist crosscompile to RC or snapshot.
5394
539517 August 2011: Wouter
5396	- Fix validation of . DS query.
5397	- new xml format at IANA, new awk for iana_update.
5398	- iana portlist updated.
5399
540010 August 2011: Wouter
5401	- Fix python site-packages path to /usr/lib64.
5402	- updated patch from Tom.
5403	- fix memory and fd leak after out-of-memory condition.
5404
54059 August 2011: Wouter
5406	- patch from Tom Hendrikx fixes load of python modules.
5407
54088 August 2011: Wouter
5409	- make clean had ldns-src reference, removed.
5410
54111 August 2011: Wouter
5412	- Fix autoconf 2.68 warnings
5413
541414 July 2011: Wouter
5415	- Unbound implements RFC6303 (since version 1.4.7).
5416	- tag 1.4.12rc1 is released as 1.4.12 (without the other fixes in the
5417	  meantime, those are for 1.4.13).
5418	- iana portlist updated.
5419
542013 July 2011: Wouter
5421	- Quick fix for contrib/unbound.spec example, no ldns-builtin any more.
5422
542311 July 2011: Wouter
5424	- Fix wildcard expansion no-data reply under an optout NSEC3 zone is
5425	  validated as insecure, reported by Jia Li (lijia@cnnic.cn).
5426
54274 July 2011: Wouter
5428	- 1.4.12rc1 tag created.
5429
54301 July 2011: Wouter
5431	- version number in example config file.
5432	- fix that --enable-static-exe does not complain about it unknown.
5433
543430 June 2011: Wouter
5435	- tag relase 1.4.11, trunk is 1.4.12 development.
5436	- iana portlist updated.
5437	- fix bug#395: id bits of other query may leak out under conditions
5438	- fix replyaddr count wrong after jostled queries, which leads to
5439	  eventual starvation where the daemon has no replyaddrs left to use.
5440	- fix comment about rndc port, that referred to the old port number.
5441	- fix that the listening socket is not closed when too many remote
5442	  control connections are made at the same time.
5443	- removed ldns-src tarball inside the unbound tarball.
5444
544523 June 2011: Wouter
5446	- Changed -flto check to support clang compiler.
5447	- tag 1.4.11rc3 created.
5448
544917 June 2011: Wouter
5450	- tag 1.4.11rc1 created.
5451	- remove warning about signed/unsigned from flex (other flex version).
5452	- updated aclocal.m4 and libtool to match.
5453	- tag 1.4.11rc2 created.
5454
545516 June 2011: Wouter
5456	- log-queries: yesno option, default is no, prints querylog.
5457	- version is 1.4.11.
5458
545914 June 2011: Wouter
5460	- Use -flto compiler flag for link time optimization, if supported.
5461	- iana portlist updated.
5462
546312 June 2011: Wouter
5464	- IPv6 service address for d.root-servers.net (2001:500:2D::D).
5465
546610 June 2011: Wouter
5467	- unbound-control has version number in the header,
5468	  UBCT[version]_space_ is the header sent by the client now.
5469	- Unbound control port number is registered with IANA:
5470	  ub-dns-control  8953/tcp    unbound dns nameserver control
5471	  This is the new default for the control-port config setting.
5472	- statistics-interval prints the number of jostled queries to log.
5473
547430 May 2011: Wouter
5475	- Fix Makefile for U in environment, since wrong U is more common than
5476	  deansification necessity.
5477	- iana portlist updated.
5478	- updated ldns tarball to 1.6.10rc2 snapshot of today.
5479
548025 May 2011: Wouter
5481	- Fix assertion failure when unbound generates an empty error reply
5482	  in response to a query, CVE-2011-1922 VU#531342.
5483	- This fix is in tag 1.4.10.
5484	- defense in depth against the above bug, an error is printed to log
5485	  instead of an assertion failure.
5486
548710 May 2011: Wouter
5488	- bug#386: --enable-allsymbols option links all binaries to libunbound
5489	  and reduces install size significantly.
5490	- feature, ignore-cd-flag: yesno to provide dnssec to legacy servers.
5491	- iana portlist updated.
5492	- Fix TTL of SOA so negative TTL is separately cached from normal TTL.
5493
549414 April 2011: Wouter
5495	- configure created with newer autoconf 2.66.
5496
549712 April 2011: Wouter
5498	- bug#378: Fix that configure checks for ldns_get_random presence.
5499
55008 April 2011: Wouter
5501	- iana portlist updated.
5502	- queries with CD flag set cause DNSSEC validation, but the answer is
5503	  not withheld if it is bogus.  Thus, unbound will retry if it is bad
5504	  and curb the TTL if it is bad, thus protecting the cache for use by
5505	  downstream validators.
5506	- val-override-date: -1 ignores dates entirely, for NTP usage.
5507
550829 March 2011: Wouter
5509	- harden-below-nxdomain: changed so that it activates when the
5510	  cached nxdomain is dnssec secure.  This avoids backwards
5511	  incompatibility because those old servers do not have dnssec.
5512
551324 March 2011: Wouter
5514	- iana portlist updated.
5515	- release 1.4.9.
5516	- trunk is 1.5.0
5517
551817 March 2011: Wouter
5519	- bug#370: new unbound.spec for CentOS 5.x from Harold Jones.
5520	  Applied but did not do the --disable-gost.
5521
552210 March 2011: Wouter
5523	- tag 1.4.9 release candidate 1 created.
5524
55253 March 2011: Wouter
5526	- updated ldns to today.
5527
55281 March 2011: Wouter
5529	- Fix no ADflag for NXDOMAIN in NSEC3 optout. And wildcard in optout.
5530	- give config parse error for multiple names on a stub or forward zone.
5531	- updated ldns tarball to 1.6.9(todays snapshot).
5532
553324 February 2011: Wouter
5534	- bug #361: Fix, time.elapsed variable not reset with stats_noreset.
5535
553623 February 2011: Wouter
5537	- iana portlist updated.
5538	- common.sh to version 3.
5539
554018 February 2011: Wouter
5541	- common.sh in testdata updated to version 2.
5542
554315 February 2011: Wouter
5544	- Added explicit note on unbound-anchor usage:
5545	  Please note usage of unbound-anchor root anchor is at your own risk
5546	  and under the terms of our LICENSE (see that file in the source).
5547
554811 February 2011: Wouter
5549	- iana portlist updated.
5550	- tpkg updated with common.sh for common functionality.
5551
55527 February 2011: Wouter
5553	- Added regression test for addition of a .net DS to the root, and
5554	  cache effects with different TTL for glue and DNSKEY.
5555	- iana portlist updated.
5556
555728 January 2011: Wouter
5558	- Fix remove private address does not throw away entire response.
5559
556024 January 2011: Wouter
5561	- release 1.4.8
5562
556319 January 2011: Wouter
5564	- fix bug#349: no -L/usr for ldns.
5565
556618 January 2011: Wouter
5567	- ldns 1.6.8 tarball included.
5568	- release 1.4.8rc1.
5569
557017 January 2011: Wouter
5571	- add get and set option for harden-below-nxdomain feature.
5572	- iana portlist updated.
5573
557414 January 2011: Wouter
5575	- Fix so a changed NS RRset does not get moved name stuck on old
5576	  server, for type NS the TTL is not increased.
5577
557813 January 2011: Wouter
5579	- Fix prefetch so it does not get stuck on old server for moved names.
5580
558112 January 2011: Wouter
5582	- iana portlist updated.
5583
558411 January 2011: Wouter
5585	- Fix insecure CNAME sequence marked as secure, reported by Bert
5586	  Hubert.
5587
558810 January 2011: Wouter
5589	- faster lruhash get_mem routine.
5590
55914 January 2011: Wouter
5592	- bug#346: remove ITAR scripts from contrib, the service is discontinued, use the root.
5593	- iana portlist updated.
5594
559523 December 2010: Wouter
5596	- Fix in infra cache that could cause rto larger than TOP_TIMEOUT kept.
5597
559821 December 2010: Wouter
5599	- algorithm compromise protection using the algorithms signalled in
5600	  the DS record.  Also, trust anchors, DLV, and RFC5011 receive this,
5601	  and thus, if you have multiple algorithms in your trust-anchor-file
5602	  then it will now behave different than before.  Also, 5011 rollover
5603	  for algorithms needs to be double-signature until the old algorithm
5604	  is revoked.
5605	  It is not an option, because I see no use to turn the security off.
5606	- iana portlist updated.
5607
560817 December 2010: Wouter
5609	- squelch 'tcp connect: bla' in logfile, (set verbosity 2 to see them).
5610	- fix validation in this case: CNAME to nodata for co-hosted opt-in
5611	  NSEC3 insecure delegation, was bogus, fixed to be insecure.
5612
561316 December 2010: Wouter
5614	- Fix our 'BDS' license (typo reported by Xavier Belanger).
5615
561610 December 2010: Wouter
5617	- iana portlist updated.
5618	- review changes for unbound-anchor.
5619
56202 December 2010: Wouter
5621	- feature typetransparent localzone, does not block other RR types.
5622
56231 December 2010: Wouter
5624	- Fix bug#338: print address when socket creation fails.
5625
562630 November 2010: Wouter
5627	- Fix storage of EDNS failures in the infra cache.
5628	- iana portlist updated.
5629
563018 November 2010: Wouter
5631	- harden-below-nxdomain option, default off (because very old
5632	  software may be incompatible).  We could enable it by default in
5633	  the future.
5634
563517 November 2010: Wouter
5636	- implement draft-vixie-dnsext-resimprove-00, we stop on NXDOMAIN.
5637	- make test output nicer.
5638
563915 November 2010: Wouter
5640	- silence 'tcp connect: broken pipe' and 'net down' at low verbosity.
5641	- iana portlist updated.
5642	- so-sndbuf option for very busy servers, a bit like so-rcvbuf.
5643
56449 November 2010: Wouter
5645	- unbound-anchor compiles with openssl 0.9.7.
5646
56478 November 2010: Wouter
5648	- release tag 1.4.7.
5649	- trunk is version 1.4.8.
5650	- Be lenient and accept imgw.pl malformed packet (like BIND).
5651
56525 November 2010: Wouter
5653	- do not synthesize a CNAME message from cache for qtype DS.
5654
56554 November 2010: Wouter
5656	- Use central entropy to seed threads.
5657
56583 November 2010: Wouter
5659	- Change the rtt used to probe EDNS-timeout hosts to 1000 msec.
5660
56612 November 2010: Wouter
5662	- tag 1.4.7rc1.
5663	- code review.
5664
56651 November 2010: Wouter
5666	- GOST code enabled by default (RFC 5933).
5667
566827 October 2010: Wouter
5669	- Fix uninit value in dump_infra print.
5670	- Fix validation failure for parent and child on same server with an
5671	  insecure childzone and a CNAME from parent to child.
5672	- Configure detects libev-4.00.
5673
567426 October 2010: Wouter
5675	- dump_infra and flush_infra commands for unbound-control.
5676	- no timeout backoff if meanwhile a query succeeded.
5677	- Change of timeout code.  No more lost and backoff in blockage.
5678	  At 12sec timeout (and at least 2x lost before) one probe per IP
5679	  is allowed only.  At 120sec, the IP is blocked.  After 15min, a
5680	  120sec entry has a single retry packet.
5681
568225 October 2010: Wouter
5683	- Configure errors if ldns is not found.
5684
568522 October 2010: Wouter
5686	- Windows 7 fix for the installer.
5687
568821 October 2010: Wouter
5689	- Fix bug where fallback_tcp causes wrong roundtrip and edns
5690	  observation to be noted in cache.  Fix bug where EDNSprobe halted
5691	  exponential backoff if EDNS status unknown.
5692	- new unresponsive host method, exponentially increasing block backoff.
5693	- iana portlist updated.
5694
569520 October 2010: Wouter
5696	- interface automatic works for some people with ip6 disabled.
5697	  Therefore the error check is removed, so they can use the option.
5698
569919 October 2010: Wouter
5700	- Fix for request list growth, if a server has long timeout but the
5701	  lost counter is low, then its effective rtt is the one without
5702	  exponential backoff applied.  Because the backoff is not working.
5703	  The lost counter can then increase and the server is blacklisted,
5704	  or the lost counter does not increase and the server is working
5705	  for some queries.
5706
570718 October 2010: Wouter
5708	- iana portlist updated.
5709
571013 October 2010: Wouter
5711	- Fix TCP so it uses a random outgoing-interface.
5712	- unbound-anchor handles ADDPEND keystate.
5713
571411 October 2010: Wouter
5715	- Fix bug when DLV below a trust-anchor that uses NSEC3 optout where
5716	  the zone has a secure delegation hosted on the same server did not
5717	  verify as secure (it was insecure by mistake).
5718	- iana portlist updated.
5719	- ldns tarball updated (for reading cachedumps with bad RR data).
5720
57211 October 2010: Wouter
5722	- test for unbound-anchor. fix for reading certs.
5723	- Fix alloc_reg_release for longer uptime in out of memory conditions.
5724
572528 September 2010: Wouter
5726	- unbound-anchor working, it creates or updates a root.key file.
5727	  Use it before you start the validator (e.g. at system boot time).
5728
572927 September 2010: Wouter
5730	- iana portlist updated.
5731
573224 September 2010: Wouter
5733	- bug#329: in example.conf show correct ipv4 link-local 169.254/16.
5734
573523 September 2010: Wouter
5736	- unbound-anchor app, unbound requires libexpat (xml parser library).
5737
573822 September 2010: Wouter
5739	- compliance with draft-ietf-dnsop-default-local-zones-14, removed
5740	  reverse ipv6 orchid prefix from builtin list.
5741	- iana portlist updated.
5742
574317 September 2010: Wouter
5744	- DLV has downgrade protection again, because the RFC says so.
5745	- iana portlist updated.
5746
574716 September 2010: Wouter
5748	- Algorithm rollover operational reality intrudes, for trust-anchor,
5749	  5011-store, and DLV-anchor if one key matches it's good enough.
5750	- iana portlist updated.
5751	- Fix reported validation error in out of memory condition.
5752
575315 September 2010: Wouter
5754	- Abide RFC5155 section 9.2: no AD flag for replies with NSEC3 optout.
5755
575614 September 2010: Wouter
5757	- increased mesh-max-activation from 1000 to 3000 for crazy domains
5758	  like _tcp.slb.com with 262 servers.
5759	- iana portlist updated.
5760
576113 September 2010: Wouter
5762	- bug#327: Fix for cannot access stub zones until the root is primed.
5763
57649 September 2010: Wouter
5765	- unresponsive servers are not completely blacklisted (because of
5766	  firewalls), but also not probed all the time (because of the request
5767	  list size it generates).  The probe rate is 1%.
5768	- iana portlist updated.
5769
577020 August 2010: Wouter
5771	- openbsd-lint fixes: acl_list_get_mem used if debug-alloc enabled.
5772	  iterator get_mem includes priv_get_mem.  delegpt nodup removed.
5773	  listen_pushback, query_info_allocqname, write_socket, send_packet,
5774	  comm_point_set_cb_arg and listen_resume removed.
5775
577619 August 2010: Wouter
5777	- Fix bug#321: resolution of rs.ripe.net artifacts with 0x20.
5778	  Delegpt structures checked for duplicates always.
5779	  No more nameserver lookups generated when depth is full anyway.
5780	- example.conf notes how to do DNSSEC validation and track the root.
5781	- iana portlist updated.
5782
578318 August 2010: Wouter
5784	- Fix bug#322: configure does not respect CFLAGS on Solaris.
5785	  Pass CFLAGS="-xO4 -xtarget=generic" on the configure command line
5786	  if use sun-cc, but some systems need different flags.
5787
578816 August 2010: Wouter
5789	- Fix acx_nlnetlabs.m4 configure output for autoconf-2.66 AS_TR_CPP
5790	  changes, uses m4_bpatsubst now.
5791	- make test (or make check) should be more portable and run the unit
5792	  test and testbound scripts. (make longtest has special requirements).
5793
579413 August 2010: Wouter
5795	- More pleasant remote control command parsing.
5796	- documentation added for return values reported by doxygen 1.7.1.
5797	- iana portlist updated.
5798
57999 August 2010: Wouter
5800	- Fix name of rrset printed that failed validation.
5801
58025 August 2010: Wouter
5803	- Return NXDOMAIN after chain of CNAMEs ends at name-not-found.
5804
58054 August 2010: Wouter
5806	- Fix validation in case a trust anchor enters into a zone with
5807	  unsupported algorithms.
5808
58093 August 2010: Wouter
5810	- updated ldns tarball with bugfixes.
5811	- release tag 1.4.6.
5812	- trunk becomes 1.4.7 develop.
5813	- iana portlist updated.
5814
581522 July 2010: Wouter
5816	- more error details on failed remote control connection.
5817
581815 July 2010: Wouter
5819	- rlimit adjustments for select and ulimit can happen at the same time.
5820
582114 July 2010: Wouter
5822	- Donation text added to README.
5823	- Fix integer underflow in prefetch ttl creation from cache.  This
5824	  fixes a potential negative prefetch ttl.
5825
582612 July 2010: Wouter
5827	- Changed the defaults for num-queries-per-thread/outgoing-range.
5828	  For builtin-select: 512/960, for libevent 1024/4096 and for
5829	  windows 24/48 (because of win api).  This makes the ratio this way
5830	  to improve resilience under heavy load.  For high performance, use
5831	  libevent and possibly higher numbers.
5832
583310 July 2010: Wouter
5834	- GOST enabled if SSL is recent and ldns has GOST enabled too.
5835	- ldns tarball updated.
5836
58379 July 2010: Wouter
5838	- iana portlist updated.
5839	- Fix validation of qtype DNSKEY when a key-cache entry exists but
5840	  no rr-cache entry is used (it expired or prefetch), it then goes
5841	  back up to the DS or trust-anchor to validate the DNSKEY.
5842
58437 July 2010: Wouter
5844	- Neat function prototypes, unshadowed local declarations.
5845
58466 July 2010: Wouter
5847	- failure to chown the pidfile is not fatal any more.
5848	- testbound uses UTC timezone.
5849	- ldns tarball updated (ports and works on Minix 3.1.7).  On Minix, add
5850	  /usr/gnu/bin to PATH, use ./configure AR=/usr/gnu/bin/gar and gmake.
5851
58525 July 2010: Wouter
5853	- log if a server is skipped because it is on the donotquery list,
5854	  at verbosity 4, to enable diagnosis why no queries to 127.0.0.1.
5855	- added feature to print configure date, target and options with -h.
5856	- added feature to print event backend system details with -h.
5857	- wdiff is not actually required by make test, updated requirements.
5858
58591 July 2010: Wouter
5860	- Fix RFC4035 compliance with 2.2 statement that the DNSKEY at apex
5861	  must be signed with all algorithms from the DS rrset at the parent.
5862	  This is now checked and becomes bogus if not.
5863
586428 June 2010: Wouter
5865	- Fix jostle list bug found by Vince (luoce@cnnic), it caused the qps
5866	  in overload situations to be about 5 qps for the class of shortly
5867	  serviced queries.
5868	  The capacity of the resolver is then about (numqueriesperthread / 2)
5869	  / (average time for such long queries) qps for long queries.
5870	  And about (numqueriesperthread / 2)/(jostletimeout in whole seconds)
5871	  qps for short queries, per thread.
5872	- Fix the max number of reply-address count to be applied for duplicate
5873	  queries, and not for new query list entries.  This raises the memory
5874	  usage to a max of (16+1)*numqueriesperthread reply addresses.
5875
587625 June 2010: Wouter
5877	- Fix handling of corner case reply from lame server, follows rfc2308.
5878	  It could lead to a nodata reply getting into the cache if the search
5879	  for a non-lame server turned up other misconfigured servers.
5880	- unbound.h has extern "C" statement for easier include in c++.
5881
588223 June 2010: Wouter
5883	- iana portlist updated.
5884	- makedist upgraded cross compile openssl option, like this:
5885	  ./makedist.sh -s -wssl openssl-1.0.0a.tar.gz -w --enable-gost
5886
588722 June 2010: Wouter
5888	- Unbound reports libev or libevent correctly in logs in verbose mode.
5889	- Fix to unload gost dynamic library module for leak testing.
5890
589118 June 2010: Wouter
5892	- iana portlist updated.
5893
589417 June 2010: Wouter
5895	- Add AAAA to root hints for I.ROOT-SERVERS.NET.
5896
589716 June 2010: Wouter
5898	- Fix assertion failure reported by Kai Storbeck from XS4ALL, the
5899	  assertion was wrong.
5900	- updated ldns tarball.
5901
590215 June 2010: Wouter
5903	- tag 1.4.5 created.
5904	- trunk contains 1.4.6 in development.
5905	- Fix TCPreply on systems with no writev, if just 1 byte could be sent.
5906	- Fix to use one pointer less for iterator query state store_parent_NS.
5907	- makedist crosscompile to windows uses builtin ldns not host ldns.
5908	- Max referral count from 30 to 130, because 128 one character domains
5909	  is valid DNS.
5910	- added documentation for the histogram printout to syslog.
5911
591211 June 2010: Wouter
5913	- When retry to parent the retrycount is not wiped, so failed
5914	  nameservers are not tried again.
5915	- iana portlist updated.
5916
591710 June 2010: Wouter
5918	- Fix bug where a long loop could be entered, now cycle detection
5919	  has a loop-counter and maximum search amount.
5920
59214 June 2010: Wouter
5922	- iana portlist updated.
5923	- 1.4.5rc1 tag created.
5924
59253 June 2010: Wouter
5926	- ldns tarball updated, 1.6.5.
5927	- review comments, split dependency cycle tracking for parentside
5928	  last resort lookups for A and AAAA so there are more lookup options.
5929
59302 June 2010: Wouter
5931	- Fix compile warning if compiled without threads.
5932	- updated ldns-tarball with current ldns svn (pre 1.6.5).
5933	- GOST disabled-by-default, the algorithm number is allocated but the
5934	  RFC is still has to pass AUTH48 at the IETF.
5935
59361 June 2010: Wouter
5937	- Ignore Z flag in incoming messages too.
5938	- Fix storage of negative parent glue if that last resort fails.
5939	- libtoolize 2.2.6b, autoconf 2.65 applied to configure.
5940	- new splint flags for newer splint install.
5941
594231 May 2010: Wouter
5943	- Fix AD flag handling, it could in some cases mistakenly copy the AD
5944	  flag from upstream servers.
5945	- alloc_special_obtain out of memory is not a fatal error any more,
5946	  enabling unbound to continue longer in out of memory conditions.
5947	- parentside names are dispreferred but not said to be dnssec-lame.
5948	- parentside check for cached newname glue.
5949	- fix parentside and querytargets modulestate, for dump_requestlist.
5950	- unbound-control-setup makes keys -rw-r--- so not all users permitted.
5951	- fix parentside from cache to be marked dispreferred for bad names.
5952
595328 May 2010: Wouter
5954	- iana portlist updated.
5955	- parent-child disagreement approach altered.  Older fixes are
5956	  removed in place of a more exhaustive search for misconfigured data
5957	  available via the parent of a delegation.
5958	  This is designed to be throttled by cache entries, with TTL from the
5959	  parent if possible.  Additionally the loop-counter is used.
5960	  It also tests for NS RRset differences between parent and child.
5961	  The fetch of misconfigured data should be more reliable and thorough.
5962	  It should work reliably even with no or only partial data in cache.
5963	  Data received from the child (as always) is deemed more
5964	  authoritative than information received from the delegation parent.
5965	  The search for misconfigured data is not performed normally.
5966
596726 May 2010: Wouter
5968	- Contribution from Migiel de Vos (Surfnet): nagios patch for
5969	  unbound-host, in contrib/ (in the source tarball).  Makes
5970	  unbound-host suitable for monitoring dnssec(-chain) status.
5971
597221 May 2010: Wouter
5973	- EDNS timeout code will not fire if EDNS status already known.
5974	- EDNS failure not stored if EDNS status known to work.
5975
597619 May 2010: Wouter
5977	- Fix resolution for domains like safesvc.com.cn.  If the iterator
5978	  can not recurse further and it finds the delegation in a state
5979	  where it would otherwise have rejected it outhand if so received
5980	  from a cache lookup, then it can try to ask higherup (with loop
5981	  protection).
5982	- Fix comments in iter_utils:dp_is_useless.
5983
598418 May 2010: Wouter
5985	- Fix various compiler warnings from the clang llvm compiler.
5986	- iana portlist updated.
5987
59886 May 2010: Wouter
5989	- Fix bug#308: spelling error in variable name in parser and lexer.
5990
59914 May 2010: Wouter
5992	- Fix dnssec-missing detection that was turned off by server selection.
5993	- Conforms to draft-ietf-dnsop-default-local-zones-13.  Added default
5994	  reverse lookup blocks for IPv4 test nets 100.51.198.in-addr.arpa,
5995	  113.0.203.in-addr.arpa and Orchid prefix 0.1.1.0.0.2.ip6.arpa.
5996
599729 April 2010: Wouter
5998	- Fix for dnssec lameness detection to use the key cache.
5999	- infra cache entries that are expired are wiped clean.  Previously
6000	  it was possible to not expire host data (if accessed often).
6001
600228 April 2010: Wouter
6003	- ldns tarball updated and GOST support is detected and then enabled.
6004	- iana portlist updated.
6005	- Fix detection of gost support in ldns (reported by Chris Smith).
6006
600727 April 2010: Wouter
6008	- unbound-control get_option domain-insecure shows config file items.
6009	- fix retry sequence if prime hints are recursion-lame.
6010	- autotrust anchor file can be initialized with a ZSK key as well.
6011	- harden-referral-path does not result in failures due to max-depth.
6012	  You can increase the max-depth by adding numbers (' 0') after the
6013	  target-fetch-policy, this increases the depth to which is checked.
6014
601526 April 2010: Wouter
6016	- Compile fix using Sun Studio 12 compiler on Solaris 5.9, use
6017	  CPPFLAGS during configure process.
6018	- if libev is installed on the base system (not libevent), detect
6019	  it from the event.h header file and link with -lev.
6020	- configlexer.lex gets config.h, and configyyrename.h added by make,
6021	  no more double include.
6022	- More strict scrubber (Thanks to George Barwood for the idea):
6023	  NS set must be pertinent to the query (qname subdomain nsname).
6024	- Fix bug#307: In 0x20 backoff fix fallback so the number of
6025	  outstanding queries does not become -1 and block the request.
6026	  Fixed handling of recursion-lame in combination with 0x20 fallback.
6027	  Fix so RRsets are compared canonicalized and sorted if the immediate
6028	  comparison fails, this makes it work around round-robin sites.
6029
603023 April 2010: Wouter
6031	- Squelch log message: sendto failed permission denied for
6032	  255.255.255.255, it is visible in VERB_DETAIL (verbosity 2).
6033	- Fix to fetch data as last resort more tenaciously.  When cycle
6034	  targets cause the server selection to believe there are more options
6035	  when they really are not there, the server selection is reinitiated.
6036	- Fix fetch from blacklisted dnssec lame servers as last resort.  The
6037	  server's IP address is then given in validator errors as well.
6038	- Fix local-zone type redirect that did not use the query name for
6039	  the answer rrset.
6040
604122 April 2010: Wouter
6042	- tag 1.4.4.
6043	- trunk contains 1.4.5 in development.
6044	- Fix validation failure for qtype ANY caused by a RRSIG parse failure.
6045	  The validator error message was 'no signatures from ...'.
6046
604716 April 2010: Wouter
6048	- more portability defines for CMSG_SPACE, CMSG_ALIGN, CMSG_LEN.
6049	- tag 1.4.4rc1.
6050
605115 April 2010: Wouter
6052	- ECC-GOST algorithm number 12 that is assigned by IANA.  New test
6053	  example key and signatures for GOST.  GOST requires openssl-1.0.0.
6054	  GOST is still disabled by default.
6055
60569 April 2010: Wouter
6057	- Fix bug#305: pkt_dname_tolower could read beyond end of buffer or
6058	  get into an endless loop, if 0x20 was enabled, and buffers are small
6059	  or particular broken packets are received.
6060	- Fix chain of trust with CNAME at an intermediate step, for the DS
6061	  processing proof.
6062
60638 April 2010: Wouter
6064	- Fix validation of queries with wildcard names (*.example).
6065
60666 April 2010: Wouter
6067	- Fix EDNS probe for .de DNSSEC testbed failure, where the infra
6068	  cache timeout coincided with a server update, the current EDNS
6069	  backoff is less sensitive, and does not cache the backoff unless
6070	  the backoff actually works and the domain is not expecting DNSSEC.
6071	- GOST support with correct algorithm numbers.
6072
60731 April 2010: Wouter
6074	- iana portlist updated.
6075
607624 March 2010: Wouter
6077	- unbound control flushed items are not counted when flushed again.
6078
607923 March 2010: Wouter
6080	- iana portlist updated.
6081
608222 March 2010: Wouter
6083	- unbound-host disables use-syslog from config file so that the
6084	  config file for the main server can be used more easily.
6085	- fix bug#301: unbound-checkconf could not parse interface
6086	  '0.0.0.0@5353', even though unbound itself worked fine.
6087
608819 March 2010: Wouter
6089	- fix fwd_ancil test to pass if the socket options are not supported.
6090
609118 March 2010: Wouter
6092	- Fixed random numbers for port, interface and server selection.
6093	  Removed very small bias.
6094	- Refer to the listing in unbound-control man page in the extended
6095	  statistics entry in the unbound.conf man page.
6096
609716 March 2010: Wouter
6098	- Fix interface-automatic for OpenBSD: msg.controllen was too small,
6099	  also assertions on ancillary data buffer.
6100	- check for IP_SENDSRCADDR for interface-automatic or IP_PKTINFO.
6101	- for NSEC3 check if signatures are cached.
6102
610315 March 2010: Wouter
6104	- unit test for util/regional.c.
6105
610612 March 2010: Wouter
6107	- Reordered configure checks so fork and -lnsl -lsocket checks are
6108	  earlier, and thus later checks benefit from and do not hinder them.
6109	- iana portlist updated.
6110	- ldns tarball updated.
6111	- Fix python use when multithreaded.
6112	- Fix solaris python compile.
6113	- Include less in config.h and include per code file for ldns, ssl.
6114
611511 March 2010: Wouter
6116	- another memory allocation option: --enable-alloc-nonregional.
6117	  exposes the regional allocations to other memory purifiers.
6118	- fix for memory alignment in struct sock_list allocation.
6119	- Fix for MacPorts ldns without ssl default, unbound checks if ldns
6120	  has dnssec functionality and uses the builtin if not.
6121	- Fix daemonize on Solaris 10, it did not detach from terminal.
6122	- tag 1.4.3 created.
6123	- trunk is 1.4.4 in development.
6124	- spelling fix in validation error involving cnames.
6125
612610 March 2010: Wouter
6127	- --enable-alloc-lite works with test set.
6128	- portability in the testset: printf format conversions, prototypes.
6129
61309 March 2010: Wouter
6131	- tag 1.4.2 created.
6132	- trunk is 1.4.3 in development.
6133	- --enable-alloc-lite debug option.
6134
61358 March 2010: Wouter
6136	- iana portlist updated.
6137
61384 March 2010: Wouter
6139	- Fix crash in control channel code.
6140
61413 March 2010: Wouter
6142	- better casts in pipe code, brackets placed wrongly.
6143	- iana portlist updated.
6144
61451 March 2010: Wouter
6146	- make install depends on make all.
6147	- Fix 5011 auto-trust-anchor-file initial read to skip RRSIGs.
6148	- --enable-checking: enables assertions but does not look nonproduction.
6149	- nicer VERB_DETAIL (verbosity 2, unbound-host -d) output, with
6150	  nxdomain and nodata distinguished.
6151	- ldns tarball updated.
6152	- --disable-rpath fixed for libtool not found errors.
6153	- new fedora specfile from Fedora13 in contrib from Paul Wouters.
6154
615526 February 2010: Wouter
6156	- Fixup prototype for lexer cleanup in daemon code.
6157	- unbound-control list_stubs, list_forwards, list_local_zones and
6158	  list_local_data.
6159
616024 February 2010: Wouter
6161	- Fix scrubber bug that potentially let NS records through.  Reported
6162	  by Amanda Constant.
6163	- Also delete potential poison references from additional.
6164	- Fix: no classification of a forwarder as lame, throw away instead.
6165
616623 February 2010: Wouter
6167	- libunbound ub_ctx_get_option() added.
6168	- unbound-control set_option and get_option commands.
6169	- iana portlist updated.
6170
617118 February 2010: Wouter
6172	- A little more strict DS scrubbing.
6173	- No more blacklisting of unresponsive servers, a 2 minute timeout
6174	  is backed off to.
6175	- RD flag not enabled for dnssec-blacklisted tries, unless necessary.
6176	- pickup ldns compile fix, libdl for libcrypto.
6177	- log 'tcp connect: connection timed out' only in high verbosity.
6178	- unbound-control log_reopen command.
6179	- moved get_option code from unbound-checkconf to util/config_file.c
6180
618117 February 2010: Wouter
6182	- Disregard DNSKEY from authority section for chain of trust.
6183	  DS records that are irrelevant to a referral scrubbed.  Anti-poison.
6184	- iana portlist updated.
6185
618616 February 2010: Wouter
6187	- Check for 'no space left on device' (or other errors) when
6188	  writing updated autotrust anchors and print errno to log.
6189
619015 February 2010: Wouter
6191	- Fixed the requery protection, the TTL was 0, it is now 900 seconds,
6192	  hardcoded.  We made the choice to send out more conservatively,
6193	  protecting against an aggregate effect more than protecting a
6194	  single user (from their own folly, perhaps in case of misconfig).
6195
619612 February 2010: Wouter
6197	- Re-query pattern changed on validation failure.  To protect troubled
6198	  authority servers, unbound caches a failure for the DNSKEY or DS
6199	  records for the entire zone, and only retries that 900 seconds later.
6200	  This implies that only a handful of packets are sent extra to the
6201	  authority if the zone fails.
6202
620311 February 2010: Wouter
6204	- ldns tarball update for long label length syntax error fix.
6205	- iana portlist updated.
6206
62079 February 2010: Wouter
6208	- Fixup in compat snprintf routine, %f 1.02 and %g support.
6209	- include math.h for testbound test compile portability.
6210
62112 February 2010: Wouter
6212	- Updated url of IANA itar, interim trust anchor repository, in script.
6213
62141 February 2010: Wouter
6215	- iana portlist updated.
6216	- configure test for memcmp portability.
6217
621827 January 2010: Wouter
6219	- removed warning on format string in validator error log statement.
6220	- iana portlist updated.
6221
622222 January 2010: Wouter
6223	- libtool finish the install of unbound python dynamic library.
6224
622521 January 2010: Wouter
6226	- acx_nlnetlabs.m4 synchronised with nsd's version.
6227
622820 January 2010: Wouter
6229	- Fixup lookup trouble for parent-child domains on the first query.
6230
623114 January 2010: Wouter
6232	- Fixup ldns detection to also check for header files.
6233
623413 January 2010: Wouter
6235	- prefetch-key option that performs DNSKEY queries earlier in the
6236	  validation process, and that could halve the latency on DNSSEC
6237	  queries.  It takes some extra processing (CPU, a cache is needed).
6238
623912 January 2010: Wouter
6240	- Fix unbound-checkconf for auto-trust-anchor-file present checks.
6241
62428 January 2010: Wouter
6243	- Fix for parent-child disagreement code which could have trouble
6244	  when (a) ipv6 was disabled and (b) the TTL for parent and child
6245	  were different.  There were two bugs, the parent-side information
6246	  is fixed to no longer block lookup of child side information and
6247	  the iterator is fixed to no longer attempt to get ipv6 when it is
6248	  not enabled and then give up in failure.
6249	- test and fixes to make prefetch actually store the answer in the
6250	  cache.  Considers some rrsets 'already expired' but does not allow
6251	  overwriting of rrsets considered more secure.
6252
62537 January 2010: Wouter
6254	- Fixup python documentation (thanks Leo Vandewoestijne).
6255	- Work on cache prefetch feature.
6256	- Stats for prefetch, in log print stats, unbound-control stats
6257	  and in unbound_munin plugin.
6258
62596 January 2010: Wouter
6260	- iana portlist updated.
6261	- bug#291: DNS wireformat max is 255. dname_valid allowed 256 length.
6262	- verbose output includes parent-side-address notion for lameness.
6263	- documented val-log-level: 2 setting in example.conf and man page.
6264	- change unbound-control-setup from 1024(sha1) to 1536(sha256).
6265
62661 January 2010: Wouter
6267	- iana portlist updated.
6268
626922 December 2009: Wouter
6270	- configure with newer libtool 2.2.6b.
6271
627217 December 2009: Wouter
6273	- review comments.
6274	- tag 1.4.1.
6275	- trunk to version 1.4.2.
6276
627715 December 2009: Wouter
6278	- Answer to qclass=ANY queries, with class IN contents.
6279	  Test that validation also works.
6280	- updated ldns snapshot tarball with latest fixes (parsing records).
6281
628211 December 2009: Wouter
6283	- on IPv4 UDP turn off DF flag.
6284
628510 December 2009: Wouter
6286	- requirements.txt updated with design choice explanations.
6287	- Reading fixes: fix to set unlame when child confirms parent glue,
6288	  and fix to avoid duplicate addresses in delegation point.
6289	- verify_rrsig routine checks expiration last.
6290
62919 December 2009: Wouter
6292	- Fix Bug#287(reopened): update of ldns tarball with fix for parse
6293	  errors generated for domain names like '.example.com'.
6294	- Fix SOA excluded from negative DS responses.  Reported by Hauke
6295	  Lampe.  The negative cache did not include proper SOA records for
6296	  negative qtype DS responses which makes BIND barf on it, such
6297	  responses are now only used internally.
6298	- Fix negative cache lookup of closestencloser check of DS type bit.
6299
63008 December 2009: Wouter
6301	- Fix for lookup of parent-child disagreement domains, where the
6302	  parent-side glue works but it does not provide proper NS, A or AAAA
6303	  for itself, fixing domains such as motorcaravanners.eu.
6304	- Feature: you can specify a port number in the interface: line, so
6305	  you can bind the same interface multiple times at different ports.
6306
63077 December 2009: Wouter
6308	- Bug#287: Fix segfault when unbound-control remove nonexistent local
6309	  data.  Added check to tests.
6310
63111 December 2009: Wouter
6312	- Fix crash with module-config "iterator".
6313	- Added unit test that has "iterator" module-config.
6314
631530 November 2009: Wouter
6316	- bug#284: fix parse of # without end-of-line at end-of-file.
6317
631826 November 2009: Wouter
6319	- updated ldns with release candidate for version 1.6.3.
6320	- tag for 1.4.0 release.
6321	- 1.4.1 version in trunk.
6322	- Fixup major libtool version to 2 because of why_bogus change.
6323	  It was 1:5:0 but should have been 2:0:0.
6324
632523 November 2009: Wouter
6326	- Patch from David Hubbard for libunbound manual page.
6327	- Fixup endless spinning in unbound-control stats reported by
6328	  Attila Nagy.  Probably caused by clock reversal.
6329
633020 November 2009: Wouter
6331	- contrib/split-itar.sh contributed by Tom Hendrikx.
6332
633319 November 2009: Wouter
6334	- better argument help for unbound-control.
6335	- iana portlist updated.
6336
633717 November 2009: Wouter
6338	- noted multiple entries for multiple domain names in example.conf.
6339	- iana portlist updated.
6340
634116 November 2009: Wouter
6342	- Fixed signer detection of CNAME responses without signatures.
6343	- Fix#282 libunbound memleak on error condition by Eric Sesterhenn.
6344	- Tests for CNAMEs to deeper trust anchors, secure and bogus.
6345	- svn tag 1.4.0rc1 made.
6346
634713 November 2009: Wouter
6348	- Fixed validation failure for CNAME to optout NSEC3 nodata answer.
6349	- unbound-host does not fail on type ANY.
6350	- Fixed wireparse failure to put RRSIGs together with data in some
6351	  long ANY mix cases, which fixes validation failures.
6352
635312 November 2009: Wouter
6354	- iana portlist updated.
6355	- fix manpage errors reported by debian lintian.
6356	- review comments.
6357	- fixup very long vallog2 level error strings.
6358
635911 November 2009: Wouter
6360	- ldns tarball updated (to 1.6.2).
6361	- review comments.
6362
636310 November 2009: Wouter
6364	- Thanks to Surfnet found bug in new dnssec-retry code that failed
6365	  to combine well when combined with DLV and a particular failure.
6366	- Fixed unbound-control -h output about argument optionality.
6367	- review comments.
6368
63695 November 2009: Wouter
6370	- lint fixes and portability tests.
6371	- better error text for multiple domain keys in one autotrust file.
6372
63732 November 2009: Wouter
6374	- Fix bug where autotrust does not work when started with a DS.
6375	- Updated GOST unit tests for unofficial algorithm number 249
6376	  and DNSKEY-format changes in draft version -01.
6377
637829 October 2009: Wouter
6379	- iana portlist updated.
6380	- edns-buffer-size option, default 4096.
6381	- fixed do-udp: no.
6382
638328 October 2009: Wouter
6384	- removed abort on prealloc failure, error still printed but softfail.
6385	- iana portlist updated.
6386	- RFC 5702: RSASHA256 and RSASHA512 support enabled by default.
6387	- ldns tarball updated (which also enables rsasha256 support).
6388
638927 October 2009: Wouter
6390	- iana portlist updated.
6391
63928 October 2009: Wouter
6393	- please doxygen
6394	- add val-log-level print to corner case (nameserver.epost.bg).
6395	- more detail to errors from insecure delegation checks.
6396	- Fix double time subtraction in negative cache reported by
6397	  Amanda Constant and Hugh Mahon.
6398	- Made new validator error string available from libunbound for
6399	  applications.  It is in result->why_bogus, a zero-terminated string.
6400	  unbound-host prints it by default if a result is bogus.
6401	  Also the errinf is public in module_qstate (for other modules).
6402
64037 October 2009: Wouter
6404	- retry for validation failure in DS and prime results. Less mem use.
6405	  unit test.  Provisioning in other tests for requeries.
6406	- retry for validation failure in DNSKEY in middle of chain of trust.
6407	  unit test.
6408	- retry for empty non terminals in chain of trust and unit test.
6409	- Fixed security bug where the signatures for NSEC3 records were not
6410	  checked when checking for absence of DS records.  This could have
6411	  enabled the substitution of an insecure delegation.
6412	- moved version number to 1.4.0 because of 1.3.4 release with only
6413	  the NSEC3 patch from the entry above.
6414	- val-log-level: 2 shows extended error information for validation
6415	  failures, but still one (longish) line per failure.  For example:
6416	  validation failure <example.com. DNSKEY IN>: signature expired from
6417	  192.0.2.4 for trust anchor example.com. while building chain of trust
6418	  validation failure <www.example.com. A IN>: no signatures from
6419	  192.0.2.6 for key example.com. while building chain of trust
6420
64216 October 2009: Wouter
6422	- Test set updated to provide additional ns lookup result.
6423	  The retry would attempt to fetch the data from other nameservers
6424	  for bogus data, and this needed to be provisioned in the tests.
6425
64265 October 2009: Wouter
6427	- first validation failure retry code.  Retries for data failures.
6428	  And unit test.
6429
64302 October 2009: Wouter
6431	- improve 5011 modularization.
6432	- fix unbound-host so -d can be given before -C.
6433	- iana portlist updated.
6434
643528 September 2009: Wouter
6436	- autotrust-anchor-file can read multiline input and $ORIGIN.
6437	- prevent integer overflow in holddown calculation. review fixes.
6438	- fixed race condition in trust point revocation. review fix.
6439	- review fixes to comments, removed unused code.
6440
644125 September 2009: Wouter
6442	- so-rcvbuf: 4m option added.  Set this on large busy servers to not
6443	  drop the occasional packet in spikes due to full socket buffers.
6444	  netstat -su keeps a counter of UDP dropped due to full buffers.
6445	- review of validator/autotrust.c, small fixes and comments.
6446
644723 September 2009: Wouter
6448	- 5011 query failed counts verification failures, not lookup failures.
6449	- 5011 probe failure handling fixup.
6450	- test unbound reading of original autotrust data.
6451	  The metadata per-key, such as key state (PENDING, MISSING, VALID) is
6452	  picked up, otherwise performs initial probe like usual.
6453
645422 September 2009: Wouter
6455	- autotrust test with algorithm rollover, new ordering of checks
6456	  assists in orderly rollover.
6457	- autotrust test with algorithm rollover to unknown algorithm.
6458	  checks if new keys are supported before adding them.
6459	- autotrust test with trust point revocation, becomes unsigned.
6460	- fix DNSSEC-missing-signature detection for minimal responses
6461	  for qtype DNSKEY (assumes DNSKEY occurs at zone apex).
6462
646318 September 2009: Wouter
6464	- autotrust tests, fix trustpoint timer deletion code.
6465	  fix count of valid anchors during missing remove.
6466	- autotrust: pick up REVOKE even if not signed with known other keys.
6467
646817 September 2009: Wouter
6469	- fix compile of unbound-host when --enable-alloc-checks.
6470	- Fix lookup problem reported by Koh-ichi Ito and Jaap Akkerhuis.
6471	- Manual page fixes reported by Tony Finch.
6472
647316 September 2009: Wouter
6474	- Fix memory leak reported by Tao Ma.
6475	- Fix memstats test tool for log-time-ascii log format.
6476
647715 September 2009: Wouter
6478	- iana portlist updated.
6479
648010 September 2009: Wouter
6481	- increased MAXSYSLOGLEN so .bg key can be printed in debug output.
6482	- use linebuffering for log-file: output, this can be significantly
6483	  faster than the previous fflush method and enable some class of
6484	  resolvers to use high verbosity (for short periods).
6485	  Not on windows, because line buffering does not work there.
6486
64879 September 2009: Wouter
6488	- Fix bug where DNSSEC-bogus messages were marked with too high TTL.
6489	  The RRsets would still expire at the normal time, but this would
6490	  keep messages bogus in the cache for too long.
6491	- regression test for that bug.
6492	- documented that load_cache is meant for debugging.
6493
64948 September 2009: Wouter
6495	- fixup printing errors when load_cache, they were printed to the
6496	  SSL connection which broke, now to the log.
6497	- new ldns - with fixed parse of large SOA values.
6498
64997 September 2009: Wouter
6500	- autotrust testbound scenarios.
6501	- autotrust fix that failure count is written to file.
6502	- autotrust fix that keys may become valid after add holddown time
6503	  alone, before the probe returns.
6504
65054 September 2009: Wouter
6506	- Changes to make unbound work with libevent-2.0.3 alpha. (in
6507	  configure detection due to new ssl dependency in libevent)
6508	- do not call sphinx for documentation when python is disabled.
6509	- remove EV_PERSIST from libevent timeout code to make the code
6510	  compatible with the libevent-2.0.  Works with older libevent too.
6511	- fix memory leak in python code.
6512
65133 September 2009: Wouter
6514	- Got a patch from Luca Bruno for libunbound support on windows to
6515	  pick up the system resolvconf nameservers and hosts there.
6516	- included ldns updated (enum warning fixed).
6517	- makefile fix for parallel makes.
6518	- Patch from Zdenek Vasicek and Attila Nagy for using the source IP
6519	  from python scripts.  See pythonmod/examples/resip.py.
6520	- doxygen comment fixes.
6521
65222 September 2009: Wouter
6523	- TRAFFIC keyword for testbound. Simplifies test generation.
6524	  ${range lower val upper} to check probe timeout values.
6525	- test with 5011-prepublish rollover and revocation.
6526	- fix revocation of RR for autotrust, stray exclamation mark.
6527
65281 September 2009: Wouter
6529	- testbound variable arithmetic.
6530	- autotrust probe time is randomised.
6531	- autotrust: the probe is active and does not fetch from cache.
6532
653331 August 2009: Wouter
6534	- testbound variable processing.
6535
653628 August 2009: Wouter
6537	- fixup unbound-control lookup to print forward and stub servers.
6538
653927 August 2009: Wouter
6540	- autotrust: mesh answer callback is empty.
6541
654226 August 2009: Wouter
6543	- autotrust probing.
6544	- iana portlist updated.
6545
654625 August 2009: Wouter
6547	- fixup memleak in trust anchor unsupported algorithm check.
6548	- iana portlist updated.
6549	- autotrust options: add-holddown, del-holddown, keep-missing.
6550	- autotrust store revoked status of trust points.
6551	- ctime_r compat definition.
6552	- detect yylex_destroy() in configure.
6553	- detect SSL_get_compression_methods declaration in configure.
6554	- fixup DS lookup at anchor point with unsigned parent.
6555	- fixup DLV lookup for DS queries to unsigned domains.
6556
655724 August 2009: Wouter
6558	- cleaner memory allocation on exit. autotrust test routines.
6559	- free all memory on program exit, fix for ssl and flex.
6560
656121 August 2009: Wouter
6562	- autotrust: debug routines. Read,write and conversions work.
6563
656420 August 2009: Wouter
6565	- autotrust: save and read trustpoint variables.
6566
656719 August 2009: Wouter
6568	- autotrust: state table updates.
6569	- iana portlist updated.
6570
657117 August 2009: Wouter
6572	- autotrust: process events.
6573
657417 August 2009: Wouter
6575	- Fix so that servers are only blacklisted if they fail to reply
6576	  to 16 queries in a row and the timeout gets above 2 minutes.
6577	- autotrust work, split up DS verification of DNSKEYs.
6578
657914 August 2009: Wouter
6580	- unbound-control lookup prints out infra cache information, like RTT.
6581	- Fix bug in DLV lookup reported by Amanda from Secure64.
6582	  It could sometimes wrongly classify a domain as unsigned, which
6583	  does not give the AD bit on replies.
6584
658513 August 2009: Wouter
6586	- autotrust read anchor files. locked trust anchors.
6587
658812 August 2009: Wouter
6589	- autotrust import work.
6590
659111 August 2009: Wouter
6592	- Check for openssl compatible with gost if enabled.
6593	- updated unit test for GOST=211 code.
6594	  Nicer naming of test files.
6595	- iana portlist updated.
6596
65977 August 2009: Wouter
6598	- call OPENSSL_config() in unbound and unit test so that the
6599	  operator can use openssl.cnf for configuration options.
6600	- removed small memory leak from config file reader.
6601
66026 August 2009: Wouter
6603	- configure --enable-gost for GOST support, experimental
6604	  implementation of draft-dolmatov-dnsext-dnssec-gost-01.
6605	- iana portlist updated.
6606	- ldns tarball updated (with GOST support).
6607
66085 August 2009: Wouter
6609	- trunk moved to 1.3.4.
6610
66114 August 2009: Wouter
6612	- Added test that the examples from draft rsasha256-14 verify.
6613	- iana portlist updated.
6614	- tagged 1.3.3
6615
66163 August 2009: Wouter
6617	- nicer warning when algorithm not supported, tells you to upgrade.
6618	- iana portlist updated.
6619
662027 July 2009: Wouter
6621	- Updated unbound-cacti contribution from Dmitriy Demidov, with
6622	  the queue statistics displayed in its own graph.
6623	- iana portlist updated.
6624
662522 July 2009: Wouter
6626	- Fix bug found by Michael Tokarev where unbound would try to
6627	  prime the root servers even though forwarders are configured for
6628	  the root.
6629	- tagged 1.3.3rc1
6630
663121 July 2009: Wouter
6632	- Fix server selection, so that it waits for open target queries when
6633	  faced with lameness.
6634
663520 July 2009: Wouter
6636	- Ignore transient sendto errors, no route to host, and host, net down.
6637	- contrib/update-anchor.sh has -r option for root-hints.
6638	- feature val-log-level: 1 prints validation failures so you can
6639	  keep track of them during dnssec deployment.
6640
664116 July 2009: Wouter
6642	- fix replacement malloc code.  Used in crosscompile.
6643	- makedist -w creates crosscompiled setup.exe on fedora11.
6644
664515 July 2009: Wouter
6646	- dependencies for compat items, for crosscompile.
6647	- mingw32 crosscompile changes, dependencies and zipfile creation.
6648	  and with System.dll from the windows NSIS you can make setup.exe.
6649	- package libgcc_s_sjlj exception handler for NSISdl.dll.
6650
665114 July 2009: Wouter
6652	- updated ldns tarball for solaris x64 compile assistance.
6653	- no need to define RAND_MAX from config.h.
6654	- iana portlist updated.
6655	- configure changes and ldns update for mingw32 crosscompile.
6656
665713 July 2009: Wouter
6658	- Fix for crash at start on windows.
6659	- tag for release 1.3.2.
6660	- trunk has version 1.3.3.
6661	- Fix for ID bits on windows to use all 16. RAND_MAX was not
6662	  defined like you'd expect on mingw. Reported by Mees de Roo.
6663
66649 July 2009: Wouter
6665	- tag for release 1.3.1.
6666	- trunk has version 1.3.2.
6667
66687 July 2009: Wouter
6669	- iana portlist updated.
6670
66716 July 2009: Wouter
6672	- prettier error handling in SSL setup.
6673	- makedist.sh uname fix (same as ldns).
6674	- updated fedora spec file.
6675
66763 July 2009: Wouter
6677	- fixup linking when ldnsdir is "".
6678
667930 June 2009: Wouter
6680	- more lenient truncation checks.
6681
668229 June 2009: Wouter
6683	- ldns trunk r2959 imported as tarball, because of solaris cc compile
6684	  support for c99.  r2960 for better configure.
6685	- better wrongly_truncated check.
6686	- On Linux, fragment IPv6 datagrams to the IPv6 minimum MTU, to
6687	  avoid dropped packets at routers.
6688
668926 June 2009: Wouter
6690	- Fix EDNS fallback when EDNS works for short answers but long answers
6691	  are dropped.
6692
669322 June 2009: Wouter
6694	- fixup iter priv strict aliasing while preserving size of sockaddr.
6695	- iana portlist updated.  (one less port allocated, one more fraction
6696	  of a bit for security!)
6697	- updated fedora specfile in contrib from Paul Wouters.
6698
669919 June 2009: Wouter
6700	- Fixup strict aliasing warning in iter priv code.
6701	  and config_file code.
6702	- iana portlist updated.
6703	- harden-referral-path: handle cases where NS is in answer section.
6704
670518 June 2009: Wouter
6706	- Fix of message parse bug where (specifically) an NSEC and RRSIG
6707	  in the wrong order would be parsed, but put wrongly into internal
6708	  structures so that later validation would fail.
6709	- Extreme lenience for wrongly truncated replies where a positive
6710	  reply has an NS in the authority but no signatures.  They are
6711	  turned into minimal responses with only the (secure) answer.
6712	- autoconf 2.63 for configure.
6713	- python warnings suppress.  Keep python API away from header files.
6714
671517 June 2009: Wouter
6716	- CREDITS entry for cz.nic, sponsoring a 'summer of code' that was
6717	  used for the python code in unbound. (http://www.nic.cz/vip/ in cz).
6718
671916 June 2009: Wouter
6720	- Fixup opportunistic target query generation to it does not
6721	  generate queries that are known to fail.
6722	- Touchup on munin total memory report.
6723	- messages picked out of the cache by the iterator are checked
6724	  if their cname chain is still correct and if validation status
6725	  has to be reexamined.
6726
672715 June 2009: Wouter
6728	- iana portlist updated.
6729
673014 June 2009: Wouter
6731	- Fixed bug where cached responses would lose their security
6732	  status on second validation, which especially impacted dlv
6733	  lookups.  Reported by Hauke Lampe.
6734
673513 June 2009: Wouter
6736	- bug #254. removed random whitespace from example.conf.
6737
673812 June 2009: Wouter
6739	- Fixup potential wrong NSEC picked out of the cache.
6740	- If unfulfilled callbacks are deleted they are called with an error.
6741	- fptr wlist checks for mesh callbacks.
6742	- fwd above stub in configuration works.
6743
674411 June 2009: Wouter
6745	- Fix queries for type DS when forward or stub zones are there.
6746	  They are performed to higherup domains, and thus treated as if
6747	  going to higher zones when looking up the right forward or stub
6748	  server.  This makes a stub pointing to a local server that has
6749	  a local view of example.com signed with the same keys as are
6750	  publicly used work.  Reported by Johan Ihren.
6751	- Added build-unbound-localzone-from-hosts.pl to contrib, from
6752	  Dennis DeDonatis.  It converts /etc/hosts into config statements.
6753	- same thing fixed for forward-zone and DS, chain of trust from
6754	  public internet into the forward-zone works now.  Added unit test.
6755
67569 June 2009: Wouter
6757	- openssl key files are opened apache-style, when user is root and
6758	  before chrooting.  This makes permissions on remote-control key
6759	  files easier to set up.  Fixes bug #251.
6760	- flush_type and flush_name remove msg cache entries.
6761	- codereview - dp copy bogus setting fix.
6762
67638 June 2009: Wouter
6764	- Removed RFC5011 REVOKE flag support. Partial 5011 support may cause
6765	  inadvertant behaviour.
6766	- 1.3.0 tarball for release created.
6767	- 1.3.1 development in svn trunk.
6768	- iana portlist updated.
6769	- fix lint from complaining on ldns/sha.h.
6770	- help compiler figure out aliasing in priv_rrset_bad() routine.
6771	- fail to configure with python if swig is not found.
6772	- unbound_munin_ in contrib uses ps to show rss if sbrk does not work.
6773
67743 June 2009: Wouter
6775	- fixup bad free() when wrongly encoded DSA signature is seen.
6776	  Reported by Paul Wouters.
6777	- review comments from Matthijs.
6778
67792 June 2009: Wouter
6780	- --enable-sha2 option. The draft rsasha256 changed its algorithm
6781	  numbers too often.  Therefore it is more prudent to disable the
6782	  RSASHA256 and RSASHA512 support by default.
6783	- ldns trunk included as new tarball.
6784	- recreated the 1.3.0 tag in svn. rc1 tarball generated at this point.
6785
678629 May 2009: Wouter
6787	- fixup doc bug in README reported by Matthew Dempsky.
6788
678928 May 2009: Wouter
6790	- update iana port list
6791	- update ldns lib tarball
6792
679327 May 2009: Wouter
6794	- detect lack of IPv6 support on XP (with a different error code).
6795	- Fixup a crash-on-exit which was triggered by a very long queue.
6796	  Unbound would try to re-use ports that came free, but this is
6797	  of course not really possible because everything is deleted.
6798	  Most easily triggered on XP (not Vista), maybe because of the
6799	  network stack encouraging large messages backlogs.
6800	- change in debug statements.
6801	- Fixed bug that could cause a crash if root prime failed when there
6802	  were message backlogs.
6803
680426 May 2009: Wouter
6805	- Thanks again to Brett Carr, found an assertion that was not true.
6806	  Assertion checked if recursion parent query still existed.
6807
680829 April 2009: Wouter
6809	- Thanks to Brett Carr, caught windows resource leak, use
6810	  closesocket() and not close() on sockets or else the network stack
6811	  starts to leak handles.
6812	- Removed usage of windows Mutex because windows cannot handle enough
6813	  mutexes open.  Provide own mutex implementation using primitives.
6814
681528 April 2009: Wouter
6816	- created svn tag for 1.3.0.
6817
681827 April 2009: Wouter
6819	- optimised cname from cache.
6820	- ifdef windows functions in testbound.
6821
682223 April 2009: Wouter
6823	- fix for threadsafety in solaris thr_key_create() in tests.
6824	- iana portlist updated.
6825	- fix pylib test for Darwin.
6826	- fix pymod test for Darwin and a python threading bug in pymod init.
6827	- check python >= 2.4 in configure.
6828	- -ldl check for libcrypto 1.0.0beta.
6829
683021 April 2009: Wouter
6831	- fix for build outside sourcedir.
6832	- fix for configure script swig detection.
6833
683417 April 2009: Wouter
6835	- Fix reentrant in minievent handler for unix. Could have resulted
6836	  in spurious event callbacks.
6837	- timers do not take up a fd slot for winsock handler.
6838	- faster fix for winsock reentrant check.
6839	- fix rsasha512 unit test for new (interim) algorithm number.
6840	- fix test:ldns doesn't like DOS line endings in keyfiles on unix.
6841	- fix compile warning on ubuntu (configlexer fwrite return value).
6842	- move python include directives into CPPFLAGS instead of CFLAGS.
6843
684416 April 2009: Wouter
6845	- winsock event handler exit very quickly on signal, even if
6846	  under heavy load.
6847	- iana portlist updated.
6848	- fixup windows winsock handler reentrant problem.
6849
685014 April 2009: Wouter
6851	- bug #245: fix munin plugin, perform cleanup of stale lockfiles.
6852	- makedist.sh; better help text.
6853	- cache-min-ttl option and tests.
6854	- mingw detect error condition on TCP sockets (NOTCONN).
6855
68569 April 2009: Wouter
6857	- Fix for removal of RSASHA256_NSEC3 protonumber from ldns.
6858	- ldns tarball updated.
6859	- iana portlist update.
6860	- detect GOST support in openssl-1.0.0-beta1, and fix compile problem
6861	  because that openssl defines the name STRING for itself.
6862
68636 April 2009: Wouter
6864	- windows compile fix.
6865	- Detect FreeBSD jail without ipv6 addresses assigned.
6866	- python libunbound wrapper unit test.
6867	- installs the following files. Default is to not build them.
6868	  	from configure --with-pythonmodule:
6869	  /usr/lib/python2.x/site-packages/unboundmodule.py
6870	  	from configure --with-pyunbound:
6871	  /usr/lib/python2.x/site-packages/unbound.py
6872	  /usr/lib/python2.x/site-packages/_unbound.so*
6873	  The example python scripts (pythonmod/examples and
6874	  libunbound/python/examples) are not installed.
6875	- python invalidate routine respects packed rrset ids and locks.
6876	- clock skew checks in unbound, config statements.
6877	- nxdomain ttl considerations in requirements.txt
6878
68793 April 2009: Wouter
6880	- Fixed a bug that caused messages to be stored in the cache too
6881	  long.  Hard to trigger, but NXDOMAINs for nameservers or CNAME
6882	  targets have been more vulnerable to the TTL miscalculation bug.
6883	- documentation test fixed for python addition.
6884
68852 April 2009: Wouter
6886	- pyunbound (libunbound python plugin) compiles using libtool.
6887	- documentation for pythonmod and pyunbound is generated in doc/html.
6888	- iana portlist updated.
6889	- fixed bug in unbound-control flush_zone where it would not flush
6890	  every message in the target domain.  This especially impacted
6891	  NXDOMAIN messages which could remain in the cache regardless.
6892	- python module test package.
6893
68941 April 2009: Wouter
6895	- suppress errors when trying to contact authority servers that gave
6896	  ipv6 AAAA records for their nameservers with ipv4 mapped contents.
6897	  Still tries to do so, could work when deployed in intranet.
6898	  Higher verbosity shows the error.
6899	- new libunbound calls documented.
6900	- pyunbound in libunbound/python. Removed compile warnings.
6901	  Makefile to make it.
6902
690330 March 2009: Wouter
6904	- Fixup LDFLAGS from libevent sourcedir compile configure restore.
6905	- Fixup so no non-absolute rpaths are added.
6906	- Fixup validation of RRSIG queries, they are let through.
6907	- read /dev/random before chroot
6908	- checkconf fix no python checks when no python module enabled.
6909	- fix configure, pthread first, so other libs do not change outcome.
6910
691127 March 2009: Wouter
6912	- nicer -h output. report linked libraries and modules.
6913	- prints modules in intuitive order (config file friendly).
6914	- python compiles easily on BSD.
6915
691626 March 2009: Wouter
6917	- ignore swig varargs warnings with gcc.
6918	- remove duplicate example.conf text from python example configs.
6919	- outofdir compile fix for python.
6920	- pyunbound works.
6921	- print modules compiled in on -h. manpage.
6922
692325 March 2009: Wouter
6924	- initial import of the python contribution from Zdenek Vasicek and
6925	  Marek Vavrusa.
6926	- pythonmod in Makefile; changes to remove warnings/errors for 1.3.0.
6927
692824 March 2009: Wouter
6929	- more neat configure.ac. Removed duplicate config.h includes.
6930	- neater config.h.in.
6931	- iana portlist updated.
6932	- fix util/configlexer.c and solaris -std=c99 flag.
6933	- fix postcommit aclocal errors.
6934	- spaces stripped. Makefile cleaner, /usr omitted from -I, -L, -R.
6935	- swap order of host detect and libtool generation.
6936
693723 March 2009: Wouter
6938	- added launchd plist example file for MacOSX to contrib.
6939	- deprecation test for daemon(3).
6940	- moved common configure actions to m4 include, prettier Makefile.
6941
694220 March 2009: Wouter
6943	- bug #239: module-config entries order is important. Documented.
6944	- build fix for test asynclook.
6945
694619 March 2009: Wouter
6947	- winrc/README.txt dos-format text file.
6948	- iana portlist updated.
6949	- use _beginthreadex() when available (performs stack alignment).
6950	- defaults for windows baked into configure.ac (used if on mingw).
6951
695218 March 2009: Wouter
6953	- Added tests, unknown algorithms become insecure. fallback works.
6954	- Fix for and test for unknown algorithms in a trust anchor
6955	  definition.  Trust anchors with no supported algos are ignored.
6956	  This means a (higher)DS or DLV entry for them could succeed, and
6957	  otherwise they are treated as insecure.
6958	- domain-insecure: "example.com" statement added. Sets domain
6959	  insecure regardless of chain of trust DSs or DLVs. The inverse
6960	  of a trust-anchor.
6961
696217 March 2009: Wouter
6963	- unit test for unsupported algorithm in anchor warning.
6964	- fixed so queries do not fail on opportunistic target queries.
6965
696616 March 2009: Wouter
6967	- fixup diff error printout in contrib/update-itar.sh.
6968	- added contrib/unbound_cacti for statistics support in cacti,
6969	  contributed by Dmitriy Demidov.
6970
697113 March 2009: Wouter
6972	- doxygen and lex/yacc on linux.
6973	- strip update-anchor on makedist -w.
6974	- fix testbound on windows.
6975	- default log to syslog for windows.
6976	- uninstaller can stop unbound - changed text on it to reflect that.
6977	- remove debugging from windows 'cron' actions.
6978
697912 March 2009: Wouter
6980	- log to App.logs on windows prints executable identity.
6981	- fixup tests.
6982	- munin plugin fix benign locking error printout.
6983	- anchor-update for windows, called every 24 hours; unbound reloads.
6984
698511 March 2009: Wouter
6986	- winsock event handler resets WSAevents after signalled.
6987	- winsock event handler tests if signals are really signalled.
6988	- install and service with log to file works on XP and Vista on
6989	  default install location.
6990	- on windows logging to the Application logbook works (as a service).
6991	- fix RUN_DIR on windows compile setting in makedist.
6992	- windows registry has Software\Unbound\ConfigFile element.
6993	  If does not exist, the default is used. The -c switch overrides it.
6994	- fix makedist version cleanup function.
6995
699610 March 2009: Wouter
6997	- makedist -w strips out old rc.. and snapshot info from version.
6998	- setup.exe starts and stops unbound after install, before uninstall.
6999	- unbound-checkconf recognizes absolute pathnames on windows (C:...).
7000
70019 March 2009: Wouter
7002	- Nullsoft NSIS installer creation script.
7003
70045 March 2009: Wouter
7005	- fixup memory leak introduced on 18feb in mesh reentrant fix.
7006
70073 March 2009: Wouter
7008	- combined icon with 16x16(4) 32x32(4) 48x48(8) 64x64(8).
7009	- service works on xp/vista, no config necessary (using defaults).
7010	- windows registry settings.
7011
70122 March 2009: Wouter
7013	- fixup --export-symbols to be -export-symbls for libtool.
7014	  This should fix extraneous symbols exported from libunbound.
7015	  Thanks to Ondrej Sury and Robert Edmonds for finding it.
7016	- iana portlist updated.
7017	- document FAQ entry on stub/forward zones and default blocking.
7018	- fix asynclook test app for libunbound not exporting symbols.
7019	- service install and remove utils that work with vista UAC.
7020
702127 February 2009: Wouter
7022	- Fixup lexer, to not give warnings about fwrite. Appeared in
7023	  new lexer features.
7024	- makedistro functionality for mingw. Has RC support.
7025	- support spaces and backslashes in configured defaults paths.
7026	- register, deregister in service control manager.
7027
702825 February 2009: Wouter
7029	- windres usage for application resources.
7030
703124 February 2009: Wouter
7032	- isc moved their dlv key download location.
7033	- fixup warning on vista/mingw.
7034	- makedist -w for window zip distribution first version.
7035
703620 February 2009: Wouter
7037	- Fixup contrib/update-itar.sh, the exit codes 1 and 0 were swapped.
7038	  Nicer script layout.  Added url to site in -h output.
7039
704019 February 2009: Wouter
7041	- unbound-checkconf and unbound print warnings when trust anchors
7042	  have unsupported algorithms.
7043	- added contrib/update-itar.sh  This script is similar to
7044	  update-anchor.sh, and updates from the IANA ITAR repository.
7045	  You can provide your own PGP key and trust repo, or can use the
7046	  builtin.  The program uses wget and gpg to work.
7047	- iana portlist updated.
7048	- update-itar.sh: using ftp:// urls because https godaddy certificate
7049	  is not available everywhere and then gives fatal errors.  The
7050	  security is provided by pgp signature.
7051
705218 February 2009: Wouter
7053	- more cycle detection. Also for target queries.
7054	- fixup bug where during deletion of the mesh queries the callbacks
7055	  that were reentrant caused assertion failures. Keep the mesh in
7056	  a reentrant safe state.  Affects libunbound, reload of server,
7057	  on quit and flush_requestlist.
7058	- iana portlist updated.
7059
706013 February 2009: Wouter
7061	- forwarder information now per-thread duplicated.
7062	  This keeps it read only for speed, with no locking necessary.
7063	- forward command for unbound control to change forwarders to use
7064	  on the fly.
7065	- document that unbound-host reads no config file by default.
7066	- updated iana portlist.
7067
706812 February 2009: Wouter
7069	- call setusercontext if available (on BSD).
7070	- small refactor of stats clearing.
7071	- #227: flush_stats feature for unbound-control.
7072	- stats_noreset feature for unbound-control.
7073	- flush_requestlist feature for unbound-control.
7074	- libunbound version upped API (was changed 5 feb).
7075	- unbound-control status shows if root forwarding is in use.
7076	- slightly nicer memory management in iter-fwd code.
7077
707810 February 2009: Wouter
7079	- keys with rfc5011 REVOKE flag are skipped and not considered when
7080	  validating data.
7081	- iana portlist updated
7082	- #226: dump_requestlist feature for unbound-control.
7083
70846 February 2009: Wouter
7085	- contrib contains specfile for fedora 1.2.1 (from Paul Wouters).
7086	- iana portlist updated.
7087	- fixup EOL in include directive (reported by Paul Wouters).
7088	  You can no longer specify newlines in the names of included files.
7089	- config parser changed. Gives some syntax errors closer to where they
7090	  occurred. Does not enforce a space after keyword anymore.
7091	  Does not allow literal newlines inside quoted strings anymore.
7092	- verbosity level 5 logs customer IP for new requestlist entries.
7093	- test fix, lexer and cancel test.
7094	- new option log-time-ascii: yes  if you enable it prints timestamps
7095	  in the log file as Feb 06 13:45:26 (like syslog does).
7096	- detect event_base_new in libevent-1.4.1 and later and use it.
7097	- #231 unbound-checkconf -o option prints that value from config file.
7098	  Useful for scripting in management scripts and the like.
7099
71005 February 2009: Wouter
7101	- ldns 1.5.0 rc as tarball included.
7102	- 1.3.0 development continues:
7103	  change in libunbound API: ub_cancel can return an error, that
7104	  the async_id did not exist, or that it was already delivered.
7105	  The result could have been delivered just before the cancel
7106	  routine managed to acquire the lock, so a caller may get the
7107	  result at the same time they call cancel.  For this case,
7108	  ub_cancel tries to return an error code.
7109	  Fixes race condition in ub_cancel() libunbound function.
7110	- MacOSX Leopard cleaner text output from configure.
7111	- initgroups(3) is called to drop secondary group permissions, if
7112	  applicable.
7113	- configure option --with-ldns-builtin forces the use of the
7114	  inluded ldns package with the unbound source.  The -I include
7115	  is put before the others, so it avoids bad include files from
7116	  an older ldns install.
7117	- daemon(3) posix call is used when available.
7118	- testbound test for older fix added.
7119
71204 February 2009: Wouter
7121	- tag for release 1.2.1.
7122	- trunk setup for 1.3.0 development.
7123
71243 February 2009: Wouter
7125	- noted feature requests in doc/TODO.
7126	- printout more detailed errors on ssl certificate loading failures.
7127	- updated IANA portlist.
7128
712916 January 2009: Wouter
7130	- more quiet about ipv6 network failures, i.e. when ipv6 is not
7131	  available (network unreachable). Debug still printed on high
7132	  verbosity.
7133	- unbound-host -4 and -6 options. Stops annoying ipv6 errors when
7134	  debugging with unbound-host -4 -d ...
7135	- more cycle detection for NS-check, addr-check, root-prime and
7136	  stub-prime queries in the iterator.  Avoids possible deadlock
7137	  when priming fails.
7138
713915 January 2009: Wouter
7140	- bug #229: fixup configure checks for compilation with Solaris
7141	  Sun cc compiler, ./configure CC=/opt/SUNWspro/bin/cc
7142	- fixup suncc warnings.
7143	- fix bug where unbound could crash using libevent 1.3 and older.
7144	- update testset for recent retry change.
7145
714614 January 2009: Wouter
7147	- 1.2.1 feature: negative caching for failed queries.
7148	  Queries that failed are cached for 5 seconds (NORR_TTL).
7149	  If the failure is local, like out of memory, it is not cached.
7150	- the TTL comparison for the cache used different comparisons,
7151	  causing many cache responses that used the iterator and validator
7152	  state machines unnecessarily.
7153	- retry from 4 to 5 so that EDNS drop retry is part of the first
7154	  query resolve attempt, and cached error does not stop EDNS fallback.
7155	- remove debug prints that protect against bad referrals.
7156	- honor QUIET=no on make commandline (or QUIET=yes ).
7157
715813 January 2009: Wouter
7159	- fixed bug in lameness marking, removed printouts.
7160	- find NS rrset more cleanly for qtype NS.
7161	- Moved changes to 1.2.0 for release. Thanks to Mark Zealey for
7162	  reporting and logs.
7163	- 1.2.1 feature: stops resolving AAAAs promiscuously when they
7164	  are in the negative cache.
7165
716612 January 2009: Wouter
7167	- fixed bug in infrastructure lameness cache, did not lowercase
7168	  name of zone to hash when setting lame.
7169	- lameness debugging printouts.
7170
71719 January 2009: Wouter
7172	- created svn tag for 1.2.0 release.
7173	- svn trunk contains 1.2.1 version number.
7174	- iana portlist updated for todays list.
7175	- removed debug print.
7176
71778 January 2009: Wouter
7178	- new version of ldns-trunk (today) included as tarball, fixed
7179	  bug #224, building with -j race condition.
7180	- remove possible race condition in the test for race conditions.
7181
71827 January 2009: Wouter
7183	- version 1.2.0 in preparation.
7184	- feature to allow wildcards (*, ?, [], {}. ~) in trusted-keys-file
7185	  statements. (Adapted from patch by Paul Wouters).
7186	- typo fix and iana portlist updated.
7187	- porting testsuite; unused var warning, and type fixup.
7188
71896 January 2009: Wouter
7190	- fixup packet-of-death when compiled with --enable-debug.
7191	  A malformed packet could cause an internal assertion failure.
7192	- added test for HINFO canonicalisation behaviour.
7193	- fixup reported problem with transparent local-zone data where
7194	  queries with different type could get nxdomain. Now queries
7195	  with a different name get resolved normally, with different type
7196	  get a correct NOERROR/NODATA answer.
7197	- HINFO no longer downcased for validation, making unbound compatible
7198	  with bind and ldns.
7199	- fix reading included config files when chrooted.
7200	  Give full path names for include files.
7201	  Relative path names work if the start dir equals the working dir.
7202	- fix libunbound message transport when no packet buffer is available.
7203
72045 January 2009: Wouter
7205	- fixup getaddrinfo failure handling for remote control port.
7206	- added L.ROOT-SERVERS.NET. AAAA 2001:500:3::42 to builtin root hints.
7207	- fixup so it works with libev-3.51 from http://dist.schmorp.de/libev/
7208	- comm_timer_set performs base_set operation after event_add.
7209
721018 December 2008: Wouter
7211	- fixed bug reported by Duane Wessels: error in DLV lookup, would make
7212	  some zones that had correct DLV keys as insecure.
7213	- follows -rc makedist from ldns changes (no _rc).
7214	- ldns tarball updated with 1.4.1rc for DLV unit test.
7215	- verbose prints about recursion lame detection and server selection.
7216	- fixup BSD port for infra host storage. It hashed wrongly.
7217	- fixup makedist snapshot name generation.
7218	- do not reopen syslog to avoid dev/log dependency.
7219
722017 December 2008: Wouter
7221	- follows ldns makedist.sh. -rc option. autom4te dir removed.
7222	- unbound-control status command.
7223	- extended statistics has a number of ipv6 queries counter.
7224	  contrib/unbound_munin_ was updated to draw ipv6 in the hits graph.
7225
722616 December 2008: Wouter
7227	- follow makedist improvements from ldns, for maintainers prereleases.
7228	- snapshot version uses _ not - to help rpm distinguish the
7229	  version number.
7230
723111 December 2008: Wouter
7232	- better fix for bug #219: use LOG_NDELAY with openlog() call.
7233	  Thanks to Tamas Tevesz.
7234
72359 December 2008: Wouter
7236	- bug #221 fixed: unbound checkconf checks if key files exist if
7237	  remote control is enabled. Also fixed NULL printf when not chrooted.
7238	- iana portlist updated.
7239
72403 December 2008: Wouter
7241	- Fix problem reported by Jaco Engelbrecht where unbound-control stats
7242	  freezes up unbound if this was compiled without threading, and
7243	  was using multiple processes.
7244	- iana portlist updated.
7245	- test for remote control with interprocess communication.
7246	- created command distribution mechanism so that remote control
7247	  commands other than 'stats' work on all processes in a nonthreaded
7248	  compiled version. dump/load cache work, on the first process.
7249	- fixup remote control local_data addition memory corruption bug.
7250
72511 December 2008: Wouter
7252	- SElinux policy files in contrib/selinux for the unbound daemon,
7253	  by Paul Wouters and Adam Tkac.
7254
725525 November 2008: Wouter
7256	- configure complains when --without-ssl is given (bug #220).
7257	- skip unsupported feature tests on vista/mingw.
7258	- fixup testcode/streamtcp to work on vista/mingw.
7259	- root-hints test checks version of dig required.
7260	- blacklisted servers are polled at a low rate (1%) to see if they
7261	  come back up. But not if there is some other working server.
7262
726324 November 2008: Wouter
7264	- document that the user of the server daemon needs read privileges
7265	  on the keys and certificates generated by unbound-control-setup.
7266	  This is different per system or distribution, usually, running the
7267	  script under the same username as the server uses suffices.
7268	  i.e.  sudo -u unbound unbound-control-setup
7269	- testset port to vista/mingw.
7270	- tcp_sigpipe to freebsd port.
7271
727221 November 2008: Wouter
7273	- fixed tcp accept, errors were printed when they should not.
7274	- unbound-control-setup.sh removes read/write permissions other
7275	  from the keys it creates (as suggested by Dmitriy Demidov).
7276
727720 November 2008: Wouter
7278	- fixup fatal error due to faulty error checking after tcp accept.
7279	- add check in rlimit to avoid integer underflow.
7280	- rlimit check with new formula; better estimate for number interfaces
7281	- nicer comments in rlimit check.
7282	- tag 1.1.1 created in svn.
7283	- trunk label is 1.1.2
7284
728519 November 2008: Wouter
7286	- bug #219: fixed so that syslog which delays opening until the first
7287	  log line is written, gets a log line while not chroot'ed yet.
7288
728918 November 2008: Wouter
7290	- iana portlist updated.
7291	- removed cast in unit test debug print that was not 64bit safe.
7292	- trunk back to 1.1.0; copied to tags 1.1.0 release.
7293	- trunk to has version number 1.1.1 again.
7294	- in 1.1.1; make clean nicer. grammar in manpage.
7295
729617 November 2008: Wouter
7297	- theoretical fix for problems reported on mailing list.
7298	  If a delegation point has no A but only AAAA and do-ip6 is no,
7299	  resolution would fail. Fixed to ask for the A and AAAA records.
7300	  It has to ask for both always, so that it can fail quietly, from
7301	  TLD perspective, when a zone is only reachable on one transport.
7302	- test for above, only AAAA and doip6 is no. Fix causes A record
7303	  for nameserver to be fetched.
7304	- fixup address duplication on cache fillup for delegation points.
7305	- testset updated for new query answer requirements.
7306
730714 November 2008: Wouter
7308	- created 1.1.0 release tag in svn.
7309	- trunk moved to 1.1.1
7310	- fixup unittest-neg for locking.
7311
731213 November 2008: Wouter
7313	- added fedora init and specfile to contrib (by Paul Wouters).
7314	- added configure check for ldns 1.4.0 (using its compat funcs).
7315	- neater comments in worker.h.
7316	- removed doc/plan and updated doc/TODO.
7317	- silenced EHOSTDOWN (verbosity 2 or higher to see it).
7318	- review comments from Jelte, Matthijs. Neater code.
7319
732012 November 2008: Wouter
7321	- add unbound-control manpage to makedist replace list.
7322
732311 November 2008: Wouter
7324	- unit test for negative cache, stress tests the refcounting.
7325	- fix for refcounting error that could cause fptr_wlist fatal exit
7326	  in the negative cache rbtree (upcoming 1.1 feature). (Thanks to
7327	  Attila Nagy for testing).
7328	- nicer comments in cachedump about failed RR to string conversion.
7329	- fix 32bit wrap around when printing large (4G and more) mem usage
7330	  for extended statistics.
7331
733210 November 2008: Wouter
7333	- fixup the getaddrinfo compat code rename.
7334
73358 November 2008: Wouter
7336	- added configure check for eee build warning.
7337
73387 November 2008: Wouter
7339	- fix bug 217: fixed, setreuid and setregid do not work on MacOSX10.4.
7340	- detect nonblocking problems in network stack in configure script.
7341
73426 November 2008: Wouter
7343	- dname_priv must decompress the name before comparison.
7344	- iana portlist updated.
7345
73465 November 2008: Wouter
7347	- fixed possible memory leak in key_entry_key deletion.
7348	  Would leak a couple bytes when trust anchors were replaced.
7349	- if query and reply qname overlap, the bytes are skipped not copied.
7350	- fixed file descriptor leak when messages were jostled out that
7351	  had outstanding (TCP) replies.
7352	- DNAMEs used from cache have their synthesized CNAMEs initialized
7353	  properly.
7354	- fixed file descriptor leak for localzone type deny (for TCP).
7355	- fixed memleak at exit for nsec3 negative cached zones.
7356	- fixed memleak for the keyword 'nodefault' when reading config.
7357	- made verbosity of 'edns incapable peer' warning higher, so you
7358	  do not get spammed by it.
7359	- caught elusive Bad file descriptor error bug, that would print the
7360	  error while unnecessarily try to listen to a closed fd. Fixed.
7361
73624 November 2008: Wouter
7363	- fixed -Wwrite-strings warnings that result in better code.
7364
73653 November 2008: Wouter
7366	- fixup build process for Mac OSX linker, use ldns b32 compat funcs.
7367	- generated configure with autoconf-2.61.
7368	- iana portlist updated.
7369	- detect if libssl needs libdl.  For static linking with libssl.
7370	- changed to use new algorithm identifiers for sha256/sha512
7371	  from ldns 1.4.0 (need very latest version).
7372	- updated the included ldns tarball.
7373	- proper detection of SHA256 and SHA512 functions (not just sizes).
7374
737523 October 2008: Wouter
7376	- a little more debug info for failure on signer names. prints names.
7377
737822 October 2008: Wouter
7379	- CFLAGS are picked up by configure from the environment.
7380	- iana portlist updated.
7381	- updated ldns to use 1.4.0-pre20081022 so it picks up CFLAGS too.
7382	- new stub-prime: yesno option. Default is off, so it does not prime.
7383	  can be turned on to get same behaviour as previous unbound release.
7384	- made automated test that checks if builtin root hints are uptodate.
7385	- finished draft-wijngaards-dnsext-resolver-side-mitigation
7386	  implementation. The unwanted-reply-threshold can be set.
7387	- fixup so fptr_whitelist test in alloc.c works.
7388
738921 October 2008: Wouter
7390	- fix update-anchors.sh, so it does not report different RR order
7391	  as an update.  Sorts the keys in the file.  Updated copyright.
7392	- fixup testbound on windows, the command control pipe doesn't exist.
7393	- skip 08hostlib test on windows, no fork() available.
7394	- made unbound-remote work on windows.
7395
739620 October 2008: Wouter
7397	- quench a log message that is debug only.
7398	- iana portlist updated.
7399	- do not query bogus nameservers.  It is like nameservers that have
7400	  the NS or A or AAAA record bogus are listed as donotquery.
7401	- if server selection is faced with only bad choices, it will
7402	  attempt to get more options to be fetched.
7403	- changed bogus-ttl default value from 900 to 60 seconds.
7404	  In anticipation that operator caused failures are more likely than
7405	  actual attacks at this time.  And thus repeated validation helps
7406	  the operators get the problem fixed sooner.  It makes validation
7407	  failures go away sooner (60 seconds after the zone is fixed).
7408	  Also it is likely to try different nameserver targets every minute,
7409	  so that if a zone is bad on one server but not another, it is
7410	  likely to pick up the 'correct' one after a couple minutes,
7411	  and if the TTL is big enough that solves validation for the zone.
7412	- fixup unbound-control compilation on windows.
7413
741417 October 2008: Wouter
7415	- port Leopard/G5: fixup type conversion size_t/uint32.
7416	  please ranlib, stop file without symbols warning.
7417	- harden referral path now also validates the root after priming.
7418	  It looks up the root NS authoritatively as well as the root servers
7419	  and attemps to validate the entries.
7420
742116 October 2008: Wouter
7422	- Fixup negative TTL values appearing (reported by Attila Nagy).
7423
742415 October 2008: Wouter
7425	- better documentation for 0x20; remove fallback TODO, it is done.
7426	- harden-referral-path feature includes A, AAAA queries for glue,
7427	  as well as very careful NS caching (only when doing NS query).
7428	  A, AAAA use the delegation from the NS-query.
7429
743014 October 2008: Wouter
7431	- fwd_three.tpkg test was flaky.  If the three requests hit the
7432	  wrong threads by chance (or bad OS) then the test would fail.
7433	  Made less flaky by increasing number of retries.
7434	- stub_udp.tpkg changed to work, give root hints. fixed ldns_dname_abs.
7435	- ldns tarball is snapshot of ldns r2759 (1.4.0-pre-20081014).
7436	  Which includes the ldns_dname_absolute fix.
7437	- fwd_three test remains flaky now that unbound does not stop
7438	  listening when full.  Thus, removed timeout problem.
7439	  It may be serviced by three threads, or maybe by one.
7440	  Mostly only useful for lock-check testing now.
7441
744213 October 2008: Wouter
7443	- fixed recursion servers deployed as authoritative detection, so
7444	  that as a last resort, a +RD query is sent there to get the
7445	  correct answer.
7446	- iana port list update.
7447	- ldns tarball is snapshot of ldns r2759 (1.4.0-pre-20081013).
7448
744910 October 2008: Wouter
7450	- fixup tests - the negative cache contained the correct NSEC3s for
7451	  two tests that are supposed to fail to validate.
7452
74539 October 2008: Wouter
7454	- negative cache caps max iterations of NSEC3 done.
7455	- NSEC3 negative cache for qtype DS works.
7456
74578 October 2008: Wouter
7458	- NSEC negative cache for DS.
7459
74606 October 2008: Wouter
7461	- jostle-timeout option, so you can config for slow links.
7462	- 0x20 fallback code.  Tries 3xnumber of nameserver addresses
7463	  queries that must all be the same.  Sent to random nameservers.
7464	- documented choices for DoS, EDNS, 0x20.
7465
74662 October 2008: Wouter
7467	- fixup unlink of pidfile.
7468	- fixup SHA256 algorithm collation code.
7469	- contrib/update-anchor.sh does not overwrite anchors if not needed.
7470	  exits 0 when a restart is needed, other values if not.
7471	  so,  update-anchor.sh -d mydir && /etc/rc.d/unbound restart
7472	  can restart unbound exactly when needed.
7473
747430 September 2008: Wouter
7475	- fixup SHA256 DS downgrade, no longer possible to downgrade to SHA1.
7476	- tests for sha256 support and downgrade resistance.
7477	- RSASHA256 and RSASHA512 support (using the draft in dnsext),
7478	  using the drafted protocol numbers.
7479	- when using stub on localhost (127.0.0.1@10053) unbound works.
7480	  Like when running NSD to host a local zone, on the same machine.
7481	  The noprime feature. manpages more explanation. Added a test for it.
7482	- shorthand for reverse PTR,  local-data-ptr: "1.2.3.4 www.ex.com"
7483
748429 September 2008: Wouter
7485	- EDNS lameness detection, if EDNS packets are dropped this is
7486	  detected, eventually.
7487	- multiple query timeout rtt backoff does not backoff too much.
7488
748926 September 2008: Wouter
7490	- tests for remote-control.
7491	- small memory leak in exception during remote control fixed.
7492	- fixup for lock checking but not unchecking in remote control.
7493	- iana portlist updated.
7494
749523 September 2008: Wouter
7496	- Msg cache is loaded. A cache load enables cache responses.
7497	- unbound-control flush [name], flush_type and flush_zone.
7498
749922 September 2008: Wouter
7500	- dump_cache and load_cache statements in unbound-control.
7501	  RRsets are dumped and loaded correctly.
7502	  Msg cache is dumped.
7503
750419 September 2008: Wouter
7505	- locking on the localdata structure.
7506	- add and remove local zone and data with unbound-control.
7507	- ldns trunk snapshot updated, make tests work again.
7508
750918 September 2008: Wouter
7510	- fixup error in time calculation.
7511	- munin plugin improvements.
7512	- nicer abbreviations for high query types values (ixfr, axfr, any...)
7513	- documented the statistics output in unbound-control man page.
7514	- extended statistics prints out histogram, over unbound-control.
7515
751617 September 2008: Wouter
7517	- locking for threadsafe bogus rrset counter.
7518	- ldns trunk no longer exports b32 functions, provide compat.
7519	- ldns tarball updated.
7520	- testcode/ldns-testpkts.c const fixups.
7521	- fixed rcode stat printout.
7522	- munin plugin in contrib.
7523	- stats always printout uptime, because stats plugins need it.
7524
752516 September 2008: Wouter
7526	- extended-statistics: yesno config option.
7527	- unwanted replies spoof nearmiss detector.
7528	- iana portlist updated.
7529
753015 September 2008: Wouter
7531	- working start, stop, reload commands for unbound-control.
7532	- test for unbound-control working; better exit value for control.
7533	- verbosity control via unbound-control.
7534	- unbound-control stats.
7535
753612 September 2008: Wouter
7537	- removed browser control mentions. Proto speccy.
7538
753911 September 2008: Wouter
7540	- set nonblocking on new TCP streams, because linux does not inherit
7541	  the socket options to the accepted socket.
7542	- fix TCP timeouts.
7543	- SSL protected connection between server and unbound-control.
7544
754510 September 2008: Wouter
7546	- remove memleak in privacy addresses on reloads and quits.
7547	- remote control work.
7548
75499 September 2008: Wouter
7550	- smallapp/unbound-control-setup.sh script to set up certificates.
7551
75524 September 2008: Wouter
7553	- scrubber scrubs away private addresses.
7554	- test for private addresses. man page entry.
7555	- code refactored for name and address tree lookups.
7556
75573 September 2008: Wouter
7558	- options for 'DNS Rebinding' protection: private-address and
7559	  private-domain.
7560	- dnstree for reuse of routines that help with domain, addr lookups.
7561	- private-address and private-domain config option read, stored.
7562
75632 September 2008: Wouter
7564	- DoS protection features. Queries are jostled out to make room.
7565	- testbound can pass time, increasing the internal timer.
7566	- do not mark unsigned additionals bogus, leave unchecked, which
7567	  is removed too.
7568
75691 September 2008: Wouter
7570	- disallow nonrecursive queries for cache snooping by default.
7571	  You can allow is using access-control: <subnet> allow_snoop.
7572	  The defaults do allow access no authoritative data without RD bit.
7573	- two tests for it and fixups of tests for nonrec refused.
7574
757529 August 2008: Wouter
7576	- version 1.1 number in trunk.
7577	- harden-referral-path option for query for NS records.
7578	  Default turns off expensive, experimental option.
7579
758028 August 2008: Wouter
7581	- fixup logfile handling; it is created with correct permissions
7582	  again. (from bugfix#199).
7583	  Some errors are not written to logfile (pidfile writing, forking),
7584	  and these are only visible by using the -d commandline flag.
7585
758627 August 2008: Wouter
7587	- daemon(3) is causing problems for people. Reverting the patch.
7588	  bug#200, and 199 and 203 contain sideline discussion on it.
7589	- bug#199 fixed: pidfile can be outside chroot. openlog is done before
7590	  chroot and drop permissions.
7591	- config option to set size of aggressive negative cache,
7592	  neg-cache-size.
7593	- bug#203 fixed: dlv has been implemented.
7594
759526 August 2008: Wouter
7596	- test for insecure zone when DLV is in use, also does negative cache.
7597	- test for trustanchor when DLV is in use (the anchor works).
7598	- test for DLV used for a zone below a trustanchor.
7599	- added scrub filter for overreaching NSEC records and unit test.
7600	- iana portlist update
7601	- use of setresuid or setreuid when available.
7602	- use daemon(3) if available.
7603
760425 August 2008: Wouter
7605	- realclean patch from Robert Edmonds.
7606
760722 August 2008: Wouter
7608	- nicer debuglogging of DLV.
7609	- test with secure delegation inside the DLV repository.
7610
761121 August 2008: Wouter
7612	- negative cache code linked into validator, for DLV use.
7613	  negative cache works for DLV.
7614	- iana portlist update.
7615	- dlv-anchor option for unit tests.
7616	- fixup NSEC_AT_APEX classification for short typemaps.
7617	- ldns-testns has subdomain checks, for unit tests.
7618
761920 August 2008: Wouter
7620	- negative cache code, reviewed.
7621
762218 August 2008: Wouter
7623	- changes info: in logfile to notice: info: or debug: depending on
7624	  the verbosity of the statements.  Better logfile message
7625	  classification.
7626	- bug #208: extra rc.d unbound flexibility for freebsd/nanobsd.
7627
762815 August 2008: Wouter
7629	- DLV nsec code fixed for better detection of closest existing
7630	  enclosers from NSEC responses.
7631	- DLV works, straight to the dlv repository, so not for production.
7632	- Iana port update.
7633
763414 August 2008: Wouter
7635	- synthesize DLV messages from the rrset cache, like done for DS.
7636
763713 August 2008: Wouter
7638	- bug #203: nicer do-auto log message when user sets incompatible
7639	  options.
7640	- bug #204: variable name ameliorated in log.c.
7641	- bug #206: in iana_update, no egrep, but awk use.
7642	- ldns snapshot r2699 taken (includes DLV type).
7643	- DLV work, config file element, trust anchor read in.
7644
764512 August 2008: Wouter
7646	- finished adjusting testset to provide qtype NS answers.
7647
764811 August 2008: Wouter
7649	- Fixup rrset security updates overwriting 2181 trust status.
7650	  This makes validated to be insecure data just as worthless as
7651	  nonvalidated data, and 2181 rules prevent cache overwrites to them.
7652	- Fix assertion fail on bogus key handling.
7653	- dnssec lameness detection works on first query at trust apex.
7654	- NS queries get proper cache and dnssec lameness treatment.
7655	- fixup compilation without pthreads on linux.
7656
76578 August 2008: Wouter
7658	- NS queries are done after every referral.
7659	  validator is used on those NS records (if anchors enabled).
7660
76617 August 2008: Wouter
7662	- Scrubber more strict. CNAME chains, DNAMEs from cache, other
7663	  irrelevant rrsets removed.
7664	- 1.0.2 released from 1.0 support branch.
7665	- fixup update-anchor.sh to work both in BSD shell and bash.
7666
76675 August 2008: Wouter
7668	- fixup DS test so apex nodata works again.
7669
76704 August 2008: Wouter
7671	- iana port update.
7672	- TODO update.
7673	- fix bug 201: null ptr deref on cleanup while udp pkts wait for port.
7674	- added explanatory text for outgoing-port-permit in manpage.
7675
767630 July 2008: Wouter
7677	- fixup bug qtype DS for unsigned zone and signed parent validation.
7678
767925 July 2008: Wouter
7680	- added original copyright statement of OpenBSD arc4random code.
7681	- created tube signaling solution on windows, as a pipe replacement.
7682	  this makes background asynchronous resolution work on windows.
7683	- removed very insecure socketpair compat code. It also did not
7684	  work with event_waiting. Solved by pipe replacement.
7685	- unbound -h prints openssl version number as well.
7686
768722 July 2008: Wouter
7688	- moved pipe actions to util/tube.c. easier porting and shared code.
7689	- check _raw() commpoint callbacks with fptr_wlist.
7690	- iana port update.
7691
769221 July 2008: Wouter
7693	- #198: nicer entropy warning message. manpage OS hints.
7694
769519 July 2008: Wouter
7696	- #198: fixup man page to suggest chroot entropy fix.
7697
769818 July 2008: Wouter
7699	- branch for 1.0 support.
7700	- trunk work on tube.c.
7701
770217 July 2008: Wouter
7703	- fix bug #196, compile outside source tree.
7704	- fix bug #195, add --with-username=user configure option.
7705	- print error and exit if started with config that requires more
7706	  fds than the builtin minievent can handle.
7707
770816 July 2008: Wouter
7709	- made svn tag 1.0.1, trunk now 1.0.2
7710	- sha256 checksums enabled in makedist.sh
7711
771215 July 2008: Wouter
7713	- Follow draft-ietf-dnsop-default-local-zones-06 added reverse
7714	  IPv6 example prefix to AS112 default blocklist.
7715	- fixup lookup of DS records by client with trustanchor for same.
7716	- libunbound ub_resolve, fix handling of error condition during setup.
7717	- lowered log_hex blocksize to fit through BSD syslog linesize.
7718	- no useless initialisation if getpwnam not available.
7719	- iana, ldns snapshot updated.
7720
77213 July 2008: Wouter
7722	- Matthijs fixed memory leaks in root hints file reading.
7723
772426 June 2008: Wouter
7725	- fixup streamtcp bounds setting for udp mode, in the test framework.
7726	- contrib item for updating trust anchors.
7727
772825 June 2008: Wouter
7729	- fixup fwd_ancil test typos.
7730	- Fix for newegg lameness : ok for qtype=A, but lame for others.
7731	- fixup unit test for infra cache, test lame merging.
7732	- porting to mingw, bind, listen, getsockopt and setsockopt error
7733	  handling.
7734
773524 June 2008: Wouter
7736	- removed testcode/checklocks from production code compilation path.
7737	- streamtcp can use UDP mode (connected UDP socket), for testing IPv6
7738	  on windows.
7739	- fwd_ancil test fails if platform support is lacking.
7740
774123 June 2008: Wouter
7742	- fixup minitpkg to cleanup on windows with its file locking troubles.
7743	- minitpkg shows skipped tests in report.
7744	- skip ipv6 tests on ipv4 only hosts (requires only ipv6 localhost not
7745	  ipv6 connectivity).
7746	- winsock event handler keeps track of sticky TCP events, that have
7747	  not been fully handled yet. when interest in the event(s) resumes,
7748	  they are sent again. When WOULDBLOCK is returned events are cleared.
7749	- skip tests that need signals when testing on mingw.
7750
775118 June 2008: Wouter
7752	- open testbound replay files in binary mode, because fseek/ftell
7753	  do not work in ascii-mode on windows. The b does nothing on unix.
7754	  unittest and testbound tests work on windows (xp too).
7755	- ioctlsocket prints nicer error message.
7756	- fixed up some TCP porting for winsock.
7757	- lack of IPv6 gives a warning, no fatal error.
7758	- use WSAGetLastError() on windows instead of errno for some errors.
7759
776017 June 2008: Wouter
7761	- outgoing num fds 32 by default on windows ; it supports less
7762	  fds for waiting on than unixes.
7763	- winsock_event minievent handler for windows. (you could also
7764	  attempt to link with libevent/libev ports for windows).
7765	- neater crypto check and gdi32 detection.
7766	- unbound.exe works to resolve and validate www.nlnetlabs.nl on vista.
7767
776816 June 2008: Wouter
7769	- on windows, use windows threads, mutex and thread-local-storage(Tls).
7770	- detect if openssl needs gdi32.
7771	- if no threading, THREADS_DISABLED is defined for use in the code.
7772	- sets USE_WINSOCK if using ws2_32 on windows.
7773	- wsa_strerror() function for more readable errors.
7774	- WSA Startup and Cleanup called in unbound.exe.
7775
777613 June 2008: Wouter
7777	- port mingw32, more signal ifdefs, detect sleep, usleep,
7778	  random, srandom (used inside the tests).
7779	- signed or unsigned FD_SET is cast.
7780
778110 June 2008: Wouter
7782	- fixup warnings compiling on eeepc xandros linux.
7783
77849 June 2008: Wouter
7785	- in iteration response type code
7786	  * first check for SOA record (negative answer) before NS record
7787	    and lameness.
7788	  * check if no AA bit for non-forwarder, and thus lame zone.
7789	    In response to error report by Richard Doty for mail.opusnet.com.
7790	- fixup unput warning from lexer on freeBSD.
7791	- bug#183. pidfile, rundir, and chroot configure options. Also the
7792	  example.conf and manual pages get the configured defaults.
7793	  You can use: (or accept the defaults to /usr/local/etc/unbound/)
7794	  --with-conf-file=filename
7795	  --with-pidfile=filename
7796	  --with-run-dir=path
7797	  --with-chroot-dir=path
7798
77998 June 2008: Wouter
7800	- if multiple CNAMEs, use the first one. Fixup akamai CNAME bug.
7801	  Reported by Robert Edmonds.
7802	- iana port updated.
7803
78044 June 2008: Wouter
7805	- updated libtool files with newer version.
7806	- iana portlist updated.
7807
78083 June 2008: Wouter
7809	- fixup local-zone: "30.172.in-addr.arpa." nodefault, so that the
7810	  trailing dot is not used during comparison.
7811
78122 June 2008: Wouter
7813	- Jelte fixed bugs in my absence
7814	  - bug 178: fixed unportable shell usage in configure (relied on
7815	    bash shell).
7816	  - bug 180: fixed buffer overflow in unbound-checkconf use of strncat.
7817	  - bug 181: fixed buffer overflow in ldns (called by unbound to parse
7818	    config file parts).
7819	- fixes by Wouter
7820	  - bug 177: fixed compilation failure on opensuse, the
7821	    --disable-static configure flag caused problems.  (Patch from
7822	    Klaus Singvogel)
7823	  - bug 179: same fix as 177.
7824	  - bug 185: --disable-shared not passed along to ldns included with
7825	    unbound. Fixed so that configure parameters are passed to the
7826	    subdir configure script.
7827	    fixed that ./libtool is used always, you can still override
7828	    manually with ./configure libtool=mylibtool or set $libtool in
7829	    the environment.
7830	- update of the ldns tarball to current ldns svn version (fix 181).
7831	- bug 184: -r option for unbound-host, read resolv.conf for
7832	  forwarder. (Note that forwarder must support DNSSEC for validation
7833	  to succeed).
7834
783523 May 2008: Wouter
7836	- mingw32 porting.
7837	  - test for sys/wait.h
7838	  - WSAEWOULDBLOCK test after nonblocking TCP connect.
7839	  - write_iov_buffer removed: unused and no struct iov on windows.
7840	  - signed/unsigned warning fixup mini_event.
7841	  - use ioctlsocket to set nonblocking I/O if fnctl is unavailable.
7842	  - skip signals that are not defined
7843	  - detect pwd.h.
7844	  - detect getpwnam, getrlimit, setsid, sbrk, chroot.
7845	  - default config has no chroot if chroot() unavailable.
7846	  - if no kill() then no pidfile is read or written.
7847	  - gmtime_r is replaced by nonthreadsafe alternative if unavail.
7848	    used in rrsig time validation errors.
7849
785022 May 2008: Wouter
7851	- contrib unbound.spec from Patrick Vande Walle.
7852	- fixup bug#175: call tzset before chroot to have correct timestamps
7853	  in system log.
7854	- do not generate lex input and lex unput functions.
7855	- mingw port. replacement functions labelled _unbound.
7856	- fix bug 174 - check for tcp_sigpipe that ldns-testns is installed.
7857
785819 May 2008: Wouter
7859	- fedora 9, check in6_pktinfo define in configure.
7860	- CREDITS fixup of history.
7861	- ignore ldns-1.2.2 if installed, use builtin 1.3.0-pre alternative.
7862
786316 May 2008: Wouter
7864	- fixup for MacOSX hosts file reading (reported by John Dickinson).
7865	- created 1.0.0 svn tag.
7866	- trunk version 1.0.1.
7867
786814 May 2008: Wouter
7869	- accepted patch from Ondrej Sury for library version libtool option.
7870	- configure --disable-rpath fixes up libtool for rpath trouble.
7871	  Adapted from debian package patch file.
7872
787313 May 2008: Wouter
7874	- Added root ipv6 addresses to builtin root hints.
7875	- TODO modified for post 1.0 plans.
7876	- trunk version set to 1.0.0.
7877	- no unnecessary linking with librt (only when libevent/libev used).
7878
78797 May 2008: Wouter
7880	- fixup no-ip4 problem with error callback in outside network.
7881
788225 April 2008: Wouter
7883	- DESTDIR is honored by the Makefile for rpms.
7884	- contrib files unbound.spec and unbound.init, builds working RPM
7885	  on FC7 Linux, a chrooted caching resolver, and libunbound.
7886	- iana ports update.
7887
788824 April 2008: Wouter
7889	- chroot checks improved. working directory relative to chroot.
7890	  checks if config file path is inside chroot. Documentation on it.
7891	- nicer example.conf text.
7892	- created 0.11 tag.
7893
789423 April 2008: Wouter
7895	- parseunbound.pl contrib update from Kai Storbeck for threads.
7896	- iana ports update
7897
789822 April 2008: Wouter
7899	- ignore SIGPIPE.
7900	- unit test for SIGPIPE ignore.
7901
790221 April 2008: Wouter
7903	- FEATURES document.
7904	- fixup reread of config file if it was given as a full path
7905	  and chroot was used.
7906
790716 April 2008: Wouter
7908	- requirements doc, updated clean query returns.
7909	- parseunbound.pl update from Kai Storbeck.
7910	- sunos4 porting changes.
7911
791215 April 2008: Wouter
7913	- fixup default rc.d pidfile location to /usr/local/etc.
7914	- iana ports updated.
7915	- copyright updated in ldns-testpkts to keep same as in ldns.
7916	- fixup checkconf chroot tests a bit more, chdir must be inside
7917	  chroot dir.
7918	- documented 'gcc: unrecognized -KPIC option' errors on Solaris.
7919	- example.conf values changed to /usr/local/etc/unbound
7920	- DSA test work.
7921	- DSA signatures: unbound is compatible with both encodings found.
7922	  It will detect and convert when necessary.
7923
792414 April 2008: Wouter
7925	- got update for parseunbound.pl statistics script from Kai Storbeck.
7926	- tpkg tests for udp wait list.
7927	- documented 0x20 status.
7928	- fixup chroot and checkconf, it is much smarter now.
7929	- fixup DSA EVP signature decoding. Solution that Jelte found copied.
7930	- and check first sig byte for the encoding type.
7931
793211 April 2008: Wouter
7933	- random port selection out of the configged ports.
7934	- fixup threadsafety for libevent-1.4.3+ (event_base_get_method).
7935	- removed base_port.
7936	- created 256-port ephemeral space for the OS, 59802 available.
7937	- fixup consistency of port_if out array during heavy use.
7938
793910 April 2008: Wouter
7940	- --with-libevent works with latest libevent 1.4.99-trunk.
7941	- added log file statistics perl script to contrib.
7942	- automatic iana ports update from makefile. 60058 available.
7943
79449 April 2008: Wouter
7945	- configure can detect libev(from its build directory) when passed
7946	  --with-libevent=/home/wouter/libev-3.2
7947	  libev-3.2 is a little faster than libevent-1.4.3-stable (about 5%).
7948	- unused commpoints not listed in epoll list.
7949	- statistics-cumulative option so that the values are not reset.
7950	- config creates array of available ports, 61841 available,
7951	  it excludes <1024 and iana assigned numbers.
7952	  config statements to modify the available port numbers.
7953
79548 April 2008: Wouter
7955	- unbound tries to set the ulimit fds when started as server.
7956	  if that does not work, it will scale back its requirements.
7957
795827 March 2008: Wouter
7959	- documented /dev/random symlink from chrootdir as FAQ entry.
7960
796126 March 2008: Wouter
7962	- implemented AD bit signaling. If a query sets AD bit (but not DO)
7963	  then the AD bit is set in the reply if the answer validated.
7964	  Without including DNSSEC signatures. Useful if you have a trusted
7965	  path from the client to the resolver. Follows dnssec-updates draft.
7966
796725 March 2008: Wouter
7968	- implemented check that for NXDOMAIN and NOERROR answers a query
7969	  section must be present in the reply (by the scrubber). And it must
7970	  be equal to the question sent, at least lowercase folded.
7971	  Previously this feature happened because the cache code refused
7972	  to store such messages. However blocking by the scrubber makes
7973	  sure nothing gets into the RRset cache. Also, this looks like a
7974	  timeout (instead of an allocation failure) and this retries are
7975	  done (which is useful in a spoofing situation).
7976	- RTT banding. Band size 400 msec, this makes band around zero (fast)
7977	  include unknown servers. This makes unbound explore unknown servers.
7978
79797 March 2008: Wouter
7980	- -C config feature for harvest program.
7981	- harvest handles CNAMEs too.
7982
79835 March 2008: Wouter
7984	- patch from Hugo Koji Kobayashi for iterator logs spelling.
7985
79864 March 2008: Wouter
7987	- From report by Jinmei Tatuya, rfc2181 trust value for remainder
7988	  of a cname trust chain is lower; not full answer_AA.
7989	- test for this fix.
7990	- default config file location is /usr/local/etc/unbound.
7991	  Thus prefix is used to determine the location. This is also the
7992	  chroot and pidfile default location.
7993
79943 March 2008: Wouter
7995	- Create 0.10 svn tag.
7996	- 0.11 version in trunk.
7997	- indentation nicer.
7998
799929 February 2008: Wouter
8000	- documentation update.
8001	- fixup port to Solaris of perf test tool.
8002	- updated ldns-tarball with decl-after-statement fixes.
8003
800428 February 2008: Wouter
8005	- fixed memory leaks in libunbound (during cancellation and wait).
8006	- libunbound returns the answer packet in full.
8007	- snprintf compat update.
8008	- harvest performs lookup.
8009	- ldns-tarball update with fix for ldns_dname_label.
8010	- installs to sbin by default.
8011	- install all manual pages (unbound-host and libunbound too).
8012
801327 February 2008: Wouter
8014	- option to use caps for id randomness.
8015	- config file option use-caps-for-id: yes
8016	- harvest debug tool
8017
801826 February 2008: Wouter
8019	- delay utility delays TCP as well. If the server that is forwarded
8020	  to has a TCP error, the delay utility closes the connection.
8021	- delay does REUSE_ADDR, and can handle a server that closes its end.
8022	- answers use casing from query.
8023
802425 February 2008: Wouter
8025	- delay utility works. Gets decent thoughput too (>20000).
8026
802722 February 2008: Wouter
8028	- +2% for recursions, if identical queries (except for destination
8029	  and query ID) in the reply list, avoid re-encoding the answer.
8030	- removed TODO items for optimizations that do not show up in
8031	  profile reports.
8032	- default is now minievent - not libevent. As its faster and
8033	  not needed for regular installs, only for very large port ranges.
8034	- loop check different speedup pkt-dname-reading, 1% faster for
8035	  nocache-recursion check.
8036	- less hashing during msg parse, 4% for recursion.
8037	- small speed fix for dname_count_size_labels, +1 or +2% recursion.
8038	- some speed results noted:
8039	  optimization resulted in +40% for recursion (cache miss) and
8040	  +70 to +80 for cache hits, and +96% for version.bind.
8041	  zone nsec3 example, 100 NXDOMAIN queries, NSD 35182.8 Ub 36048.4
8042	  www.nlnetlabs.nl from cache: BIND 8987.99 Ub 31218.3
8043	  www with DO bit set : BIND 8269.31 Ub 28735.6 qps.
8044	  So, unbound can be about equal qps to NSD in cache hits.
8045	  And about 3.4x faster than BIND in cache performance.
8046	- delay utility for testing.
8047
804821 February 2008: Wouter
8049	- speedup of root-delegation message encoding by 15%.
8050	- minor speedup of compress tree_lookup, maybe 1%.
8051	- speedup of dname_lab_cmp and memlowercmp - the top functions in
8052	  profiler output, maybe a couple percent when it matters.
8053
805420 February 2008: Wouter
8055	- setup speec_cache for need-ldns-testns in dotests.
8056	- check number of queued replies on incoming queries to avoid overload
8057	  on that account.
8058	- fptr whitelist checks are not disabled in optimize mode.
8059	- do-daemonize config file option.
8060	- minievent time share initializes time at start.
8061	- updated testdata for nsec3 new algorithm numbers (6, 7).
8062	- small performance test of packet encoding (root delegation).
8063
806419 February 2008: Wouter
8065	- applied patch to unbound-host man page from Jan-Piet Mens.
8066	- fix donotquery-localhost: yes default (it erroneously was switched
8067	  to default 'no').
8068	- time is only gotten once and the value is shared across unbound.
8069	- unittest cleans up crypto, so that it has no memory leaks.
8070	- mini_event shares the time value with unbound this results in
8071	  +3% speed for cache responses and +9% for recursions.
8072	- ldns tarball update with new NSEC3 sign code numbers.
8073	- perform several reads per UDP operation. This improves performance
8074	  in DoS conditions, and costs very little in normal conditions.
8075	  improves cache response +50%, and recursions +10%.
8076	- modified asynclook test. because the callback from async is not
8077	  in any sort of lock (and thus can use all library functions freely),
8078	  this causes a tiny race condition window when the last lock is
8079	  released for a callback and a new cancel() for that callback.
8080	  The only way to remove this is by putting callbacks into some
8081	  lock window. I'd rather have the small possibility of a callback
8082	  for a cancelled function then no use of library functions in
8083	  callbacks. Could be possible to only outlaw process(), wait(),
8084	  cancel() from callbacks, by adding another lock, but I'd rather not.
8085
808618 February 2008: Wouter
8087	- patch to unbound-host from Jan-Piet Mens.
8088	- unbound host prints errors if fails to configure context.
8089	- fixup perf to resend faster, so that long waiting requests do
8090	  not hold up the queue, they become lost packets or SERVFAILs,
8091	  or can be sent a little while later (i.e. processing time may
8092	  take long, but throughput has to be high).
8093	- fixup iterator operating in no cache conditions (RD flag unset
8094	  after a CNAME).
8095	- streamlined code for RD flag setting.
8096	- profiled code and changed dname compares to be faster.
8097	  The speedup is about +3% to +8% (depending on the test).
8098	- minievent tests for eintr and eagain.
8099
810015 February 2008: Wouter
8101	- added FreeBSD rc.d script to contrib.
8102	- --prefix option for configure also changes directory: pidfile:
8103	  and chroot: defaults in config file.
8104	- added cache speed test, for cache size OK and cache too small.
8105
810614 February 2008: Wouter
8107	- start without a config file (will complain, but start with
8108	  defaults).
8109	- perf test program works.
8110
811113 February 2008: Wouter
8112	- 0.9 released.
8113	- 1.0 development. Printout ldns version on unbound -h.
8114	- start of perf tool.
8115	- bugfix to read empty lines from /etc/hosts.
8116
811712 February 2008: Wouter
8118	- fixup problem with configure calling itself if ldns-src tarball
8119	  is not present.
8120
812111 February 2008: Wouter
8122	- changed library to use ub_ instead of ub_val_ as prefix.
8123	- statistics output text nice.
8124	- etc/hosts handling.
8125	- library function to put logging to a stream.
8126	- set any option interface.
8127
81288 February 2008: Wouter
8129	- test program for multiple queries over a TCP channel.
8130	- tpkg test for stream tcp queries.
8131	- unbound replies to multiple TCP queries on a TCP channel.
8132	- fixup misclassification of root referral with NS in answer
8133	  when validating a nonrec query.
8134	- tag 0.9
8135	- layout of manpages, spelling fix in header, manpages process by
8136	  makedist, list asynclook and tcpstream tests as ldns-testns
8137	  required.
8138
81397 February 2008: Wouter
8140	- moved up all current level 2 to be level 3. And 3 to 4.
8141	  to make room for new debug level 2 for detailed information
8142	  for operators.
8143	- verbosity level 2. Describes recursion and validation.
8144	- cleaner configure script and fixes for libevent solaris.
8145	- signedness for log output memory sizes in high verbosity.
8146
81476 February 2008: Wouter
8148	- clearer explanation of threading configure options.
8149	- fixup asynclook test for nothreading (it creates only one process
8150	  to do the extended test).
8151	- changed name of ub_val_result_free to ub_val_resolve_free.
8152	- removes warning message during library linking, renamed
8153	  libunbound/unbound.c -> libunbound.c and worker to libworker.
8154	- fallback without EDNS if result is NOTIMPL as well as on FORMERR.
8155
81565 February 2008: Wouter
8157	- statistics-interval: seconds option added.
8158	- test for statistics option
8159	- ignore errors making directories, these can occur in parallel builds
8160	- fixup Makefile strip command and libunbound docs typo.
8161
816231 January 2008: Wouter
8163	- bg thread/process reads and writes the pipe nonblocking all the time
8164	  so that even if the pipe is buffered or so, the bg thread does not
8165	  block, and services both pipes and queries.
8166
816730 January 2008: Wouter
8168	- check trailing / on chrootdir in checkconf.
8169	- check if root hints and anchor files are in chrootdir.
8170	- no route to host tcp error is verbosity level 2.
8171	- removed unused send_reply_iov. and its configure check.
8172	- added prints of 'remote address is 1.2.3.4 port 53' to errors
8173	  from netevent; the basic socket errors.
8174
817528 January 2008: Wouter
8176	- fixup uninit use of buffer by libunbound (query id, flags) for
8177	  local_zone answers.
8178	- fixup uninit warning from random.c; also seems to fix sporadic
8179	  sigFPE coming out of openssl.
8180	- made openssl entropy warning more silent for library use. Needs
8181	  verbosity 1 now.
8182	- fixup forgotten locks for rbtree_searches on ctx->query tree.
8183	- random generator cleanup - RND_STATE_SIZE removed, and instead
8184	  a super-rnd can be passed at init to chain init random states.
8185	- test also does lock checks if available.
8186	- protect config access in libworker_setup().
8187	- libevent doesn't like comm_base_exit outside of runloop.
8188	- close fds after removing commpoints only (for epoll, kqueue).
8189
819025 January 2008: Wouter
8191	- added tpkg for asynclook and library use.
8192	- allows localhost to be queried when as a library.
8193	- fixup race condition between cancel and answer (in case of
8194	  really fast answers that beat the cancel).
8195	- please doxygen, put doxygen comment in one place.
8196	- asynclook -b blocking mode and test.
8197	- refactor asynclook, nicer code.
8198	- fixup race problems from opensll in rand init from library, with
8199	  a mutex around the rand init.
8200	- fix pass async_id=NULL to _async resolve().
8201	- rewrote _wait() routine, so that it is threadsafe.
8202	- cancelation is threadsafe.
8203	- asynclook extended test in tpkg.
8204	- fixed two races where forked bg process waits for (somehow shared?)
8205	  locks, so does not service the query pipe on the bg side.
8206	  Now those locks are only held for fg_threads and for bg_as_a_thread.
8207
820824 January 2008: Wouter
8209	- tested the cancel() function.
8210	- asynclook -c (cancel) feature.
8211	- fix fail to allocate context actions.
8212	- make pipe nonblocking at start.
8213	- update plane for retry mode with caution to limit bandwidth.
8214	- fix Makefile for concurrent make of unbound-host.
8215	- renamed ub_val_ctx_wait/poll/process/fd to ub_val*.
8216	- new calls to set forwarding added to header and docs.
8217
821823 January 2008: Wouter
8219	- removed debug prints from if-auto, verb-algo enables some.
8220	- libunbound QUIT setup, remove memory leaks, when using threads
8221	  will share memory for passing results instead of writing it over
8222	  the pipe, only writes ID number over the pipe (towards the handler
8223	  thread that does process() ).
8224
822522 January 2008: Wouter
8226	- library code for async in libunbound/unbound.c.
8227	- fix link testbound.
8228	- fixup exit bug in mini_event.
8229	- background worker query enter and result functions.
8230	- bg query test application asynclook, it looks up multiple
8231	  hostaddresses (A records) at the same time.
8232
823321 January 2008: Wouter
8234	- libworker work, netevent raw commpoints, write_msg, serialize.
8235
823618 January 2008: Wouter
8237	- touch up of manpage for libunbound.
8238	- support for IP_RECVDSTADDR (for *BSD ip4).
8239	- fix for BSD, do not use ip4to6 mapping, make two sockets, once
8240	  ip6 and once ip4, uses socket options.
8241	- goodbye ip4to6 mapping.
8242	- update ldns-testpkts with latest version from ldns-trunk.
8243	- updated makedist for relative ldns pathnames.
8244	- library API with more information inside the result structure.
8245	- work on background resolves.
8246
824717 January 2008: Wouter
8248	- fixup configure in case -lldns is installed.
8249	- fixup a couple of doxygen warnings, about enum variables.
8250	- interface-automatic now copies the interface address from the
8251	  PKT_INFO structure as well.
8252	- manual page with library API, all on one page 'man libunbound'.
8253	- rewrite of PKTINFO structure, it also captures IP4 PKTINFO.
8254
825516 January 2008: Wouter
8256	- incoming queries to the server with TC bit on are replied FORMERR.
8257	- interface-automatic replied the wrong source address on localhost
8258	  queries. Seems to be due to ifnum=0 in recvmsg PKTINFO. Trying
8259	  to use ifnum=-1 to mean 'no interface, use kernel route'.
8260
826115 January 2008: Wouter
8262	- interface-automatic feature. experimental. Nice for anycast.
8263	- tpkg test for ip6 ancillary data.
8264	- removed debug prints.
8265	- porting experience, define for Solaris, test refined for BSD
8266	  compatibility. The feature probably will not work on OpenBSD.
8267	- makedist fixup for ldns-src in build-dir.
8268
826914 January 2008: Wouter
8270	- in no debug sets NDEBUG to remove asserts.
8271	- configure --enable-debug is needed for dependency generation
8272	  for assertions and for compiler warnings.
8273	- ldns.tgz updated with ldns-trunk (where buffer.h is updated).
8274	- fix lint, unit test in optimize mode.
8275	- default access control allows ::ffff:127.0.0.1 v6mapped localhost.
8276
827711 January 2008: Wouter
8278	- man page, warning removed.
8279	- added text describing the use of stub zones for private zones.
8280	- checkconf tests for bad hostnames (IP address), and for doubled
8281	  interface lines.
8282	- memory sizes can be given with 'k', 'Kb', or M or G appended.
8283
828410 January 2008: Wouter
8285	- typo in example.conf.
8286	- made using ldns-src that is included the package more portable
8287	  by linking with .lo instead of .o files in the ldns package.
8288	- nicer do-ip6: yes/no documentation.
8289	- nicer linking of libevent .o files.
8290	- man pages render correctly on solaris.
8291
82929 January 2008: Wouter
8293	- fixup openssl RAND problem, when the system is not configured to
8294	  give entropy, and the rng needs to be seeded.
8295
82968 January 2008: Wouter
8297	- print median and quartiles with extensive logging.
8298
82994 January 2008: Wouter
8300	- document misconfiguration in private network.
8301
83022 January 2008: Wouter
8303	- fixup typo in requirements.
8304	- document that 'refused' is a better choice than 'drop' for
8305	  the access control list, as refused will stop retries.
8306
83077 December 2007: Wouter
8308	- unbound-host has a -d option to show what happens. This can help
8309	  with debugging (why do I get this answer).
8310	- fixup CNAME handling, on nodata, sets and display canonname.
8311	- dot removed from CNAME display.
8312	- respect -v for NXDOMAINs.
8313	- updated ldns-src.tar.gz with ldns-trunk today (1.2.2 fixes).
8314	- size_t to int for portability of the header file.
8315	- fixup bogus handling.
8316	- dependencies and lint for unbound-host.
8317
83186 December 2007: Wouter
8319	- library resolution works in foreground mode, unbound-host app
8320	  receives data.
8321	- unbound-host prints rdata using ldns.
8322	- unbound-host accepts trust anchors, and prints validation
8323	  information when you give -v.
8324
83255 December 2007: Wouter
8326	- locking in context_new() inside the function.
8327	- setup of libworker.
8328
83294 December 2007: Wouter
8330	- minor Makefile fixup.
8331	- moved module-stack code out of daemon/daemon into services/modstack,
8332	  preparing for code-reuse.
8333	- move context into own header file.
8334	- context query structure.
8335	- removed unused variable pwd from checkconf.
8336	- removed unused assignment from outside netw.
8337	- check timeval length of string.
8338	- fixup error in val_utils getsigner.
8339	- fixup same (*var) error in netblocktostr.
8340	- fixup memleak on parse error in localzone.
8341	- fixup memleak on packet parse error.
8342	- put ; after union in parser.y.
8343	- small hardening in iter_operate against iq==NULL.
8344	- hardening, if error reply with rcode=0 (noerror) send servfail.
8345	- fixup same (*var) error in find_rrset in msgparse, was harmless.
8346	- check return value of evtimer_add().
8347	- fixup lockorder in lruhash_reclaim(), building up a list of locked
8348	  entries one at a time. Instead they are removed and unlocked.
8349	- fptr_wlist for markdelfunc.
8350	- removed is_locked param from lruhash delkeyfunc.
8351	- moved bin_unlock during bin_split purely to please.
8352
83533 December 2007: Wouter
8354	- changed checkconf/ to smallapp/ to make room for more support tools.
8355	  (such as unbound-host).
8356	- install dirs created with -m 755 because they need to be accessible.
8357	- library extensive featurelist added to TODO.
8358	- please doxygen, lint.
8359	- library test application, with basic functionality.
8360	- fix for building in a subdirectory.
8361	- link lib fix for Leopard.
8362
836330 November 2007: Wouter
8364	- makefile that creates libunbound.la, basic file or libunbound.a
8365	  when creating static executables (no libtool).
8366	- more API setup.
8367
836829 November 2007: Wouter
8369	- 0.9 public API start.
8370
837128 November 2007: Wouter
8372	- Changeup plan for 0.8 - no complication needed, a simple solution
8373	  has been chosen for authoritative features.
8374	- you can use single quotes in the config file, so it is possible
8375	  to specify TXT records in local data.
8376	- fixup small memory problem in implicit transparent zone creation.
8377	- test for implicit zone creation and multiple RR RRsets local data.
8378	- local-zone nodefault test.
8379	- show testbound testlist on commit.
8380	- iterator normalizer changes CNAME chains ending in NXDOMAIN where
8381	  the packet got rcode NXDOMAIN into rcode NOERROR. (since the initial
8382	  domain exists).
8383	- nicer verbosity: 0 and 1 levels.
8384	- lower nonRDquery chance of eliciting wrongly typed validation
8385	  requiring message from the cache.
8386	- fix for nonRDquery validation typing; nodata is detected when
8387	  SOA record in auth section (all validation-requiring nodata messages
8388	  have a SOA record in authority, so this is OK for the validator),
8389	  and NS record is needed to be a referral.
8390	- duplicate checking when adding NSECs for a CNAME, and test.
8391	- created svn tag 0.8, after completing testbed tests.
8392
839327 November 2007: Wouter
8394	- per suggestion in rfc2308, replaced default max-ttl value with 1 day.
8395	- set size of msgparse lookup table to 32, from 1024, so that its size
8396	  is below the 2048 regional large size threshold, and does not cause
8397	  a call to malloc when a message is parsed.
8398	- update of memstats tool to print number of allocation calls.
8399	  This is what is taking time (not space) and indicates the avg size
8400	  of the allocations as well. region_alloc stat is removed.
8401
840222 November 2007: Wouter
8403	- noted EDNS in-the-middle dropping trouble as a TODO.
8404	  At this point theoretical, no user trouble has been reported.
8405	- added all default AS112 zones.
8406	- answers from local zone content.
8407		* positive answer, the rrset in question
8408		* nodata answer (exist, but not that type).
8409		* nxdomain answer (domain does not exist).
8410		* empty-nonterminal answer.
8411		* But not: wildcard, nsec, referral, rrsig, cname/dname,
8412			or additional section processing, NS put in auth.
8413	- test for correct working of static and transparent and couple
8414	  of important defaults (localhost, as112, reverses).
8415	  Also checks deny and refuse settings.
8416	- fixup implicit zone generation and AA bit for NXDOMAIN on localdata.
8417
841821 November 2007: Wouter
8419	- local zone internal data setup.
8420
842120 November 2007: Wouter
8422	- 0.8 - str2list config support for double string config options.
8423	- local-zone and local-data options, config storage and documentation.
8424
842519 November 2007: Wouter
8426	- do not downcase NSEC and RRSIG for verification. Follows
8427	  draft-ietf-dnsext-dnssec-bis-updates-06.txt.
8428	- fixup leaking unbound daemons at end of tests.
8429	- README file updated.
8430	- nice libevent not found error.
8431	- README talks about gnu make.
8432	- 0.8: unit test for addr_mask and fixups for it.
8433	  and unit test for addr_in_common().
8434	- 0.8: access-control config file element.
8435	  and unit test rpl replay file.
8436	- 0.8: fixup address reporting from netevent.
8437
843816 November 2007: Wouter
8439	- privilege separation is not needed in unbound at this time.
8440	  TODO item marked as such.
8441	- created beta-0.7 branch for support.
8442	- tagged 0.7 for beta release.
8443	- moved trunk to 0.8 for 0.8(auth features) development.
8444	- 0.8: access control list setup.
8445
844615 November 2007: Wouter
8447	- review fixups from Jelte.
8448
844914 November 2007: Wouter
8450	- testbed script does not recreate configure, since its in svn now.
8451	- fixup checkconf test so that it does not test
8452	  /etc/unbound/unbound.conf.
8453	- tag 0.6.
8454
845513 November 2007: Wouter
8456	- remove debug print.
8457	- fixup testbound exit when LIBEVENT_SIGNAL_PROBLEM exists.
8458
845912 November 2007: Wouter
8460	- fixup signal handling where SIGTERM could be ignored if a SIGHUP
8461	  arrives later on.
8462	- bugreports to unbound-bugs@nlnetlabs.nl
8463	- fixup testbound so it exits cleanly.
8464	- cleanup the caches on a reload, so that rrsetID numbers won't clash.
8465
84669 November 2007: Wouter
8467	- took ldns snapshot in repo.
8468	- default config file is /etc/unbound/unbound.conf.
8469	  If it doesn't exist, it is installed with the doc/example.conf file.
8470	  The file is not deleted on uninstall.
8471	- default listening is not all, but localhost interfaces.
8472
84738 November 2007: Wouter
8474	- Fixup chroot and drop user privileges.
8475	- new L root ip address in default hints.
8476
84771 November 2007: Wouter
8478	- Fixup of crash on reload, due to anchors in env not NULLed after
8479	  dealloc during deinit.
8480	- Fixup of chroot call. Happens after privileges are dropped, so
8481	  that checking the passwd entry still works.
8482	- minor touch up of clear() hashtable function.
8483	- VERB_DETAIL prints out what chdir, username, chroot is being done.
8484	- when id numbers run out, caches are cleared, as in design notes.
8485	  Tested with a mock setup with very few bits in id, it worked.
8486	- harden-dnssec-stripped: yes is now default. It insists on dnssec
8487	  data for trust anchors. Included tests for the feature.
8488
848931 October 2007: Wouter
8490	- cache-max-ttl config option.
8491	- building outside sourcedir works again.
8492	- defaults more secure:
8493		username: "unbound"
8494		chroot: "/etc/unbound"
8495	  The operator can override them to be less secure ("") if necessary.
8496	- fix horrible oversight in sorting rrset references in a message,
8497	  sort per reference key pointer, not on referencepointer itself.
8498	- pidfile: "/etc/unbound/unbound.pid" is now the default.
8499	- tests changed to reflect the updated default.
8500	- created hashtable clear() function that respects locks.
8501
850230 October 2007: Wouter
8503	- fixup assertion failure that relied on compressed names to be
8504	  smaller than uncompressed names. A packet from comrite.com was seen
8505	  to be compressed to a larger size. Added it as unit test.
8506	- quieter logging at low verbosity level for common tcp messages.
8507	- no greedy TTL update.
8508
850923 October 2007: Wouter
8510	- fixup (grand-)parent problem for dnssec-lameness detection.
8511	- fixup tests to do additional section processing for lame replies,
8512	  since the detection needs that.
8513	- no longer trust in query section in reply during dnssec lame detect.
8514	- dnssec lameness does not make the server never ever queried, but
8515	  non-preferred. If no other servers exist or answer, the dnssec lame
8516	  server is used; the fastest dnssec lame server is chosen.
8517	- added test then when trust anchor cannot be primed (nodata), the
8518	  insecure mode from unbound works.
8519	- Fixup max queries per thread, any more are dropped.
8520
852122 October 2007: Wouter
8522	- added donotquerylocalhost config option. Can be turned off for
8523	  out test cases.
8524	- ISO C compat changes.
8525	- detect RA-no-AA lameness, as LAME.
8526	- DNSSEC-lameness detection, as LAME.
8527	  See notes in requirements.txt for choices made.
8528	- tests for lameness detection.
8529	- added all to make test target; need unbound for fwd tests.
8530	- testbound does not pollute /etc/unbound.
8531
853219 October 2007: Wouter
8533	- added configure (and its files) to svn, so that the trunk is easier
8534	  to use. ./configure, config.guess, config.sub, ltmain.sh,
8535	  and config.h.in.
8536	- added yacc/lex generated files, util/configlexer.c,
8537	  util/configparser.c util/configparser.h, to svn.
8538	- without lex no attempt to use it.
8539	- unsecure response validation collated into one block.
8540	- remove warning about const cast of cfgfile name.
8541	- outgoing-interfaces can be different from service interfaces.
8542	- ldns-src configure is done during unbound configure and
8543	  ldns-src make is done during unbound make, and so inherits the
8544	  make arguments from the unbound make invocation.
8545	- nicer error when libevent problem causes instant exit on signal.
8546	- read root hints from a root hint file (like BIND does).
8547
854818 October 2007: Wouter
8549	- addresses are logged with errors.
8550	- fixup testcode fake event to remove pending before callback
8551	  since the callback may create new pending items.
8552	- tests updated because retries are now in iterator module.
8553	- ldns-testpkts code is checked for differences between unbound
8554	  and ldns by makedist.sh.
8555	- ldns trunk from today added in svn repo for fallback in case
8556	  no ldns is installed on the system.
8557	  make download_ldns refreshes the tarball with ldns svn trunk.
8558	- ldns-src.tar.gz is used if no ldns is found on the system, and
8559	  statically linked into unbound.
8560	- start of regional allocator code.
8561	- regional uses less memory and variables, simplified code.
8562	- remove of region-allocator.
8563	- alloc cache keeps a cache of recently released regional blocks,
8564	  up to a maximum.
8565	- make unit test cleanly free memory.
8566
856717 October 2007: Wouter
8568	- fixup another cycle detect and ns-addr timeout resolution bug.
8569	  This time by refusing delegations from the cache without addresses
8570	  when resolving a mandatory-glue nameserver-address for that zone.
8571	  We're going to have to ask a TLD server anyway; might as well be
8572	  the TLD server for this name. And this resolves a lot of cases where
8573	  the other nameserver names lead to cycles or are not available.
8574	- changed random generator from random(3) clone to arc4random wrapped
8575	  for thread safety. The random generator is initialised with
8576	  entropy from the system.
8577	- fix crash where failure to prime DNSKEY tried to print null pointer
8578	  in the log message.
8579	- removed some debug prints, only verb_algo (4) enables them.
8580	- fixup test; new random generator took new paths; such as one
8581	  where no scripted answer was available.
8582	- mark insecure RRs as insecure.
8583	- fixup removal of nonsecure items from the additional.
8584	- reduced timeout values to more realistic, 376 msec (262 msec has
8585	  90% of roundtrip times, 512 msec has 99% of roundtrip times.)
8586	- server selection failover to next server after timeout (376 msec).
8587
858816 October 2007: Wouter
8589	- no malloc in log_hex.
8590	- assertions around system calls.
8591	- protect against gethostname without ending zero.
8592	- ntop output is null terminated by unbound.
8593	- pidfile content null termination
8594	- various snprintf use sizeof(stringbuf) instead of fixed constant.
8595	- changed loopdetect % 8 with & 0x7 since % can become negative for
8596	  weird negative input and particular interpretation of integer math.
8597	- dname_pkt_copy checks length of result, to protect result buffers.
8598	  prints an error, this should not happen. Bad strings should have
8599	  been rejected earlier in the program.
8600	- remove a size_t underflow from msgreply size func.
8601
860215 October 2007: Wouter
8603	- nicer warning.
8604	- fix IP6 TCP, wrong definition check. With test package.
8605	- fixup the fact that the query section was not compressed to,
8606	  the code was there but was called by value instead of by reference.
8607	  And test for the case, uses xxd and nc.
8608	- more portable ip6 check for sockaddr types.
8609
86108 October 2007: Wouter
8611	- --disable-rpath option in configure for 64bit systems with
8612	  several dynamic lib dirs.
8613
86147 October 2007: Wouter
8615	- fixup tests for no AD bit in non-DO queries.
8616	- test that makes sure AD bit is not set on non-DO query.
8617
86186 October 2007: Wouter
8619	- removed logfile open early. It did not have the proper permissions;
8620	  it was opened as root instead of the user. And we cannot change user
8621	  id yet, since chroot and bind ports need to be done.
8622	- callback checks for event callbacks done from mini_event. Because
8623	  of deletions cannot do this from netevent. This means when using
8624	  libevent the protection does not work on event-callbacks.
8625	- fixup too small reply (did not zero counts).
8626	- fixup reply no longer AD bit when query without DO bit.
8627
86285 October 2007: Wouter
8629	- function pointer whitelist.
8630
86314 October 2007: Wouter
8632	- overwrite sensitive random seed value after use.
8633	- switch to logfile very soon if not -d (console attached).
8634	- error messages do not reveal the trustanchor contents.
8635	- start work on function pointer whitelists.
8636
86373 October 2007: Wouter
8638	- fix for multiple empty nonterminals, after multiple DSes in the
8639	  chain of trust.
8640	- mesh checks if modules are looping, and stops them.
8641	- refetch with CNAMEd nameserver address regression test added.
8642	- fixup line count bug in testcode, so testbound prints correct line
8643	  number with parse errors.
8644	- unit test for multiple ENT case.
8645	- fix for cname out of validated unsec zone.
8646	- fixup nasty id=0 reuse. Also added assertions to detect its
8647	  return (the assertion catches in the existing test cases).
8648
86491 October 2007: Wouter
8650	- skip F77, CXX, objC tests in configure step.
8651	- fixup crash in refetch glue after a CNAME.
8652	  and protection against similar failures (with error print).
8653
865428 September 2007: Wouter
8655	- test case for unbound-checkconf, fixed so it also checks the
8656	  interface: statements.
8657
865826 September 2007: Wouter
8659	- SIGHUP will reopen the log file.
8660	- Option to log to syslog.
8661	- please lint, fixup tests (that went to syslog on open, oops).
8662	- config check program.
8663
866425 September 2007: Wouter
8665	- tests for NSEC3. Fixup bitmap checks for NSEC3.
8666	- positive ANY response needs to check if wildcard expansion, and
8667	  check that original data did not exist.
8668	- tests for NSEC3 that wrong use of OPTOUT is bad. For insecure
8669	  delegation, for abuse of child zone apex nsec3.
8670	- create 0.5 release tag.
8671
867224 September 2007: Wouter
8673	- do not make test programs by default.
8674	- But 'make test' will perform all of the tests.
8675	- Advertise builtin select libevent alternative when no libevent
8676	  is found.
8677	- signit can generate NSEC3 hashes, for generating tests.
8678	- multiple nsec3 parameters in message test.
8679	- too high nsec3 iterations becomes insecure test.
8680
868121 September 2007: Wouter
8682	- fixup empty_DS_name allocated in wrong region (port DEC Alpha).
8683	- fixup testcode lock safety (port FreeBSD).
8684	- removes subscript has type char warnings (port Solaris 9).
8685	- fixup of field with format type to int (port MacOS/X intel).
8686	- added test for infinite loop case in nonRD answer validation.
8687	  It was a more general problem, but hard to reproduce. When an
8688	  unsigned rrset is being validated and the key fetched, the DS
8689	  sequence is followed, but if the final name has no DS, then no
8690	  proof is possible - the signature has been stripped off.
8691
869220 September 2007: Wouter
8693	- fixup and test for NSEC wildcard with empty nonterminals.
8694	- makedist.sh fixup for svn info.
8695	- acl features request in plan.
8696	- improved DS empty nonterminal handling.
8697	- compat with ANS nxdomain for empty nonterminals. Attempts the nodata
8698	  proof anyway, which succeeds in ANS failure case.
8699	- striplab protection in case it becomes -1.
8700	- plans for static and blacklist config.
8701
870219 September 2007: Wouter
8703	- comments about non-packed usage.
8704	- plan for overload support in 0.6.
8705	- added testbound tests for a failed resolution from the logs
8706	  and for failed prime when missing glue.
8707	- fixup so useless delegation points are not returned from the
8708	  cache. Also the safety belt is used if priming fails to complete.
8709	- fixup NSEC rdata not to be lowercased, bind compat.
8710
871118 September 2007: Wouter
8712	- wildcard nsec3 testcases, and fixup to get correct wildcard name.
8713	- validator prints subtype classification for debug.
8714
871517 September 2007: Wouter
8716	- NSEC3 hash cache unit test.
8717	- validator nsec3 nameerror test.
8718
871914 September 2007: Wouter
8720	- nsec3 nodata proof, nods proof, wildcard proof.
8721	- nsec3 support for cname chain ending in noerror or nodata.
8722	- validator calls nsec3 proof routines if no NSECs prove anything.
8723	- fixup iterator bug where it stored the answer to a cname under
8724	  the wrong qname into the cache. When prepending the cnames, the
8725	  qname has to be reset to the original qname.
8726
872713 September 2007: Wouter
8728	- nsec3 find matching and covering, ce proof, prove namerror msg.
8729
873012 September 2007: Wouter
8731	- fixup of manual page warnings, like for NSD bugreport.
8732	- nsec3 work, config, max iterations, filter, and hash cache.
8733
87346 September 2007: Wouter
8735	- fixup to find libevent on mac port install.
8736	- fixup size_t vs unsigned portability in validator/sigcrypt.
8737	- please compiler on different platforms, for unreachable code.
8738	- val_nsec3 file.
8739	- pthread_rwlock type is optional, in case of old pthread libs.
8740
87415 September 2007: Wouter
8742	- cname, name error validator tests.
8743	- logging of qtype ANY works.
8744	- ANY type answers get RRSIG in answer section of replies (but not
8745	  in other sections, unless DO bit is on).
8746	- testbound can replay a TCP query (set MATCH TCP in the QUERY).
8747	- DS and noDS referral validation test.
8748	- if you configure many trust anchors, parent trust anchors can
8749	  securely deny existence of child trust anchors, if validated.
8750	- not all *.name NSECs are present because a wildcard was matched,
8751	  and *.name NSECs can prove nodata for empty nonterminals.
8752	  Also, for wildcard name NSECs, check they are not from the parent
8753	  zone (for wildcarded zone cuts), and check absence of CNAME bit,
8754	  for a nodata proof.
8755	- configure option for memory allocation debugging.
8756	- port configure option for memory allocation to solaris10.
8757
87584 September 2007: Wouter
8759	- fixup of Leakage warning when serviced queries processed multiple
8760	  callbacks for the same query from the same server.
8761	- testbound removes config file from /tmp on failed exit.
8762	- fixup for referral cleanup of the additional section.
8763	- tests for cname, referral validation.
8764	- neater testbound tpkg output.
8765	- DNAMEs no longer match their apex when synthesized from the cache.
8766	- find correct signer name for DNAME responses.
8767	- wildcarded DNAME test and fixup code to detect.
8768	- prepend NSEC and NSEC3 rrsets in the iterator while chasing CNAMEs.
8769	  So that wildcarded CNAMEs get their NSEC with them to the answer.
8770	- test for a CNAME to a DNAME to a CNAME to an answer, all from
8771	  different domains, for key fetching and signature checking of
8772	  CNAME'd messages.
8773
87743 September 2007: Wouter
8775	- Fixed error in iterator that would cause assertion failure in
8776	  validator. CNAME to a NXDOMAIN response was collated into a response
8777	  with both a CNAME and the NXDOMAIN rcode. Added a test that the
8778	  rcode is changed to NOERROR (because of the CNAME).
8779	- timeout on tcp does not lead to spurious leakage detect.
8780	- account memory for name of lame zones, so that memory leakages does
8781	  not show lame cache growth as a leakage growth.
8782	- config setting for lameness cache expressed in bytes, instead of
8783	  number of entries.
8784	- tool too summarize allocations per code line.
8785
878631 August 2007: Wouter
8787	- can read bind trusted-keys { ... }; files, in a compatibility mode.
8788	- iterator should not detach target queries that it still could need.
8789	  the protection against multiple outstanding queries is moved to a
8790	  current_query num check.
8791	- validator nodata, positive, referral tests.
8792	- dname print can print '*' wildcard.
8793
879430 August 2007: Wouter
8795	- fixup override date config option.
8796	- config options to control memory usage.
8797	- caught bad free of un-alloced data in worker_send error case.
8798	- memory accounting for key cache (trust anchors and temporary cache).
8799	- memory accounting fixup for outside network tcp pending waits.
8800	- memory accounting fixup for outside network tcp callbacks.
8801	- memory accounting for iterator fixed storage.
8802	- key cache size and slabs config options.
8803	- lib crypto cleanups at exit.
8804
880529 August 2007: Wouter
8806	- test tool to sign rrsets for testing validator with.
8807	- added RSA and DSA test keys, public and private pairs, 512 bits.
8808	- default configuration is with validation enabled.
8809	  Only a trust-anchor needs to be configured for DNSSEC to work.
8810	- do not convert to DER for DSA signature verification.
8811	- validator replay test file, for a DS to DNSKEY DSA key prime and
8812	  positive response.
8813
881428 August 2007: Wouter
8815	- removed double use for udp buffers, that could fail,
8816	  instead performs a malloc to do the backup.
8817	- validator validates referral messages, by validating all the rrsets
8818	  and stores the rrsets in the cache. Further referral (nonRD queries)
8819	  replies are made from the rrset cache directly. Unless unchecked
8820	  rrsets are encountered, there are then validated.
8821	- enforce that signing is done by a parent domain (or same domain).
8822	- adjust TTL downwards if rrset TTL bigger than signature allows.
8823	- permissive mode feature, sets AD bit for secure, but bogus does
8824	  not give servfail (bogus is changed into indeterminate).
8825	- optimization of rrset verification. rr canonical sorting is reused,
8826	  for the same rrset. canonical rrset image in buffer is reused for
8827	  the same signature.
8828	- if the rrset is too big (64k exactly + large owner name) the
8829	  canonicalization routine will fail if it does not fit in buffer.
8830	- faster verification for large sigsets.
8831	- verb_detail mode reports validation failures, but not the entire
8832	  algorithm for validation. Key prime failures are reported as
8833	  verb_ops level.
8834
883527 August 2007: Wouter
8836	- do not garble the edns if a cache answer fails.
8837	- answer norecursive from cache if possible.
8838	- honor clean_additional setting when returning secure non-recursive
8839	  referrals.
8840	- do not store referral in msg cache for nonRD queries.
8841	- store verification status in the rrset cache to speed up future
8842	  verification.
8843	- mark rrsets indeterminate and insecure if they are found to be so.
8844	  and store this in the cache.
8845
884624 August 2007: Wouter
8847	- message is bogus if unsecure authority rrsets are present.
8848	- val-clean-additional option, so you can turn it off.
8849	- move rrset verification out of the specific proof types into one
8850	  routine. This makes the proof routines prettier.
8851	- fixup cname handling in validator, cname-to-positive and cname-to-
8852	  nodata work.
8853	- Do not synthesize DNSKEY and DS responses from the rrset cache if
8854	  the rrset is from the additional section. Signatures may have
8855	  fallen off the packet, and cause validation failure.
8856	- more verbose signature date errors (with the date attached).
8857	- increased default infrastructure cache size. It is important for
8858	  performance, and 1000 entries are only 212k (or a 400 k total cache
8859	  size). To 10000 entries (for 2M entries, 4M cache size).
8860
886123 August 2007: Wouter
8862	- CNAME handling - move needs_validation to before val_new().
8863	  val_new() setups the chase-reply to be an edited copy of the msg.
8864	  new classification, and find signer can find for it.
8865	  removal of unsigned crap from additional, and query restart for
8866	  cname.
8867	- refuse to follow wildcarded DNAMEs when validating.
8868	  But you can query for qtype ANY, or qtype DNAME and validate that.
8869
887022 August 2007: Wouter
8871	- bogus TTL.
8872	- review - use val_error().
8873
887421 August 2007: Wouter
8875	- ANY response validation.
8876	- store security status in cache.
8877	- check cache security status and either send the query to be
8878	  validated, return the query to client, or send servfail to client.
8879	  Sets AD bit on validated replies.
8880	- do not examine security status on an error reply in mesh_done.
8881	- construct DS, DNSKEY messages from rrset cache.
8882	- manual page entry for override-date.
8883
888420 August 2007: Wouter
8885	- validate and positive validation, positive wildcard NSEC validation.
8886	- nodata validation, nxdomain validation.
8887
888818 August 2007: Wouter
8889	- process DNSKEY response in FINDKEY state.
8890
889117 August 2007: Wouter
8892	- work on DS2KE routine.
8893	- val_nsec.c for validator NSEC proofs.
8894	- unit test for NSEC bitmap reading.
8895	- dname iswild and canonical_compare with unit tests.
8896
889716 August 2007: Wouter
8898	- DS sig unit test.
8899	- latest release libevent 1.3c and 1.3d have threading fixed.
8900	- key entry fixup data pointer and ttl absolute.
8901	- This makes a key-prime succeed in validator, with DS or DNSKEY as
8902	  trust-anchor.
8903	- fixup canonical compare byfield routine, fix bug and also neater.
8904	- fixed iterator response type classification for queries of type
8905	  ANY and NS.
8906	  dig ANY gives sometimes NS rrset in AN and NS section, and parser
8907	  removes the NS section duplicate. dig NS gives sometimes the NS
8908	  in the answer section, as referral.
8909	- validator FINDKEY state.
8910
891115 August 2007: Wouter
8912	- crypto calls to verify signatures.
8913	- unit test for rrsig verification.
8914
891514 August 2007: Wouter
8916	- default outgoing ports changed to avoid port 2049 by default.
8917	  This port is widely blocked by firewalls.
8918	- count infra lameness cache in memory size.
8919	- accounting of memory improved
8920	- outbound entries are allocated in the query region they are for.
8921	- extensive debugging for memory allocations.
8922	- --enable-lock-checks can be used to enable lock checking.
8923	- protect undefs in config.h from autoheaders ministrations.
8924	- print all received udp packets. log hex will print on multiple
8925	  lines if needed.
8926	- fixed error in parser with backwards rrsig references.
8927	- mark cycle targets for iterator did not have CD flag so failed
8928	  its task.
8929
893013 August 2007: Wouter
8931	- fixup makefile, if lexer is missing give nice error and do not
8932	  mess up the dependencies.
8933	- canonical compare routine updated.
8934	- canonical hinfo compare.
8935	- printout list of the queries that the mesh is working on.
8936
893710 August 2007: Wouter
8938	- malloc and free overrides that track total allocation and frees.
8939	  for memory debugging.
8940	- work on canonical sort.
8941
89429 August 2007: Wouter
8943	- canonicalization, signature checks
8944	- dname signature label count and unit test.
8945	- added debug heap size print to memory printout.
8946	- typo fixup in worker.c
8947	- -R needed on solaris.
8948	- validator override option for date check testing.
8949
89508 August 2007: Wouter
8951	- ldns _raw routines created (in ldns trunk).
8952	- sigcrypt DS digest routines
8953	- val_utils uses sigcrypt to perform signature cryptography.
8954	- sigcrypt keyset processing
8955
89567 August 2007: Wouter
8957	- security status type.
8958	- security status is copied when rdata is equal for rrsets.
8959	- rrset id is updated to invalidate all the message cache entries
8960	  that refer to NSEC, NSEC3, DNAME rrsets that have changed.
8961	- val_util work
8962	- val_sigcrypt file for validator signature checks.
8963
89646 August 2007: Wouter
8965	- key cache for validator.
8966	- moved isroot and dellabel to own dname routines, with unit test.
8967
89683 August 2007: Wouter
8969	- replanning.
8970	- scrubber check section of lame NS set.
8971	- trust anchors can be in config file or read from zone file,
8972	  DS and DNSKEY entries.
8973	- unit test trust anchor storage.
8974	- trust anchors converted to packed rrsets.
8975	- key entry definition.
8976
89772 August 2007: Wouter
8978	- configure change for latest libevent trunk version (needs -lrt).
8979	- query_done and walk_supers are moved out of module interface.
8980	- fixup delegation point duplicates.
8981	- fixup iterator scrubber; lame NS set is let through the scrubber
8982	  so that the classification is lame.
8983	- validator module exists, and does nothing but pass through,
8984	  with calling of next module and return.
8985	- validator work.
8986
89871 August 2007: Wouter
8988	- set version to 0.5
8989	- module work for module to module interconnections.
8990	- config of modules.
8991	- detect cycle takes flags.
8992
899331 July 2007: Wouter
8994	- updated plan
8995	- release 0.4 tag.
8996
899730 July 2007: Wouter
8998	- changed random state init, so that sequential process IDs are not
8999	  cancelled out by sequential thread-ids in the random number seed.
9000	- the fwd_three test, which sends three queries to unbound, and
9001	  unbound is kept waiting by ldns-testns for 3 seconds, failed
9002	  because the retry timeout for default by unbound is 3 seconds too,
9003	  it would hit that timeout and fail the test. Changed so that unbound
9004	  is kept waiting for 2 seconds instead.
9005
900627 July 2007: Wouter
9007	- removed useless -C debug option. It did not work.
9008	- text edit of documentation.
9009	- added doc/CREDITS file, referred to by the manpages.
9010	- updated planning.
9011
901226 July 2007: Wouter
9013	- cycle detection, for query state dependencies. Will attempt to
9014	  circumvent the cycle, but if no other targets available fails.
9015	- unit test for AXFR, IXFR response.
9016	- test for cycle detection.
9017
901825 July 2007: Wouter
9019	- testbound read ADDRESS and check it.
9020	- test for version.bind and friends.
9021	- test for iterator chaining through several referrals.
9022	- test and fixup for refetch for glue. Refetch fails if glue
9023	  is still not provided.
9024
902524 July 2007: Wouter
9026	- Example section in config manual.
9027	- Addr stored for range and moment in replay.
9028
902920 July 2007: Wouter
9030	- Check CNAME chain before returning cache entry with CNAMEs.
9031	- Option harden-glue, default is on. It will discard out of zone
9032	  data. If disabled, performance is faster, but spoofing attempts
9033	  become a possibility. Note that still normalize scrubbing is done,
9034	  and that the potentially spoofed data is used for infrastructure
9035	  and not returned to the client.
9036	- if glue times out, refetch by asking parent of delegation again.
9037	  Much like asking for DS at the parent side.
9038	- TODO items from forgery-resilience draft.
9039	  and on memory handling improvements.
9040	- renamed module_event_timeout to module_event_noreply.
9041	- memory reporting code; reports on memory usage after handling
9042	  a network packet (not on cache replies).
9043
904419 July 2007: Wouter
9045	- shuffle NS selection when getting nameserver target addresses.
9046	- fixup of deadlock warnings, yield cpu in checklock code so that
9047	  freebsd scheduler selects correct process to run.
9048	- added identity and version config options and replies.
9049	- store cname messages complete answers.
9050
905118 July 2007: Wouter
9052	- do not query addresses, 127.0.0.1, and ::1 by default.
9053
905417 July 2007: Wouter
9055	- forward zone options in config file.
9056	- forward per zone in iterator. takes precedence over stubs.
9057	- fixup commithooks.
9058	- removed forward-to and forward-to-port features, subsumed by
9059	  new forward zones.
9060	- fix parser to handle absent server: clause.
9061	- change untrusted rrset test to account for scrubber that is now
9062	  applied during the test (which removes the poison, by the way).
9063	- feature, addresses can be specified with @portnumber, like nsd.conf.
9064	- test config files changed over to new forwarder syntax.
9065
906627 June 2007: Wouter
9067	- delete of mesh does a postorder traverse of the tree.
9068	- found and fixed a memory leak. For TTL=0 messages, that would
9069	  not be cached, instead the msg-replyinfo structure was leaked.
9070	- changed server selection so it will filter out hosts that are
9071	  unresponsive. This is defined as a host with the maximum rto value.
9072	  This means that unbound tried the host for retries up to 120 secs.
9073	  The rto value will time out after host-ttl seconds from the cache.
9074	  This keeps such unresolvable queries from taking up resources.
9075	- utility for keeping histogram.
9076
907726 June 2007: Wouter
9078	- mesh is called by worker, and iterator uses it.
9079	  This removes the hierarchical code.
9080	  QueryTargets state and Finished state are merged for iterator.
9081	- forwarder mode no longer sets AA bit on first reply.
9082	- rcode in walk_supers is not needed.
9083
908425 June 2007: Wouter
9085	- more mesh work.
9086	- error encode routine for ease.
9087
908822 June 2007: Wouter
9089	- removed unused _node iterator value from rbtree_t. Takes up space.
9090	- iterator can handle querytargets state without a delegation point
9091	  set, so that a priming(stub) subquery error can be handled.
9092	- iterator stores if it is priming or not.
9093	- log_query_info() neater logging.
9094	- changed iterator so that it does not alter module_qstate.qinfo
9095	  but keeps a chase query info. Also query_flags are not altered,
9096	  the iterator uses chase_flags.
9097	- fixup crash in case no ports for the family exist.
9098
909921 June 2007: Wouter
9100	- Fixup secondary buffer in case of error callback.
9101	- cleanup slumber list of runnable states.
9102	- module_subreq_depth fails to work in slumber list.
9103	- fixup query release for cached results to sub targets.
9104	- neater error for tcp connection failure, shows addr in verbose.
9105	- rbtree_init so that it can be used with preallocated memory.
9106
910720 June 2007: Wouter
9108	- new -C option to enable coredumps after forking away.
9109	- doc update.
9110	- fixup CNAME generation by scrubber, and memory allocation of it.
9111	- fixup deletion of serviced queries when all callbacks delete too.
9112	- set num target queries to 0 when you move them to slumber list.
9113	- typo in check caused subquery errors to be ignored, fixed.
9114	- make lint happy about rlim_t.
9115	- freeup of modules after freeup of module-states.
9116	- duplicate replies work, this uses secondary udp buffer in outnet.
9117
911819 June 2007: Wouter
9119	- nicer layout in stats.c, review 0.3 change.
9120	- spelling improvement, review 0.3 change.
9121	- uncapped timeout for server selection, so that very fast or slow
9122	  servers will stand out from the rest.
9123	- target-fetch-policy: "3 2 1 0 0" config setting.
9124	- fixup queries answered without RD bit (for root prime results).
9125	- refuse AXFR and IXFR requests.
9126	- fixup RD flag in error reply from iterator. fixup RA flag from
9127	  worker error reply.
9128	- fixup encoding of very short edns buffer sizes, now sets TC bit.
9129	- config options harden-short-bufsize and harden-large-queries.
9130
913118 June 2007: Wouter
9132	- same, move subqueries to slumber list when first has resolved.
9133	- fixup last fix for duplicate callbacks.
9134	- another offbyone in targetcounter. Also in Java prototype by the way.
9135
913615 June 2007: Wouter
9137	- if a query asks to be notified of the same serviced query result
9138	  multiple times, this will succeed. Only one callback will happen;
9139	  multiple outbound-list entries result (but the double cleanup of it
9140	  will not matter).
9141	- when iterator moves on due to CNAME or referral, it will remove
9142	  the subqueries (for other targets). These are put on the slumber
9143	  list.
9144	- state module wait subq is OK with no new subqs, an old one may have
9145	  stopped, with an error, and it is still waiting for other ones.
9146	- if a query loops, halt entire query (easy way to clean up properly).
9147
914814 June 2007: Wouter
9149	- num query targets was > 0 , not >= 0 compared, so that fetch
9150	  policy of 0 did nothing.
9151
915213 June 2007: Wouter
9153	- debug option: configure --enable-static-exe for compile where
9154	  ldns and libevent are linked statically. Default is off.
9155	- make install and make uninstall. Works with static-exe and without.
9156	  installation of unbound binary and manual pages.
9157	- alignment problem fix on solaris 64.
9158	- fixup address in case of TCP error.
9159
916012 June 2007: Wouter
9161	- num target queries was set to 0 at a bad time. Default it to 0 and
9162	  increase as target queries are done.
9163	- synthesize CNAME and DNAME responses from the cache.
9164	- Updated doxygen config for doxygen 1.5.
9165	- aclocal newer version.
9166	- doxygen 1.5 fixes for comments (for the strict check on docs).
9167
916811 June 2007: Wouter
9169	- replies on TCP queries have the address field set in replyinfo,
9170	  for serviced queries, because the initiator does not know that
9171	  a TCP fallback has occured.
9172	- omit DNSSEC types from nonDO replies, except if qtype is ANY or
9173	  if qtype directly queries for the type (and then only show that
9174	  'unknown type' in the answer section).
9175	- fixed message parsing where rrsigs on their own would be put
9176	  in the signature list over the rrsig type.
9177
91787 June 2007: Wouter
9179	- fixup error in double linked list insertion for subqueries and
9180	  for outbound list of serviced queries for iterator module.
9181	- nicer printout of outgoing port selection.
9182	- fixup cname target readout.
9183	- nicer debug output.
9184	- fixup rrset counts when prepending CNAMEs to the answer.
9185	- fixup rrset TTL for prepended CNAMEs.
9186	- process better check for looping modules, and which submodule to
9187	  run next.
9188	- subreq insertion code fixup for slumber list.
9189	- VERB_DETAIL, verbosity: 2 level gives short but readable output.
9190	  VERB_ALGO, verbosity: 3 gives extensive output.
9191	- fixup RA bit in cached replies.
9192	- fixup CNAME responses from the cache no longer partial response.
9193	- error in network send handled without leakage.
9194	- enable ip6 from config, and try ip6 addresses if available,
9195	  if ip6 is not connected, skips to next server.
9196
91975 June 2007: Wouter
9198	- iterator state finished.
9199	- subrequests without parent store in cache and stop.
9200	- worker slumber list for ongoing promiscuous queries.
9201	- subrequest error handling.
9202	- priming failure returns SERVFAIL.
9203	- priming gives LAME result, returns SERVFAIL.
9204	- debug routine to print dns_msg as handled by iterator.
9205	- memleak in config file stubs fixup.
9206	- more small bugs, in scrubber, query compare no ID for lookup,
9207	  in dname validation for NS targets.
9208	- sets entry.key for new special allocs.
9209	- lognametypeclass can display unknown types and classes.
9210
92114 June 2007: Wouter
9212	- random selection of equally preferred nameserver targets.
9213	- reply info copy routine. Reuses existing code.
9214	- cache lameness in response handling.
9215	- do not touch qstate after worker_process_query because it may have
9216	  been deleted by that routine.
9217	- Prime response state.
9218	- Process target response state.
9219	- some memcmp changed to dname_compare for case preservation.
9220
92211 June 2007: Wouter
9222	- normalize incoming messages. Like unbound-java, with CNAME chain
9223	  checked, DNAME checked, CNAME's synthesized, glue checked.
9224	- sanitize incoming messages.
9225	- split msgreply encode functions into own file msgencode.c.
9226	- msg_parse to queryinfo/replyinfo conversion more versatile.
9227	- process_response, classify response, delegpt_from_message.
9228
922931 May 2007: Wouter
9230	- querytargets state.
9231	- dname_subdomain_c() routine.
9232	- server selection, based on RTT. ip6 is filtered out if not available,
9233	  and lameness is checked too.
9234	- delegation point copy routine.
9235
923630 May 2007: Wouter
9237	- removed FLAG_CD from message and rrset caches. This was useful for
9238	  an agnostic forwarder, but not for a sophisticated (trust value per
9239	  rrset enabled) cache.
9240	- iterator response typing.
9241	- iterator cname handle.
9242	- iterator prime start.
9243	- subquery work.
9244	- processInitRequest and processInitRequest2.
9245	- cache synthesizes referral messages, with DS and NSEC.
9246	- processInitRequest3.
9247	- if a request creates multiple subrequests these are all activated.
9248
924929 May 2007: Wouter
9250	- routines to lock and unlock array of rrsets moved to cache/rrset.
9251	- lookup message from msg cache (and copy to region).
9252	- fixed cast error in dns msg lookup.
9253	- message with duplicate rrset does not increase its TTLs twice.
9254	- 'qnamesize' changed to 'qname_len' for similar naming scheme.
9255
925625 May 2007: Wouter
9257	- Acknowledge use of unbound-java code in iterator. Nicer readme.
9258	- services/cache/dns.c DNS Cache. Hybrid cache uses msgcache and
9259	  rrset cache from module environment.
9260	- packed rrset key has type and class as easily accessible struct
9261	  members. They are still kept in network format for fast msg encode.
9262	- dns cache find_delegation routine.
9263	- iterator main functions setup.
9264	- dns cache lookup setup.
9265
926624 May 2007: Wouter
9267	- small changes to prepare for subqueries.
9268	- iterator forwarder feature separated out.
9269	- iterator hints stub code, config file stub code, so that first
9270	  testing can proceed locally.
9271	- replay tests now have config option to enable forwarding mode.
9272
927323 May 2007: Wouter
9274	- outside network does precise timers for roundtrip estimates for rtt
9275	  and for setting timeout for UDP. Pending_udp takes milliseconds.
9276	- cleaner iterator sockaddr conversion of forwarder address.
9277	- iterator/iter_utils and iter_delegpt setup.
9278	- root hints.
9279
928022 May 2007: Wouter
9281	- outbound query list for modules and support to callback with the
9282	  outbound entry to the module.
9283	- testbound support for new serviced queries.
9284	- test for retry to TCP cannot use testbound any longer.
9285	- testns test for EDNS fallback, test for TCP fallback already exists.
9286	- fixes for no-locking compile.
9287	- mini_event timer precision and fix for change in timeouts during
9288	  timeout callback. Fix for fwd_three tests, performed nonexit query.
9289
929021 May 2007: Wouter
9291	- small comment on hash table locking.
9292	- outside network serviced queries, contain edns and tcp fallback,
9293	  and udp retries and rtt timing.
9294
929516 May 2007: Wouter
9296	- lruhash_touch() would cause locking order problems. Fixup in
9297	  lock-verify in case locking cycle is found.
9298	- services/cache/rrset.c for rrset cache code.
9299	- special rrset_cache LRU updating function that uses the rrset id.
9300	- no dependencies calculation when make clean is called.
9301	- config settings for infra cache.
9302	- daemon code slightly cleaner, only creates caches once.
9303
930415 May 2007: Wouter
9305	- host cache code.
9306	- unit test for host cache.
9307
930814 May 2007: Wouter
9309	- Port to OS/X and Dec Alpha. Printf format and alignment fixes.
9310	- extensive lock debug report on join timeout.
9311	- proper RTT calculation, in utility code.
9312	- setup of services/cache/infra, host cache.
9313
931411 May 2007: Wouter
9315	- iterator/iterator.c module.
9316	- fixup to pass reply_info in testcode and in netevent.
9317
931810 May 2007: Wouter
9319	- created release-0.3 svn tag.
9320	- util/module.h
9321	- fixed compression - no longer compresses root name.
9322
93239 May 2007: Wouter
9324	- outside network cleans up waiting tcp queries on exit.
9325	- fallback to TCP.
9326	- testbound replay with retry in TCP mode.
9327	- tpkg test for retry in TCP mode, against ldns-testns server.
9328	- daemon checks max number of open files and complains if not enough.
9329	- test where data expires in the cache.
9330	- compiletests: fixed empty body ifstatements in alloc.c, in case
9331	  locks are disabled.
9332
93338 May 2007: Wouter
9334	- outgoing network keeps list of available tcp buffers for outgoing
9335	  tcp queries.
9336	- outgoing-num-tcp config option.
9337	- outgoing network keeps waiting list of queries waiting for buffer.
9338	- netevent supports outgoing tcp commpoints, nonblocking connects.
9339
93407 May 2007: Wouter
9341	- EDNS read from query, used to make reply smaller.
9342	- advertised edns value constants.
9343	- EDNS BADVERS response, if asked for too high edns version.
9344	- EDNS extended error responses once the EDNS record from the query
9345	  has successfully been parsed.
9346
93474 May 2007: Wouter
9348	- msgreply sizefunc is more accurate.
9349	- config settings for rrset cache size and slabs.
9350	- hashtable insert takes argument so that a thread can use its own
9351	  alloc cache to store released keys.
9352	- alloc cache special_release() locks if necessary.
9353	- rrset trustworthiness type added.
9354	- thread keeps a scratchpad region for handling messages.
9355	- writev used in netevent to write tcp length and data after another.
9356	  This saves a roundtrip on tcp replies.
9357	- test for one rrset updated in the cache.
9358	- test for one rrset which is not updated, as it is not deemed
9359	  trustworthy enough.
9360	- test for TTL refreshed in rrset.
9361
93623 May 2007: Wouter
9363	- fill refs. Use new parse and encode to answer queries.
9364	- stores rrsets in cache.
9365	- uses new msgreply format in cache.
9366
93672 May 2007: Wouter
9368	- dname unit tests in own file and spread out neatly in functions.
9369	- more dname unit tests.
9370	- message encoding creates truncated TC flagged messages if they do
9371	  not fit, and will leave out (whole)rrsets from additional if needed.
9372
93731 May 2007: Wouter
9374	- decompress query section, extremely lenient acceptance.
9375	  But only for answers from other servers, not for plain queries.
9376	- compression and decompression test cases.
9377	- some stats added.
9378	- example.conf interface: line is changed from 127.0.0.1 which leads
9379	  to problems if used (restricting communication to the localhost),
9380	  to a documentation and test address.
9381
938227 April 2007: Wouter
9383	- removed iov usage, it is not good for dns message encoding.
9384	- owner name compression more optimal.
9385	- rrsig owner name compression.
9386	- rdata domain name compression.
9387
938826 April 2007: Wouter
9389	- floating point exception fix in lock-verify.
9390	- lint uses make dependency
9391	- fixup lint in dname owner domain name compression code.
9392	- define for offset range that can be compressed to.
9393
939425 April 2007: Wouter
9395	- prettier code; parse_rrset->type kept in host byte order.
9396	- datatype used for hashvalue of converted rrsig structure.
9397	- unit test compares edns section data too.
9398
939924 April 2007: Wouter
9400	- ttl per RR, for RRSIG rrsets and others.
9401	- dname_print debug function.
9402	- if type is not known, size calc will skip DNAME decompression.
9403	- RRSIG parsing and storing and putting in messages.
9404	- dnssec enabled unit tests (from nlnetlabs.nl and se queries).
9405	- EDNS extraction routine.
9406
940720 April 2007: Wouter
9408	- code comes through all of the unit tests now.
9409	- disabled warning about spurious extra data.
9410	- documented the RRSIG parse plan in msgparse.h.
9411	- rrsig reading and outputting.
9412
941319 April 2007: Wouter
9414	- fix unit test to actually to tests.
9415	- fix write iov helper, and fakevent code.
9416	- extra builtin testcase (small packet).
9417	- ttl converted to network format in packets.
9418	- flags converted correctly
9419	- rdatalen off by 2 error fixup.
9420	- uses less iov space for header.
9421
942218 April 2007: Wouter
9423	- review of msgparse code.
9424	- smaller test cases.
9425
942617 April 2007: Wouter
9427	- copy and decompress dnames.
9428	- store calculated hash value too.
9429	- routine to create message out of stored information.
9430	- util/data/msgparse.c for message parsing code.
9431	- unit test, and first fixes because of test.
9432		* forgot rrset_count addition.
9433		* did & of ptr on stack for memory position calculation.
9434		* dname_pkt_copy forgot to read next label length.
9435	- test from file and fixes
9436		* double frees fixed in error conditions.
9437		* types with less than full rdata allowed by parser.
9438		  Some dynamic update packets seem to use it.
9439
944016 April 2007: Wouter
9441	- following a small change in LDNS, parsing code calculates the
9442	  memory size to allocate for rrs.
9443	- code to handle ID creation.
9444
944513 April 2007: Wouter
9446	- parse routines. Code that parses rrsets, rrs.
9447
944812 April 2007: Wouter
9449	- dname compare routine that preserves case, with unit tests.
9450
945111 April 2007: Wouter
9452	- parse work - dname packet parse, msgparse, querysection parse,
9453	  start of sectionparse.
9454
945510 April 2007: Wouter
9456	- Improved alignment of reply_info packet, nice for 32 and 64 bit.
9457	- Put RRset counts in reply_info, because the number of RRs can change
9458	  due to RRset updates.
9459	- import of region-allocator code from nsd.
9460	- set alloc special type to ub_packed_rrset_key.
9461	  Uses lruhash entry overflow chain next pointer in alloc cache.
9462	- doxygen documentation for region-allocator.
9463	- setup for parse scratch data.
9464
94655 April 2007: Wouter
9466	- discussed packed rrset with Jelte.
9467
94684 April 2007: Wouter
9469	- moved to version 0.3.
9470	- added util/data/dname.c
9471	- layout of memory for rrsets.
9472
94733 April 2007: Wouter
9474	- detect sign of msghdr.msg_iovlen so that the cast to that type
9475	  in netevent (which is there to please lint) can be correct.
9476	  The type on several OSes ranges from int, int32, uint32, size_t.
9477	  Detects unsigned or signed using math trick.
9478	- constants for DNS flags.
9479	- compilation without locks fixup.
9480	- removed include of unportable header from lookup3.c.
9481	- more portable use of struct msghdr.
9482	- casts for printf warning portability.
9483	- tweaks to tests to port them to the testbed.
9484	- 0.2 tag created.
9485
94862 April 2007: Wouter
9487	- check sizes of udp received messages, not too short.
9488	- review changes. Some memmoves can be memcpys: 4byte aligned.
9489	  set id correctly on cached answers.
9490	- review changes msgreply.c, memleak on error condition. AA flag
9491	  clear on cached reply. Lowercase queries on hashing.
9492	  unit test on lowercasing. Test AA bit not set on cached reply.
9493	  Note that no TTLs are managed.
9494
949529 March 2007: Wouter
9496	- writev or sendmsg used when answering from cache.
9497	  This avoids a copy of the data.
9498	- do not do useless byteswap on query id. Store reply flags in uint16
9499	  for easier access (and no repeated byteswapping).
9500	- reviewed code.
9501	- configure detects and config.h includes sys/uio.h for writev decl.
9502
950328 March 2007: Wouter
9504	- new config option: num-queries-per-thread.
9505	- added tpkg test for answering three queries at the same time
9506	  using one thread (from the query service list).
9507
950827 March 2007: Wouter
9509	- added test for cache and not cached answers, in testbound replays.
9510	- testbound can give config file and commandline options from the
9511	  replay file to unbound.
9512	- created test that checks if items drop out of the cache.
9513	- added word 'partitioned hash table' to documentation on slab hash.
9514	  A slab hash is a partitioned hash table.
9515	- worker can handle multiple queries at a time.
9516
951726 March 2007: Wouter
9518	- config settings for slab hash message cache.
9519	- test for cached answer.
9520	- Fixup deleting fake answer from testbound list.
9521
952223 March 2007: Wouter
9523	- review of yesterday's commits.
9524	- covered up memory leak of the entry locks.
9525	- answers from the cache correctly. Copies flags correctly.
9526	- sanity check for incoming query replies.
9527	- slabbed hash table. Much nicer contention, need dual cpu to see.
9528
952922 March 2007: Wouter
9530	- AIX configure check.
9531	- lock-verify can handle references to locks that are created
9532	  in files it has not yet read in.
9533	- threaded hash table test.
9534	- unit test runs lock-verify afterwards and checks result.
9535	- need writelock to update data on hash_insert.
9536	- message cache code, msgreply code.
9537
953821 March 2007: Wouter
9539	- unit test of hash table, fixup locking problem in table_grow().
9540	- fixup accounting of sizes for removing items from hashtable.
9541	- unit test for hash table, single threaded test of integrity.
9542	- lock-verify reports errors nicely. More quiet in operation.
9543
954416 March 2007: Wouter
9545	- lock-verifier, checks consistent order of locking.
9546
954714 March 2007: Wouter
9548	- hash table insert (and subroutines) and lookup implemented.
9549	- hash table remove.
9550	- unit tests for hash internal bin, lru functions.
9551
955213 March 2007: Wouter
9553	- lock_unprotect in checklocks.
9554	- util/storage/lruhash.h for LRU hash table structure.
9555
955612 March 2007: Wouter
9557	- configure.ac moved to 0.2.
9558	- query_info and replymsg util/data structure.
9559
95609 March 2007: Wouter
9561	- added rwlock writelock checking.
9562	  So it will keep track of the writelock, and readlocks are enforced
9563	  to not change protected memory areas.
9564	- log_hex function to dump hex strings to the logfile.
9565	- checklocks zeroes its destroyed lock after checking memory areas.
9566	- unit test for alloc.
9567	- identifier for union in checklocks to please older compilers.
9568	- created 0.1 tag.
9569
95708 March 2007: Wouter
9571	- Reviewed checklock code.
9572
95737 March 2007: Wouter
9574	- created a wrapper around thread calls that performs some basic
9575	  checking for data race and deadlock, and basic performance
9576	  contention measurement.
9577
95786 March 2007: Wouter
9579	- Testbed works with threading (different machines, different options).
9580	- alloc work, does the special type.
9581
95822 March 2007: Wouter
9583	- do not compile fork funcs unless needed. Otherwise will give
9584	  type errors as their typedefs have not been enabled.
9585	- log shows thread numbers much more nicely (and portably).
9586	- even on systems with nonthreadsafe libevent signal handling,
9587	  unbound will exit if given a signal.
9588	  Reloads will not work, and exit is not graceful.
9589	- start of alloc framework layout.
9590
95911 March 2007: Wouter
9592	- Signals, libevent and threads work well, with libevent patch and
9593	  changes to code (close after event_del).
9594	- set ipc pipes nonblocking.
9595
959627 February 2007: Wouter
9597	- ub_thread_join portable definition.
9598	- forking is used if no threading is available.
9599	  Tested, it works, since pipes work across processes as well.
9600	  Thread_join is replaced with waitpid.
9601	- During reloads the daemon will temporarily handle signals,
9602	  so that they do not result in problems.
9603	- Also randomize the outgoing port range for tests.
9604	- If query list is full, will stop selecting listening ports for read.
9605	  This makes all threads service incoming requests, instead of one.
9606	  No memory is leaking during reloads, service of queries, etc.
9607	- test that uses ldns-testns -f to test threading. Have to answer
9608	  three queries at the same time.
9609	- with verbose=0 operates quietly.
9610
961126 February 2007: Wouter
9612	- ub_random code used to select ID and port.
9613	- log code prints thread id.
9614	- unbound can thread itself, with reload(HUP) and quit working
9615	  correctly.
9616	- don't open pipes for #0, doesn't need it.
9617	- listens to SIGTERM, SIGQUIT, SIGINT (all quit) and SIGHUP (reload).
9618
961923 February 2007: Wouter
9620	- Can do reloads on sigHUP. Everything is stopped, and freed,
9621	  except the listening ports. Then the config file is reread.
9622	  And everything is started again (and listening ports if needed).
9623	- Ports for queries are shared.
9624	- config file added interface:, chroot: and username:.
9625	- config file: directory, logfile, pidfile. And they work too.
9626	- will daemonize by default now. Use -d to stay in the foreground.
9627	- got BSD random[256 state] code, made it threadsafe. util/random.
9628
962922 February 2007: Wouter
9630	- Have a config file. Removed commandline options, moved to config.
9631	- tests use config file.
9632
963321 February 2007: Wouter
9634	- put -c option in man page.
9635	- minievent fd array capped by FD_SETSIZE.
9636
963720 February 2007: Wouter
9638	- Added locks code and pthread spinlock detection.
9639	- can use no locks, or solaris native thread library.
9640	- added yacc and lex configure, and config file parsing code.
9641	  also makedist.sh, and manpage.
9642	- put include errno.h in config.h
9643
964419 February 2007: Wouter
9645	- Created 0.0 svn tag.
9646	- added acx_pthread.m4 autoconf check for pthreads from
9647	  the autoconf archive. It is GPL-with-autoconf-exception Licensed.
9648	  You can specify --with-pthreads, or --without-pthreads to configure.
9649
965016 February 2007: Wouter
9651	- Updated testbed script, works better by using make on remote end.
9652	- removed check decls, we can compile without them.
9653	- makefile supports LIBOBJ replacements.
9654	- docs checks ignore compat code.
9655	- added util/mini-event.c and .h, a select based alternative used with
9656	  ./configure --with-libevent=no
9657	  It is limited to 1024 file descriptors, and has less features.
9658	- will not create ip6 sockets if ip6 not on the machine.
9659
966015 February 2007: Wouter
9661	- port to FreeBSD 4.11 Dec Alpha. Also works on Solaris 10 sparc64,
9662	  Solaris 9, FreeBSD 6, Linux i386 and OSX powerpc.
9663	- malloc rndstate, so that it is aligned for access.
9664	- fixed rbtree cleanup with postorder traverse.
9665	- fixed pending messages are deleted when handled.
9666	- You can control verbosity; default is not verbose, every -v
9667	  adds more verbosity.
9668
966914 February 2007: Wouter
9670	- Included configure.ac changes from ldns.
9671	- detect (some) headers before the standards check.
9672	- do not use isblank to test c99, since its not available on solaris9.
9673	- review of testcode.
9674		* entries in a RANGE are no longer reversed.
9675		* print name of file with replay entry parse errors.
9676	- port to OSX: cast to int for some prints of sizet.
9677	- Makefile copies ldnstestpkts.c before doing dependencies on it.
9678
967913 February 2007: Wouter
9680	- work on fake events, first fwd replay works.
9681	- events can do timeouts and errors on queries to servers.
9682	- test package that runs replay scenarios.
9683
968412 February 2007: Wouter
9685	- work on fake events.
9686
96879 February 2007: Wouter
9688	- replay file reading.
9689	- fake event setup, it creates fake structures, and teardowns,
9690	  added signal callbacks to reply to be able to fake those,
9691	  and main structure of event replay routines.
9692
96938 February 2007: Wouter
9694	- added tcp test.
9695	- replay storage.
9696	- testcode/fake_event work.
9697
96987 February 2007: Wouter
9699	- return answer with the same ID as query was sent with.
9700	- created udp forwarder test. I've done some effort to make it perform
9701	  quickly. After servers are created, no big sleep statements but
9702	  it checks the logfiles to see if servers have come up. Takes 0.14s.
9703	- set addrlen value when calling recvfrom.
9704	- comparison of addrs more portable.
9705	- LIBEVENT option for testbed to set libevent directory.
9706	- work on tcp input.
9707
97086 February 2007: Wouter
9709	- reviewed code and improved in places.
9710
97115 February 2007: Wouter
9712	- Picked up stdc99 and other define tests from ldns. Improved
9713	  POSIX define test to include getaddrinfo.
9714	- defined constants for netevent callback error code.
9715	- unit test for strisip6.
9716
97172 February 2007: Wouter
9718	- Created udp4 and udp6 port arrays to provide service for both
9719	  address families.
9720	- uses IPV6_USE_MIN_MTU for udp6 ,IPV6_V6ONLY to make ip6 sockets.
9721	- listens on both ip4 and ip6 ports to provide correct return address.
9722	- worker fwder address filled correctly.
9723	- fixup timer code.
9724	- forwards udp queries and sends answer.
9725
97261 February 2007: Wouter
9727	- outside network more UDP work.
9728	- moved * closer to type.
9729	- comm_timer object and events.
9730
973131 January 2007: Wouter
9732	- Added makedist.sh script to make release tarball.
9733	- Removed listen callback layer, did not add anything.
9734	- Added UDP recv to netevent, worker callback for udp.
9735	- netevent communication reply storage structure.
9736	- minimal query header sanity checking for worker.
9737	- copied over rbtree implementation from NSD (BSD licensed too).
9738	- outgoing network query service work.
9739
974030 January 2007: Wouter
9741	- links in example/ldns-testpkts.c and .h for premade packet support.
9742	- added callback argument to listen_dnsport and daemon/worker.
9743
974429 January 2007: Wouter
9745	- unbound.8 a short manpage.
9746
974726 January 2007: Wouter
9748	- fixed memleak.
9749	- make lint works on BSD and Linux (openssl defines).
9750	- make tags works.
9751	- testbound program start.
9752
975325 January 2007: Wouter
9754	- fixed lint so it may work on BSD.
9755	- put license into header of every file.
9756	- created verbosity flag.
9757	- fixed libevent configure flag.
9758	- detects event_base_free() in new libevent 1.2 version.
9759	- getopt in daemon. fatal_exit() and verbose() logging funcs.
9760	- created log_assert, that throws assertions to the logfile.
9761	- listen_dnsport service. Binds ports.
9762
976324  January 2007: Wouter
9764	- cleaned up configure.ac.
9765
976623  January 2007: Wouter
9767	- added libevent to configure to link with.
9768	- util/netevent setup work.
9769	- configure searches for libevent.
9770	- search for libs at end of configure (when other headers and types
9771	  have been found).
9772	- doxygen works with ATTR_UNUSED().
9773	- util/netevent implementation.
9774
977522  January 2007: Wouter
9776	- Designed header file for network communication.
9777
977816  January 2007: Wouter
9779	- added readme.svn and readme.tests.
9780
97814 January 2007: Wouter
9782	- Testbed script (run on multiple platforms the test set).
9783	  Works on Sunos9, Sunos10, FreeBSD 6.1, Fedora core 5.
9784	- added unit test tpkg.
9785
97863 January 2007: Wouter
9787	- committed first set of files into subversion repository.
9788	  svn co svn+ssh://unbound.net/svn/unbound
9789	  You need a ssh login.  There is no https access yet.
9790	- Added LICENSE, the BSD license.
9791	- Added doc/README with compile help.
9792	- main program stub and quiet makefile.
9793	- minimal logging service (to stderr).
9794	- added postcommit hook that serves emails.
9795	- added first test 00-lint. postcommit also checks if build succeeds.
9796	- 01-doc: doxygen doc target added for html docs. And stringent test
9797	  on documented files, functions and parameters.
9798
979915 December 2006: Wouter
9800	- Created Makefile.in and configure.ac.
9801