xref: /freebsd/contrib/unbound/doc/Changelog (revision 96190b4fef3b4a0cc3ca0606b0c4e3e69a5e6717)
19 August 2024: Wouter
2	- Fix spelling for the cache-min-negative-ttl entry in the
3	  example.conf.
4
58 August 2024: Wouter
6	- Fix CAMP issues with global quota. Thanks to Huayi Duan, Marco
7	  Bearzi, Jodok Vieli, and Cagin Tanir from NetSec group, ETH Zurich.
8	- Fix CacheFlush issues with limit on NS RRs. Thanks to Yehuda Afek,
9	  Anat Bremler-Barr, Shoham Danino and Yuval Shavitt (Tel-Aviv
10	  University and Reichman University).
11	- Set version number to 1.21.0 for release.
12	- Fix that for windows the module startup is called and sets up
13	  the module-config.
14
152 August 2024: Wouter
16	- Fix that alloc stats has strdup checks, it stops debuggers from
17	  complaining about mismatch at free time.
18	- Fix testbound for alloc stats strdup in util/alloc.c.
19	- Merge #1090: Cookie secret file. Adds
20	  `cookie-secret-file: "unbound_cookiesecrets.txt"` option to store
21	  cookie secrets for EDNS COOKIE secret rollover. The remote control
22	  add_cookie_secret, activate_cookie_secret and drop_cookie_secret
23	  commands can be used for rollover, the command print_cookie_secrets
24	  shows the values in use.
25	- Fix that alloc stats for forwards and hints are printed, and when
26	  alloc stats is enabled, the unit test for unbound control waits for
27	  reloads to complete.
28
291 August 2024: Wouter
30	- Fix dnstap test program, cleans up to have clean memory on exit,
31	  for tap_data_free, does not delete NULL items. Also it does not try
32	  to free the tail, specifically in the free of the list since that
33	  picked up the next item in the list for its loop causing invalid
34	  free. Added internal unit test to unbound-dnstap-socket for that.
35	- Fix that the worker mem report with alloc stats does not attempt
36	  to print memory use of forwards and hints if they have been
37	  deleted already.
38
3931 July 2024: Wouter
40	- Fix for #1114: Fix that cache fill for forward-host names is
41	  performed, so that with nonzero target-fetch-policy it fetches
42	  forwarder addresses and uses them from cache. Also updated that
43	  delegation point cache fill routines use CDflag for AAAA message
44	  lookups, so that its negative lookup stops a recursion since the
45	  cache uses the bit for disambiguation for dns64 but the recursion
46	  uses CDflag for the AAAA target lookups, so the check correctly
47	  stops a useless recursion by its cache lookup.
48
4930 July 2024: Wouter
50	- Fix to document parameters of auth_zone_verify_zonemd_with_key.
51
5225 July 2024: Wouter
53	- Add root key 38696 from 2024 for DNSSEC validation. It is added
54	  to the default root keys in unbound-anchor. The content can be
55	  inspected with `unbound-anchor -l`.
56
5723 July 2024: Yorgos
58	- Fix #1106: ratelimit-below-domain logs the wrong FROM address.
59	- Cleanup ede.tdir test.
60	- For #935 and #1104, clarify RPZ order and semantics.
61
6223 July 2024: Wouter
63	- Merge #1110: Make fallthrough explicit for libworker.c.
64	- For #1110: Test for fallthrough attribute in configure and add
65	  fallthrough attribute annotations.
66	- Fix compile when the compiler does not support the noreturn
67	  attribute.
68	- Fix to have empty definition when not supported for weak attribute.
69	- Fix uninitialized variable warning in create_tcp_accept_sock.
70	- Fix link of dnstap without openssl.
71	- Fix link of unbound-dnstap-socket without openssl.
72
7319 July 2024: Wouter
74	- Add dnstap-sample-rate that logs only 1/N messages, for high volume
75	  server environments. Thanks Dan Luther.
76	- Fix dnstap wakeup, a running wakeup timer is left to expire and not
77	  increased, a timer is started when the dtio thread is sleeping,
78	  the timer set disabled when the dtio thread goes to sleep, and
79	  after sleep the thread checks to see if there are messages to log
80	  immediately.
81
8216 July 2024: Wouter
83	- For #1103: Fix to drop mesh state reference for the http2 stream
84	  associated with the reply, not the currently active stream. And
85	  it does not remove it twice on a mesh_send_reply call. The reply
86	  h2_stream is NULL when not in use, for more initialisation.
87
8815 July 2024: Wouter
89	- For #1103: fix to also drop mesh state reference when the discard
90	  limit is reached, when there is an error making a new recursion
91	  state and when the connection is dropped with is_drop.
92
9312 July 2024: Yorgos
94	- Add RPZ tag tests in acl_interface.tdir.
95	- For #1102: clearer text for using interface-* options for the
96	  loopback interface.
97
9812 July 2024: Wouter
99	- Fix #1103: unbound 1.20.0 segmentation fault with nghttp2.
100	- For #1103: fix to also drop mesh state reference when a h2 reply is
101	  dropped.
102
10310 July 2024: Wouter
104	- For #773: In contrib/unbound.service.in set unbound to start after
105	  network-online.target. Also for contrib/unbound_portable.service.in.
106
1079 July 2024: Yorgos
108	- Update list of known EDE codes.
109
1108 July 2024: Wouter
111	- Fix that validation reason failure that uses string print uses
112	  separate buffer that is passed, from the scratch validation buffer.
113	- Fixup algo_needs_reason string buffer length.
114	- Fix shadowed error string variable in validator dnskey handling.
115
1165 July 2024: Yorgos
117	- Don't check for message TTL changes if the RRsets remain the same.
118
1195 July 2024: Wouter
120	- Fix for neater printout for error for missing DS response.
121	- Fix neater printout.
122	- Fix #1099: Unbound core dump on SIGSEGV.
123	- Fix for #1099: Fix to check for deleted RRset when the contents
124	  is updated and fetched after it is stored, and also check for a
125	  changed RRset.
126
1274 July 2024: Wouter
128	- Fix to print details about the failure to lookup a DNSKEY record
129	  when validation fails due to the missing DNSKEY. Also for key prime
130	  and DS lookups.
131
1323 July 2024: Yorgos
133	- Fix for repeated use of a DNAME record: first overallocate and then
134	  move the exact size of the init value to avoid false positive heap
135	  overflow reads from address sanitizers.
136
1373 July 2024: Wouter
138	- Fix #144: Port ipset to BSD pf tables.
139	- Add unit test skip files and bison and flex output to gitignore.
140	- Fix to use modstack_init in zonemd unit test.
141	- Fix to remove unneeded linebreak in fptr_wlist.c.
142	- Fix compile warnings in fptr_wlist.c.
143
1442 July 2024: Wouter
145	- Fix to remove unused include from the readzone test program.
146	- Fix unused variable warning in do_cache_remove.
147	- Fix compile warning in worker pthread id printout.
148
14917 June 2024: Wouter
150	- Fix ip-ratelimit-cookie setting, it was not applied.
151
15226 June 2024: Yorgos
153	- Explicitly set the RD bit for the mesh query flags when prefetching.
154	  These queries have no waiting client but they need to be treated as
155	  recursive.
156
15721 June 2024: Yorgos
158	- Fix pkg-config availability check in dnstap/dnstap.m4 and
159	  systemd.m4.
160
16119 June 2024: Yorgos
162	- Fix #1092: Ubuntu 22.04 Jammy fails to compile unbound 1.20.0; by
163	  adding helpful text for the Python interpreter version and allowing
164	  the default pkg-config unavailability error message to be shown.
165
16617 June 2024: Wouter
167	- Fix #1091: Build fails with OpenSSL >= 3.0 built with
168	  OPENSSL_NO_DEPRECATED.
169
1707 June 2024: Wouter
171	- Add unit test for validation of repeated use of a DNAME record.
172
1736 June 2024: Wouter
174	- Fix memory leak in setup of dsa sig.
175	- Fix typos for 'the the' in text.
176	- Fix validation for repeated use of a DNAME record.
177
1784 June 2024: Yorgos
179	- Merge #1080: AddressSanitizer detection in tdir tests and memory leak
180	  fixes.
181	- Fix memory leak when reload_keep_cache is used and num-threads
182	  changes.
183	- Fix memory leak on exit for unbound-dnstap-socket; creates false
184	  negatives during testing.
185
1863 June 2024: Wouter
187	- Fix to squelch connection reset by peer errors from log. And fix
188	  that the tcp read errors are labeled as initial for the first calls.
189
19030 May 2024: Wouter
191	- Fix #1079: tags from tagged rpz zones are no longer honored after
192	  upgrade from 1.19.3 to 1.20.0.
193	- Fix for #1079: fix RPZ taglist in iterator callback that no client
194	  info is like no taglist intersection.
195
19629 May 2024: Wouter
197	- Merge #1078: Only check old pid if no username.
198
19927 May 2024: Wouter
200	- Fix to enable that SERVFAIL is cached, for a short period, for more
201	  cases. In the cases where limits are exceeded.
202	- Fix spelling of tcp-idle-timeout docs, from Michael Tokarev.
203
20427 May 2024: Yorgos
205	- Fix unused variable warning on compilation with no thread support.
206	- unbound-control-setup: check openssl availability before doing
207	  anything, patch from Michael Tokarev.
208	- Update patch to remove 'command' shell builtin and update error
209	  text.
210
21124 May 2024: Wouter
212	- Fix #1064: Unbound 1.20 Cachedb broken?
213
21424 May 2024: Yorgos
215	- Fix #1059: Intermittent DNS blocking failure with local-zone and
216	  always_nxdomain. Addition of local_zones dynamically via
217	  unbound-control was not finding the zone's parent correctly.
218
21921 May 2024: Wouter
220	- Merge #1073: fix null pointer dereference issue in function
221	  ub_ctx_set_fwd.
222	- Fix to print a parse error when config is read with no name for
223	  a forward-zone, stub-zone or view.
224	- Fix for parse end of forward-zone, stub-zone and view.
225	- Fix for #1064: Fix that cachedb expired messages are considered
226	  insecure, and thus can be served to clients when dnssec is enabled.
227
22817 May 2024: Yorgos
229	- Merge #1069: Fix unbound-control stdin commands for multi-process
230	  Unbounds.
231	- Fix unbound-control commands that read stdin in multi-process
232	  operation (local_zones_remove, local_zones, local_datas_remove,
233	  local_datas, view_local_datas_remove, view_local_datas). They will
234	  be properly distributed to all processes. dump_cache and load_cache
235	  are no longer supported in multi-process operation.
236	- Remove testdata/remote-threaded.tdir. testdata/09-unbound-control.tdir
237	  now checks both single and multi process/thread operation.
238
23916 May 2024: Yorgos
240	- Merge #1070: Fix rtt assignement for low values of
241	  infra-cache-max-rtt.
242
24316 May 2024: Wouter
244	- Fix #1071: [FR] Clear both in-memory and cachedb module cache with
245	  `unbound-control flush*` commands.
246
24715 May 2024: Yorgos
248	- Add missing common functions to tdir tests.
249
25010 May 2024: Wouter
251	- Fix when the mesh jostle is exceeded that nameserver targets are
252	  marked as resolved, so that the lookup is not stuck on the
253	  requestlist.
254
2558 May 2024: Wouter
256	- Fix to squelch udp connect errors in the log at low verbosity about
257	  invalid argument for IPv6 link local addresses.
258
2597 May 2024: Wouter
260	- Merge #1062: Fix potential overflow bug while parsing port in
261	  function cfg_mark_ports.
262	- Fix for #1062: declaration before statement, avoid print of null,
263	  and redundant check for array size.
264
2651 May 2024: Wouter
266	- Fix for the DNSBomb vulnerability CVE-2024-33655. Thanks to Xiang Li
267	  from the Network and Information Security Lab of Tsinghua University
268	  for reporting it.
269	- Set version number to 1.20.0 for release. This became the release
270	  on 8 may 2024, the repository continues with version 1.20.1.
271
27229 April 2024: Yorgos
273	- Cleanup unnecessary strdup calls for EDE strings.
274
27529 April 2024: Wouter
276	- Fix doxygen comment for errinf_to_str_bogus.
277
27826 April 2024: Wouter
279	- Fix cachedb with serve-expired-client-timeout disabled. The edns
280	  subnet module deletes global cache and cachedb cache when it
281	  stores a result, and serve-expired is enabled, so that the global
282	  reply, that is older than the ecs reply, does not return after
283	  the ecs reply expires.
284	- Add unit tests for cachedb and subnet cache expired data.
285	- Man page entry for unbound-checkconf -q.
286
28726 April 2024: Yorgos
288	- Fix #876: [FR] can unbound-checkconf be silenced when configuration
289	  is valid?
290
29125 April 2024: Wouter
292	- Fix configure flto check error, by finding grep for it.
293	- Merge #1041: Stub and Forward unshare. This has one structure
294	  for them and fixes #1038: fatal error: Could not initialize
295	  thread / error: reading root hints.
296	- Fix to disable fragmentation on systems with IP_DONTFRAG,
297	  with a nonzero value for the socket option argument.
298	- Fix doc unit test for out of directory build.
299
30024 April 2024: Wouter
301	- Fix ci workflow for macos for moved install locations.
302
30323 April 2024: Yorgos
304	- Merge #1053: Remove child delegations from cache when grandchild
305	  delegations are returned from parent.
306
30722 April 2024: Wouter
308	- Add checklock feature verbose_locking to trace locks and unlocks.
309	- Fix edns subnet to sort rrset references when storing messages
310	  in the cache. This fixes a race condition in the rrset locks.
311
31215 April 2024: Wouter
313	- Fix #1048: Update ax_pkg_swig.m4 and ax_pthread.m4.
314	- Fix configure, autoconf for #1048.
315
31615 April 2024: Yorgos
317	- Merge #1049 from Petr Menšík: Py_NoSiteFlag is not needed since
318	  Python 3.8
319
32012 April 2024: Wouter
321	- Fix cachedb for serve-expired with serve-expired-client-timeout.
322	- Fixup unit test for cachedb server expired client timeout with
323	  a check if response if from upstream or from cachedb.
324	- Fixup cachedb to not refetch when serve-expired-client-timeout is
325	  used.
326
32710 April 2024: Wouter
328	- Implement cachedb-check-when-serve-expired: yes option, default
329	  is enabled. When serve expired is enabled with cachedb, it first
330	  checks cachedb before serving the expired response.
331	- Fixup compile without cachedb.
332	- Add test for cachedb serve expired.
333	- Extended test for cachedb serve expired.
334	- Fix makefile dependencies for fake_event.c.
335	- Fix cachedb for serve-expired with serve-expired-reply-ttl.
336	- Fix to not reply serve expired unless enabled for cachedb.
337
3389 April 2024: Yorgos
339	- Merge #1043 from xiaoxiaoafeifei: Add loongarch support; updates
340	  config.guess(2024-01-01) and config.sub(2024-01-01), verified
341	  with upstream.
342
3438 April 2024: Yorgos
344	- Fix #595: unbound-anchor cannot deal with full disk; it will now
345	  first write out to a temp file before replacing the original one,
346	  like Unbound already does for auto-trust-anchor-file.
347
3485 April 2024: Wouter
349	- Fix comment syntax for view function views_find_view.
350
3515 April 2024: Yorgos
352	- Merge #1027: Introduce 'cache-min-negative-ttl' option.
353
3543 April 2024: Wouter
355	- Fix #1040: fix heap-buffer-overflow issue in function cfg_mark_ports
356	  of file util/config_file.c.
357	- For #1040: adjust error text and disallow negative ports in other
358	  parts of cfg_mark_ports.
359
3603 April 2024: Yorgos
361	- Fix #1035: Potential Bug while parsing port from the "stub-host"
362	  string; also affected forward-zones and remote-control host
363	  directives.
364	- Fix #369: dnstap showing extra responses; for client responses
365	  right from the cache when replying with expired data or
366	  prefetching.
367
36828 March 2024: Wouter
369	- Fix #1034: DoT forward-zone via unbound-control.
370	- Fix for crypto related failures to have a better error string.
371
37227 March 2024: Wouter
373	- Fix name of unit test for subnet cache response.
374	- Fix #1032: The size of subnet_msg_cache calculation mistake cause
375	  memory usage increased beyond expectations.
376	- Fix for #1032, add safeguard to make table space positive.
377	- Fix comment in lruhash space function.
378	- Fix to add unit test for lruhash space that exercises the routines.
379	- Fix that when the server truncates the pidfile, it does not follow
380	  symbolic links.
381	- Fix that the server does not chown the pidfile.
382
38325 March 2024: Yorgos
384	- Merge #831 from Pierre4012: Improve Windows NSIS installer
385	  script (setup.nsi).
386	- For #831: Format text, use exclamation icon and explicit label
387	  names.
388
38919 March 2024: Wouter
390	- Fix rpz so that rpz CNAME can apply after rpz CNAME. And fix that
391	  clientip and nsip can give a CNAME.
392	- Fix localdata and rpz localdata to match CNAME only if no direct
393	  type match is available.
394
39518 March 2024: Wouter
396	- Fix that rpz CNAME content is limited to the max number of cnames.
397	- Fix rpz, it follows iterator CNAMEs for nsip and nsdname and sets
398	  the reply query_info values, that is better for debug logging.
399	- Fix rpz that copies the cname override completely to the temp
400	  region, so there are no references to the rpz region.
401	- Add rpz unit test for nsip action override.
402	- Fix rpz for qtype CNAME after nameserver trigger.
403
40415 March 2024: Yorgos
405	- Merge #1030: Persist the openssl and expat directories for repeated
406	  Windows builds.
407
40815 March 2024: Wouter
409	- Fix that addrinfo is not kept around but copied and freed, so that
410	  log-destaddr uses a copy of the information, much like NSD does.
411
41213 March 2024: Wouter
413	- Fix #1029: rpz trigger clientip and action rpz-passthru not working
414	  as expected.
415	- Fix rpz that the rpz override is taken in case of clientip triggers.
416	  Fix that the clientip passthru action is logged. Fix that the
417	  clientip localdata action is logged. Fix rpz override action cname
418	  for the clientip trigger.
419	- Fix to unify codepath for local alias for rpz cname action override.
420	- Fix rpz for cname override action after nsdname and nsip triggers.
421
42212 March 2024: Yorgos
423	- Merge #1028: Clearer documentation for tcp-idle-timeout and
424	  edns-tcp-keepalive-timeout.
425
42611 March 2024: Wouter
427	- Fix #1021 Inconsistent Behavior with Changing rpz-cname-override
428	  and doing a unbound-control reload.
429
4308 March 2024: Wouter
431	- Fix unbound-control-setup.cmd to use 3072 bits so that certificates
432	  are long enough for newer OpenSSL versions. This fix is included
433	  in 1.19.3rc2.
434	- Fix TTL of synthesized CNAME when a DNAME is used from cache. This
435	  fix is included in 1.19.3rc2.
436	- Remove unused portion from iter_dname_ttl unit test.
437	- Fix validator classification of qtype DNAME for positive and
438	  redirection answers, and fix validator signature routine for dealing
439	  with the synthesized CNAME for a DNAME without previously
440	  encountering it and also for when the qtype is DNAME.
441	- Fix qname minimisation for reply with a DNAME for qtype CNAME that
442	  answers it.
443	- Fix doc test so it ignores but outputs unsupported doxygen options.
444	- Fix unbound-control-setup.cmd to have CA v3 basicConstraints,
445	  like unbound-control-setup.sh has. This fix is included in 1.19.3rc2.
446
4478 March 2024: Yorgos
448	- Update doc/unbound.doxygen with 'doxygen -u'. Fixes option
449	  deprecation warnings and updates with newer defaults.
450
4517 March 2024: Wouter
452	- Version set to 1.19.3 for release. After 1.19.2 point release with
453	  security fix for CVE-2024-1931, Denial of service when trimming
454	  EDE text on positive replies. The code repo includes the fix and
455	  is for version 1.19.3. The code repo continues for version 1.19.4,
456	  but 1.19.3 includes the fixes in 1.19.3rc2 as well.
457
4585 March 2024: Wouter
459	- Fix for #1022: Fix ede prohibited in access control refused answers.
460
4614 March 2024: Wouter
462	- Fix edns subnet replies for scope zero answers to not get stored
463	  in the global cache, and in cachedb, when the upstream replies
464	  without an EDNS record.
465
46628 February 2024: Wouter
467	- Move github workflows to use checkoutv4.
468
46923 February 2024: Yorgos
470	- Document the suspend argument for process_ds_response().
471
47222 February 2024: Wouter
473	- Fix trim of EDE text from large udp responses from spinning cpu.
474
47520 February 2024: Yorgos
476	- Merge #1010: Mention REFUSED has the TC bit set with unmatched
477	  allow_cookie acl in the manpage. It also fixes the code to match the
478	  documentation about clients with a valid cookie that bypass the
479	  ratelimit regardless of the allow_cookie acl.
480
48113 February 2024: Wouter
482	- Fix CVE-2023-50387, DNSSEC verification complexity can be exploited
483	  to exhaust CPU resources and stall DNS resolvers.
484	- Fix CVE-2023-50868, NSEC3 closest encloser proof can exhaust CPU.
485	- These fixes are part of the 1.19.1 release, that is a security
486	  point release on 1.19.0, the code repository continues with these
487	  fixes, with version number 1.19.2.
488
4898 February 2024: Wouter
490	- Fix documentation for access-control in the unbound.conf man page.
491
4927 February 2024: Yorgos
493	- Fix #1006: Can't find protobuf-c package since #999.
494
49530 January 2024: Wouter
496	- Merge #999: Search for protobuf-c with pkg-config.
497
49823 January 2024: Yorgos
499	- Update message TTL when using cached RRSETs. It could result in
500	  non-expired messages with expired RRSETs (non-usable messages by
501	  Unbound).
502
50322 January 2024: Yorgos
504	- Update error printout for duplicate trust anchors to include the
505	  trust anchor name (relates to #920).
506
50722 January 2024: Wouter
508	- Fix for #997: Print details for SSL certificate failure.
509
51017 January 2024: Wouter
511	- Update workflow for ports to use newer openssl on windows compile.
512	- Fix warning for windres on resource files due to redefinition.
513
51416 January 2024: Wouter
515	- Fix to link with libssp for libcrypto and getaddrinfo check for
516	  only header. Also update crosscompile to remove ssp for 32bit.
517	- Merge #993: Update b.root-servers.net also in example config file.
518
51915 January 2024: Wouter
520	- Fix to link with -lcrypt32 for OpenSSL 3.2.0 on Windows.
521
5229 January 2024: Wouter
523	- Merge #988: Fix NLnetLabs#981: dump_cache truncates large records.
524
5255 January 2024: Wouter
526	- Merge #987: skip edns frag retry if advertised udp payload size is
527	  not smaller.
528	- Fix unit test for #987 change in udp1xxx retry packet send.
529
5304 January 2024: Wouter
531	- Remove unneeded newlines and improve indentation in remote control
532	  code.
533
5343 January 2024: Wouter
535	- Merge #980: DoH: reject non-h2 early. To fix #979: Improve errors
536	  for non-HTTP/2 DoH clients.
537	- Merge #985: Add DoH and DoT to dnstap message.
538	- Fix #983: Sha1 runtime insecure change was incomplete.
539
54022 December 2023: Yorgos
541	- Update example.conf with cookie options.
542
5438 December 2023: Yorgos
544	- Merge PR #973: Use the origin (DNAME) TTL for synthesized CNAMEs as
545	  per RFC 6672.
546
5478 December 2023: Wouter
548	- Fix root_zonemd unit test, it checks that the root ZONEMD verifies,
549	  now that the root has a valid ZONEMD.
550
5517 December 2023: Wouter
552	- Fix #974: doc: default number of outgoing ports without libevent.
553	- Merge #975: Fixed some syntax errors in rpl files.
554
5556 December 2023: Wouter
556	- Fix to sync the tests script file common.sh.
557	- iana portlist update.
558	- Updated IPv4 and IPv6 address for b.root-servers.net in root hints.
559	- Update test script file common.sh.
560	- Fix tests to use new common.sh functions, wait_logfile and
561	  kill_from_pidfile.
562
5635 December 2023: Wouter
564	- Merge #971: fix 'WARNING: Message has 41 extra bytes at end'.
565	- Fix #969: [FR] distinguish Do53, DoT and DoH in the logs.
566	- Fix dnstap that assertion failed on logging other than UDP and TCP
567	  traffic. It lists it as TCP traffic.
568
56927 November 2023: Yorgos
570	- Merge #968: Replace the obsolescent fgrep with grep -F in tests.
571
57227 November 2023: Wouter
573	- Fix #964: config.h.in~ backup file in release tar balls.
574
57524 November 2023: Yorgos
576	- Use 127.0.0.1 explicitly in tests to avoid delays and errors on
577	  newer systems.
578
5799 November 2023: Wouter
580	- Fix unit test parse of origin syntax.
581
5822 November 2023: Wouter
583	- Set version number to 1.19.0.
584	- Tag for 1.19.0rc1 release. It became 1.19.0 release on 8 nov 2023.
585	  The repository continues with 1.19.1.
586
5871 November 2023: George
588	- Mention flex and bison in README.md when building from repository
589	  source.
590
5911 November 2023: Wouter
592	- Fix SSL compile failure for definition in log_crypto_err_io_code_arg.
593	- Fix SSL compile failure for other missing definitions in
594	  log_crypto_err_io_code_arg.
595	- Fix compilation without openssl, remove unused function warning.
596
59731 October 2023: George
598	- Fix #941: dnscrypt doesn't work after upgrade to 1.18 with
599	  suggestion by dukeartem to also fix the udp_ancil with dnscrypt.
600
60130 October 2023: George
602	- Merge #930 from Stuart Henderson: add void to
603	  log_ident_revert_to_default declaration.
604
60530 October 2023: Wouter
606	- autoconf.
607
60824 October 2023: George
609	- Clearer configure text for missing protobuf-c development libraries.
610
61120 October 2023: Wouter
612	- Merge #951: Cachedb no store. The cachedb-no-store: yes option is
613	  used to stop cachedb from writing messages to the backend storage.
614	  It reads messages when data is available from the backend. The
615	  default is no.
616
61719 October 2023: Wouter
618	- Fix to print detailed errors when an SSL IO routine fails via
619	  SSL_get_error.
620
62118 October 2023: George
622	- Mailing list patches from Daniel Gröber for DNS64 fallback to plain
623	  AAAA when no A record exists for synthesis, and minor DNS64 code
624	  refactoring for better readability.
625	- Fixes for the DNS64 patches.
626	- Update the dns64_lookup.rpl test for the DNS64 fallback patch.
627	- Merge #955 from buevsan: fix ipset wrong behavior.
628	- Update testdata/ipset.tdir test for ipset fix.
629
63017 October 2023: Wouter
631	- Fix #954: Inconsistent RPZ handling for A record returned along with
632	  CNAME.
633
63416 October 2023: George
635	- Expose the script filename in the Python module environment 'mod_env'
636	  instead of the config_file structure which includes the linked list
637	  of scripts in a multi Python module setup; fixes #79.
638	- Expose the configured listening and outgoing interfaces, if any, as
639	  a list of strings in the Python 'config_file' class instead of the
640	  current Swig object proxy; fixes #79.
641	- For multi Python module setups, clean previously parsed module
642	  functions in __main__'s dictionary, if any, so that only current
643	  module functions are registered.
644
64513 October 2023: George
646	- Better fix for infinite loop when reading multiple lines of input on
647	  a broken remote control socket, by treating a zero byte line the
648	  same as transmission end. Addesses #947 and #948.
649
65012 October 2023: Wouter
651	- Merge #944: Disable EDNS DO.
652	  Disable the EDNS DO flag in upstream requests. This can be helpful
653	  for devices that cannot handle DNSSEC information. But it should not
654	  be enabled otherwise, because that would stop DNSSEC validation. The
655	  DNSSEC validation would not work for Unbound itself, and also not
656	  for downstream users. Default is no. The option
657	  is disable-edns-do: no
658
65911 October 2023: George
660	- Fix #850: [FR] Ability to use specific database in Redis, with new
661	  redis-logical-db configuration option.
662
66311 October 2023: Wouter
664	- Fix #949: "could not create control compt".
665	- Fix that cachedb does not warn when serve-expired is disabled about
666	  use of serve-expired-reply-ttl and serve-expired-client-timeout.
667	- Fix for #949: Fix pythonmod/ubmodule-tst.py for Python 3.x.
668
66910 October 2023: George
670	- Fix infinite loop when reading multiple lines of input on a broken
671	  remote control socket. Addesses #947 and #948.
672
6739 October 2023: Wouter
674	- Fix edns subnet so that queries with a source prefix of zero cause
675	  the recursor send no edns subnet option to the upstream.
676	- Fix that printout of EDNS options shows the EDNS cookie option by
677	  name.
678
6794 October 2023: Wouter
680	- Fix #946: Forwarder returns servfail on upstream response noerror no
681	  data.
682
6833 October 2023: George
684	- Merge #881: Generalise the proxy protocol code.
685
6862 October 2023: George
687	- Fix misplaced comment.
688
68922 September 2023: Wouter
690	- Fix #942: 1.18.0 libunbound DNS regression when built without
691	  OpenSSL.
692
69318 September 2023: Wouter
694	- Fix rpz tcp-only action with rpz triggers nsdname and nsip.
695
69615 September 2023: Wouter
697	- Merge #936: Check for c99 with autoconf versions prior to 2.70.
698	- Fix to remove two c99 notations.
699
70014 September 2023: Wouter
701	- Fix authority zone answers for obscured DNAMEs and delegations.
702
7038 September 2023: Wouter
704	- Fix send of udp retries when ENOBUFS is returned. It stops looping
705	  and also waits for the condition to go away. Reported by Florian
706	  Obser.
707
7087 September 2023: Wouter
709	- Fix to scrub resource records of type A and AAAA that have an
710	  inappropriate size. They are removed from responses.
711	- Fix to move msgparse_rrset_remove_rr code to util/msgparse.c.
712	- Fix to add EDE text when RRs have been removed due to length.
713	- Fix to set ede match in unit test for rr length removal.
714	- Fix to print EDE text in readable form in output logs.
715
7166 September 2023: Wouter
717	- Merge #931: Prevent warnings from -Wmissing-prototypes.
718
71931 August 2023: Wouter
720	- Fix autoconf 2.69 warnings in configure.
721	- Fix #927: unbound 1.18.0 make test error. Fix make test without SHA1.
722
72330 August 2023: Wouter
724	- Fix for WKS call to getservbyname that creates allocation on exit
725	  in unit test by testing numbers first and testing from the services
726	  list later.
727
72828 August 2023: Wouter
729	- Fix for version generation race condition that ignored changes.
730
73125 August 2023: Wouter
732	- Fix compile error on NetBSD in util/netevent.h.
733
73423 August 2023: Wouter
735	- Tag for 1.18.0rc1 release. This became the 1.18.0 release on
736	  30 aug 2023, with the fix from 25 aug, fix compile on NetBSD
737	  included. The repository continues with version 1.18.1.
738
73922 August 2023: Wouter
740	- Set version number to 1.18.0.
741
74221 August 2023: Wouter
743	- Debug Windows ci workflow.
744	- Fix windows ci workflow to install bison and flex.
745	- Fix for #925: unbound.service: Main process exited, code=killed,
746	  status=11/SEGV. Fixes cachedb configuration handling.
747	- Fix #923: processQueryResponse() THROWAWAY should be mindful of
748	  fail_reply.
749	- Fix unit test for unbound-control to work when threads are disabled,
750	  and fix cache dump check.
751
75218 August 2023: Wouter
753	- Fix for iter_dec_attempts that could cause a hang, part of
754	  capsforid and qname minimisation, depending on the settings.
755	- Fix uninitialized memory passed in padding bytes of cmsg to sendmsg.
756	- Fix stat_values test to work with dig that enables DNS cookies.
757
75817 August 2023: Wouter
759	- Merge PR #762: Downstream DNS Server Cookies a la RFC7873 and
760	  RFC9018. Create server cookies for clients that send client cookies.
761	  This needs to be explicitly turned on in the config file with:
762	  `answer-cookie: yes`. A `cookie-secret:` can be configured for
763	  anycast setups. Without one, a random cookie secret is generated.
764	  The acl option `allow_cookie` allows queries with either a valid
765	  cookie or over a stateful transport. The statistics output has
766	  `queries_cookie_valid` and `queries_cookie_client` and
767	  `queries_cookie_invalid` information. The `ip\-ratelimit\-cookie:`
768	  value determines a rate limit for queries with cookies, if desired.
769	- Fix regional_alloc_init for potential unaligned source of the copy.
770	- Fix ip_ratelimit test to work with dig that enables DNS cookies.
771
7722 August 2023: George
773	- Move a cache reply callback in worker.c closer to the cache reply
774	  generation.
775
7761 August 2023: George
777	- Merge #911 from natalie-reece: Exclude EDE before other EDNS options
778	  when there isn't enough space.
779	- For #911: Try to trim EXTRA-TEXT (and LDNS_EDE_OTHER options
780	  altogether) before giving up on attaching EDE options.
781	- More braces and formatting for Fix for EDNS EDE size calculation to
782	  avoid future bugs.
783	- Fix to use the now cached EDE, if any, for CD_bit queries.
784
7851 August 2023: Wouter
786	- Fix for EDNS EDE size calculation.
787
78831 July 2023: George
789	- Merge #790 from Tom Carpay: Add support for EDE caching in cachedb
790	  and subnetcache.
791
79231 July 2023: Wouter
793	- iana portlist update.
794
79530 July 2023: George
796	- Merge #759 from Tom Carpay: Add EDE (RFC8914) caching.
797
79828 July 2023: George
799	- Fix unused variable compile warning for kernel timestamps in
800	  netevent.c
801
80221 July 2023: George
803	- Merge #857 from eaglegai: fix potential memory leaks when errors
804	  happen.
805	- For #857: fix mixed declarations and code.
806	- Merge #118 from mibere: Changed verbosity level for Redis init &
807	  deinit.
808	- Merge #390 from Frank Riley: Add missing callbacks to the python
809	  module.
810	- Cleaner failure code for callback functions in interface.i.
811	- Merge #889 from borisVanhoof: Free memory in error case + remove
812	  unused function.
813	- For #889: use netcat-openbsd instead of netcat-traditional.
814	- For #889: Account for num_detached_states before possible
815	  mesh_state_delete when erroring out.
816
81720 July 2023: George
818	- Merge #909 from headshog: Numeric truncation when parsing TYPEXX and
819	  CLASSXX representation.
820	- For #909: Fix return values.
821	- Merge #901 from Sergei Trofimovich: config: improve handling of
822	  unknown modules.
823
82420 July 2023: Wouter
825	- For #909: Fix RR class comparison.
826
82714 July 2023: George
828	- More clear description of the different auth-zone behaviors on the
829	  man page.
830
83113 July 2023: George
832	- Merge #880 from chipitsine: services/authzone.c: remove redundant
833	  check.
834
83511 July 2023: George
836	- Merge #664 from tilan7763: Add prefetch support for subnet cache
837	  entries.
838	- For #664: Easier code flow for subnetcache prefetching.
839	- For #664: Add testcase.
840	- For #664: Rename subnet_prefetch tests to subnet_global_prefetch to
841	  differentiate from the new subnet prefetch support.
842
8433 July 2023: George
844	- Merge #739: Add SVCB dohpath support.
845	- Code cleanup for sldns_str2wire_svcparam_key_lookup.
846	- Merge #802: add validation EDEs to queries where the CD bit is set.
847	- For #802: Cleanup comments and add RCODE check for CD bit test case.
848	- Skip the 00-lint test. splint is not maintained; it either does not
849	  work or produces false positives. Static analysis is handled in the
850	  clang test.
851
8523 July 2023: Wouter
853	- Fix #906: warning: ‘Py_SetProgramName’ is deprecated.
854	- Fix dereference of NULL variable warning in mesh_do_callback.
855
85629 June 2023: George
857	- More fixes for reference counting for python module and clean up
858	  failure code.
859	- Merge #827 from rcmcdonald91: Eliminate unnecessary Python reloading
860	  which causes memory leaks.
861
86229 June 2023: Wouter
863	- Fix python modules with multiple scripts, by incrementing reference
864	  counts.
865
86627 June 2023: George
867	- Merge #892: Add cachedb hit stat. Introduces 'num.query.cachedb' as
868	  a new statistical counter.
869	- Remove warning about unknown cast-function-type warning pragma.
870
87122 June 2023: Wouter
872	- Merge #903: contrib: add yocto compatible init script.
873
87415 June 2023: Philip
875	- Fix for issue #887 (Timeouts to forward servers on BSD based
876	  system with ASLR)
877	- Probably fixes #516 (Stream reuse does not work on Windows) as well
878
87914 June 2023: George
880	- Properly handle all return values of worker_check_request during
881	  early EDE code.
882	- Do not check the incoming request more than once.
883
88412 June 2023: Wouter
885	- Merge #896: Fix: #895: pythonmodule: add all site-packages
886	  directories to sys.path.
887	- Fix #895: python + sysconfig gives ANOTHER path comparing to
888	  distutils.
889	- Fix for uncertain unit test for doh buffer size events.
890
89125 May 2023: Wouter
892	- Fix unbound-dnstap-socket printout when no query is present.
893	- Fix unbound-dnstap-socket time fraction conversion for printout.
894
89519 May 2023: Wouter
896	- Fix RPZ removal of client-ip, nsip, nsdname triggers from IXFR.
897	- Fix to remove unused variables from RPZ clientip data structure.
898
89916 May 2023: Wouter
900	- Fix #888: [FR] Use kernel timestamps for dnstap.
901	- Fix to print debug log for ancillary data with correct IP address.
902
90311 May 2023: Wouter
904	- Fix warning in windows compile, in set_recvtimestamp.
905
9064 May 2023: Wouter
907	- Fix #885: Error: util/configlexer.c: No such file or directory,
908	  adds error messages explaining to install flex and bison.
909	- Fix to remove unused whitespace from acx_nlnetlabs.m4 and config.h.
910	- Fix doxygen in addr_to_nat64 header definition.
911
9121 May 2023: George
913	- Merge #722 from David 'eqvinox' Lamparter: NAT64 support.
914	- For #722: minor fixes, formatting, refactoring.
915
9161 May 2023: Wouter
917	- Fix RPZ IP responses with trigger rpz-drop on cache entries, that
918	  they are dropped.
919
92026 April 2023: Philip
921	- Fix issue #860: Bad interaction with 0 TTL records and serve-expired
922
92326 April 2023: Wouter
924	- Merge #882 from vvfedorenko: Features/dropqueuedpackets, with
925	  sock-queue-timeout option that drops packets that have been in the
926	  socket queue for too long. Added statistics num.queries_timed_out
927	  and query.queue_time_us.max that track the socket queue timeouts.
928	- Fix for #882: small changes, date updated in Copyright for
929	  util/timeval_func.c and util/timeval_func.h. Man page entries and
930	  example entry.
931	- Fix for #882: document variable to stop doxygen warning.
932
93319 April 2023: Wouter
934	- Fix for #878: Invalid IP address in unbound.conf causes Segmentation
935	  Fault on OpenBSD.
936
93714 April 2023: Wouter
938	- Merge #875: change obsolete txt URL in unbound-anchor.c to point
939	  to RFC 7958, and Fix #874.
940
94113 April 2023: Wouter
942	- Fix build badge, from failing travis link to github ci action link.
943
9446 April 2023: Wouter
945	- Fix for #870: Add test case for the qname minimisation and CNAME.
946
9474 April 2023: Wouter
948	- Fix #870: NXDOMAIN instead of NOERROR rcode when asked for existing
949	  CNAME record.
950
95124 March 2023: Philip
952	- Fix issue #676: Unencrypted query is sent when
953	  forward-tls-upstream: yes is used without tls-cert-bundle
954	- Extra consistency check to make sure that when TLS is requested,
955	  either we set up a TLS connection or we return an error.
956
95721 March 2023: Philip
958	- Fix issue #851: reserved identifier violation
959
96020 March 2023: Wouter
961	- iana portlist update.
962
96317 March 2023: George
964	- Fix #812, fix #846, by using the SSL_OP_IGNORE_UNEXPECTED_EOF option
965	  to ignore the unexpected eof while reading in openssl >= 3.
966
96716 March 2023: Wouter
968	- Fix ssl.h include brackets, instead of quotes.
969
97014 March 2023: Wouter
971	- Fix unbound-dnstap-socket test program to reply the finish frame
972	  over a TLS connection correctly.
973
97423 February 2023: Wouter
975	- Fix for #852: Completion of error handling.
976
97721 February 2023: Philip
978       - Fix #825: Unexpected behavior with client-subnet-always-forward
979         and serve-expired
980
98110 February 2023: George
982	- Clean up iterator/iterator.c::error_response_cache() and allow for
983	  better interaction with serve-expired, prefetch and cached error
984	  responses.
985
9869 February 2023: George
987	- Allow TTL refresh of expired error responses.
988	- Add testcase for refreshing expired error responses.
989
9909 February 2023: Wouter
991	- Fix to ignore entirely empty responses, and try at another authority.
992	  This turns completely empty responses, a type of noerror/nodata into
993	  a servfail, but they do not conform to RFC2308, and the retry can
994	  fetch improved content.
995	- Fix unit tests for spurious empty messages.
996	- Fix consistency of unit test without roundrobin answers for the
997	  cnametooptout unit test.
998	- Fix to git ignore the library symbol file that configure can create.
999
10008 February 2023: Wouter
1001	- Fix #841: Unbound won't build with aaaa-filter-iterator.patch.
1002
100330 January 2023: George
1004	- Add duration variable for speed_local.test.
1005
100626 January 2023: Wouter
1007	- Fix acx_nlnetlabs.m4 for -Wstrict-prototypes.
1008
100923 January 2023: George
1010	- Fix #833: [FR] Ability to set the Redis password.
1011
101223 January 2023: Wouter
1013	- Fix #835: [FR] Ability to use Redis unix sockets.
1014
101520 January 2023: Wouter
1016	- Merge #819: Added new static zone type block_a to suppress all A
1017	  queries for specific zones.
1018
101919 January 2023: Wouter
1020	- Set max-udp-size default to 1232. This is the same default value as
1021	  the default value for edns-buffer-size. It restricts client edns
1022	  buffer size choices, and makes unbound behave similar to other DNS
1023	  resolvers. The new choice, down from 4096 means it is harder to get
1024	  large responses from Unbound. Thanks to Xiang Li, from NISL Lab,
1025	  Tsinghua University.
1026	- Add harden-unknown-additional option. It removes
1027	  unknown records from the authority section and additional section.
1028	  Thanks to Xiang Li, from NISL Lab, Tsinghua University.
1029	- Set default for harden-unknown-additional to no. So that it does
1030	  not hamper future protocol developments.
1031	- Fix test for new default.
1032
103318 January 2023: Wouter
1034	- Fix not following cleared RD flags potentially enables amplification
1035	  DDoS attacks, reported by Xiang Li and Wei Xu from NISL Lab,
1036	  Tsinghua University. The fix stops query loops, by refusing to send
1037	  RD=0 queries to a forwarder, they still get answered from cache.
1038
103913 January 2023: Wouter
1040	- Merge #826: Аdd a metric about the maximum number of collisions in
1041	  lrushah.
1042	- Improve documentation for #826, describe the large collisions amount.
1043
10449 January 2023: Wouter
1045	- Fix python module install path detection.
1046	- Fix python version detection in configure.
1047
10486 January 2023: Wouter
1049	- Fix #823: Response change to NODATA for some ANY queries since
1050	  1.12, tested on 1.16.1.
1051	- Fix wildcard in hyperlocal zone service degradation, reported
1052	  by Sergey Kacheev. This fix is included in 1.17.1rc2.
1053	  That became 1.17.1 on 12 Jan 2023, the code repo continues
1054	  with 1.17.2. 1.17.1 excludes fix #823, it is included forwards.
1055
10565 January 2023: Wouter
1057	- Tag for 1.17.1 release.
1058
10592 January 2023: Wouter
1060	- Fix windows compile for libunbound subprocess reap comm point closes.
1061	- Update github workflows to use checkout v3.
1062
106314 December 2022: George
1064	- Merge #569 from JINMEI Tatuya: add keep-cache option to
1065	  'unbound-control reload' to keep caches.
1066
106713 December 2022: George
1068	- Expose 'statistics-inhibit-zero' as a configuration option; the
1069	  default value retains Unbound's behavior.
1070	- Expose 'max-sent-count' as a configuration option; the
1071	  default value retains Unbound's behavior.
1072	- Merge #461 from Christian Allred: Add max-query-restarts option.
1073	  Exposes an internal configuration but the default value retains
1074	  Unbound's behavior.
1075
107613 December 2022: Wouter
1077	- Merge #808: Wrap Makefile script's directory variables in quotes.
1078	- Fix to wrap Makefile scripts directory in quotes for uninstall.
1079
10801 December 2022: Wouter
1081	- Fix #773: When used with systemd-networkd, unbound does not start
1082	  until systemd-networkd-wait-online.service times out.
1083
108430 November 2022: George
1085	- Add SVCB and HTTPS to the types removed by 'unbound-control flush'.
1086	- Clear documentation for interactivity between the subnet module and
1087	  the serve-expired and prefetch configuration options.
1088
108930 November 2022: Wouter
1090	- Fix #782: Segmentation fault in stats.c:404.
1091
109228 November 2022: Wouter
1093	- Fix for the ignore of tcp events for closed comm points, preserve
1094	  the use after free protection features.
1095
109623 November 2022: Philip
1097	- Merge #720 from jonathangray: fix use after free when
1098	  WSACreateEvent() fails.
1099
110022 November 2022: George
1101	- Ignore expired error responses.
1102
110311 November 2022: Wouter
1104	- Fix #779: [doc] Missing documention in ub_resolve_event() for
1105	  callback parameter was_ratelimited.
1106
11079 November 2022: George
1108	- Complementary fix for distutils.sysconfig deprecation in Python 3.10
1109	  to commit 62c5039ab9da42713e006e840b7578e01d66e7f2.
1110
11118 November 2022: Wouter
1112	- Fix to ignore tcp events for closed comm points.
1113	- Fix to make sure to not read again after a tcp comm point is closed.
1114	- Fix #775: libunbound: subprocess reap causes parent process reap
1115	  to hang.
1116	- iana portlist update.
1117
111821 October 2022: George
1119	- Merge #767 from jonathangray: consistently use IPv4/IPv6 in
1120	  unbound.conf.5.
1121
112221 October 2022: Wouter
1123	- Fix that cachedb does not store failures in the external cache.
1124
112518 October 2022: George
1126	- Clarify the use of MAX_SENT_COUNT in the iterator code.
1127
112817 October 2022: Wouter
1129	- testcode/dohclient sets log identity to its name.
1130
113114 October 2022: Wouter
1132	- Merge #768 from fobser: Arithmetic on a pointer to void is a GNU
1133	  extension.
1134	- In unit test, print python script name list correctly.
1135
113613 October 2022: Wouter
1137	- Tag for 1.17.0 release. The code repository continues with 1.17.1.
1138
113911 October 2022: George
1140	- Fix PROXYv2 header read for TCP connections when no proxied addresses
1141	  are provided.
1142
11437 October 2022: Wouter
1144	- Tag for 1.17.0rc1 release.
1145
11467 October 2022: George
1147	- Fix to stop possible loops in the tcp reuse code (write_wait list
1148	  and tcp_wait list). Based on analysis and patch from Prad Seniappan
1149	  and Karthik Umashankar.
1150	- Fix unit test to properly test the reuse_write_wait_pop function.
1151
11526 October 2022: Wouter
1153	- Fix to stop responses with TC flag from resulting in partial
1154	  responses. It retries to fetch the data elsewhere, or fails the
1155	  query and in depth fix removes the TC flag from the cached item.
1156	- Fix proxy length debug output printout typecasts.
1157
11585 October 2022: Wouter
1159	- Fix dnscrypt compile for proxy protocol code changes.
1160
11615 October 2022: George
1162	- Use DEBUG_TDIR from environment in mini_tdir.sh for debugging.
1163	- Fix string comparison in mini_tdir.sh.
1164	- Make ede.tdir test more predictable by using static data.
1165	- Fix checkconf test for dnscrypt and proxy port.
1166
11674 October 2022: George
1168	- Merge #764: Leniency for target discovery when under load (for
1169	  NRDelegation changes).
1170
11714 October 2022: Wouter
1172	- Fix static analysis report to remove dead code from the
1173	  rpz_callback_from_iterator_module function.
1174	- Fix to clean up after the acl_interface unit test.
1175
11763 October 2022: George
1177	- Merge #760: PROXYv2 downstream support. (New proxy-protocol-port
1178	  configuration option).
1179
11803 October 2022: Wouter
1181	- Fix to remove erroneous TC flag from TCP upstream.
1182	- Fix test tdir skip report printout.
1183	- Fix windows compile, the identifier interface is defined in headers.
1184	- Fix to close errno block in comm_point_tcp_handle_read outside of
1185	  ifdef.
1186
118726 September 2022: George
1188	- Better output for skipped tdir tests.
1189
119021 September 2022: Wouter
1191	- Patch for CVE-2022-3204 Non-Responsive Delegation Attack.
1192	- This patch was released in 1.16.3, the code repository continues
1193	  with the previous features and fixes for 1.17.0.
1194	- Fix doxygen warning in respip.h.
1195
119620 September 2022: George
1197	- Convert tdir tests to use the new skip_test functionality.
1198	- Remove unused testcode/mini_tpkg.sh file.
1199
120016 September 2022: George
1201	- Merge #753: ACL per interface. (New interface-* configuration
1202	  options).
1203
12042 September 2022: Wouter
1205	- Remove include that was there for debug purposes.
1206	- Fix to check pthread_t size after pthread has been detected.
1207
12081 September 2022: Wouter
1209	- Fix to update config tests to fix checking if nonblocking sockets
1210	  work on OpenBSD.
1211	- Slow down log frequency of write wait failures.
1212	- Fix to set out of file descriptor warning to operational verbosity.
1213	- Fix to log a verbose message at operational notice level if a
1214	  thread is not responding, to stats requests. It is logged with
1215	  thread identifiers.
1216
121731 August 2022: Wouter
1218	- Fix to avoid process wide fcntl calls mixed with nonblocking
1219	  operations after a blocked write.
1220	- Patch from Vadim Fedorenko that adds MSG_DONTWAIT to receive
1221	  operations, so that instruction reordering does not cause mistakenly
1222	  blocking socket operations.
1223	- Fix to wait for blocked write on UDP sockets, with a timeout if it
1224	  takes too long the packet is dropped.
1225	- Fix for wait for udp send to stop when packet is successfully sent.
1226
122722 August 2022: Wouter
1228	- Fix #741: systemd socket activation fails on IPv6.
1229
123012 August 2022: Wouter
1231	- Fix to log accept error ENFILE and EMFILE errno, but slowly, once
1232	  per 10 seconds. Also log accept failures when no slow down is used.
1233
12345 August 2022: Wouter
1235	- Fix #734 [FR] enable unbound-checkconf to detect more (basic)
1236	  errors.
1237
12384 August 2022: Wouter
1239	- Fix ratelimit inconsistency, for ip-ratelimits the value is the
1240	  amount allowed, like for ratelimits.
1241
12422 August 2022: Wouter
1243	- Fix edns subnet so that scope 0 answers only match sourcemask 0
1244	  queries for answers from cache if from a query with sourcemask 0.
1245	- Fix unittest for edns subnet change.
1246	- Merge #730 from luisdallos: Fix startup failure on Windows 8.1 due
1247	  to unsupported IPV6_USER_MTU socket option being set.
1248
12491 August 2022: Wouter
1250	- Fix the novel ghost domain issues CVE-2022-30698 and CVE-2022-30699.
1251	- Tests for ghost domain fixes.
1252	- Tag for 1.16.2 release. The code repo continues with 1.16.3.
1253	- Fix #728: alloc_reg_obtain() core dump. Stop double
1254	  alloc_reg_release when serviced_create fails.
1255
125619 July 2022: George
1257	- Update documentation for 'outbound-msg-retry:'.
1258
125919 July 2022: Wouter
1260	- Merge #718: Introduce infra-cache-max-rtt option to config max
1261	  retransmit timeout.
1262
126315 July 2022: Wouter
1264	- Merge PR 714: Avoid treat normal hosts as unresponsive servers.
1265	  And fixup the lock code.
1266	- iana portlist update.
1267
126812 July 2022: George
1269	- For windows crosscompile, fix setting the IPV6_MTU socket option
1270	  equivalent (IPV6_USER_MTU); allows cross compiling with latest
1271	  cross-compiler versions.
1272
127312 July 2022: Wouter
1274	- Fix dname count in sldns parse type descriptor for SVCB and HTTPS.
1275
127611 July 2022: Wouter
1277	- Fix verbose EDE error printout.
1278
12794 July 2022: George
1280	- Fix bug introduced in 'improve val_sigcrypt.c::algo_needs_missing for
1281	  one loop pass'.
1282	- Merge PR #668 from Cristian Rodríguez: Set IP_BIND_ADDRESS_NO_PORT on
1283	  outbound tcp sockets.
1284
12854 July 2022: Wouter
1286	- Tag for 1.16.1rc1 release. This became 1.16.1 on 11 July 2022.
1287	  The code repo continues with version 1.16.2 under development.
1288
12893 July 2022: George
1290	- Merge PR #671 from Petr Menšík: Disable ED25519 and ED448 in FIPS
1291	  mode on openssl3.
1292	- Merge PR #660 from Petr Menšík: Sha1 runtime insecure.
1293	- For #660: formatting, less verbose logging, add EDE information.
1294	- Fix for correct openssl error when adding windows CA certificates to
1295	  the openssl trust store.
1296	- Improve val_sigcrypt.c::algo_needs_missing for one loop pass.
1297	- Reintroduce documentation and more EDE support for
1298	  val_sigcrypt.c::dnskeyset_verify_rrset_sig.
1299
13001 July 2022: George
1301	- Merge PR #706: NXNS fallback.
1302	- From #706: Cached NXDOMAIN does not increase the target nx
1303	  responses.
1304	- From #706: Don't generate parent side queries if we already
1305	  have the lame records in cache.
1306	- From #706: When a lame address is the best choice, don't try to
1307	  generate target queries when the missing targets are all lame.
1308
130929 June 2022: Wouter
1310	- iana portlist update.
1311	- Fix detection of libz on windows compile with static option.
1312	- Fix compile warning for windows compile.
1313
131429 June 2022: George
1315	- Add debug option to the mini_tdir.sh test code.
1316	- Fix #704: [FR] Statistics counter for number of outgoing UDP queries
1317	  sent; introduces 'num.query.udpout' to the 'unbound-control stats'
1318	  command.
1319	- Fix to not count cached NXDOMAIN for MAX_TARGET_NX.
1320	- Allow fallback to the parent side when MAX_TARGET_NX is reached.
1321	  This will also allow MAX_TARGET_NX more NXDOMAINs.
1322
132328 June 2022: George
1324	- Show the output of the exact .rpl run that failed with 'make test'.
1325	- Fix for cached 0 TTL records to not trigger prefetching when
1326	  serve-expired-client-timeout is set.
1327
132828 June 2022: Wouter
1329	- Fix test program dohclient close to use portability routine.
1330
133123 June 2022: Tom
1332	- Clarify -v flag manpage entry (#705)
1333
133422 June 2022: Philip
1335	- Fix #663: use after free issue with edns options.
1336
133721 June 2022: Philip
1338	- Fix for loading locally stored zones that have lines with blanks or
1339	  blanks and comments.
1340
134120 June 2022: George
1342	- Remove unused LDNS function check for GOST Engine unloading.
1343
134414 June 2022: George
1345	- Merge PR #688: Rpz url notify issue.
1346	- Note in the unbound.conf text that NOTIFY is allowed from the url:
1347	  addresses for auth and rpz zones.
1348
13493 June 2022: George
1350	- Fix for edns client subnet to respect not looking in its cache when
1351	  instructed to do so (e.g., prefetch).
1352
13533 June 2022: Wouter
1354	- makedist.sh picks up 32bit libssp-0.dll when 32bit compile.
1355
135627 May 2022: Wouter
1357	- Fix #684: [FTBS] configure script error with libmnl on openSUSE 15.3 (and possibly other distributions)
1358	- Version is set to 1.16.0 for release. Release tag 1.16.0rc1. This
1359	  became release 1.16.0 on 2 June 2022. The source code branch
1360	  continues with version 1.16.1 under development.
1361
136220 May 2022: Wouter
1363	- Fix to silence test for ede error output to the console from the
1364	  test setup script.
1365	- Fix ede test to not use default pidfile, and use local interface.
1366	- Fix some lint type warnings.
1367
136818 May 2022: George
1369	- Fix typos in config_set_option for the 'num-threads' and
1370	  'ede-serve-expired' options.
1371
137215 May 2022: George
1373	- Fix #678: [FR] modify behaviour of unbound-control rpz_enable zone,
1374	  by updating unbound-control's documentation.
1375
137612 May 2022: George
1377	- Fix #417: prefetch and ECS causing cache corruption when used
1378	  together.
1379
138012 May 2022: Wouter
1381	- Merge #677: Allow using system certificates not only on Windows,
1382	  from pemensik.
1383	- For #677: Added tls-system-cert to config parser and documentation.
1384
138511 May 2022: Wouter
1386	- Fix #673: DNS over TLS: error: SSL_handshake syscall: No route to
1387	  host.
1388
138910 May 2022: George
1390	- Fix Python build in non-source directory; based on patch by
1391	  Michael Tokarev.
1392
13936 May 2022: Tom
1394	- Merge PR #604: Add basic support for EDE (RFC8914).
1395
139628 April 2022: Wouter
1397	- Fix #670: SERVFAIL problems with unbound 1.15.0 running on
1398	  OpenBSD 7.1.
1399
14008 April 2022: Wouter
1401	- Fix zonemd check to allow unsupported algorithms to load.
1402	  If there are only unsupported algorithms, or unsupported schemes,
1403	  and no failed or successful other ZONEMD records, or malformed
1404	  or bad ZONEMD records, the unsupported records allow the zone load.
1405	- Fix zonemd unsupported algo check.
1406	- Fix zonemd unsupported algo check reason to not copy to next record,
1407	  and check for success for debug printout.
1408	- Fix zonemd unsupported algo check to print unsupported reason before
1409	  zeroing it.
1410	- Fix zonemd unsupported algo check to set reason to NULL before the
1411	  check routine, but after malformed checks, to get the correct NULL
1412	  output when the digest matches.
1413
141425 March 2022: Wouter
1415	- Fix spelling error in comment in sldns_str2wire_svcparam_key_lookup.
1416
141723 March 2022: Wouter
1418	- Fix #651: [FR] Better logging for refused queries.
1419
142018 March 2022: George
1421	- Merge PR #648 from eaglegai: fix -q doesn't work when use with
1422	  'unbound-control stats_shm'.
1423
142417 March 2022: Wouter
1425	- Fix to describe auth-zone and other configuration at the local-zone
1426	  configuration option, to allow for more broadly view of the options.
1427
142816 March 2022: Wouter
1429	- Fix to ensure uniform handling of spaces and tabs when parsing RRs.
1430
14319 March 2022: Wouter
1432	- Merge #644: Make `install-lib` make target install the pkg-config
1433	  file.
1434
14357 March 2022: Wouter
1436	- Fix configure for python to use sysutils, because distutils is
1437	  deprecated. It uses sysutils when available, distutils otherwise.
1438
14393 March 2022: Wouter
1440	- Fix #637: Integer Overflow in sldns_str2period function.
1441	- Fix for #637: fix integer overflow checks in sldns_str2period.
1442
14432 March 2022: George
1444	- Merge PR #632 from scottrw93: Match cnames in ipset.
1445	- Various fixes for #632: variable initialisation, convert the qinfo
1446	  to str once, accept trailing dot in the local-zone ipset option.
1447
14482 March 2022: Wouter
1449	- Fix compile warnings for printf ll format on mingw compile.
1450
14511 March 2022: Wouter
1452	- Fix pythonmod for change in iter_dp_is_useless function prototype.
1453
145428 February 2022: George
1455	- Fix #630: Unify the RPZ log messages.
1456	- Merge #623 from rex4539: Fix typos.
1457
145828 February 2022: Wouter
1459	- Fix #633: Document unix domain socket support for unbound-control.
1460	- Fix for #633: updated fix with new text.
1461	- Fix edns client subnet to add the option based on the option list,
1462	  so that it is not state dependent, after the state fix of #605 for
1463	  double EDNS options.
1464	- Fix for edns client subnet option add fix in removal code, from review.
1465
146625 February 2022: Wouter
1467	- Fix to detect that no IPv6 support means that IPv6 addresses are
1468	  useless for delegation point lookups.
1469	- update Makefile dependencies.
1470	- Fix check interface existence for support detection in remote lookup.
1471
147218 February 2022: Wouter
1473	- Fix that address not available is squelched from the logs for
1474	  udp connect failures. It is visible on verbosity 4 and more.
1475	- Merge #631 from mollyim: Replace OpenSSL's ERR_PACK with
1476	  ERR_GET_REASON.
1477
147816 February 2022: Wouter
1479	- Fix for #628: fix rpz-passthru for qname trigger by localzone type.
1480
148115 February 2022: Wouter
1482	- Fix #628: A rpz-passthru action is not ending RPZ zone processing.
1483
148411 February 2022: Wouter
1485	- Fix #624: Unable to stop Unbound in Windows console (does not
1486	  respond to CTRL+C command).
1487	- Fix #618: enabling interface-automatic disables DNS-over-TLS.
1488	  Adds the option to list interface-automatic-ports.
1489	- Remove debug info from #618 fix.
1490
14917 February 2022: Wouter
1492	- Fix that TCP interface does not use TLS when TLS is also configured.
1493
14944 February 2022: Wouter
1495	- Fix #412: cache invalidation issue with CNAME+A.
1496
14973 February 2022: Wouter
1498	- Fix for #611: Integer overflow in sldns_wire2str_pkt_scan.
1499	- Tag for 1.15.0rc1 created. That became 1.15.0 on 10 feb 2022.
1500	  The repository continues with version 1.15.1.
1501
15022 February 2022: George
1503	- Merge PR #532 from Shchelk: Fix: buffer overflow bug.
1504	- Merge PR #616: Update ratelimit logic. It also introduces
1505	  ratelimit-backoff and ip-ratelimit-backoff configuration options.
1506	- Change aggressive-nsec default to yes.
1507	- Merge PR #617: Update stub/forward-host notation to accept port and
1508	  tls-auth-name.
1509	- Update stream_ssl.tdir test to also use the new forward-host
1510	  notation.
1511
15122 February 2022: Wouter
1513	- Update version number in repo to 1.15.0 for upcoming release,
1514	  since it changes the aggressive-nsec default and the ratelimit change.
1515	- Fix header comment for doxygen for authextstrtoaddr.
1516	- please clang analyzer for loop in test code.
1517	- Fix docker splint test to use more portable uname.
1518	- Update contrib/aaaa-filter-iterator.patch with diff for current
1519	  software version.
1520
15211 February 2022: George
1522	- Merge PR #603 from fobser: Use OpenSSL 1.1 API to access DSA and RSA
1523	  internals.
1524
152531 January 2022: George
1526	- Fix review comment for use-after-free when failing to send UDP out.
1527
152831 January 2022: Wouter
1529	- iana portlist update.
1530
153129 January 2022: George
1532	- Fix tls-* and ssl-* documented alternate syntax to also be available
1533	  through remote-control and unbound-checkconf.
1534	- Better cleanup on failed DoT/DoH listening socket creation.
1535
153626 January 2022: George
1537	- Fix #599: [FR] RFC 9156 (obsoletes RFC 7816), by noting the new RFC
1538	  document.
1539
154026 January 2022: Wouter
1541	- Test for NSID in SERVFAIL response due to DNSSEC bogus.
1542
154325 January 2022: George
1544	- Fix #588: Unbound 1.13.2 crashes due to p->pc is NULL in
1545	  serviced_udp_callback.
1546	- Merge PR #612: TCP race condition.
1547
154825 January 2022: Wouter
1549	- Fix #610: Undefine-shift in sldns_str2wire_hip_buf.
1550
155119 January 2022: George
1552	- For dnstap, do not wakeupnow right there. Instead zero the timer to
1553	  force the wakeup callback asap.
1554
155514 January 2022: George
1556	- Merge PR #605:
1557	  - Fix EDNS to upstream where the same option could be attached
1558	     more than once.
1559	  - Add a region to serviced_query for allocations.
1560
156114 January 2022: Wouter
1562	- Add rpz: for-downstream: yesno option, where the RPZ zone is
1563	  authoritatively answered for, so the RPZ zone contents can be
1564	  checked with DNS queries directed at the RPZ zone.
1565	- For #602: Allow the module-config "subnetcache validator cachedb
1566	  iterator".
1567
156811 January 2022: George
1569	- Fix prematurely terminated TCP queries when a reply has the same ID.
1570
15717 January 2022: Wouter
1572	- Merge #600 from pemensik: Change file mode before changing file
1573	  owner.
1574
15755 January 2022: Wouter
1576	- Fix for #596: fix that rpz return message is returned and not just
1577	  the rcode from the iterator return path. This fixes signal unset RA
1578	  after a CNAME.
1579	- Fix unit tests for rpz now that the AA flag returns successfully from
1580	  the iterator loop.
1581	- Fix for #596: add unit test for nsdname trigger and signal unset RA.
1582	- Fix for #596: add unit test for nsip trigger and signal unset RA.
1583	- Fix #598: Fix unbound-checkconf fatal error: module conf
1584	  'respip dns64 validator iterator' is not known to work.
1585	- Fix for #596: Fix rpz-signal-nxdomain-ra to work for clientip
1586	  triggered operation.
1587
15884 January 2022: Wouter
1589	- Fix #596: unset the RA bit when a query is blocked by an unbound
1590	  RPZ nxdomain reply. The option rpz-signal-nxdomain-ra allows to
1591	  signal that a domain is externally blocked to clients when it
1592	  is blocked with NXDOMAIN by unsetting RA.
1593	- Fix to add test for rpz-signal-nxdomain-ra.
1594	- Fix #596: only unset RA when NXDOMAIN is signalled.
1595	- Fix that RPZ does not set RD flag on replies, it should be copied
1596	  from the query.
1597
159822 December 2021: George
1599	- contrib/aaaa-filter-iterator.patch file renewed diff content to
1600	  apply cleanly to the current coderepo for the current code version.
1601
160220 December 2021: George
1603	- Fix #591: Unbound-anchor manpage links to non-existent license file.
1604
160513 December 2021: George
1606	- Add missing configure flags for optional features in the
1607	  documentation.
1608	- Fix Unbound capitalization in the documentation.
1609
161013 December 2021: Wouter
1611	- Fix to pick up other class local zone information before unlock.
1612
161310 December 2021: George
1614	- Allow local-data for classes other than IN to inherit a configured
1615	  local-zone's type if possible, instead of defaulting to type
1616	  transparent as per the implicit rule.
1617
161810 December 2021: Wouter
1619	- Add code similar to fix for ldns for tab between strings, for
1620	  consistency, the test case was not broken.
1621
16226 December 2021: Wouter
1623	- Merge PR #581 from fobser: Fix -Wmissing-prototypes and -Wshadow
1624	  warnings in rpz.
1625	- Fix validator debug output about DS support, print correct algorithm.
1626
16273 December 2021: Wouter
1628	- Fix compile warning for if_nametoindex on windows 64bit.
1629
16301 December 2021: Wouter
1631	- configure is set to 1.14.0, and release branch.
1632	  This was released as version 1.14.0 on 9 Dec 2021, with the doxygen
1633	  fix below included. The main branch continues as 1.14.1.
1634	- Fix doc/unbound.doxygen to remove obsolete tag warning.
1635
16361 December 2021: George
1637	- Merge PR #511 from yan12125: Reduce unnecessary linking.
1638	- Merge PR #493 from Jaap: Fix generation of libunbound.pc.
1639	- Merge PR #555 from fobser: Allow interface names as scope-id in IPv6
1640	  link-local addresses.
1641	- Merge PR #562 from Willem: Reset keepalive per new tcp session.
1642	- Merge PR #522 from sibeream: memory management violations fixed.
1643	- Merge PR #530 from Shchelk: Fix: dereferencing a null pointer.
1644	- Fix #454: listen_dnsport.c:825: error: ‘IPV6_TCLASS’ undeclared.
1645	- Fix #574: Review fixes for size allocation.
1646
164730 November 2021: Wouter
1648	- Fix to remove git tracking and ci information from release tarballs.
1649	- iana portlist update.
1650
165129 November 2021: Wouter
1652	- Merge PR #570 from rex4539: Fix typos.
1653	- Fix for #570: regen aclocal.m4, fix configure.ac for spelling.
1654	- Fix to make python module opt_list use opt_list_in.
1655	- Fix #574: unbound-checkconf reports fatal error if interface names
1656	  are used as value for interfaces:
1657	- Fix #574: Review fixes for it.
1658	- Fix #576: [FR] UB_* error codes in unbound.h
1659	- Fix #574: Review fix for spelling.
1660
166115 November 2021: Tom
1662	- Improve EDNS option handling, now also works for synthesised
1663	  responses such as local-data and server.id CH TXT responses.
1664
16655 November 2021: George
1666	- Fix for #558: fix loop in comm_point->tcp_free when a comm_point is
1667	  reclaimed more than once during callbacks.
1668	- Fix for #558: clear the UB_EV_TIMEOUT bit before adding an event.
1669
16705 November 2021: Wouter
1671	- Fix that forward-zone name is documented as the full name of the
1672	  zone. It is not relative but a fully qualified domain name.
1673	- Fix analyzer review failure in rpz action override code to not
1674	  crash on unlocking the local zone lock.
1675	- Fix to remove unused code from rpz resolve client and action
1676	  function.
1677	- Merge #565: unbound.service.in: Disable ProtectKernelTunables again.
1678
16792 November 2021: Wouter
1680	- Fix #552: Unbound assumes index.html exists on RPZ host.
1681
168211 October 2021: Wouter
1683	- Fix chaos replies to have truncation for short message lengths,
1684	  or long reply strings.
1685	- Fix to protect custom regional create against small values.
1686
16874 October 2021: Wouter
1688	- Fix to add example.conf note for outbound-msg-retry.
1689
169027 September 2021: Wouter
1691	- Implement RFC8375: Special-Use Domain 'home.arpa.'.
1692
169321 September 2021: Wouter
1694	- For crosscompile on windows, detect 64bit stackprotector library.
1695	- Fix crosscompile shell syntax.
1696	- Fix crosscompile windows to use libssp when it exists.
1697	- For the windows compile script disable gost.
1698	- Fix that on windows, use BIO_set_callback_ex instead of deprecated
1699	  BIO_set_callback.
1700	- Fix crosscompile script for the shared build flags.
1701
170220 September 2021: Wouter
1703	- Fix crosscompile on windows to work with openssl 3.0.0 the
1704	  link with ws2_32 needs -l:libssp.a for __strcpy_chk.
1705	  Also copy results from lib64 directory if needed.
1706
170710 September 2021: Wouter
1708	- Fix initialisation errors reported by gcc sanitizer.
1709	- Fix lock debug code for gcc sanitizer reports.
1710	- Fix more initialisation errors reported by gcc sanitizer.
1711
17128 September 2021: Wouter
1713	- Merged #41 from Moritz Schneider: made outbound-msg-retry
1714	  configurable.
1715	- Small fixes for #41: changelog, conflicts resolved,
1716	  processQueryResponse takes an iterator env argument like other
1717	  functions in the iterator, no colon in string for set_option,
1718	  and some whitespace style, to make it similar to the rest.
1719	- Fix for #41: change outbound retry to int to fix signed comparison
1720	  warnings.
1721	- Fix root_anchor test to check with new icannbundle date.
1722
17233 September 2021: Wouter
1724	- Fix #538: Fix subnetcache statistics.
1725
17261 September 2021: Wouter
1727	- Fix tcp fastopen failure when disabled, try normal connect instead.
1728
172927 August 2021: Wouter
1730	- Fix #533: Negative responses get cached even when setting
1731	  cache-max-negative-ttl: 1
1732
173325 August 2021: Wouter
1734	- Merge #401: RPZ triggers. This add additional RPZ triggers,
1735	  unbound supports a full set of rpz triggers, and this now
1736	  includes nsdname, nsip and clientip triggers. Also actions
1737	  are fully supported, and this now includes the tcp-only action.
1738	- Fix #536: error: RPZ: name of record (drop.spamhaus.org.rpz.local.)
1739	  to insert into RPZ.
1740	- Fix the stream wait stream_wait_count_lock and http2 buffer locks
1741	  setup and desetup from race condition.
1742	- Fix RPZ locks. Do not unlock zones lock if requested and rpz find
1743	  zone does not find the zone. Readlock the clientip that is found
1744	  for ipbased triggers. Unlock the nsdname zone lock when done.
1745	  Unlock zone and ip in rpz nsip and nsdname callback. Unlock
1746	  authzone and localzone if clientip found in rpz worker call.
1747	- Fix compile warning in libunbound for listen desetup routine.
1748	- Fix asynclook unit test for setup of lockchecks before log.
1749
175020 August 2021: Wouter
1751	- Fix #529: Fix: log_assert does nothing if UNBOUND_DEBUG is
1752	  undefined.
1753	- Fix #531: Fix: passed to proc after free.
1754
175517 August 2021: Wouter
1756	- Fix that --with-ssl can use "/usr/include/openssl11" to pass the
1757	  location of a different openssl version.
1758	- Fix #527: not sending quad9 cert to syslog (and may be more).
1759	- Fix sed script in ssldir split handling.
1760
176116 August 2021: George
1762	- Merge PR #528 from fobser: Make sldns_str2wire_svcparam_buf()
1763	  static.
1764
176516 August 2021: Wouter
1766	- Fix to support harden-algo-downgrade for ZONEMD dnssec checks.
1767
176813 August 2021: Wouter
1769	- Support using system-wide crypto policies.
1770	- Fix for #431: Squelch permission denied errors for udp connect,
1771	  and udp send, they are visible at higher verbosity settings.
1772	- Fix zonemd verification of key that is not in DNS but in the zone
1773	  and needs a chain of trust.
1774	- zonemd, fix order of bogus printout string manipulation.
1775
177612 August 2021: George
1777	- Merge PR #514, from ziollek: Docker environment for run tests.
1778	- For #514: generate configure.
1779
178012 August 2021: Wouter
1781	- And 1.13.2rc1 became the 1.13.2 with the fix for the python module
1782	  build. The current code repository continues with version 1.13.3.
1783	- Add test tool readzone to .gitignore.
1784	- Merge #521: Update mini_event.c.
1785	- Merge #523: fix: free() call more than once with the same pointer.
1786	- Merge #519: Support for selective enabling tcp-upstream for
1787	  stub/forward zones.
1788	- For #519: note stub-tcp-upstream and forward-tcp-upstream in
1789	  the example configuration file.
1790	- For #519: yacc and lex. And fix python bindings, and test program
1791	  unbound-dnstap-socket.
1792	- For #519: fix comments for doxygen.
1793	- Fix to print error from unbound-anchor for writing to the key
1794	  file, also when not verbose.
1795
17965 August 2021: Wouter
1797	- Tag for 1.13.2rc1 release.
1798	- Fix #520: Unbound 1.13.2rc1 fails to build python module.
1799
18004 August 2021: George
1801	- Merge PR #415 from sibeream: Use
1802	  /proc/sys/net/ipv4/ip_local_port_range to determine available outgoing
1803	  ports. (New --enable-linux-ip-local-port-range configuration option)
1804	- Bump MAX_RESTART_COUNT to 11 from 8; in relation to #438. This
1805	  allows longer CNAME chains in Unbound.
1806
18074 August 2021: Wouter
1808	- In unit test use openssl set security level to allow keys in test.
1809	- Fix static analysis warnings about localzone locks that are unused.
1810	- Fix missing locks in zonemd unit test.
1811	- Fix readzone compile under debug config.
1812	- Fix out of sourcedir run of zonemd unit tests.
1813	- Fix libnettle zonemd unit test.
1814	- Fix unit test zonemd_reload for use in run_vm.
1815
18163 August 2021: George
1817	- Listen to read or write events after the SSL handshake.
1818	  Sticky events on windows would stick on read when write was needed.
1819
18203 August 2021: Wouter
1821	- Merge PR #517 from dyunwei: #420 breaks the mesh reply list
1822	  function that need to reuse the dns answer.
1823	- Annotate assertion into error printout; we think it may be an
1824	  error, but the situation looks harmless.
1825	- Fix sign comparison warning on FreeBSD.
1826
18272 August 2021: Wouter
1828	- Prepare for OpenSSL 3.0.0 provider API usage, move the sldns
1829	  keyraw functions to produce EVP_PKEY results.
1830	- Move RSA and DSA to use OpenSSL 3.0.0 API.
1831	- Move ECDSA functions to use OpenSSL 3.0.0 API.
1832	- iana portlist update.
1833	- Fix verbose printout failure in tcp reuse unit test.
1834
183530 July 2021: Wouter
1836	- Fix #515: Compilation against openssl 3.0.0 beta2 is failing to
1837	  build unbound.
1838	- For #515: Fix compilation with openssl 3.0.0 beta2, lib64 dir and
1839	  SSL_get_peer_certificate.
1840	- Move acx_nlnetlabs.m4 to version 41, with lib64 openssl dir check.
1841
184226 July 2021: George
1843	- Merge #513: Stream reuse, attempt to fix #411, #439, #469. This
1844	  introduces a couple of fixes for the stream reuse functionality
1845	  that could result in broken internal structures.
1846
184726 July 2021: Wouter
1848	- Merge #512: unbound.service.in: upgrade hardening to latest
1849	  standards.
1850	- Fix readzone unknown type print for memory resize.
1851
185221 July 2021: Wouter
1853	- Fix that ldns_zone_new_frm_fp_l counts the line number for an empty
1854	  line after a comment.
1855
185616 July 2021: George
1857	- Introduce 'http-user-agent:' and 'hide-http-user-agent:' options.
1858
185916 July 2021: Wouter
1860	- Merge #510 from ndptech: Don't call a function which hasn't been
1861	  defined.
1862	- Fix for #510: in depth, use ifdefs for windows api event calls.
1863	- Fix spelling in doc/unbound.doxygen comment.
1864	- Fix spelling in localzone.h comment.
1865	- Fix unbound-control local_data and local_datas to print detailed
1866	  syntax errors.
1867	- review fix to remove duplicate error printout.
1868	- Insert header into testcode/readzone.c, it was missing.
1869	- Fix from lint for ignored return value.
1870	- Fix for older parsers for function call in serve expired get cached.
1871
18726 July 2021: Wouter
1873	- iana portlist update.
1874
18755 July 2021: George
1876	- Fix compiler warnings for #491.
1877	- Fix clang-analysis warnings for testcode/readzone.c.
1878
18794 July 2021: George
1880	- Fix Wunused-result compile warnings.
1881
18822 July 2021: Tom
1883	- Merge PR #491: Add SVCB and HTTPS types and handling according to
1884	  draft-ietf-dnsop-svcb-https.
1885
18862 July 2021: Wouter
1887	- Fix #506: Python Module Seems to Leak Memory if it Experiences an
1888	  Unhandled Exception.
1889
189025 June 2021: Wouter
1891	- Fix up permissions on rpl data file in tests.
1892	- Fix testbound newline treatment in moment_read and tempfile write.
1893	- Fix configure grep for reuseport default for failure.
1894	- Fix compat ctime_r return value
1895	- Fix configure does not require pkg-config if not needed.
1896	- Fix unit test in the ctime_r calls for autotrust and in testbound.
1897	- Fix auth zone download on windows to unlink before rename.
1898
189924 June 2021: Wouter
1900	- Add analyzer and port compile github workflow.
1901
190223 June 2021: Wouter
1903	- Fix #503: DNS over HTTPS response truncated.
1904	- Fix warnings reported by the gcc analyzer.
1905
190621 June 2021: George
1907	- Fix #495: Documentation or implementation of "verbosity" option.
1908
190918 June 2021: Wouter
1910	- Fix a number of warnings reported by the gcc analyzer.
1911
191215 June 2021: George
1913	- Merge #440 by kimheino: Various fixes to contrib/unbound_munin_ file.
1914
191514 June 2021: Wouter
1916	- Fix configure nonblocking test and onmingw test to use host.
1917
191810 June 2021: Wouter
1919	- Fix #500: SPEC file in version 1.13.1 references version 1.4;
1920	  unable to build RPM from source.
1921	- Fix contrib/unbound.spec, fixed url and comment.
1922
19239 June 2021: George
1924	- Merge #486 by fobster: Make VAL_MAX_RESTART_COUNT configurable.
1925	- Generated lexer and parser for #486; updated example.conf.
1926	- Fix #413 (based on patch by k-ronny): unbound: does not compile
1927	  on macOS 11.1-x86_64 host.
1928	- Use host_os instead of target_os in configure for Darwin8 build.
1929
19308 June 2021: George
1931	- Fix unused variable warning when compiling with --enable-dnstap.
1932
19337 June 2021: George
1934	- Merge #448 from shoeper: Update unbound-control.8.in, fix
1935	  rpz_disable typo.
1936	- Fix #425: Document auth-zone supports communication with DNS
1937	  primary on nondefault port.
1938
19391 June 2021: George
1940	- Fix test for zonemd-check option.
1941
194227 May 2021: Wouter
1943	- Merge #496 from banburybill: Use build system endianness if
1944	  available, otherwise try to work it out.
1945	- zonemd-check: yesno option, default no, enables the processing
1946	  of ZONEMD records for that zone.
1947
194825 May 2021: Wouter
1949	- Move the NSEC3 max iterations count in line with the 150 value
1950	  used by BIND, Knot and PowerDNS. This sets the default value
1951	  for it in the configuration to 150 for all key sizes.
1952	- Fix #492: module-config respip missing in unbound.conf.5.in man
1953	  page. Merges #494 from he32.
1954	- For #492: Fix font highlighting for the man page on emacs.
1955
195621 May 2021: Wouter
1957	- Test code has -q option for quiet output.
1958
195919 May 2021: George
1960	- Fix for #411, #439, #469: Reset the DNS message ID when moving queries
1961	  between TCP streams.
1962	- Refactor for uniform way to produce random DNS message IDs.
1963
196417 May 2021: Wouter
1965	- Fix #489: Compile using MSYS2 MinGW 64-bit.
1966
196712 May 2021: Wouter
1968	- Fix that auth-zone zonefiles use last TTL if no TTL is specified.
1969
197010 May 2021: Wouter
1971	- Merge PR #487: ifdef RLIMIT_AS in recently added check.
1972
19737 May 2021: Wouter
1974	- Fix #485: Unbound occasionally reports broken stats.
1975	- Add ./configure --with-deprecate-rsa-1024 that turns off RSA 1024.
1976	- Remove case fallthrough from deprecate-rsa-1024 code.
1977
19784 May 2021: George
1979	- Fix for #367: only attempt to get the interface for queries that are no
1980	  longer on the tcp_waiting_list.
1981	- Add more logging for out-of-memory cases.
1982
19834 May 2021: Wouter
1984	- Merge #478: Allow configuration of TCP timeout while waiting for
1985	  response.
1986	- Fix to squelch tcp socket bind failures when the interface is gone.
1987	- Rerun flex and bison.
1988
19893 May 2021: Wouter
1990	- Fix #481: Fix comment in configuration file.
1991
199229 April 2021: Wouter
1993	- Add that log-servfail prints an IP address and more information
1994	  about one of the last failures for that query.
1995
199628 April 2021: George
1997	- Fix compiler warning for signed/unsigned comparison for
1998	  max_reuse_tcp_queries.
1999
200028 April 2021: Wouter
2001	- Fix #474: always_null and others inside view.
2002
200326 April 2021: Wouter
2004	- Merge #470 from edevil: Allow configuration of persistent TCP
2005	  connections.
2006
200722 April 2021: Wouter
2008	- Merge #466 from FGasper: Support OpenSSLs that lack
2009	  SSL_get0_alpn_selected.
2010	- Fix #468: OpenSSL 1.0.1 can no longer build Unbound.
2011	- Further fix for #468: detect SSL_CTX_set_alpn_protos for build with
2012	  OpenSSL 1.0.1.
2013	- Fix that testcode dohclient has OpenSSL initialisation calls.
2014
201513 April 2021: George
2016	- Fix documentation comment for files previously residing in checkconf/.
2017	- Remove unused functions worker_handle_reply and libworker_handle_reply.
2018
201913 April 2021: Wouter
2020	- Fix that nxdomain synthesis does not happen above the stub or
2021	  forward definition.
2022
202312 April 2021: George
2024	- Fix (increase) verbosity level for iterator error log in
2025	  processQueryTargets().
2026
202712 April 2021: Wouter
2028	- Fix permission denied sendto log, squelch the log messages
2029	  unless high verbosity is set.
2030
20319 April 2021: Wouter
2032	- rebuild configure to set EXTRALINK to libunbound.la for #460.
2033
20347 April 2021: Wouter
2035	- Fix for #411: Depth protect for crash on deleted element timeout.
2036
20371 April 2021: Wouter
2038	- Merge #460 from orbea: build: Link with the libtool archive.
2039	- Fix to stop IPv6 PMTU discovery.
2040
204131 March 2021: George
2042	- Clean makedist.sh.
2043
204431 March 2021: Wouter
2045	- Fix stack-protector change to not override other CFLAGS options.
2046
204730 March 2021: George
2048	- Disable the use of stack-protector for cross compiled 32-bit windows
2049	  builds; relates to #444.
2050
205125 March 2021: Wouter
2052	- Fix #429: Also fix end of transfer for http download of auth zones.
2053
205424 March 2021: Wouter
2055	- Fix deprecation test to work for iOS TVOS and WatchOS, it uses
2056	  CFLAGS and CPPFLAGS and also checks if the item is unavailable.
2057	- Travis, fix script to fail when tasks fail.
2058	- Travis, fix warning in ubsan compile.
2059	- Fix configure Targetconfiditionals.h header check, to use compile.
2060	- Fix that cachedb does not produce empty object files when disabled.
2061
206223 March 2021: Wouter
2063	- Travis enable all tests again. Clang analyzer only a couple times,
2064	  when there is a difference. homebrew updates disabled, so it does
2065	  not hang. removed trailing slashes from configure paths. Moved iOS
2066	  tests to allow-failure.
2067	- travis, analyzer disabled on test without debug, that does not
2068	  run anway.  Turn off failing tests except one.  Update iOS test
2069	  to xcode image 12.2.
2070
207122 March 2021: George
2072	- Fix unused-function warning when compiling with --enable-dnscrypt.
2073	- Fix for #367: fix memory leak when cannot bind to listening port.
2074	- Reformat pythonmod/pythonmod_utils.{c,h}.
2075
207622 March 2021: Wouter
2077	- Merge #449 from orbea: build: Add missing linker flags.
2078	- iana portlist update.
2079	- Comment out nonworking OSX and IOS travis tests, vm fails to start.
2080	- Fix compile error in listen_dnsport on Android.
2081	- Fix memory leak reported by asan in rpz SOA record query name.
2082
208319 March 2021: Wouter
2084	- Fix for #447: squelch connection refused tcp connection failures
2085	  from the log, unless verbosity is high.
2086
208717 March 2021: Wouter
2088	- Fix #441: Minimal NSEC range not accepted for top level domains.
2089
209011 March 2021: Wouter
2091	- Fix parse of LOC RR type for decimetres.
2092
20935 March 2021: Wouter
2094	- Workaround for #439: prevent loops in the reuse rbtree.
2095	- Debug output for #411 and #439: printout internal error and details.
2096
20974 March 2021: Wouter
2098	- iana portlist update.
2099	- Fix spurious errors about "Could not generate request: out of
2100	  memory".  The mesh detect cycle routine no longer wrongly stops
2101	  the check when the calling mesh state is unique.
2102
210326 February 2021: George
2104	- Fix for #367: rc_ports don't have ub_sock; skip cleaning up.
2105
210626 February 2021: Wouter
2107	- Fix: Resolve interface names on control-interface too.
2108
210925 February 2021: Wouter
2110	- Merge PR #367 : DNSTAP log local address.  With code from PR #365
2111	  and fixes #368 : dnstap does not log the DNS message ID for
2112	  FORWARDER_QUERY.
2113	- Fix to allow rpz with wildcard that applies to all TLDs at once.
2114
211524 February 2021: George
2116	- Fix #384: (1) A minor request to improve the log (2) A minor bug in one
2117	  log message.
2118	- ipsecmod: Better logging for detecting a cycle when attaching the
2119	  A/AAAA subquery.
2120
212124 February 2021: Wouter
2122	- On startup of unbound it checks if rlimits on memory size look
2123	  sufficient for the configured cache size, and logs warning if not.
2124	- Fix function documentation.
2125	- Fix unit test for added ulimit checks.
2126	- spelling fix in header.
2127
212823 February 2021: Wouter
2129	- Fix for zonemd, that domain-insecure zones work without dnssec.
2130	- Fix for zonemd, do not reject insecure result from trust anchor
2131	  validation step in dnssec chain of trust.
2132
213322 February 2021: Wouter
2134	- Fix #431: Squelch permission denied errors for tcp connect
2135	  and udp connect from the logs, unless at high verbosity.
2136	- Fix for zonemd, that nxdomain for the chain of trust is allowed
2137	  for island zones, it is treated as an insecure zone for verification.
2138
213918 February 2021: Wouter
2140	- Merge PR #317: ZONEMD Zone Verification, with RFC 8976 support.
2141	  ZONEMD records are checked for zones loaded as auth-zone,
2142	  with DNSSEC if available.  There is an added option
2143	  zonemd-permissive-mode that makes it log but not fail wrong zones.
2144	  With zonemd-reject-absence for an auth-zone the presence of a
2145	  zonemd can be mandated for specific zones.
2146	- Fix doxygen and pydoc warnings.
2147	- Fix #429: rpz: url: with https: broken (regression in 1.13.1).
2148	- rpz skip nsec3param records, and nicer log for unsupported actions.
2149
215015 February 2021: Wouter
2151	- Fix #422: IPv6 fallback issues when IPv6 is not properly
2152	  enabled/configured.
2153	- Fix to make tests work with support indicators set for iterator.
2154	- Fix build on Python 3.10.
2155
215610 February 2021: Wouter
2157	- Merge PR #420 from dyunwei: DOH not responsing with
2158	  "http2_query_read_done failure" logged.
2159
21609 February 2021: Wouter
2161	- Fix for Python 3.9, no longer use deprecated functions of
2162	  PyEval_CallObject (now PyObject_Call), PyEval_InitThreads (now
2163	  none), PyParser_SimpleParseFile (now Py_CompileString).
2164
21654 February 2021: Wouter
2166	- release 1.13.1rc2 tag on branch-1.13.1 with added changes of 2 feb.
2167	  This became 1.13.1 release tag on 9 feb.  The main branch is set
2168	  to version 1.13.2.
2169
21702 February 2021: Wouter
2171	- branch-1.13.1 is created, with release-1.13.1rc1 tag.
2172	- Fix dynlibmod link on rhel8 for -ldl inclusion.
2173	- Fix windows dependency on libssp.dll because of default stack
2174	  protector in mingw.
2175	- Fix indentation of root anchor for use by windows install script.
2176
21771 February 2021: George
2178	- Attempt to fix NULL keys in the reuse_tcp tree; relates to #411.
2179
218029 January 2021: Wouter
2181	- Fix for doxygen 1.8.20 compatibility.
2182
218328 January 2021: Wouter
2184	- Annotate that we ignore the return value of if_indextoname.
2185	- Fix to use correct type for label count in rpz routine.
2186	- Fix empty clause warning in config_file nsid parse.
2187	- Fix to use correct type for label count in ipdnametoaddr rpz routine.
2188	- Fix empty clause warning in edns pass for padding.
2189	- Fix fwd ancil test post script when not supported.
2190
219126 January 2021: George
2192	- Merge PR #408 from fobser: Prevent a few more yacc clashes.
2193	- Merge PR #275 from Roland van Rijswijk-Deij: Add feature to return the
2194	  original instead of a decrementing TTL ('serve-original-ttl')
2195	- Merge PR #355 from noloader: Make ICANN Update CA and DS Trust Anchor
2196	  static data.
2197	- Ignore cache blacklisting when trying to reply with expired data from
2198	  cache (#394).
2199
220026 January 2021: Wouter
2201	- Fix compile of unbound-dnstap-socket without dnstap installed.
2202
220322 January 2021: Willem
2204	- Padding of queries and responses with DNS over TLS as specified in
2205	  RFC7830 and RFC8467.
2206
220722 January 2021: George
2208	- Fix TTL of SOA record for negative answers (localzone and
2209	  authzone data) to be the minimum of the SOA TTL and the SOA.MINIMUM.
2210
221119 January 2021: Willem
2212	- Support for RFC5001: DNS Name Server Identifier (NSID) Option
2213	  with the nsid: option in unbound.conf
2214
221518 January 2021: Wouter
2216	- Fix #404: DNS query with small edns bufsize fail.
2217	- Fix declaration before statement and signed comparison warning in
2218	  dns64.
2219
222015 January 2021: Wouter
2221	- Merge #402 from fobser: Implement IPv4-Embedded addresses according
2222	  to RFC6052.
2223
222414 January 2021: Wouter
2225	- Fix for #93: dynlibmodule import library is named libunbound.dll.a.
2226
222713 January 2021: Wouter
2228	- Merge #399 from xiangbao227: The lock of lruhash table should
2229	  unlocked after markdel entry.
2230	- Fix for #93: dynlibmodule link fix for Windows.
2231
223212 January 2021: Wouter
2233	- Fix #397: [Feature request] add new type always_null to local-zone
2234	  similar to always_nxdomain.
2235	- Fix so local zone types always_nodata and always_deny can be used
2236	  from the config file.
2237
22388 January 2021: Wouter
2239	- Merge PR #391 from fhriley: Add start_time to reply callbacks so
2240	  modules can compute the response time.
2241	- For #391: use struct timeval* start_time for callback information.
2242	- For #391: fix indentation.
2243	- For #391: more double casts in python start time calculation.
2244	- Add comment documentation.
2245	- Fix clang analysis warning.
2246
22476 January 2021: Wouter
2248	- Fix #379: zone loading over HTTP appears to have buffer issues.
2249	- Merge PR #395 from mptre: add missing null check.
2250	- Fix #387: client-subnet-always-forward seems to effectively bypass
2251	  any caching?
2252
22535 January 2021: Wouter
2254	- Fix #385: autoconf 2.70 impacts unbound build
2255	- Merge PR #375 by fhriley: Add rpz_enable and rpz_disable commands
2256	  to unbound-control.
2257
22584 January 2021: Wouter
2259	- For #376: Fix that comm point event is not double removed or double
2260	  added to event map.
2261	- iana portlist updated.
2262
226316 December 2020: George
2264	- Fix error cases when udp-connect is set and send() returns an error
2265	  (modified patch from Xin Li @delphij).
2266
226711 December 2020: Wouter
2268	- Fix #371: unbound-control timeout when Unbound is not running.
2269	- Fix to squelch permission denied and other errors from remote host,
2270	  they are logged at higher verbosity but not on low verbosity.
2271	- Merge PR #335 from fobser: Sprinkle in some static to prevent
2272	  missing prototype warnings.
2273	- Merge PR #373 from fobser: Warning: arithmetic on a pointer to void
2274	  is a GNU extension.
2275	- Fix missing prototypes in the code.
2276
22773 December 2020: Wouter
2278	- make depend.
2279	- iana portlist updated.
2280
22812 December 2020: Wouter
2282	- Fix #360: for the additionally reported TCP Fast Open makes TCP
2283	  connections fail, in that case we print a hint that this is
2284	  happening with the error in the logs.
2285	- Fix #356: deadlock when listening tcp.
2286	- Fix unbound-dnstap-socket to not use log routine from interrupt
2287	  handler and not print so frequently when invoked in sequence.
2288	- Fix on windows to ignore connection failure on UDP, unless verbose.
2289	- Fix for #283: fix stream reuse and tcp fast open.
2290	- Fix update, with write event check with streamreuse and fastopen.
2291
22921 December 2020: Wouter
2293	- Fix #358: Squelch udp connect 'no route to host' errors on low
2294	  verbosity.
2295
229630 November 2020: Wouter
2297	- Fix assertion failure on double callback when iterator loses
2298	  interest in query at head of line that then has the tcp stream
2299	  not kept for reuse.
2300	- tag for the 1.13.0rc4 release.  This also became the 1.13.0
2301	  release version on 3 dec 2020 with the streamreuse and fastopen
2302	  fix from 2 dec 2020.  The code repo continues for 1.13.1 in
2303	  development.
2304
230527 November 2020: Wouter
2306	- Fix compile warning for type cast in http2_submit_dns_response.
2307	- Fix when use free buffer to initialize rbtree for stream reuse.
2308	- Fix compile warnings for windows.
2309	- Fix compile warnings in rpz initialization.
2310	- Fix contrib/metrics.awk for FreeBSD awk compatibility.
2311	- tag for the 1.13.0rc3 release.
2312
231326 November 2020: Wouter
2314	- Fix to omit UDP receive errors from log, if verbosity low.
2315	  These happen because of udp-connect.
2316	- For #352: contrib/metrics.awk for Prometheus style metrics output.
2317	- Fix that after failed read, the readagain cannot activate.
2318	- Clear readagain upon decommission of pending tcp structure.
2319
232025 November 2020: Wouter
2321	- with udp-connect ignore connection refused with UDP timeouts.
2322	- Fix udp-connect on FreeBSD, do send calls on connected UDP socket.
2323	- Better fix for reuse tree comparison for is-tls sockets.  Where
2324	  the tree key identity is preserved after cleanup of the TLS state.
2325	- Remove debug commands from reuse tests.
2326	- Fix memory leak for edns client tag opcode config element.
2327	- Attempt fix for libevent state in tcp reuse cases after a packet
2328	  is written.
2329	- Fix readagain and writeagain callback functions for comm point
2330	  cleanup.
2331	- tag for the 1.13.0rc2 release.
2332
233324 November 2020: Wouter
2334	- Merge PR #283 : Stream reuse.  This implements upstream stream
2335	  reuse for performing several queries over the same TCP or TLS
2336	  channel.
2337	- set version of main branch to 1.13.0 for upcoming release.
2338	- iana portlist updated.
2339	- Fix one port unit test for udp-connect.
2340	- tag for the 1.13.0rc1 release.
2341	- Fix crash when TLS connection is closed prematurely, when
2342	  reuse tree comparison is not properly identical to insertion.
2343	- Fix padding of struct regional for 32bit systems.
2344
234523 November 2020: George
2346	- Merge PR #313 from Ralph Dolmans: Replace edns-client-tag with
2347	  edns-client-string option.
2348
234923 November 2020: Wouter
2350	- Merge #351 from dvzrv: Add AF_NETLINK to set of allowed socket
2351	  address families.
2352	- Fix #350: with the AF_NETLINK permission, to fix 1.12.0 error:
2353	  failed to list interfaces: getifaddrs: Address family not
2354	  supported by protocol.
2355	- Fix #347: IP_DONTFRAG broken on Apple xcode 12.2.
2356	- Option to toggle udp-connect, default is enabled.
2357	- Fix for #303 CVE-2020-28935 : Fix that symlink does not interfere
2358	  with chown of pidfile.
2359	- Further fix for it and retvalue 0 fix for it.
2360
236112 November 2020: Wouter
2362	- Fix to connect() to UDP destinations, default turned on,
2363	  this lowers vulnerability to ICMP side channels.
2364	- Retry for interfaces with unused ports if possible.
2365
236610 November 2020: Wouter
2367	- Fix #341: fixing a possible memory leak.
2368	- Fix memory leak after fix for possible memory leak failure.
2369	- Fix #343: Fail to build --with-libnghttp2 with error: 'SSIZE_MAX'
2370	  undeclared.
2371
237227 October 2020: Wouter
2373	- In man page note that tls-cert-bundle is read before permission
2374	  drop and chroot.
2375
237622 October 2020: Wouter
2377	- Fix #333: Unbound Segmentation Fault w/ log_info Functions From
2378	  Python Mod.
2379	- Fix that minimal-responses does not remove addresses from a priming
2380	  query response.
2381
238221 October 2020: George
2383	- Fix #327: net/if.h check fails on some darwin versions; contribution by
2384	  Joshua Root.
2385	- Fix #320: potential memory corruption due to size miscomputation upton
2386	  custom region alloc init.
2387
238821 October 2020: Wouter
2389	- Merge PR #228 : infra-keep-probing option to probe hosts that are
2390	  down.  Add infra-keep-probing: yes option. Hosts that are down are
2391	  probed more frequently.
2392	  With the option turned on, it probes about every 120 seconds,
2393	  eventually after exponential backoff, and that keeps that way. If
2394	  traffic keeps up for the domain. It probes with one at a time, eg.
2395	  one query is allowed to probe, other queries within that 120 second
2396	  interval are turned away.
2397
239819 October 2020: George
2399	- Merge PR #324 from James Renken: Add modern X.509v3 extensions to
2400	  unbound-control TLS certificates.
2401	- Fix for PR #324 to attach the x509v3 extensions to the client
2402	  certificate.
2403
240419 October 2020: Ralph
2405	- local-zone regional allocations outside of chunk
2406
240719 October 2020: Wouter
2408	- Fix that http settings have colon in set_option, for
2409	  http-endpoint, http-max-streams, http-query-buffer-size,
2410	  http-response-buffer-size, and http-nodelay.
2411	- Fix memory leak of https port string when reading config.
2412	- Fix #330: [Feature request] Add unencrypted DNS over HTTPS support.
2413	  This adds the option http-notls-downstream: yesno to change that,
2414	  and the dohclient test code has the -n option.
2415	- Fix python documentation warning on functions.rst inplace_cb_reply.
2416	- Fix dnstap test to wait for log timer to see if queries are logged.
2417	- Log ip address when http session recv fails, eg. due to tls fail.
2418	- Fix to set the tcp handler event toggle flag back to default when
2419	  the handler structure is reused.
2420	- Clean the fix for out of order TCP processing limits on number
2421	  of queries.  It was tested to work.
2422
242316 October 2020: Wouter
2424	- Fix that the out of order TCP processing does not limit the
2425	  number of outstanding queries over a connection.
2426
242715 October 2020: George
2428	- Fix that if there are reply callbacks for the given rcode, those
2429	  are called per reply and a new message created if that was modified
2430	  by the call.
2431	- Pass the comm_reply information to the inplace_cb_reply* functions
2432	  during the mesh state and update the documentation on that.
2433
243415 October 2020: Wouter
2435	- Merge PR #326 from netblue30: DoH: implement content-length
2436	  header field
2437	- DoH content length, simplify code, remove declaration after
2438	  statement and fix cast warning.
2439
244014 October 2020: Wouter
2441	- Fix for python reply callback to see mesh state reply_list member,
2442	  it only removes it briefly for the commpoint call so that it does
2443	  not drop it and attempt to modify the reply list during reply.
2444	- Fix that if there are on reply callbacks, those are called per
2445	  reply and a new message created if that was modified by the call.
2446	- Free up auth zone parse region after use for lookup of host
2447
244813 October 2020: Wouter
2449	- Fix #323: unbound testsuite fails on mock build in systemd-nspawn
2450	  if systemd support is build.
2451
24529 October 2020: Wouter
2453	- Fix dnstap socket and the chroot not applied properly to the dnstap
2454	  socket path.
2455	- Fix warning in libnss compile, nss_buf2dsa is not used without DSA.
2456
24578 October 2020: Wouter
2458	- Tag for 1.12.0 release.
2459	- Current repo is version 1.12.1 in development.
2460	- Fix #319: potential memory leak on config failure, in rpz config.
2461
24621 October 2020: Wouter
2463	- Current repo is version 1.12.0 for release.  Tag for 1.12.0rc1.
2464
246530 September 2020: Wouter
2466	- Fix doh tests when not compiled in.
2467	- Add dohclient test executable to gitignore.
2468	- Fix stream_ssl, ssl_req_order and ssl_req_timeout tests for
2469	  alloc check debug output.
2470	- Easier kill of unbound-dnstap-socket tool in test.
2471	- Fix memory leak of edns tags at libunbound context delete.
2472	- Fix double loopexit for unbound-dnstap-socket after sigterm.
2473
247429 September 2020: Ralph
2475	- DNS Flag Day 2020: change edns-buffer-size default to 1232.
2476
247728 September 2020: Wouter
2478	- Fix unit test for dnstap changes, so that it waits for the timer.
2479
248023 September 2020: Wouter
2481	- Fix #305: dnstap logging significantly affects unbound performance
2482	  (regression in 1.11).
2483	- Fix #305: only wake up thread when threshold reached.
2484	- Fix to ifdef fptr wlist item for dnstap.
2485
248623 September 2020: Ralph
2487	- Fix edns-client-tags get_option typo
2488	- Add edns-client-tag-opcode option
2489	- Use inclusive language in configuration
2490
249121 September 2020: Ralph
2492	- Fix #304: dnstap logging not recovering after dnstap process restarts
2493
249421 September 2020: Wouter
2495	- Merge PR #311 by luismerino: Dynlibmod leak.
2496	- Error message is logged for dynlibmod malloc failures.
2497	- iana portlist updated.
2498
249918 September 2020: Wouter
2500	- Fix that prefer-ip4 and prefer-ip6 can be get and set with
2501	  unbound-control, with libunbound and the unbound-checkconf option
2502	  output function.
2503	- iana portlist updated.
2504
250515 September 2020: George
2506	- Introduce test for statistics.
2507
250815 September 2020: Wouter
2509	- Spelling fix.
2510
251111 September 2020: Wouter
2512	- Remove x file mode on ipset/ipset.c and h files.
2513
25149 September 2020: Wouter
2515	- Fix num.expired statistics output.
2516
251731 August 2020: Wouter
2518	- Merge PR #293: Add missing prototype.  Also refactor to use the new
2519	  shorthand function to clean up the code.
2520	- Refactor to use sock_strerr shorthand function.
2521	- Fix #296: systemd nss-lookup.target is reached before unbound can
2522	  successfully answer queries. Changed contrib/unbound.service.in.
2523
252427 August 2020: Wouter
2525	- Similar to NSD PR#113, implement that interface names can be used,
2526	  eg. something like interface: eth0 is resolved at server start and
2527	  uses the IP addresses for that named interface.
2528	- Review fix, doxygen and assign null in case of error free.
2529
253026 August 2020: George
2531	- Update documentation in python example code.
2532
253324 August 2020: Wouter
2534	- Fix that dnstap reconnects do not spam the log with the repeated
2535	  attempts.  Attempts on the timer are only logged on high verbosity,
2536	  if they produce a connection failure error.
2537	- Fix to apply chroot to dnstap-socket-path, if chroot is enabled.
2538	- Change configure to use EVP_sha256 instead of HMAC_Update for
2539	  openssl-3.0.0.
2540
254120 August 2020: Ralph
2542	- Fix stats double count issue (#289).
2543
254413 August 2020: Ralph
2545	- Create and init edns tags data for libunbound.
2546
254710 August 2020: Ralph
2548	- Merge (modified) PR #277, use EVP_MAC_CTX_set_params if available,
2549	  by Vítězslav Čížek.
2550
255110 August 2020: Wouter
2552	- Fix #287: doc typo: "Additionaly".
2553	- Rerun autoconf
2554
25556 August 2020: Wouter
2556	- Merge PR #284 and Fix #246: Remove DLV entirely from Unbound.
2557	  The DLV has been decommisioned and in unbound 1.5.4, in 2015, there
2558	  was advise to stop using it.  The current code base does not contain
2559	  DLV code any more.  The use of dlv options displays a warning.
2560
25615 August 2020: Wouter
2562	- contrib/aaaa-filter-iterator.patch file renewed diff content to
2563	  apply cleanly to the current coderepo for the current code version.
2564
25655 August 2020: Ralph
2566	- Merge PR #272: Add EDNS client tag functionality.
2567
25684 August 2020: George
2569	- Improve error log message when inserting rpz RR.
2570	- Merge PR #280, Make tvOS & watchOS checks verify truthiness as well as
2571	  definedness, by Felipe Gasper.
2572
25734 August 2020: Wouter
2574	- Fix mini_event.h on OpenBSD cannot find fd_set.
2575
257631 July 2020: Wouter
2577	- Fix doxygen comment for no ssl for tls session ticket key callback
2578	  routine.
2579
258027 July 2020: George
2581	- Merge PR #268, draft-ietf-dnsop-serve-stale-10 has become RFC 8767 on
2582	  March 2020, by and0x000.
2583
258427 July 2020: Ralph
2585	- Merge PR #269, Fix python module len() implementations, by Torbjörn
2586	  Lönnemark
2587
258827 July 2020: Wouter
2589	- branch now named 1.11.1.  1.11.0rc1 became the 1.11.0 release.
2590	- Merge PR #270 from cgzones: munin plugin: always exit 0 in autoconf
2591
259220 July 2020: Wouter
2593	- Fix streamtcp to print packet data to stdout.  This makes the
2594	  stdout and stderr not mix together lines, when parsing its output.
2595	- Fix contrib/fastrpz.patch to apply cleanly.  It fixes for changes
2596	  due to added libdynmod, but it does not compile, it conflicts with
2597	  new rpz code.
2598	- branch now named 1.11.0 and 1.11.0rc1 tag.
2599
260017 July 2020: Wouter
2601	- Fix libnettle compile for session ticket key callback function
2602	  changes.
2603	- Fix lock dependency cycle in rpz zone config setup.
2604
260517 July 2020: Ralph
2606	- Merge PR #234 - Ensure proper alignment of cmsg buffers by Jérémie
2607	  Courrèges-Anglas.
2608	- Fix PR #234 log_assert sizeof to use union buffer.
2609
261016 July 2020: Wouter
2611	- Fix check conf test for referencing installation paths.
2612	- Fix unused variable warning for clang analyzer.
2613
261416 July 2020: George
2615	- Introduce 'include-toplevel:' configuration option.
2616
261716 July 2020: Ralph
2618	- Add bidirectional frame streams support.
2619
26208 July 2020: Wouter
2621	- Fix add missing DSA header, for compilation without deprecated
2622	  OpenSSL APIs.
2623	- Fix to use SSL_CTX_set_tlsext_ticket_key_evp_cb in OpenSSL
2624	  3.0.0-alpha4.
2625	- Longer keys for the test set, this avoids weak crypto errors.
2626
26277 July 2020: Wouter
2628	- Fix #259: Fix unbound-checkconf does not check view existence.
2629	  unbound-checkconf checks access-control-view, access-control-tags,
2630	  access-control-tag-actions and access-control-tag-datas.
2631	- Fix offset of error printout for access-control-tag-datas.
2632	- Review fixes for checkconf #259 change.
2633
26346 July 2020: Wouter
2635	- run_vm cleanup better and removes trailing slash on single argument.
2636
263729 June 2020: Wouter
2638	- Move reply list clean for serve expired mesh callback to after
2639	  the reply is sent, so that script callbacks have reply_info.
2640	- Also move reply list clean for mesh callbacks to the scrip callback
2641	  can see the reply_info.
2642	- Fix for mesh accounting if the reply list already empty to begin
2643	  with.
2644	- Fix for mesh accounting when rpz decides to drop a reply with a
2645	  tcp stream waiting for it.
2646	- Review fix for number of detached states due to use of variable
2647	  after end of loop.
2648	- Fix tcp req info drop due to size call into mesh accounting
2649	  removal of mesh state during mesh send reply.
2650
265124 June 2020: Wouter
2652	- iana portlist updated.
2653	- doxygen file comments for dynlibmodule.
2654
265517 June 2020: Wouter
2656	- Fix default explanation in man page for qname-minimisation-strict.
2657	- Fix display of event loop method with libev.
2658
26598 June 2020: Wouter
2660	- Mention tls name possible when tls is enabled for stub-addr in the
2661	  man page.
2662
266327 May 2020: George
2664	- Merge PR #241 by Robert Edmonds: contrib/libunbound.pc.in: Do not use
2665	  "Requires:".
2666
266725 May 2020: George
2668	- Update contrib/aaaa-filter-iterator.patch for the recent
2669	  generate_sub_request() change and to apply cleanly.
2670
267121 May 2020: George
2672	- Fix for integer overflow when printing RDF_TYPE_TIME.
2673
267419 May 2020: Wouter
2675	- CVE-2020-12662 Unbound can be tricked into amplifying an incoming
2676	  query into a large number of queries directed to a target.
2677	- CVE-2020-12663 Malformed answers from upstream name servers can be
2678	  used to make Unbound unresponsive.
2679	- Release 1.10.1 is 1.10.0 with fixes, code repository continues,
2680	  including those fixes, towards the next release.  Configure has
2681	  version 1.10.2 version number in it.
2682	- For PR #93: windows compile warnings removal
2683	- windows compile warnings removal for ip dscp option code.
2684	- For PR #93: unit test for dynlib module.
2685
268618 May 2020: Wouter
2687	- For PR #93: dynlibmod can handle reloads and deinit and inits again,
2688	  with dlclose and dlopen of the library again.  Also for multiple
2689	  modules.  Fix memory leak by not closing dlopened content.  Fix
2690	  to allow one dynlibmod instance by unbound-checkconf.
2691	- For PR #93: checkconf allows multiple dynlib in module-config, for
2692	  a couple cases.
2693	- For PR #93: checkconf allows python dynlib in module-config, for
2694	  a couple cases.
2695	- For PR #93: man page spelling reference fix.
2696	- For PR #93: fix link of other executables for dynlibmod dependency.
2697
269815 May 2020: Wouter
2699	- Merge PR #93: Add dynamic library support.
2700	- Fixed conflicts for PR #93 and make configure, yacc, lex.
2701	- For PR #93: Fix warnings for dynlibmodule.
2702
270315 May 2020: Ralph
2704	- Cache ECS answers with longest scope of CNAME chain.
2705
270622 April 2020: George
2707	- Explicitly use 'rrset-roundrobin: no' for test cases.
2708
270921 April 2020: Wouter
2710	- Merge #225 from akhait: KSK-2010 has been revoked. It removes the
2711	  KSK-2010 from the default list in unbound-anchor, now that the
2712	  revocation period is over.  KSK-2017 is the only trust anchor in
2713	  the shipped default now.
2714
271521 April 2020: George
2716	- Change default value for 'rrset-roundrobin' to yes.
2717	- Fix tests for new rrset-roundrobin default.
2718
271920 April 2020: Wouter
2720	- Fix #222: --enable-rpath, fails to rpath python lib.
2721	- Fix for count of reply states in the mesh.
2722	- Remove unneeded was_mesh_reply check.
2723
272417 April 2020: George
2725	- Add SNI support on more TLS connections (fixes #193).
2726	- Add SNI support to unbound-anchor.
2727
272816 April 2020: George
2729	- Add doxygen documentation for DSCP.
2730
273116 April 2020: Wouter
2732	- Fix help return code in unbound-control-setup script.
2733	- Fix for posix shell syntax for trap in nsd-control-setup.
2734	- Fix for posix shell syntax for trap in run_msg.sh test script.
2735
273615 April 2020: George
2737	- Fix #220: auth-zone section in config may lead to segfault.
2738
27397 April 2020: Wouter
2740	- Merge PR #214 from gearnode: unbound-control-setup recreate
2741	  certificates.  With the -r option the certificates are created
2742	  again, without it, only the files that do not exist are created.
2743
27446 April 2020: Ralph
2745	- Keep track of number of timeouts. Use this counter to determine if
2746	  capsforid fallback should be started.
2747
27486 April 2020: George
2749	- More documentation for redis-expire-records option.
2750
27511 April 2020: George
2752	- Merge PR #206: Redis TTL, by Talkabout.
2753
275430 March 2020: Wouter
2755	- Merge PR #207: Clarify if-automatic listens on 0.0.0.0 and ::
2756	- Merge PR #208: Fix uncached CLIENT_RESPONSE'es on stateful
2757	  transports.
2758
275927 March 2020: Wouter
2760	- Merge PR #203 from noloader: Update README-Travis.md with current
2761	  procedures.
2762
276327 March 2020: Ralph
2764	- Make unbound-control error returned on missing domain name more user
2765	  friendly.
2766
276726 March 2020: Ralph
2768	- Fix RPZ concurrency issue when using auth_zone_reload.
2769
277025 March 2020: George
2771	- Merge PR #201 from noloader: Fix OpenSSL cross-compaile warnings.
2772	- Fix on #201.
2773
277424 March 2020: Wouter
2775	- Merge PR #200 from yarikk: add ip-dscp option to specify the DSCP
2776	  tag for outgoing packets.
2777	- Fixes on #200.
2778	- Travis fix for ios by omitting tools from install.
2779
278023 March 2020: Wouter
2781	- Fix compile on Solaris for unbound-checkconf.
2782
278320 March 2020: George
2784	- Merge PR #198 from fobser: Declare lz_enter_rr_into_zone() static, it's
2785	  only used in this file.
2786
278720 March 2020: Wouter
2788	- Merge PR #197 from fobser: Make log_ident_revert_to_default() a
2789	  proper prototype.
2790
279119 March 2020: Ralph
2792	- Merge PR#191: Update iOS testing on Travis, by Jeffrey Walton.
2793	- Fix #158: open tls-session-ticket-keys as binary, for Windows. By
2794	  Daisuke HIGASHI.
2795	- Merge PR#134, Allow the kernel to provide random source ports. By
2796	  Florian Obser.
2797	- Log warning when using outgoing-port-permit and outgoing-port-avoid
2798	  while explicit port randomisation is disabled.
2799	- Merge PR#194: Add libevent testing to Travis, by Jeffrey Walton.
2800	- Fix .travis.yml error, missing 'env' option.
2801
280216 March 2020: Wouter
2803	- Fix #192: In the unbound-checkconf tool, the module config of
2804	  dns64 subnetcache respip validator iterator is whitelisted, it was
2805	  reported it seems to work.
2806
280712 March 2020: Wouter
2808	- Fix compile of test tools without protobuf.
2809
281011 March 2020: Ralph
2811	- Add check to make sure RPZ records are subdomains of configured
2812	  zone origin.
2813
281411 March 2020: George
2815	- Fix #189: mini_event.h:142:17: error: field 'ev_timeout' has incomplete
2816	  type, by noloader.
2817	- Changelog entry for (Fix #189, Merge PR #190).
2818
281911 March 2020: Wouter
2820	- Fix #188: unbound-control.c:882:6: error: 'execlp' is
2821	  unavailable: not available on tvOS.
2822
28236 March 2020: George
2824	- Merge PR #186, fix #183: Fix unrecognized 'echo -n' option on OS X, by
2825	  noloader
2826
28275 March 2020: Wouter
2828	- Fix PR #182 from noloader: Add iOS testing to Travis.
2829
28304 March 2020: Ralph
2831	- Update README-Travis.md (from PR #179), by Jeffrey Walton.
2832
28334 March 2020: George
2834	- Merge PR #181 from noloader: Fix OpenSSL -pie warning on Android.
2835
28364 March 2020: Wouter
2837	- Merge PR #180 from noloader: Avoid calling exit in Travis script.
2838
28393 March 2020: George
2840	- Upgrade config.guess(2020-01-01) and config.sub(2020-01-01).
2841
28422 March 2020: Ralph
2843	- Fix #175, Merge PR #176: fix link error when OpenSSL is configured
2844 	  with no-engine, thanks noloader.
2845
28462 March 2020: George
2847	- Fix compiler warning in dns64/dns64.c
2848	- Merge PR #174: Add Android to Travis testing, by noloader.
2849	- Move android build scripts to contrib/ and allow android tests to fail.
2850
28512 March 2020: Wouter
2852	- Fix #177: dnstap does not build on macOS.
2853
285428 February 2020: Ralph
2855	- Merge PR #172: Add IBM s390x arch for testing, by noloader.
2856
285728 February 2020: Wouter
2858	- Merge PR #173: updated makedist.sh for config.guess and
2859	  config.sub and sha256 digest for gpg, by noloader.
2860	- Merge PR #164: Framestreams, this branch implements dnstap
2861	  unidirectional connectivity in unbound. This has a number of
2862	  new features.
2863
2864	  The dependency on libfstrm is removed. The fstrm protocol code
2865	  resides in dnstap/dnstap_fstrm.h and dnstap/dnstap_fstrm.c. This
2866	  contains a brief definition of what unbound needs.
2867
2868	  The make unbound-dnstap-socket builds a debug tool,
2869	  unbound-dnstap-socket. It can listen, accept multiple DNSTAP
2870	  streams and print information. Commandline options control it.
2871
2872	  Unbound can reconnect if the unix domain socket file socket is
2873	  closed. This uses exponential backoff after which it uses a
2874	  one second timer to throttle cpu down. There is also support
2875	  to use TCP and TLS for connecting to the log server. There
2876	  are new config options to turn them on, in the dnstap section
2877	  in the man page and example config file. dnstap-ip with IP
2878	  address of server for TCP or TLS use. dnstap-tls to turn
2879	  on TLS. And dnstap-tls-server-name, dnstap-tls-cert-bundle,
2880	  dnstap-tls-client-key-file and dnstap-tls-client-cert-file
2881	  to configure the certificates for server authentication and
2882	  client authentication, or leave at "" to not use that.
2883
288427 February 2020: George
2885	- Merge PR #171: Add additional compilers and platforms to Travis
2886	  testing, by noloader.
2887
288827 February 2020: Wouter
2889	- Fix #169: Fix warning for daemon/remote.c output may be truncated
2890	  from snprintf.
2891	- Fix #170: Fix gcc undefined sanitizer signed integer overflow
2892	  warning in signature expiry RFC1982 serial number arithmetic.
2893	- Fix more undefined sanitizer issues, in respip copy_rrset null
2894	  dname, and in the client_info_compare routine for null memcmp.
2895
289626 February 2020: Wouter
2897	- iana portlist updated.
2898
289925 February 2020: Wouter
2900	- Fix #165: Add prefer-ip4: yesno config option to prefer ipv4 for
2901	  using ipv4 filters, because the hosts ip6 netblock /64 is not owned
2902	  by one operator, and thus reputation is shared.
2903
290424 February 2020: George
2905	- Merge PR #166: Fix typo in unbound.service.in, by glitsj16.
2906
290720 February 2020: Wouter
2908	- Updated contrib/unbound_smf23.tar.gz with Solaris SMF service for
2909	  Unbound from Yuri Voinov.
2910	- master branch has 1.10.1 version.
2911
291218 February 2020: Wouter
2913	- protect X509_CHECK_FLAG_NO_PARTIAL_WILDCARDS with ifdef for
2914	  different openssl versions.
2915
291617 February 2020: Wouter
2917	- changelog point where the tag for 1.10.0rc2 release is.  And with
2918	  the unbound_smf23 commit added to it, that is the 1.10.0 release.
2919
292017 February 2020: Ralph
2921	- Add respip to supported module-config options in unbound-checkconf.
2922
292317 February 2020: George
2924	- Remove unused variable.
2925
292617 February 2020: Wouter
2927	- contrib/drop2rpz: perl script that converts the Spamhaus DROP-List
2928	  in RPZ-Format, contributed by Andreas Schulze.
2929
293014 February 2020: Wouter
2931	- Fix spelling in unbound.conf.5.in.
2932	- Stop unbound-checkconf from insisting that auth-zone and rpz
2933	  zonefiles have to exist.  They can not exist, and download later.
2934
293513 February 2020: Wouter
2936	- tag for 1.10.0rc1 release.
2937
293812 February 2020: Wouter
2939	- Fix with libnettle make test with dsa disabled.
2940	- Fix contrib/fastrpz.patch to apply cleanly.  Fix for serve-stale
2941	  fixes, but it does not compile, conflicts with new rpz code.
2942	- Fix to clean memory leak of respip_addr.lock when ip_tree deleted.
2943	- Fix compile warning when threads disabled.
2944	- updated version number to 1.10.0.
2945
294610 February 2020: George
2947	- Document 'ub_result.was_ratelimited' in libunbound.
2948	- Fix use after free on log-identity after a reload; Fixes #163.
2949
29506 February 2020: George
2951	- Fix num_reply_states and num_detached_states counting with
2952	  serve_expired_callback.
2953	- Cleaner code in mesh_serve_expired_lookup.
2954	- Document in unbound.conf manpage that configuration clauses can be
2955	  repeated in the configuration file.
2956
29576 February 2020: Wouter
2958	- Fix num_reply_addr counting in mesh and tcp drop due to size
2959	  after serve_stale commit.
2960	- Fix to create and destroy rpz_lock in auth_zones structure.
2961	- Fix to lock zone before adding rpz qname trigger.
2962	- Fix to lock and release once in mesh_serve_expired_lookup.
2963	- Fix to put braces around empty if body when threading is disabled.
2964
29655 February 2020: George
2966	- Added serve-stale functionality as described in
2967	  draft-ietf-dnsop-serve-stale-10. `serve-expired-*` options can be used
2968	  to configure the behavior.
2969	- Updated cachedb to honor `serve-expired-ttl`; Fixes #107.
2970	- Renamed statistic `num.zero_ttl` to `num.expired` as expired replies
2971	  come with a configurable TTL value (`serve-expired-reply-ttl`).
2972	- Fixed stats when replying with cached, cname-aliased records.
2973	- Added missing default values for redis cachedb backend.
2974
29753 February 2020: Ralph
2976	- Add assertion to please static analyzer
2977
297831 January 2020: Wouter
2979	- Fix fclose on error in TLS session ticket code.
2980
298130 January 2020: Ralph
2982	- Fix memory leak in error condition remote.c
2983	- Fix double free in error condition view.c
2984	- Fix memory leak in do_auth_zone_transfer on success
2985	- Merge RPZ support into master. Only QNAME and Response IP triggers are
2986	  supported.
2987	- Stop working on socket when socket() call returns an error.
2988	- Check malloc return values in TLS session ticket code
2989
299030 January 2020: Wouter
2991	- Fix subnet tests for disabled DSA algorithm by default.
2992	- Update contrib/fastrpz.patch for clean diff with current code.
2993	- Merge PR#151: Fixes for systemd units, by Maryse47, Edmonds
2994	  and Frzk.  Updates the unbound.service systemd file and adds
2995	  a portable systemd service file.
2996	- updated .gitignore for added contrib file.
2997	- Add build rule for ipset to Makefile
2998	- Add getentropy_freebsd.o to Makefile dependencies.
2999
300029 January 2020: Ralph
3001	- Merge PR#156 from Alexander Berkes; Added unbound-control
3002	  view_local_datas_remove command.
3003
300429 January 2020: Wouter
3005	- Fix #157: undefined reference to `htobe64'.
3006
300728 January 2020: Ralph
3008	- Merge PR#147; change rfc reference for reserved top level dns names.
3009
301028 January 2020: Wouter
3011	- iana portlist updated.
3012	- Fix to silence the tls handshake errors for broken pipe and reset
3013	  by peer, unless verbosity is set to 2 or higher.
3014
301527 January 2020: Ralph
3016	- Merge PR#154; Allow use of libbsd functions with configure option
3017	  --with-libbsd. By Robert Edmonds and Steven Chamberlain.
3018	- Merge PR#148; Add some TLS stats to unbound_munin_. By Fredrik Pettai.
3019
302027 January 2020: Wouter
3021	- Merge PR#155 from Robert Edmonds: contrib/libunbound.pc.in: Fixes
3022	  to Libs/Requires for crypto library dependencies.
3023	- Fix #153: Disable validation for DSA algorithms.  RFC 8624
3024	  compliance.
3025
302623 January 2020: Wouter
3027	- Merge PR#150 from Frzk: Systemd unit without chroot.  It add
3028	  contrib/unbound_nochroot.service.in, a systemd file for use with
3029	  chroot: "", see comments in the file, it uses systemd protections
3030	  instead.
3031
303214 January 2020: Wouter
3033	- Removed the dnscrypt_queries and dnscrypt_queries_chacha tests,
3034	  because dnscrypt-proxy (2.0.36) does not support the test setup
3035	  any more, and also the config file format does not seem to have
3036	  the appropriate keys to recreate that setup.
3037	- Fix crash after reload where a stats lookup could reference old key
3038	  cache and neg cache structures.
3039	- Fix for memory leak when edns subnet config options are read when
3040	  compiled without edns subnet support.
3041	- Fix auth zone support for NSEC3 records without salt.
3042
304310 January 2020: Wouter
3044	- Fix the relationship between serve-expired and prefetch options,
3045	  patch from Saksham Manchanda from Secure64.
3046	- Fix unreachable code in ssl set options code.
3047
30488 January 2020: Ralph
3049	- Fix #138: stop binding pidfile inside chroot dir in systemd service
3050	  file.
3051
30528 January 2020: Wouter
3053	- Fix 'make test' to work for --disable-sha1 configure option.
3054	- Fix out-of-bounds null-byte write in sldns_bget_token_par while
3055	  parsing type WKS, reported by Luis Merino from X41 D-Sec.
3056	- Updated sldns_bget_token_par fix for also space for the zero
3057	  delimiter after the character.  And update for more spare space.
3058
30596 January 2020: George
3060	- Downgrade compat/getentropy_solaris.c to version 1.4 from OpenBSD.
3061	  The dl_iterate_phdr() function introduced in newer versions raises
3062	  compilation errors on solaris 10.
3063	- Changes to compat/getentropy_solaris.c for,
3064	  ifdef stdint.h inclusion for older systems.
3065	  ifdef sha2.h inclusion for older systems.
3066
30676 January 2020: Wouter
3068	- Merge #135 from Florian Obser: Use passed in neg and key cache
3069	  if non-NULL.
3070	- Fix #140: Document slave not downloading new zonefile upon update.
3071
307216 December 2019: George
3073	- Update mailing list URL.
3074
307512 December 2019: Ralph
3076	- Master is 1.9.7 in development.
3077	- Fix typo to let serve-expired-ttl work with ub_ctx_set_option(), by
3078	  Florian Obser
3079
308010 December 2019: Wouter
3081	- Fix to make auth zone IXFR to fallback to AXFR if a single
3082	  response RR is received over TCP with the SOA in it.
3083
30846 December 2019: Wouter
3085	- Fix ipsecmod compile.
3086	- Fix Makefile.in for ipset module compile, from Adi Prasaja.
3087	- release-1.9.6 tag, which became the 1.9.6 release
3088
30895 December 2019: Wouter
3090	- unbound-fuzzers.tar.bz2: three programs for fuzzing, that are 1:1
3091	  replacements for unbound-fuzzme.c that gets created after applying
3092	  the contrib/unbound-fuzzme.patch.  They are contributed by
3093	  Eric Sesterhenn from X41 D-Sec.
3094	- tag for 1.9.6rc1.
3095
30964 December 2019: Wouter
3097	- Fix lock type for memory purify log lock deletion.
3098	- Fix testbound for alloccheck runs, memory purify and lock checks.
3099	- update contrib/fastrpz.patch to apply more cleanly.
3100	- Fix Make Test Fails when Configured With --enable-alloc-nonregional,
3101	  reported by X41 D-Sec.
3102
31033 December 2019: Wouter
3104	- Merge pull request #124 from rmetrich: Changed log lock
3105	  from 'quick' to 'basic' because this is an I/O lock.
3106	- Fix text around serial arithmatic used for RRSIG times to refer
3107	  to correct RFC number.
3108	- Fix Assert Causing DoS in synth_cname(),
3109	  reported by X41 D-Sec.
3110	- Fix similar code in auth_zone synth cname to add the extra checks.
3111	- Fix Assert Causing DoS in dname_pkt_copy(),
3112	  reported by X41 D-Sec.
3113	- Fix OOB Read in sldns_wire2str_dname_scan(),
3114	  reported by X41 D-Sec.
3115	- Fix Out of Bounds Write in sldns_str2wire_str_buf(),
3116	  reported by X41 D-Sec.
3117	- Fix Out of Bounds Write in sldns_b64_pton(),
3118	  fixed by check in sldns_str2wire_int16_data_buf(),
3119	  reported by X41 D-Sec.
3120	- Fix Insufficient Handling of Compressed Names in dname_pkt_copy(),
3121	  reported by X41 D-Sec.
3122	- Fix Out of Bound Write Compressed Names in rdata_copy(),
3123	  reported by X41 D-Sec.
3124	- Fix Hang in sldns_wire2str_pkt_scan(),
3125	  reported by X41 D-Sec.
3126	  This further lowers the max to 256.
3127	- Fix snprintf() supports the n-specifier,
3128	  reported by X41 D-Sec.
3129	- Fix Bad Indentation, in dnscrypt.c,
3130	  reported by X41 D-Sec.
3131	- Fix Client NONCE Generation used for Server NONCE,
3132	  reported by X41 D-Sec.
3133	- Fix compile error in dnscrypt.
3134	- Fix _vfixed not Used, removed from sbuffer code,
3135	  reported by X41 D-Sec.
3136	- Fix Hardcoded Constant, reported by X41 D-Sec.
3137	- make depend
3138
31392 December 2019: Wouter
3140	- Merge pull request #122 from he32: In tcp_callback_writer(),
3141	  don't disable time-out when changing to read.
3142
314322 November 2019: George
3144	- Fix compiler warnings.
3145
314622 November 2019: Wouter
3147	- Fix dname loop maximum, reported by Eric Sesterhenn from X41 D-Sec.
3148	- Add make distclean that removes everything configure produced,
3149	  and make maintainer-clean that removes bison and flex output.
3150
315120 November 2019: Wouter
3152	- Fix Out of Bounds Read in rrinternal_get_owner(),
3153	  reported by X41 D-Sec.
3154	- Fix Race Condition in autr_tp_create(),
3155	  reported by X41 D-Sec.
3156	- Fix Shared Memory World Writeable,
3157	  reported by X41 D-Sec.
3158	- Adjust unbound-control to make stats_shm a read only operation.
3159	- Fix Weak Entropy Used For Nettle,
3160	  reported by X41 D-Sec.
3161	- Fix Randomness Error not Handled Properly,
3162	  reported by X41 D-Sec.
3163	- Fix Out-of-Bounds Read in dname_valid(),
3164	  reported by X41 D-Sec.
3165	- Fix Config Injection in create_unbound_ad_servers.sh,
3166	  reported by X41 D-Sec.
3167	- Fix Local Memory Leak in cachedb_init(),
3168	  reported by X41 D-Sec.
3169	- Fix Integer Underflow in Regional Allocator,
3170	  reported by X41 D-Sec.
3171	- Upgrade compat/getentropy_linux.c to version 1.46 from OpenBSD.
3172	- Synchronize compat/getentropy_win.c with version 1.5 from
3173	  OpenBSD, no changes but makes the file, comments, identical.
3174	- Upgrade compat/getentropy_solaris.c to version 1.13 from OpenBSD.
3175	- Upgrade compat/getentropy_osx.c to version 1.12 from OpenBSD.
3176	- Changes to compat/getentropy files for,
3177	  no link to openssl if using nettle, and hence config.h for
3178	  HAVE_NETTLE variable.
3179	  compat definition of MAP_ANON, for older systems.
3180	  ifdef stdint.h inclusion for older systems.
3181	  ifdef sha2.h inclusion for older systems.
3182	- Fixed Compat Code Diverging from Upstream, reported by X41 D-Sec.
3183	- Fix compile with --enable-alloc-checks, reported by X41 D-Sec.
3184	- Fix Terminating Quotes not Written, reported by X41 D-Sec.
3185	- Fix Useless memset() in validator, reported by X41 D-Sec.
3186	- Fix Unrequired Checks, reported by X41 D-Sec.
3187	- Fix Enum Name not Used, reported by X41 D-Sec.
3188	- Fix NULL Pointer Dereference via Control Port,
3189	  reported by X41 D-Sec.
3190	- Fix Bad Randomness in Seed, reported by X41 D-Sec.
3191	- Fix python examples/calc.py for eval, reported by X41 D-Sec.
3192	- Fix comments for doxygen in dns64.
3193
319419 November 2019: Wouter
3195	- Fix CVE-2019-18934, shell execution in ipsecmod.
3196	- 1.9.5 is 1.9.4 with bugfix, trunk is 1.9.6 in development.
3197	- Fix authzone printout buffer length check.
3198	- Fixes to please lint checks.
3199	- Fix Integer Overflow in Regional Allocator,
3200	  reported by X41 D-Sec.
3201	- Fix Unchecked NULL Pointer in dns64_inform_super()
3202	  and ipsecmod_new(), reported by X41 D-Sec.
3203	- Fix Out-of-bounds Read in rr_comment_dnskey(),
3204	  reported by X41 D-Sec.
3205	- Fix Integer Overflows in Size Calculations,
3206	  reported by X41 D-Sec.
3207	- Fix Integer Overflow to Buffer Overflow in
3208	  sldns_str2wire_dname_buf_origin(), reported by X41 D-Sec.
3209	- Fix Out of Bounds Read in sldns_str2wire_dname(),
3210	  reported by X41 D-Sec.
3211	- Fix Out of Bounds Write in sldns_bget_token_par(),
3212	  reported by X41 D-Sec.
3213
321418 November 2019: Wouter
3215	- In unbound-host use separate variable for get_option to please
3216	  code checkers.
3217	- update to bison output of 3.4.1 in code repository.
3218	- Provide a prototype for compat malloc to remove compile warning.
3219	- Portable grep usage for reuseport configure test.
3220	- Check return type of HMAC_Init_ex for openssl 0.9.8.
3221	- gitignore .source tempfile used for compatible make.
3222
322313 November 2019: Wouter
3224	- iana portlist updated.
3225	- contrib/fastrpz.patch updated to apply for current code.
3226	- fixes for splint cleanliness, long vs int in SSL set_mode.
3227
322811 November 2019: Wouter
3229	- Fix #109: check number of arguments for stdin-pipes in
3230	  unbound-control and fail if too many arguments.
3231	- Merge #102 from jrtc27: Add getentropy emulation for FreeBSD.
3232
323324 October 2019: Wouter
3234	- Fix #99: Memory leak in ub_ctx (event_base will never be freed).
3235
323623 October 2019: George
3237	- Add new configure option `--enable-fully-static` to enable full static
3238	  build if requested; in relation to #91.
3239
324023 October 2019: Wouter
3241	- Merge #97: manpage: Add missing word on unbound.conf,
3242	  from Erethon.
3243
324422 October 2019: Wouter
3245	- drop-tld.diff: adds option drop-tld: yesno that drops 2 label
3246	  queries, to stop random floods.  Apply with
3247	  patch -p1 < contrib/drop-tld.diff and compile.
3248	  From Saksham Manchanda (Secure64).  Please note that we think this
3249	  will drop DNSKEY and DS lookups for tlds and hence break DNSSEC
3250	  lookups for downstream clients.
3251
32527 October 2019: Wouter
3253	- Add doxygen comments to unbound-anchor source address code, in #86.
3254
32553 October 2019: Wouter
3256	- Merge #90 from vcunat: fix build with nettle-3.5.
3257	- Merge 1.9.4 release with fix for vulnerability CVE-2019-16866.
3258	- Continue with development of 1.9.5.
3259	- Merge #86 from psquarejho: Added -b source address option to
3260	  smallapp/unbound-anchor.c, from Lukas Wunner.
3261
326226 September 2019: Wouter
3263	- Merge #87 from hardfalcon: Fix contrib/unbound.service.in,
3264	  Drop CAP_KILL, use + prefix for ExecReload= instead.
3265
326625 September 2019: Wouter
3267	- The unbound.conf includes are sorted ascending, for include
3268	  statements with a '*' from glob.
3269
327023 September 2019: Wouter
3271	- Merge #85 for #84 from sam-lunt: Add kill capability to systemd
3272	  service file to fix that systemctl reload fails.
3273
327420 September 2019: Wouter
3275	- Merge #82 from hardfalcon: Downgrade CAP_NET_ADMIN to CAP_NET_RAW
3276	  in unbound.service.
3277	- Merge #81 from Maryse47: Consistently use /dev/urandom instead
3278	  of /dev/random in scripts and docs.
3279	- Merge #83 from Maryse47: contrib/unbound.service.in: do not fork
3280	  into the background.
3281
328219 September 2019: Wouter
3283	- Fix #78: Memory leak in outside_network.c.
3284	- Merge pull request #76 from Maryse47: Improvements and fixes for
3285	  systemd unbound.service.
3286	- oss-fuzz badge on README.md.
3287	- Fix fix for #78 to also free service callback struct.
3288	- Fix for oss-fuzz build warning.
3289	- Fix wrong response ttl for prepended short CNAME ttls, this would
3290	  create a wrong zero_ttl response count with serve-expired enabled.
3291	- Merge #80 from stasic: Improve wording in man page.
3292
329311 September 2019: Wouter
3294	- Use explicit bzero for wiping clear buffer of hash in cachedb,
3295	  reported by Eric Sesterhenn from X41 D-Sec.
3296
32979 September 2019: Wouter
3298	- Fix #72: configure --with-syslog-facility=LOCAL0-7 with default
3299	  LOG_DAEMON (as before) can set the syslog facility that the server
3300	  uses to log messages.
3301
33024 September 2019: Wouter
3303	- Fix #71: fix openssl error squelch commit compilation error.
3304
33053 September 2019: Wouter
3306	- squelch DNS over TLS errors 'ssl handshake failed crypto error'
3307	  on low verbosity, they show on verbosity 3 (query details), because
3308	  there is a high volume and the operator cannot do anything for the
3309	  remote failure.  Specifically filters the high volume errors.
3310
33112 September 2019: Wouter
3312	- ipset module #28: log that an address is added, when verbosity high.
3313	- ipset: refactor long routine into three smaller ones.
3314	- updated Makefile dependencies.
3315
331623 August 2019: Wouter
3317	- Fix contrib/fastrpz.patch asprintf return value checks.
3318
331922 August 2019: Wouter
3320	- Fix that pkg-config is setup before --enable-systemd needs it.
3321	- 1.9.3rc2 release candidate tag.  And this became the 1.9.3 release.
3322	  Master is 1.9.4 in development.
3323
332421 August 2019: Wouter
3325	- Fix log_dns_msg to log irrespective of minimal responses config.
3326
332719 August 2019: Ralph
3328	- Document limitation of pidfile removal outside of chroot directory.
3329
333016 August 2019: Wouter
3331	- Fix unittest valgrind false positive uninitialised value report,
3332	  where if gcc 9.1.1 uses -O2 (but not -O1) then valgrind 3.15.0
3333	  issues an uninitialised value for the token buffer at the str2wire.c
3334	  rrinternal_get_owner() strcmp with the '@' value.  Rewritten to use
3335	  straight character comparisons removes the false positive.  Also
3336	  valgrinds --expensive-definedness-checks=yes can stop this false
3337	  positive.
3338	- Please doxygen's parser for "@" occurrence in doxygen comment.
3339	- Fixup contrib/fastrpz.patch
3340	- Remove warning about unknown cast-function-type warning pragma.
3341
334215 August 2019: Wouter
3343	- iana portlist updated.
3344	- Fix autotrust temp file uniqueness windows compile.
3345	- avoid warning about upcast on 32bit systems for autotrust.
3346	- escape commandline contents for -V.
3347	- Fix character buffer size in ub_ctx_hosts.
3348	- 1.9.3rc1 release candidate tag.
3349	- Option -V prints if TCP fastopen is available.
3350
335114 August 2019: George
3352	- Fix #59, when compiled with systemd support check that we can properly
3353	  communicate with systemd through the `NOTIFY_SOCKET`.
3354
335514 August 2019: Wouter
3356	- Generate configlexer with newer flex.
3357	- Fix warning for unused variable for compilation without systemd.
3358
335912 August 2019: George
3360	- Introduce `-V` option to print the version number and build options.
3361	  Previously reported build options like linked libs and linked modules
3362	  are now moved from `-h` to `-V` as well for consistency.
3363	- PACKAGE_BUGREPORT now also includes link to GitHub issues.
3364
33651 August 2019: Wouter
3366	- For #52 #53, second context does not close logfile override.
3367	- Fix #52 #53, fix for example fail program.
3368	- Fix to return after failed auth zone http chunk write.
3369	- Fix to remove unused test for task_probe existance.
3370	- Fix to timeval_add for remaining second in microseconds.
3371	- Check repinfo in worker_handle_request, if null, drop it.
3372
337329 July 2019: Wouter
3374	- Add verbose log message when auth zone file is written, at level 4.
3375	- Add hex print of trust anchor pointer to trust anchor file temp
3376	  name to make it unique, for libunbound created multiple contexts.
3377
337823 July 2019: Wouter
3379	- Fix question section mismatch in local zone redirect.
3380
338119 July 2019: Wouter
3382	- Fix #49: Set no renegotiation on the SSL context to stop client
3383	  session renegotiation.
3384
338512 July 2019: Wouter
3386	- Fix #48: Unbound returns additional records on NODATA response,
3387	  if minimal-responses is enabled, also the additional for negative
3388	  responses is removed.
3389
33909 July 2019: Ralph
3391	- Fix in respip addrtree selection. Absence of addr_tree_init_parents()
3392	  call made it impossible to go up the tree when the matching netmask is
3393	  too specific.
3394
33955 July 2019: Ralph
3396	- Fix for possible assertion failure when answering respip CNAME from
3397	  cache.
3398
339925 June 2019: Wouter
3400	- For #45, check that 127.0.0.1 and ::1 are not used in unbound.conf
3401	  when do-not-query-localhost is turned on, or at default on,
3402	  unbound-checkconf prints a warning if it is found in forward-addr or
3403	  stub-addr statements.
3404
340524 June 2019: Wouter
3406	- Fix memleak in unit test, reported from the clang 8.0 static analyzer.
3407
340818 June 2019: Wouter
3409	- PR #28: IPSet module, by Kevin Chou.  Created a module to support
3410	  the ipset that could add the domain's ip to a list easily.
3411	  Needs libmnl, and --enable-ipset and config it, doc/README.ipset.md.
3412	- Fix to omit RRSIGs from addition to the ipset.
3413	- Fix to make unbound-control with ipset, remove unused variable,
3414	  use unsigned type because of comparison, and assign null instead
3415	  of compare with it.  Remade lex and yacc output.
3416	- make depend
3417	- Added documentation to the ipset files (for doxygen output).
3418	- Merge PR #6: Python module: support multiple instances
3419	- Merge PR #5: Python module: define constant MODULE_RESTART_NEXT
3420	- Merge PR #4: Python module: assign something useful to the
3421	  per-query data store 'qdata'
3422	- Fix python dict reference and double free in config.
3423
342417 June 2019: Wouter
3425	- Master contains version 1.9.3 in development.
3426	- Fix #39: In libunbound, leftover logfile is close()d unpredictably.
3427	- Fix for #24: Fix abort due to scan of auth zone masters using old
3428	  address from previous scan.
3429
343012 June 2019: Wouter
3431	- Fix another spoolbuf storage code point, in prefetch.
3432	- 1.9.2rc3 release candidate tag.  Which became the 1.9.2 release
3433	  on 17 June 2019.
3434
343511 June 2019: Wouter
3436	- Fix that fixes the Fix that spoolbuf is not used to store tcp
3437	  pipelined response between mesh send and callback end, this fixes
3438	  error cases that did not use the correct spoolbuf.
3439	- 1.9.2rc2 release candidate tag.
3440
34416 June 2019: Wouter
3442	- 1.9.2rc1 release candidate tag.
3443
34444 June 2019: Wouter
3445	- iana portlist updated.
3446
344729 May 2019: Wouter
3448	- Fix to guard _OPENBSD_SOURCE from redefinition.
3449
345028 May 2019: Wouter
3451	- Fix to define _OPENBSD_SOURCE to get reallocarray on NetBSD.
3452	- gitignore config.h.in~.
3453
345427 May 2019: Wouter
3455	- Fix double file close in tcp pipelined response code.
3456
345724 May 2019: Wouter
3458	- Fix that spoolbuf is not used to store tcp pipelined response
3459	  between mesh send and callback end.
3460
346120 May 2019: Wouter
3462	- Note that so-reuseport at extreme load is better turned off,
3463	  otherwise queries are not distributed evenly, on Linux 4.4.x.
3464
346516 May 2019: Wouter
3466	- Fix #31: swig 4.0 and python module.
3467
346813 May 2019: Wouter
3469	- Squelch log messages from tcp send about connection reset by peer.
3470	  They can be enabled with verbosity at higher values for diagnosing
3471	  network connectivity issues.
3472	- Attempt to fix malformed tcp response.
3473
34749 May 2019: Wouter
3475	- Revert fix for oss-fuzz, error is in that build script that
3476	  unconditionally includes .o files detected by configure, also
3477	  when the machine architecture uses different LIBOBJS files.
3478
34798 May 2019: Wouter
3480	- Attempt to fix build failure in oss-fuzz because of reallocarray.
3481	  https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=14648.
3482	  Does not omit compile flags from commandline.
3483
34847 May 2019: Wouter
3485	- Fix edns-subnet locks, in error cases the lock was not unlocked.
3486	- Fix doxygen output error on readme markdown vignettes.
3487
34886 May 2019: Wouter
3489	- Fix #29: Solaris 11.3 and missing symbols be64toh, htobe64.
3490	- Fix #30: AddressSanitizer finding in lookup3.c.  This sets the
3491	  hash function to use a slower but better auditable code that does
3492	  not read beyond array boundaries.  This makes code better security
3493	  checkable, and is better for security.  It is fixed to be slower,
3494	  but not read outside of the array.
3495
34962 May 2019: Wouter
3497	- contrib/fastrpz.patch updated for code changes, and with git diff.
3498	- Fix .gitignore, add pythonmod and dnstap generated files.
3499	  And unit test generated files, and generated doc files.
3500
35011 May 2019: Wouter
3502	- Update makedist for git.
3503	- Nicer travis output for clang analysis.
3504	- PR #16: XoT support, AXFR over TLS, turn it on with
3505	  master: <ip>#<authname> in unbound.conf.  This uses TLS to
3506	  download the AXFR (or IXFR).
3507
350825 April 2019: Wouter
3509	- Fix wrong query name in local zone redirect answers with a CNAME,
3510	  the copy of the local alias is in unpacked form.
3511
351218 April 2019: Ralph
3513	- Scrub RRs from answer section when reusing NXDOMAIN message for
3514	  subdomain answers.
3515	- For harden-below-nxdomain: do not consider a name to be non-exitent
3516	  when message contains a CNAME record.
3517
351818 April 2019: Wouter
3519	- travis build file.
3520
352116 April 2019: Wouter
3522	- Better braces in if statement in TCP fastopen code.
3523	- iana portlist updated.
3524
352515 April 2019: Wouter
3526	- Fix tls write event for read state change to re-call SSL_write and
3527	  not resume the TLS handshake.
3528
352911 April 2019: George
3530	- Update python documentation for init_standard().
3531	- Typos.
3532
353311 April 2019: Wouter
3534	- Fix that auth zone uses correct network type for sockets for
3535	  SOA serial probes.  This fixes that probes fail because earlier
3536	  probe addresses are unreachable.
3537	- Fix that auth zone fails over to next master for timeout in tcp.
3538	- Squelch SSL read and write connection reset by peer and broken pipe
3539	  messages.  Verbosity 2 and higher enables them.
3540
35418 April 2019: Wouter
3542	- Fix to use event_assign with libevent for thread-safety.
3543	- verbose information about auth zone lookup process, also lookup
3544	  start, timeout and fail.
3545	- Fix #17: Add python module example from Jan Janak, that is a
3546	  plugin for the Unbound DNS resolver to resolve DNS records in
3547	  multicast DNS [RFC 6762] via Avahi.  The plugin communicates
3548	  with Avahi via DBus. The comment section at the beginning of
3549	  the file contains detailed documentation.
3550	- Fix to wipe ssl ticket keys from memory with explicit_bzero,
3551	  if available.
3552
35535 April 2019: Wouter
3554	- Fix to reinit event structure for accepted TCP (and TLS) sockets.
3555
35564 April 2019: Wouter
3557	- Fix spelling error in log output for event method.
3558
35593 April 2019: Wouter
3560	- Move goto label in answer_from_cache to the end of the function
3561	  where it is more visible.
3562	- Fix auth-zone NSEC3 response for wildcard nodata answers,
3563	  include the closest encloser in the answer.
3564
35652 April 2019: Wouter
3566	- Fix auth-zone NSEC3 response for empty nonterminals with exact
3567	  match nsec3 records.
3568	- Fix for out of bounds integers, thanks to OSTIF audit.  It is in
3569	  allocation debug code.
3570	- Fix for auth zone nsec3 ent fix for wildcard nodata.
3571
357225 March 2019: Wouter
3573	- Fix that tls-session-ticket-keys: "" on its own in unbound.conf
3574	  disables the tls session ticker key calls into the OpenSSL API.
3575	- Fix crash if tls-servic-pem not filled in when necessary.
3576
357721 March 2019: Wouter
3578	- Fix #4240: Fix whitespace cleanup in example.conf.
3579
358019 March 2019: Wouter
3581	- add type CAA to libpyunbound (accessing libunbound from python).
3582
358318 March 2019: Wouter
3584	- Add log message, at verbosity 4, that says the query is encrypted
3585	  with TLS, if that is enabled for the query.
3586	- Fix #4239: set NOTIMPL when deny-any is enabled, for RFC8482.
3587
35887 March 2019: Wouter
3589	- Fix for #4233: guard use of NDEBUG, so that it can be passed in
3590	  CFLAGS into configure.
3591
35925 March 2019: Wouter
3593	- Tag release 1.9.1rc1.  Which became 1.9.1 on 12 March 2019.  Trunk
3594	  has 1.9.2 in development.
3595
35961 March 2019: Wouter
3597	- output forwarder log in ssl_req_order test.
3598
359928 February 2019: Wouter
3600	- Remove memory leak on pythonmod python2 script file init.
3601	- Remove swig gcc8 python function cast warnings, they are ignored.
3602	- Print correct module that failed when module-config is wrong.
3603
360427 February 2019: Wouter
3605	- Fix #4229: Unbound man pages lack information, about access-control
3606	  order and local zone tags, and elements in views.
3607	- Fix #14: contrib/unbound.init: Fix wrong comparison judgment
3608	  before copying.
3609	- Fix for python module on Windows, fix fopen.
3610
361125 February 2019: Wouter
3612	- Fix #4227: pair event del and add for libevent for tcp_req_info.
3613
361421 February 2019: Wouter
3615	- Fix the error for unknown module in module-config is understandable,
3616	  and explains it was not compiled in and where to see the list.
3617	- In example.conf explain where to put cachedb module in module-config.
3618	- In man page and example config explain that most modules have to
3619	  be listed at the start of module-config.
3620
362120 February 2019: Wouter
3622	- Fix pythonmod include and sockaddr_un ifdefs for compile on
3623	  Windows, and for libunbound.
3624
362518 February 2019: Wouter
3626	- Print query name with ip_ratelimit exceeded log lines.
3627	- Spaces instead of tabs in that log message.
3628	- Print query name and IP address when domain rate limit exceeded.
3629
363014 February 2019: Wouter
3631	- Fix capsforid canonical sort qsort callback.
3632
363311 February 2019: Wouter
3634	- Note default for module-config in man page.
3635	- Fix recursion lame test for qname minimisation asked queries,
3636	  that were not present in the set of prepared answers.
3637	- Fix #13: Remove left-over requirements on OpenSSL >= 1.1.0 for
3638	  cert name matching, from man page.
3639	- make depend, with newer gcc, nicer layout.
3640
36417 February 2019: Wouter
3642	- Fix #4206: OpenSSL 1.0.2 hostname verification for FreeBSD 11.2.
3643	- Fix that qname minimisation does not skip a label when missing
3644	  nameserver targets need to be fetched.
3645	- Fix #4225: clients seem to erroneously receive no answer with
3646	  DNS-over-TLS and qname-minimisation.
3647
36484 February 2019: Wouter
3649	- Fix that log-replies prints the correct name for local-alias
3650	  names, for names that have a CNAME in local-data configuration.
3651	  It logs the original query name, not the target of the CNAME.
3652	- Add local-zone type inform_redirect, which logs like type inform,
3653	  and redirects like type redirect.
3654	- Perform canonical sort for 0x20 capsforid compare of replies,
3655	  this sorts rrsets in the authority and additional section before
3656	  comparison, so that out of order rrsets do not cause failure.
3657
365831 January 2019: Wouter
3659	- Set ub_ctx_set_tls call signature in ltrace config file for
3660	  libunbound in contrib/libunbound.so.conf.
3661	- improve documentation for tls-service-key and forward-first.
3662	- #10: fixed pkg-config operations, PKG_PROG_PKG_CONFIG moved out of
3663	  conditional section, fixes systemd builds, from Enrico Scholz.
3664	- #9: For openssl 1.0.2 use the CRYPTO_THREADID locking callbacks,
3665	  still supports the set_id_callback previous API.  And for 1.1.0
3666	  no locking callbacks are needed.
3667	- #8: Fix OpenSSL without ENGINE support compilation.
3668	- Wipe TLS session key data from memory on exit.
3669
367030 January 2019: Ralph
3671	- Fix case in which query timeout can result in marking delegation
3672	  as edns_lame_known.
3673
367429 January 2019: Wouter
3675	- Fix spelling of tls-ciphers in example.conf.in.
3676	- Fix #4224: auth_xfr_notify.rpl test broken due to typo
3677	- Fix locking for libunbound context setup with broken port config.
3678
367928 January 2019: Wouter
3680	- ub_ctx_set_tls call for libunbound that enables DoT for the machines
3681	  set with ub_ctx_set_fwd.  Patch from Florian Obser.
3682	- Set build system for added call in the libunbound API.
3683	- List example config for root zone copy locally hosted with auth-zone
3684	  as suggested from draft-ietf-dnsop-7706-bis-02.  But with updated
3685	  B root address.
3686	- set version to 1.9.0 for release.  And this was released with the
3687	  spelling for tls-ciphers fix as 1.9.0 on Feb 5.  Trunk has 1.9.1 in
3688	  development.
3689
369025 January 2019: Wouter
3691	- Fix that tcp for auth zone and outgoing does not remove and
3692	  then gets the ssl read again applied to the deleted commpoint.
3693	- updated contrib/fastrpz.patch to cleanly diff.
3694	- no lock when threads disabled in tcp request buffer count.
3695	- remove compile warnings from libnettle compile.
3696	- output of newer lex 2.6.1 and bison 3.0.5.
3697
369824 January 2019: Wouter
3699	- Newer aclocal and libtoolize used for generating configure scripts,
3700	  aclocal 1.16.1 and libtoolize 2.4.6.
3701	- Fix unit test for python 3.7 new keyword 'async'.
3702	- clang analysis fixes, assert arc4random buffer in init,
3703	  no check for already checked delegation pointer in iterator,
3704	  in testcode check for NULL packet matches, in perf do not copy
3705	  from NULL start list when growing capacity.  Adjust host and file
3706	  only when present in test header read to please checker.  In
3707	  testcode for unknown macro operand give zero result. Initialise the
3708	  passed argv array in test code.  In test code add EDNS data
3709	  segment copy only when nonempty.
3710	- Patch from Florian Obser fixes some compiler warnings:
3711	  include mini_event.h to have a prototype for mini_ev_cmp
3712	  include edns.h to have a prototype for apply_edns_options
3713	  sldns_wire2str_edns_keepalive_print is only called in the wire2str,
3714	  module declare it static to get rid of compiler warning:
3715	  no previous prototype for function
3716	  infra_find_ip_ratedata() is only called in the infra module,
3717	  declare it static to get rid of compiler warning:
3718	  no previous prototype for function
3719	  do not shadow local variable buf in authzone
3720	  auth_chunks_delete and az_nsec3_findnode are only called in the
3721	  authzone module, declare them static to get rid of compiler warning:
3722	  no previous prototype for function...
3723	  copy_rrset() is only called in the respip module, declare it
3724	  static to get rid of compiler warning:
3725	  no previous prototype for function 'copy_rrset'
3726	  no need for another variable "r"; gets rid of compiler warning:
3727	  declaration shadows a local variable in libunbound.c
3728	  no need for another variable "ns"; gets rid of compiler warning:
3729	  declaration shadows a local variable in iterator.c
3730	- Moved includes and make depend.
3731
373223 January 2019: Wouter
3733	- Patch from Manabu Sonoda with tls-ciphers and tls-ciphersuites
3734	  options for unbound.conf.
3735	- Fixes for the patch, and man page entry.
3736	- Fix configure to detect SSL_CTX_set_ciphersuites, for better
3737	  library compatibility when compiling.
3738	- Patch for TLS session resumption from Manabu Sonoda,
3739	  enable with tls-session-ticket-keys in unbound.conf.
3740	- Fixes for patch (includes, declarations, warnings).  Free at end
3741	  and keep config options in order read from file to keep the first
3742	  one as the first one.
3743	- Fix for IXFR fallback to reset counter when IXFR does not timeout.
3744
374522 January 2019: Wouter
3746	- Fix space calculation for tcp req buffer size.
3747	- Doc for stream-wait-size and unit test.
3748	- unbound-control stats has mem.streamwait that counts TCP and TLS
3749	  waiting result buffers.
3750	- Fix for #4219: secondaries not updated after serial change, unbound
3751	  falls back to AXFR after IXFR gives several timeout failures.
3752	- Fix that auth zone after IXFR fallback tries the same master.
3753
375421 January 2019: Wouter
3755	- Fix tcp idle timeout test, for difference in the tcp reply code.
3756	- Unit test for tcp request reorder and timeouts.
3757	- Unit tests for ssl out of order processing.
3758	- Fix that multiple dns fragments can be carried in one TLS frame.
3759	- Add stream-wait-size: 4m config option to limit the maximum
3760	  memory used by waiting tcp and tls stream replies.  This avoids
3761	  a denial of service where these replies use up all of the memory.
3762
376317 January 2019: Wouter
3764	- For caps-for-id fallback, use the whitelist to avoid timeout
3765	  starting a fallback sequence for it.
3766	- increase mesh max activation count for capsforid long fetches.
3767
376816 January 2019: Ralph
3769	- Get ready for the DNS flag day: remove EDNS lame procedure, do not
3770	  re-query without EDNS after timeout.
3771
377215 January 2019: Wouter
3773	- In the out of order processing, reset byte count for (potential)
3774	  partial read.
3775	- Review fixes in out of order processing.
3776
377714 January 2019: Wouter
3778	- streamtcp option -a send queries consecutively and prints answers
3779	  as they arrive.
3780	- Fix for out of order processing administration quit cleanup.
3781	- unit test for tcp out of order processing.
3782
378311 January 2019: Wouter
3784	- Initial commit for out-of-order processing for TCP and TLS.
3785
37869 January 2019: Wouter
3787	- Log query name for looping module errors.
3788
37898 January 2019: Wouter
3790	- Fix syntax in comment of local alias processing.
3791	- Fix NSEC3 record that is returned in wildcard replies from
3792	  auth-zone zones with NSEC3 and wildcards.
3793
37947 January 2019: Wouter
3795	- On FreeBSD warn if systcl settings do not allow server TCP FASTOPEN,
3796	  and server tcp fastopen is enabled at compile time.
3797	- Document interaction between the tls-upstream option in the server
3798	  section and forward-tls-upstream option in the forward-zone sections.
3799	- Add contrib/unbound-fuzzme.patch from Jacob Hoffman-Andrews,
3800	  the patch adds a program used for fuzzing.
3801
380212 December 2018: Wouter
3803	- Fix for crash in dns64 module if response is null.
3804
380510 December 2018: Wouter
3806	- Fix config parser memory leaks.
3807	- ip-ratelimit-factor of 1 allows all traffic through, instead of the
3808	  previous blocking everything.
3809	- Fix for FreeBSD port make with dnscrypt and dnstap enabled.
3810	- Fix #4206: support openssl 1.0.2 for TLS hostname verification,
3811	  alongside the 1.1.0 and later support that is already there.
3812	- Fixup openssl 1.0.2 compile
3813
38146 December 2018: Wouter
3815	- Fix dns64 allocation in wrong region for returned internal queries.
3816
38173 December 2018: Wouter
3818	- Fix icon, no ragged edges and nicer resolutions available, for eg.
3819	  Win 7 and Windows 10 display.
3820	- cache-max-ttl also defines upperbound of initial TTL in response.
3821
382230 November 2018: Wouter
3823	- Patch for typo in unbound.conf man page.
3824	- log-tag-queryreply: yes in unbound.conf tags the log-queries and
3825	  log-replies in the log file for easier log filter maintenance.
3826
382729 November 2018: Wouter
3828	- iana portlist updated.
3829	- Fix chroot auth-zone fix to remove chroot prefix.
3830	- tag for 1.8.2rc1, which became 1.8.2 on 4 dec 2018, with icon
3831	  updated.  Trunk contains 1.8.3 in development.
3832	  Which became 1.8.3 on 11 december with only the dns64 fix of 6 dec.
3833	  Trunk then became 1.8.4 in development.
3834	- Fix that unbound-checkconf does not complains if the config file
3835	  is not placed inside the chroot.
3836	- Refuse to start with no ports.
3837	- Remove clang analysis warnings.
3838
383928 November 2018: Wouter
3840	- Fix leak in chroot fix for auth-zone.
3841	- Fix clang analysis for outside directory build test.
3842
384327 November 2018: Wouter
3844	- Fix DNS64 to not store intermediate results in cache, this avoids
3845	  other threads from picking up the wrong data.  The module restores
3846	  the previous no_cache_store setting when the the module is finished.
3847	- Fix #4208: 'stub-no-cache' and 'forward-no-cache' not work.
3848	- New and better fix for Fix #4193: Fix that prefetch failure does
3849	  not overwrite valid cache entry with SERVFAIL.
3850	- auth-zone give SERVFAIL when expired, fallback activates when
3851	  expired, and this is documented in the man page.
3852	- stat count SERVFAIL downstream auth-zone queries for expired zones.
3853	- Put new logos into windows installer.
3854	- Fix windows compile for new rrset roundrobin fix.
3855	- Update contrib fastrpz patch for latest release.
3856
385726 November 2018: Wouter
3858	- Fix to not set GLOB_NOSORT so the unbound.conf include: files are
3859	  sorted and in a predictable order.
3860	- Fix #4193: Fix that prefetch failure does not overwrite valid cache
3861	  entry with SERVFAIL.
3862	- Add unbound-control view_local_datas command, like local_datas.
3863	- Fix that unbound-control can send file for view_local_datas.
3864
386522 November 2018: Wouter
3866	- With ./configure --with-pyunbound --with-pythonmodule
3867	  PYTHON_VERSION=3.6 or with 2.7 unbound can compile and unit tests
3868	  succeed for the python module.
3869	- pythonmod logs the python error and traceback on failure.
3870	- ignore debug python module for test in doxygen output.
3871	- review fixes for python module.
3872	- Fix #4209: Crash in libunbound when called from getdns.
3873	- auth zone zonefiles can be in a chroot, the chroot directory
3874	  components are removed before use.
3875	- Fix that empty zonefile means the zonefile is not set and not used.
3876	- make depend.
3877
387821 November 2018: Wouter
3879	- Scrub NS records from NODATA responses as well.
3880
388120 November 2018: Wouter
3882	- Scrub NS records from NXDOMAIN responses to stop fragmentation
3883	  poisoning of the cache.
3884	- Add patch from Jan Vcelak for pythonmod,
3885	  add sockaddr_storage getters, add support for query callbacks,
3886	  allow raw address access via comm_reply and update API documentation.
3887	- Removed compile warnings in pythonmod sockaddr routines.
3888
388919 November 2018: Wouter
3890	- Support SO_REUSEPORT_LB in FreeBSD 12 with the so-reuseport: yes
3891	  option in unbound.conf.
3892
38936 November 2018: Ralph
3894	- Bugfix min-client-subnet-ipv6
3895
389625 October 2018: Ralph
3897	- Add min-client-subnet-ipv6 and min-client-subnet-ipv4 options.
3898
389925 October 2018: Wouter
3900	- Fix #4191: NXDOMAIN vs SERVFAIL during dns64 PTR query.
3901	- Fix #4190: Please create a "ANY" deny option, adds the option
3902	  deny-any: yes in unbound.conf.  This responds with an empty message
3903	  to queries of type ANY.
3904	- Fix #4141: More randomness to rrset-roundrobin.
3905	- Fix #4132: Openness/closeness of RANGE intervals in rpl files.
3906	- Fix #4126: RTT_band too low on VSAT links with 600+ms latency,
3907	  adds the option unknown-server-time-limit to unbound.conf that
3908	  can be increased to avoid the problem.
3909	- remade makefile dependencies.
3910	- Fix #4152: Logs shows wrong time when using log-time-ascii: yes.
3911
391224 October 2018: Ralph
3913	- Add markdel function to ECS slabhash.
3914	- Limit ECS scope returned to client to the scope used for caching.
3915	- Make lint like previous #4154 fix.
3916
391722 October 2018: Wouter
3918	- Fix #4192: unbound-control-setup generates keys not readable by
3919	  group.
3920	- check that the dnstap socket file can be opened and exists, print
3921	  error if not.
3922	- Fix #4154: make ECS_MAX_TREESIZE configurable, with
3923	  the max-ecs-tree-size-ipv4 and max-ecs-tree-size-ipv6 options.
3924
392522 October 2018: Ralph
3926	- Change fast-server-num default to 3.
3927
39288 October 2018: Ralph
3929	- Add fast-server-permil and fast-server-num options.
3930	- Deprecate low-rtt and low-rtt-permil options.
3931
39328 October 2018: Wouter
3933	- Squelch log of failed to tcp initiate after TCP Fastopen failure.
3934
39355 October 2018: Wouter
3936	- Squelch EADDRNOTAVAIL errors when the interface goes away,
3937	  this omits 'can't assign requested address' errors unless
3938	  verbosity is set to a high value.
3939	- Set default for so-reuseport to no for FreeBSD.  It is enabled
3940	  by default for Linux and DragonFlyBSD.  The setting can
3941	  be configured in unbound.conf to override the default.
3942	- iana port update.
3943
39442 October 2018: Wouter
3945	- updated contrib/fastrpz.patch to apply for this version
3946	- dnscrypt.c removed sizeof to get array bounds.
3947	- Fix testlock code to set noreturn on error routine.
3948	- Remove unused variable from contrib fastrpz/rpz.c and
3949	  remove unused diagnostic pragmas that themselves generate warnings
3950	- clang analyze test is used only when assertions are enabled.
3951
39521 October 2018: Wouter
3953	- tag for release 1.8.1rc1.  Became release 1.8.1 on 8 oct, with
3954	  fastrpz.patch fix included.  Trunk has 1.8.2 in development.
3955
395627 September 2018: Wouter
3957	- Fix #4188: IPv6 forwarders without ipv6 result in SERVFAIL, fixes
3958	  qname minimisation with a forwarder when connectivity has issues
3959	  from rejecting responses.
3960
396125 September 2018: Wouter
3962	- Perform TLS SNI indication of the host that is being contacted
3963	  for DNS over TLS service.  It sets the configured tls auth name.
3964	  This is useful for hosts that apart from the DNS over TLS services
3965	  also provide other (web) services.
3966	- Fix #4149: Add SSL cleanup for tcp timeout.
3967
396817 September 2018: Wouter
3969	- Fix compile on Mac for unbound, provide explicit_bzero when libc
3970	  does not have it.
3971	- Fix unbound for openssl in FIPS mode, it uses the digests with
3972	  the EVP call contexts.
3973	- Fix that with harden-below-nxdomain and qname minisation enabled
3974	  some iterator states for nonresponsive domains can get into a
3975	  state where they waited for an empty list.
3976	- Stop UDP to TCP failover after timeouts that causes the ping count
3977	  to be reset by the TCP time measurement (that exists for TLS),
3978	  because that causes the UDP part to not be measured as timeout.
3979	- Fix #4156: Fix systemd service manager state change notification.
3980
398113 September 2018: Wouter
3982	- Fix seed for random backup code to use explicit zero when wiped.
3983	- exit log routine is annotated as noreturn function.
3984	- free memory leaks in config strlist and str2list insert functions.
3985	- do not move unused argv variable after getopt.
3986	- Remove unused if clause in testcode.
3987	- in testcode, free async ids, initialise array, and check for null
3988	  pointer during test of the test.  And use exit for return to note
3989	  irregular program stop.
3990	- Free memory leak in config strlist append.
3991	- make sure nsec3 comparison salt is initialized.
3992	- unit test has clang analysis.
3993	- remove unused variable assignment from iterator scrub routine.
3994	- check for null in delegation point during iterator refetch
3995	  in forward zone.
3996	- neater pointer cast in libunbound context quit routine.
3997	- initialize statistics totals for printout.
3998	- in authzone check that node exists before adding rrset.
3999	- in unbound-anchor, use readwrite memory BIO.
4000	- assertion in autotrust that packed rrset is formed correctly.
4001	- Fix memory leak when message parse fails partway through copy.
4002	- remove unused udpsize assignment in message encode.
4003	- nicer bio free code in unbound-anchor.
4004	- annotate exit functions with noreturn in unbound-control.
4005
400611 September 2018: Wouter
4007	- Fixed unused return value warnings in contrib/fastrpz.patch for
4008	  asprintf.
4009	- Fix to squelch respip warning in unit test, it is printed at
4010	  higher verbosity settings.
4011	- Fix spelling errors.
4012	- Fix initialisation in remote.c
4013
401410 September 2018: Wouter
4015	- 1.8.1 in svn trunk. (changes from 4,5,.. sep apply).
4016	- iana port update.
4017
40185 September 2018: Wouter
4019	- Fix spelling error in header, from getdns commit by Andreas Gelmini.
4020
40214 September 2018: Ralph
4022	- More explicitly mention the type of ratelimit when applying
4023	  ip-ratelimit.
4024
40254 September 2018: Wouter
4026	- Tag for 1.8.0rc1 release, became 1.8.0 release on 10 Sep 2018.
4027
402831 August 2018: Wouter
4029	- Disable minimal-responses in subnet unit tests.
4030
403130 August 2018: Wouter
4032	- Fix that a local-zone with a local-zone-type that is transparent
4033	  in a view with view-first, makes queries check for answers from the
4034	  local-zones defined outside of views.
4035
403628 August 2018: Ralph
4037	- Disable minimal-responses in ipsecmod unit tests.
4038	- Added serve-expired-ttl and serve-expired-ttl-reset options.
4039
404027 August 2018: Wouter
4041	- Set defaults to yes for a number of options to increase speed and
4042	  resilience of the server.  The so-reuseport, harden-below-nxdomain,
4043	  and minimal-responses options are enabled by default.  They used
4044	  to be disabled by default, waiting to make sure they worked.  They
4045	  are enabled by default now, and can be disabled explicitly by
4046	  setting them to "no" in the unbound.conf config file.  The reuseport
4047	  and minimal options increases speed of the server, and should be
4048	  otherwise harmless.  The harden-below-nxdomain option works well
4049	  together with the recently default enabled qname minimisation, this
4050	  causes more fetches to use information from the cache.
4051	- next release is called 1.8.0.
4052	- Fix lintflags for lint on FreeBSD.
4053
405422 August 2018: George
4055	- #4140: Expose repinfo (comm_reply) to the inplace_callbacks. This
4056	  gives access to reply information for the client's communication
4057	  point when the callback is called before the mesh state (modules).
4058	  Changes to C and Python's inplace_callback signatures were also
4059	  necessary.
4060
406121 August 2018: Wouter
4062	- log-local-actions: yes option for unbound.conf that logs all the
4063	  local zone actions, a patch from Saksham Manchanda (Secure64).
4064	- #4146: num.query.subnet and num.query.subnet_cache counters.
4065	- Fix only misc failure from log-servfail when val-log-level is not
4066	  enabled.
4067
406817 August 2018: Ralph
4069	- Fix classification for QTYPE=CNAME queries when QNAME minimisation is
4070 	  enabled.
4071
407217 August 2018: Wouter
4073	- Set libunbound to increase current, because the libunbound change
4074	  to the event callback function signature.  That needs programs,
4075	  that use it, to recompile against the new header definition.
4076	- print servfail info to log as error.
4077	- added more servfail printout statements, to the iterator.
4078	- log-servfail: yes prints log lines that say why queries are
4079	  returning SERVFAIL to clients.
4080
408116 August 2018: Wouter
4082	- Fix warning on compile without threads.
4083	- Fix contrib/fastrpz.patch.
4084
408515 August 2018: Wouter
4086	- Fix segfault in auth-zone read and reorder of RRSIGs.
4087
408814 August 2018: Wouter
4089	- Fix that printout of error for cycle targets is a verbosity 4
4090	  printout and does not wrongly print it is a memory error.
4091	- Upgraded crosscompile script to include libunbound DLL in the
4092	  zipfile.
4093
409410 August 2018: Wouter
4095	- Fix #4144: dns64 module caches wrong (negative) information.
4096
40979 August 2018: Wouter
4098	- unbound-checkconf checks if modules exist and prints if they are
4099	  not compiled in the name of the wrong module.
4100	- document --enable-subnet in doc/README.
4101	- Patch for stub-no-cache and forward-no-cache options that disable
4102	  caching for the contents of that stub or forward, for when you
4103	  want immediate changes visible, from Bjoern A. Zeeb.
4104
41057 August 2018: Ralph
4106	- Make capsforid fallback QNAME minimisation aware.
4107
41087 August 2018: Wouter
4109	- Fix #4142: unbound.service.in: improvements and fixes.
4110	  Add unit dependency ordering (based on systemd-resolved).
4111	  Add 'CAP_SYS_RESOURCE' to 'CapabilityBoundingSet' (fixes warnings
4112	  about missing privileges during startup). Add 'AF_INET6' to
4113	  'RestrictAddressFamilies' (without it IPV6 can't work). From
4114	  Guido Shanahan.
4115	- Patch to implement tcp-connection-limit from Jim Hague (Sinodun).
4116	  This limits the number of simultaneous TCP client connections
4117	  from a nominated netblock.
4118	- make depend, yacc, lex, doc, headers.  And log the limit exceeded
4119	  message only on high verbosity, so as to not spam the logs when
4120	  it is busy.
4121
41226 August 2018: Wouter
4123	- Fix for #4136: Fix to unconditionally call destroy in daemon.c.
4124
41253 August 2018: George
4126	- Expose if a query (or a subquery) was ratelimited (not src IP
4127	  ratelimiting) to libunbound under 'ub_result.was_ratelimited'.
4128	  This also introduces a change to 'ub_event_callback_type' in
4129	  libunbound/unbound-event.h.
4130	- Tidy pylib tests.
4131
41323 August 2018: Wouter
4133	- Revert previous change for #4136: because it introduces build
4134	  problems.
4135	- New fix for #4136: This one ignores lex without without
4136	  yylex_destroy.
4137
41381 August 2018: Wouter
4139	- Fix to remove systemd sockaddr function check, that is not
4140	  always present.  Make socket activation more lenient.  But not
4141	  different when socket activation is not used.
4142	- iana port list update.
4143
414431 July 2018: Wouter
4145	- Patches from Jim Hague (Sinodun) for EDNS KeepAlive.
4146	- Sort out test runs when the build directory isn't the project
4147	  root directory.
4148	- Add config tcp-idle-timeout (default 30s). This applies to
4149	  client connections only; the timeout on TCP connections upstream
4150	  is unaffected.
4151	- Error if EDNS Keepalive received over UDP.
4152	- Add edns-tcp-keepalive and edns-tcp-keepalive timeout options
4153	  and implement option in client responses.
4154	- Correct and expand manual page entries for keepalive and idle timeout.
4155	- Implement progressive backoff of TCP idle/keepalive timeout.
4156	- Fix 'make depend' to work when build dir is not project root.
4157	- Add delay parameter to streamtcp, -d secs.
4158	  To be used when testing idle timeout.
4159	- From Wouter: make depend, the dependencies in the patches did not
4160	  apply cleanly.  Also remade yacc and lex.
4161	- Fix mesh.c incompatible pointer pass.
4162	- Please doxygen so it passes.
4163	- Fix #4139: Fix unbound-host leaks memory on ANY.
4164
416530 July 2018: Wouter
4166	- Fix #4136: insufficiency from mismatch of FLEX capability between
4167	  released tarball and build host.
4168
416927 July 2018: Wouter
4170	- Fix man page, say that chroot is enabled by default.
4171
417226 July 2018: Wouter
4173	- Fix #4135: 64-bit Windows Installer Creates Entries Under The
4174	  Wrong Registry Key, reported by Brian White.
4175
417623 July 2018: Wouter
4177	- Fix use-systemd readiness signalling, only when use-systemd is yes
4178	  and not in signal handler.
4179
418020 July 2018: Wouter
4181	- Fix #4130: print text describing -dd and unbound-checkconf on
4182	  config file read error at startup, the errors may have been moved
4183	  away by the startup process.
4184	- Fix #4131: for solaris, error YY_CURRENT_BUFFER undeclared.
4185
418619 July 2018: Wouter
4187	- Fix #4129 unbound-control error message with wrong cert permissions
4188	  is too cryptic.
4189
419017 July 2018: Wouter
4191	- Fix #4127 unbound -h does not list -p help.
4192	- Print error if SSL name verification configured but not available
4193	  in the ssl library.
4194	- Fix that ratelimit and ip-ratelimit are applied after reload of
4195	  changed config file.
4196	- Resize ratelimit and ip-ratelimit caches if changed on reload.
4197
419816 July 2018: Wouter
4199	- Fix qname minimisation NXDOMAIN validation lookup failures causing
4200	  error_supers assertion fails.
4201	- Squelch can't bind socket errors with Permission denied unless
4202	  verbosity is 4 or higher, for UDP outgoing sockets.
4203
420412 July 2018: Wouter
4205	- Fix to improve systemd socket activation code file descriptor
4206	  assignment.
4207	- Fix for 4126 that the #define for UNKNOWN_SERVER_NICENESS can be more
4208	  easily changed to adjust default rtt assumptions.
4209
421010 July 2018: Wouter
4211	- Note in documentation that the cert name match code needs
4212	  OpenSSL 1.1.0 or later to be enabled.
4213
42146 July 2018: Wouter
4215	- Fix documentation ambiguity for tls-win-cert in tls-upstream and
4216	  forward-tls-upstream docs.
4217	- iana port update.
4218	- Note RFC8162 support.  SMIMEA record type can be read in by the
4219	  zone record parser.
4220	- Fix round robin for failed addresses with prefer-ip6: yes
4221
42224 July 2018: Wouter
4223	- Fix #4112: Fix that unbound-anchor -f /etc/resolv.conf will not pass
4224	  if DNSSEC is not enabled.  New option -R allows fallback from
4225	  resolv.conf to direct queries.
4226
42273 July 2018: Wouter
4228	- Better documentation for unblock-lan-zones and insecure-lan-zones
4229	  config statements.
4230	- Fix permission denied printed for auth zone probe random port nrs.
4231
42322 July 2018: Wouter
4233	- Fix checking for libhiredis printout in configure output.
4234	- Fix typo on man page in ip-address description.
4235	- Update libunbound/python/examples/dnssec_test.py example code to
4236	  also set the 20326 trust anchor for the root in the example code.
4237
423829 June 2018: Wouter
4239	- dns64-ignore-aaaa: config option to list domain names for which the
4240	  existing AAAA is ignored and dns64 processing is used on the A
4241	  record.
4242
424328 June 2018: Wouter
4244	- num.queries.tls counter for queries over TLS.
4245	- log port number with err_addr logs.
4246
424727 June 2018: Wouter
4248	- #4109: Fix that package config depends on python unconditionally.
4249	- Patch, do not export python from pkg-config, from Petr Menšík.
4250
425126 June 2018: Wouter
4252	- Partial fix for permission denied on IPv6 address on FreeBSD.
4253	- Fix that auth-zone master reply with current SOA serial does not
4254	  stop scan of masters for an updated zone.
4255	- Fix that auth-zone does not start the wait timer without checking
4256	  if the wait timer has already been started.
4257
425821 June 2018: Wouter
4259	- #4108: systemd reload hang fix.
4260	- Fix usage printout for unbound-host, hostname has to be last
4261	  argument on BSDs and Windows.
4262
426319 June 2018: Wouter
4264	- Fix for unbound-control on Windows and set TCP socket parameters
4265	  more closely.
4266	  This fix is part of 1.7.3.
4267	- Windows example service.conf edited with more windows specific
4268	  configuration.
4269	- Fix windows unbound-control no cert bad file descriptor error.
4270	  This fix is part of 1.7.3.
4271
427218 June 2018: Wouter
4273	- Fix that control-use-cert: no works for 127.0.0.1 to disable certs.
4274	  This fix is part of 1.7.3rc2.
4275	- Fix unbound-checkconf for control-use-cert.
4276	  This fix is part of 1.7.3.
4277
427815 June 2018: Wouter
4279	- tag for 1.7.3rc1.
4280	- trunk has 1.7.4.
4281	- unbound-control auth_zone_reload _zone_ option rereads the zonefile.
4282	- unbound-control auth_zone_transfer _zone_ option starts the probe
4283	  sequence for a master to transfer the zone from and transfers when
4284	  a new zone version is available.
4285
428614 June 2018: Wouter
4287	- #4103: Fix that auth-zone does not insist on SOA record first in
4288	  file for url downloads.
4289	- Fix that first control-interface determines if TLS is used.  Warn
4290	  when IP address interfaces are used without TLS.
4291	- Fix nettle compile.
4292
429312 June 2018: Ralph
4294	- Don't count CNAME response types received during qname minimisation as
4295	  query restart.
4296
429712 June 2018: Wouter
4298	- #4102 for NSD, but for Unbound.  Named unix pipes do not use
4299	  certificate and key files, access can be restricted with file and
4300	  directory permissions.  The option control-use-cert is no longer
4301	  used, and ignored if found in unbound.conf.
4302	- Rename tls-additional-ports to tls-additional-port, because every
4303	  line adds one port.
4304	- Fix buffer size warning in unit test.
4305	- remade dependencies in the Makefile.
4306
43076 June 2018: Wouter
4308	- Patch to fix openwrt for mac os build darwin detection in configure.
4309
43105 June 2018: Wouter
4311	- Fix crash if ratelimit taken into use with unbound-control
4312	  instead of with unbound.conf.
4313
43144 June 2018: Wouter
4315	- Fix deadlock caused by incoming notify for auth-zone.
4316	- tag for 1.7.2rc1, became 1.7.2 release on 11 June 2018,
4317	  trunk is 1.7.3 in development from this point.
4318	- #4100: Fix stub reprime when it becomes useless.
4319
43201 June 2018: Wouter
4321	- Rename additional-tls-port to tls-additional-ports.
4322	  The older name is accepted for backwards compatibility.
4323
432430 May 2018: Wouter
4325	- Patch from Syzdek: Add ability to ignore RD bit and treat all
4326	  requests as if the RD bit is set.
4327
432829 May 2018: Wouter
4329	- in compat/arc4random call getentropy_urandom when getentropy fails
4330	  with ENOSYS.
4331	- Fix that fallback for windows port.
4332
433328 May 2018: Wouter
4334	- Fix windows tcp and tls spin on events.
4335	- Add routine from getdns to add windows cert store to the SSL_CTX.
4336	- tls-win-cert option that adds the system certificate store for
4337	  authenticating DNS-over-TLS connections.  It can be used instead
4338	  of the tls-cert-bundle option, or with it to add certificates.
4339
434025 May 2018: Wouter
4341	- For TCP and TLS connections that don't establish, perform address
4342	  update in infra cache, so future selections can exclude them.
4343	- Fix that tcp sticky events are removed for closed fd on windows.
4344	- Fix close events for tcp only.
4345
434624 May 2018: Wouter
4347	- Fix that libunbound can do DNS-over-TLS, when configured.
4348	- Fix that windows unbound service can use DNS-over-TLS.
4349	- unbound-host initializes ssl (for potential DNS-over-TLS usage
4350	  inside libunbound), when ssl upstream or a cert-bundle is configured.
4351
435223 May 2018: Wouter
4353	- Use accept4 to speed up incoming TCP (and TLS) connections,
4354	  available on Linux, FreeBSD and OpenBSD.
4355
435617 May 2018: Ralph
4357	- Qname minimisation default changed to yes.
4358
435915 May 2018: Wouter
4360	- Fix low-rtt-pct to low-rtt-permil, as it is parts in one thousand.
4361
436211 May 2018: Wouter
4363	- Fix contrib/libunbound.pc for libssl libcrypto references,
4364	  from https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=226914
4365
43667 May 2018: Wouter
4367	- Fix windows to not have sticky TLS events for TCP.
4368	- Fix read of DNS over TLS length and data in one read call.
4369	- Fix mesh state assertion failure due to callback removal.
4370
43713 May 2018: Wouter
4372	- Fix that configure --with-libhiredis also turns on cachedb.
4373	- Fix gcc 8 buffer warning in testcode.
4374	- Fix function type cast warning in libunbound context callback type.
4375
43762 May 2018: Wouter
4377	- Fix fail to reject dead peers in forward-zone, with ssl-upstream.
4378
43791 May 2018: Wouter
4380	- Fix that unbound-control reload frees the rrset keys and returns
4381	  the memory pages to the system.
4382
438330 April 2018: Wouter
4384	- Fix spelling error in man page and note defaults as no instead of
4385	  off.
4386
438726 April 2018: Wouter
4388	- Fix for crash in daemon_cleanup with dnstap during reload,
4389	  from Saksham Manchanda.
4390	- Also that for dnscrypt.
4391	- tag for 1.7.1rc1 release.  Became 1.7.1 release on 3 May, trunk
4392	  is from here 1.7.2 in development.
4393
439425 April 2018: Ralph
4395	- Fix memory leak when caching wildcard records for aggressive NSEC use
4396
439724 April 2018: Wouter
4398	- Fix contrib/fastrpz.patch for this release.
4399	- Fix auth https for libev.
4400
440124 April 2018: Ralph
4402	- Added root-key-sentinel support
4403
440423 April 2018: Wouter
4405	- makedist uses bz2 for expat code, instead of tar.gz.
4406	- Fix #4092: libunbound: use-caps-for-id lacks colon in
4407	  config_set_option.
4408	- auth zone http download stores exact copy of downloaded file,
4409	  including comments in the file.
4410	- Fix sldns parse failure for CDS alternate delete syntax empty hex.
4411	- Attempt for auth zone fix; add of callback in mesh gets from
4412	  callback does not skip callback of result.
4413	- Fix cname classification with qname minimisation enabled.
4414	- list_auth_zones unbound-control command.
4415
441620 April 2018: Wouter
4417	- man page documentation for dns-over-tls forward-addr '#' notation.
4418	- removed free from failed parse case.
4419	- Fix #4091: Fix that reload of auth-zone does not merge the zonefile
4420	  with the previous contents.
4421	- Delete auth zone when removed from config.
4422
442319 April 2018: Wouter
4424	- Can set tls authentication with forward-addr: IP#tls.auth.name
4425	  And put the public cert bundle in tls-cert-bundle: "ca-bundle.pem".
4426	  such as forward-addr: 9.9.9.9@853#dns.quad9.net or
4427	  1.1.1.1@853#cloudflare-dns.com
4428	- Fix #658: unbound using TLS in a forwarding configuration does not
4429	  verify the server's certificate (RFC 8310 support).
4430	- For addr with #authname and no @port notation, the default is 853.
4431
443218 April 2018: Wouter
4433	- Fix auth-zone retry timer to be on schedule with retry timeout,
4434	  with backoff.  Also time a refresh at the zone expiry.
4435
443617 April 2018: Wouter
4437	- auth zone notify work.
4438	- allow-notify: config statement for auth-zones.
4439	- unit test for allow-notify
4440
444116 April 2018: Wouter
4442	- Fix auth zone target lookup iterator.
4443	- auth zone notify with prefix
4444	- auth zone notify work.
4445
444613 April 2018: Wouter
4447	- Fix for max include depth for authzones.
4448	- Fix memory free on fail for $INCLUDE in authzone.
4449	- Fix that an internal error to look up the wrong rr type for
4450	  auth zone gets stopped, before trying to send there.
4451	- auth zone notify work.
4452
445310 April 2018: Ralph
4454	- num.query.aggressive.NOERROR and num.query.aggressive.NXDOMAIN
4455	  statistics counters.
4456
445710 April 2018: Wouter
4458	- documentation for low-rtt and low-rtt-pct.
4459	- auth zone notify work.
4460
44619 April 2018: Wouter
4462	- Fix that flush_zone sets prefetch ttl expired, so that with
4463	  serve-expired enabled it'll start prefetching those entries.
4464	- num.query.authzone.up and num.query.authzone.down statistics counters.
4465	- Fix downstream auth zone, only fallback when auth zone fails to
4466	  answer and fallback is enabled.
4467	- Accept both option names with and without colon for get_option
4468	  and set_option.
4469	- low-rtt and low-rtt-pct in unbound.conf enable the server selection
4470	  of fast servers for some percentage of the time.
4471
44725 April 2018: Wouter
4473	- Combine write of tcp length and tcp query for dns over tls.
4474	- nitpick fixes in example.conf.
4475	- Fix above stub queries for type NS and useless delegation point.
4476	- Fix unbound-control over pipe with openssl 1.1.1, the TLSv1.3
4477	  tls_choose_sigalg routine does not allow the ciphers for the pipe,
4478	  so use TLSv1.2.
4479	- ED448 support.
4480
44813 April 2018: Wouter
4482	- Fix #4043: make test fails due to v6 presentation issue in macOS.
4483	- Fix unable to resolve after new WLAN connection, due to auth-zone
4484	  failing with a forwarder set.  Now, auth-zone is only used for
4485	  answers (not referrals) when a forwarder is set.
4486
448729 March 2018: Ralph
4488	- Check "result" in dup_all(), by Florian Obser.
4489
449023 March 2018: Ralph
4491	- Fix unbound-control get_option aggressive-nsec
4492
449321 March 2018: Ralph
4494	- Do not use cached NSEC records to generate negative answers for
4495	  domains under DNSSEC Negative Trust Anchors.
4496
449719 March 2018: Wouter
4498	- iana port update.
4499
450016 March 2018: Wouter
4501	- corrected a minor typo in the changelog.
4502	- move htobe64/be64toh portability code to cachedb.c.
4503
450415 March 2018: Wouter
4505	- Add --with-libhiredis, unbound support for a new cachedb backend
4506	  that uses a Redis server as the storage.  This implementation
4507	  depends on the hiredis client library (https://redislabs.com/lp/hiredis/).
4508	  And unbound should be built with both --enable-cachedb and
4509	  --with-libhiredis[=PATH] (where $PATH/include/hiredis/hiredis.h
4510	  should exist).  Patch from Jinmei Tatuya (Infoblox).
4511	- Fix #3817: core dump happens in libunbound delete, when queued
4512	  servfail hits deleted message queue.
4513	- Create additional tls service interfaces by opening them on other
4514	  portnumbers and listing the portnumbers as additional-tls-port: nr.
4515
451613 March 2018: Wouter
4517	- Fix typo in documentation.
4518	- Fix #3736: Fix 0 TTL domains stuck on SERVFAIL unless manually
4519	  flushed with serve-expired on.
4520
452112 March 2018: Wouter
4522	- Added documentation for aggressive-nsec: yes.
4523	- tag 1.7.0rc3.  That became the 1.7.0 release on 15 Mar, trunk
4524	  now has 1.7.1 in development.
4525	- Fix #3727: Protocol name is TLS, options have been renamed but
4526	  documentation is not consistent.
4527	- Check IXFR start serial.
4528
45299 March 2018: Wouter
4530	- Fix #3598: Fix swig build issue on rhel6 based system.
4531	  configure --disable-swig-version-check stops the swig version check.
4532
45338 March 2018: Wouter
4534	- tag 1.7.0rc2.
4535
45367 March 2018: Wouter
4537	- Fixed contrib/fastrpz.patch, even though this already applied
4538	  cleanly for me, now also for others.
4539	- patch to log creates keytag queries, from A. Schulze.
4540	- patch suggested by Debian lintian: allow to -> allow one to, from
4541	  A. Schulze.
4542	- Attempt to remove warning about trailing whitespace.
4543
45446 March 2018: Wouter
4545	- Reverted fix for #3512, this may not be the best way forward;
4546	  although it could be changed at a later time, to stay similar to
4547	  other implementations.
4548	- svn trunk contains 1.7.0, this is the number for the next release.
4549	- Fix for windows compile.
4550	- tag 1.7.0rc1.
4551
45525 March 2018: Wouter
4553	- Fix to check define of DSA for when openssl is without deprecated.
4554	- iana port update.
4555	- Fix #3582: Squelch address already in use log when reuseaddr option
4556	  causes same port to be used twice for tcp connections.
4557
455827 February 2018: Wouter
4559	- Fixup contrib/fastrpz.patch so that it applies.
4560	- Fix compile without threads, and remove unused variable.
4561	- Fix compile with staticexe and python module.
4562	- Fix nettle compile.
4563
456422 February 2018: Ralph
4565	- Save wildcard RRset from answer with original owner for use in
4566 	  aggressive NSEC.
4567
456821 February 2018: Wouter
4569	- Fix #3512: unbound incorrectly reports SERVFAIL for CAA query
4570	  when there is a CNAME loop.
4571	- Fix validation for CNAME loops.  When it detects a cname loop,
4572	  by finding the cname, cname in the existing list, it returns
4573	  the partial result with the validation result up to then.
4574	- more robust cachedump rrset routine.
4575
457619 February 2018: Wouter
4577	- Fix #3505: Documentation for default local zones references
4578	  wrong RFC.
4579	- Fix #3494: local-zone noview can be used to break out of the view
4580	  to the global local zone contents, for queries for that zone.
4581	- Fix for more maintainable code in localzone.
4582
458316 February 2018: Wouter
4584	- Fixes for clang static analyzer, the missing ; in
4585	  edns-subnet/addrtree.c after the assert made clang analyzer
4586	  produce a failure to analyze it.
4587
458813 February 2018: Ralph
4589	- Aggressive NSEC tests
4590
459113 February 2018: Wouter
4592	- tls-cert-bundle option in unbound.conf enables TLS authentication.
4593	- iana port update.
4594
459512 February 2018: Wouter
4596	- Unit test for auth zone https url download.
4597
459812 February 2018: Ralph
4599	- Added tests with wildcard expanded NSEC records (CVE-2017-15105 test)
4600	- Processed aggressive NSEC code review remarks Wouter
4601
46028 February 2018: Ralph
4603	- Aggressive use of NSEC implementation. Use cached NSEC records to
4604	  generate NXDOMAIN, NODATA and positive wildcard answers.
4605
46068 February 2018: Wouter
4607	- iana port update.
4608	- auth zone url config.
4609
46105 February 2018: Wouter
4611	- Fix #3451: dnstap not building when you have a separate build dir.
4612	  And removed protoc warning, set dnstap.proto syntax to proto2.
4613	- auth-zone provides a way to configure RFC7706 from unbound.conf,
4614	  eg. with auth-zone: name: "." for-downstream: no for-upstream: yes
4615	  fallback-enabled: yes and masters or a zonefile with data.
4616
46172 February 2018: Wouter
4618	- Fix unfreed locks in log and arc4random at exit of unbound.
4619	- unit test with valgrind
4620	- Fix lock race condition in dns cache dname synthesis.
4621	- lock subnet new item before insertion to please checklocks,
4622	  no modification of critical regions outside of lock region.
4623
46241 February 2018: Wouter
4625	- fix unaligned structure making a false positive in checklock
4626	  unitialised memory.
4627
462829 January 2018: Ralph
4629	- Use NSEC with longest ce to prove wildcard absence.
4630	- Only use *.ce to prove wildcard absence, no longer names.
4631
463225 January 2018: Wouter
4633	- ltrace.conf file for libunbound in contrib.
4634
463523 January 2018: Wouter
4636	- Fix that unbound-checkconf -f flag works with auto-trust-anchor-file
4637	  for startup scripts to get the full pathname(s) of anchor file(s).
4638	- Print fatal errors about remote control setup before log init,
4639	  so that it is printed to console.
4640
464122 January 2018: Wouter
4642	- Accept tls-upstream in unbound.conf, the ssl-upstream keyword is
4643	  also recognized and means the same.  Also for tls-port,
4644	  tls-service-key, tls-service-pem, stub-tls-upstream and
4645	  forward-tls-upstream.
4646	- Fix #3397: Fix that cachedb could return a partial CNAME chain.
4647	- Fix #3397: Fix that when the cache contains an unsigned DNAME in
4648	  the middle of a cname chain, a result without the DNAME could
4649	  be returned.
4650
465119 January 2018: Wouter
4652	- tag 1.6.8 for release with CVE fix.
4653	- trunk has 1.6.9 with fix and previous commits.
4654	- patch for CVE-2017-15105: vulnerability in the processing of
4655	  wildcard synthesized NSEC records.
4656	- iana port update.
4657	- make depend: code dependencies updated in Makefile.
4658
46594 January 2018: Ralph
4660	- Copy query and correctly set flags on REFUSED answers when cache
4661	  snooping is not allowed.
4662
46633 January 2018: Ralph
4664	- Fix queries being leaked above stub when refetching glue.
4665
46662 January 2017: Wouter
4667	- Fix that DS queries with referral replies are answered straight
4668	  away, without a repeat query picking the DS from cache.
4669	  The correct reply should have been an answer, the reply is fixed
4670	  by the scrubber to have the answer in the answer section.
4671	- Remove clang optimizer disable,
4672	  Fix that expiration date checks don't fail with clang -O2.
4673
467415 December 2017: Wouter
4675	- Fix timestamp failure because of clang optimizer failure, by
4676	  disabling -O2 when the compiler --version is clang.
4677	- iana port update.
4678	- Also disable -flto for clang, to make incep-expi signature check
4679	  work.
4680
468112 December 2017: Ralph
4682	- Fix qname-minimisation documentation (A QTYPE, not NS)
4683
468412 December 2017: Wouter
4685	- authzone work, transfer connect.
4686
46877 December 2017: Ralph
4688	- Check whether --with-libunbound-only is set when using --with-nettle
4689	  or --with-nss.
4690
46914 December 2017: Wouter
4692	- Fix link failure on OmniOS.
4693
46941 December 2017: Wouter
4695	- auth zone work.
4696
469730 November 2017: Wouter
4698	- Fix #3299 - forward CNAME daisy chain is not working
4699
470014 November 2017: Wouter
4701	- Fix #2882: Unbound behaviour changes (wrong) when domain-insecure is
4702	  set for stub zone.  It no longer searches for DNSSEC information.
4703	- auth xfer work on probe timer and lookup.
4704
470513 November 2017: Wouter
4706	- Fix #2801: Install libunbound.pc.
4707	- Fix qname minimisation to send AAAA queries at zonecut like type A.
4708	- reverted AAAA change.
4709
47107 November 2017: Wouter
4711	- Fix #2492: Documentation libunbound.
4712
47133 November 2017: Wouter
4714	- Fix #2362: TLS1.3/openssl-1.1.1 not working.
4715	- Fix #2034 - Autoconf and -flto.
4716	- Fix #2141 - for libsodium detect lack of entropy in chroot, print
4717	  a message and exit.
4718
47192 November 2017: Wouter
4720	- Fix #1913: ub_ctx_config is under circumstances thread-safe.
4721	- make ip-transparent option work on OpenBSD.
4722
472331 October 2017: Wouter
4724	- Document that errno is left informative on libunbound config read
4725	  fail.
4726	- lexer output.
4727	- iana port update.
4728
472925 October 2017: Ralph
4730	- Fixed libunbound manual typo.
4731	- Fix #1949: [dnscrypt] make provider name mismatch more obvious.
4732	- Fix #2031: Double included headers
4733
473424 October 2017: Ralph
4735	- Update B root ipv4 address.
4736
473719 October 2017: Wouter
4738	- authzone work, probe timer setup.
4739
474018 October 2017: Wouter
4741	- lint for recent authzone commit.
4742
474317 October 2017: Wouter
4744	- Fix #1749: With harden-referral-path: performance drops, due to
4745	  circular dependency in NS and DS lookups.
4746	- [dnscrypt] prevent dnscrypt-secret-key, dnscrypt-provider-cert
4747	  duplicates
4748	- [dnscrypt] introduce dnscrypt-provider-cert-rotated option,
4749	  from Manu Bretelle.
4750	This option allows handling multiple cert/key pairs while only
4751	distributing some of them.
4752	In order to reliably match a client magic with a given key without
4753	strong assumption as to how those were generated, we need both key and
4754	cert. Likewise, in order to know which ES version should be used.
4755	On the other hand, when rotating a cert, it can be desirable to only
4756	serve the new cert but still be able to handle clients that are still
4757	using the old certs's public key.
4758	The `dnscrypt-provider-cert-rotated` allow to instruct unbound to not
4759	publish the cert as part of the DNS's provider_name's TXT answer.
4760	- Better documentation for cache-max-negative-ttl.
4761	- Work on local root zone code.
4762
476310 October 2017: Wouter
4764	- tag 1.6.7
4765	- trunk has version 1.6.8.
4766
47676 October 2017: Wouter
4768	- Fix spelling in unbound-control man page.
4769
47705 October 2017: Wouter
4771	- Fix trust-anchor-signaling works in libunbound.
4772	- Fix some more crpls in testdata for different signaling default.
4773	- tag 1.6.7rc1
4774
47755 October 2017: Ralph
4776	- Set trust-anchor-signaling default to yes
4777	- Use RCODE from A query on DNS64 synthesized answer.
4778
47792 October 2017: Wouter
4780	- Fix param unused warning for windows exportsymbol compile.
4781
478225 September 2017: Ralph
4783	- Fix #1450: Generate again patch contrib/aaaa-filter-iterator.patch
4784	   (by Danilo G. Baio).
4785
478621 September 2017: Ralph
4787	- Log name of looping module
4788
478919 September 2017: Wouter
4790	- use a cachedb answer even if it's "expired" when serve-expired is yes
4791	  (patch from Jinmei Tatuya).
4792	- trigger refetching of the answer in that case (this will bypass
4793	  cachedb lookup)
4794	- allow storing a 0-TTL answer from cachedb in the in-memory message
4795	  cache when serve-expired is yes
4796	- Fix DNSCACHE_STORE_ZEROTTL to be bigger than 0xffff.
4797
479818 September 2017: Ralph
4799	- Fix #1400: allowing use of global cache on ECS-forwarding unless
4800	  always-forward.
4801
480218 September 2017: Wouter
4803	- tag 1.6.6 (is 1.6.6rc2)
4804	- Fix that looping modules always stop the query, and don't pass
4805	  control.
4806	- Fix #1435: Please allow UDP to be disabled separately upstream and
4807	  downstream.
4808	- Fix #1440: [dnscrypt] client nonce cache.
4809
481015 September 2017: Wouter
4811	- Fix unbound-host to report error for DNSSEC state of failed lookups.
4812	- Spelling fixes, from Josh Soref.
4813
481413 September 2017: Wouter
4815	- tag 1.6.6rc2, became 1.6.6 on 18 sep.  trunk 1.6.7 in development.
4816
481712 September 2017: Wouter
4818	- Add dns64 for client-subnet in unbound-checkconf.
4819
48204 September 2017: Ralph
4821	- Fix #1412: QNAME minimisation strict mode not honored
4822	- Fix #1434: Fix windows openssl 1.1.0 linking.
4823
48244 September 2017: Wouter
4825	- tag 1.6.6rc1
4826	- makedist fix for windows binaries, with openssl 1.1.0 windres fix,
4827	  and expat 2.2.4 install target fix.
4828
48291 September 2017: Wouter
4830	- Recommend 1472 buffer size in unbound.conf
4831
483231 August 2017: Wouter
4833	- Fix #1424: cachedb:testframe is not thread safe.
4834	- For #1417: escape ; in dnscrypt tests.
4835	- but reverted that, tests fails with that escape.
4836	- Fix #1417: [dnscrypt] shared secret cache counters, and works when
4837	  dnscrypt is not enabled.  And cache size configuration option.
4838	- make depend
4839	- Fix #1418: [ip ratelimit] initialize slabhash using
4840	  ip-ratelimit-slabs.
4841
484230 August 2017: Wouter
4843	- updated contrib/fastrpz.patch to apply with configparser changes.
4844	- Fix 1416: qname-minimisation breaks TLSA lookups with CNAMEs.
4845
484629 August 2017: Wouter
4847	- Fix #1414: fix segfault on parse failure and log_replies.
4848	- zero qinfo in handle_request, this zeroes local_alias and also the
4849	  qname member.
4850	- new keys and certs for dnscrypt tests.
4851	- fixup WKS test on buildhost without servicebyname.
4852
485328 August 2017: Wouter
4854	- Fix #1415: patch to free dnscrypt environment on reload.
4855	- iana portlist update
4856	- Fix #1415: [dnscrypt] shared secret cache, patch from
4857	  Manu Bretelle.
4858	- Small fixes for the shared secret cache patch.
4859	- Fix WKS records on kvm autobuild host, with default protobyname
4860	  entries for udp and tcp.
4861
486223 August 2017: Wouter
4863	- Fix #1407: Add ECS options check to unbound-checkconf.
4864	- make depend
4865	- Fix to reclaim tcp handler when it is closed due to dnscrypt buffer
4866	  allocation failure.
4867
486822 August 2017: Wouter
4869	- Fix install of trust anchor when two anchors are present, makes both
4870	  valid. Checks hash of DS but not signature of new key. This fixes
4871	  the root.key file if created when unbound is installed between
4872	  sep11 and oct11 2017.
4873	- tag 1.6.5 with pointrelease 1.6.5 (1.6.4 plus 5011 fix).
4874	- trunk version 1.6.6 in development.
4875	- Fix issue on macOX 10.10 where TCP fast open is detected but not
4876	  implemented causing TCP to fail. The fix allows fallback to regular
4877	  TCP in this case and is also more robust for cases where connectx()
4878	  fails for some reason.
4879	- Fix #1402: squelch invalid argument error for fd_set_block on windows.
4880
488110 August 2017: Wouter
4882	- Patch to show DNSCrypt status in help output, from Carsten
4883	  Strotmann.
4884
48858 August 2017: Wouter
4886	- Fix #1398: make cachedb secret configurable.
4887	- Remove spaces from Makefile.
4888
48897 August 2017: Wouter
4890	- Fix #1397: Recursive DS lookups for AS112 zones names should recurse.
4891
48923 August 2017: Ralph
4893	- Remove unused iter_env member (ip6arpa_dname)
4894	- Do not reset rrset.bogus stats when called using stats_noreset.
4895	- Added stats for queries that have been ratelimited by domain
4896	  recursion.
4897	- Do not add rrset_bogus and query ratelimiting stats per thread, these
4898	  module stats are global.
4899
49003 August 2017: Wouter
4901	- Fix #1394: mix of serve-expired and response-ip could cause a crash.
4902
490324 July 2017: Wouter
4904	- upgrade aclocal(pkg.m4 0.29.1), config.guess(2016-10-02),
4905	  config.sub(2016-09-05).
4906	- annotate case statement fallthrough for gcc 7.1.1.
4907	- flex output from flex 2.6.1.
4908	- snprintf of thread number does not warn about truncated string.
4909	- squelch TCP fast open error on FreeBSD when kernel has it disabled,
4910	  unless verbosity is high.
4911	- remove warning from windows compile.
4912	- Fix compile with libnettle
4913	- Fix DSA configure switch (--disable dsa) for libnettle and libnss.
4914	- Fix #1365: Add Ed25519 support using libnettle.
4915	- iana portlist update
4916
491717 July 2017: Wouter
4918	- Fix #1350: make cachedb backend configurable (from JINMEI Tatuya).
4919	- Fix #1349: allow suppression of pidfiles (from Daniel Kahn Gillmor).
4920	  With the -p option unbound does not create a pidfile.
4921
492211 July 2017: Wouter
4923	- Fix #1344: RFC6761-reserved domains: test. and invalid.
4924	- Redirect all localhost names to localhost address for RFC6761.
4925
49266 July 2017: Wouter
4927	- Fix tests to use .tdir (from Manu Bretelle) instead of .tpkg.
4928	- Fix svn hooks for tdir (selected if testcode/mini_tdir.sh exists)..
4929
49304 July 2017: Wouter
4931	- Fix 1332: Bump verbosity of failed chown'ing of the control socket.
4932
49333 July 2017: Wouter
4934	- Fix for unbound-checkconf, check ipsecmod-hook if ipsecmod is turned
4935	  on.
4936	- Fix #1331: libunbound segfault in threaded mode when context is
4937	  deleted.
4938	- Fix pythonmod link line option flag.
4939	- Fix openssl 1.1.0 load of ssl error strings from ssl init.
4940
494129 June 2017: Wouter
4942	- Fix python example0 return module wait instead of error for pass.
4943	- iana portlist update
4944	- enhancement for hardened-tls for DNS over TLS.  Removed duplicated
4945	  security settings.
4946
494727 June 2017: Wouter
4948	- Tag 1.6.4 is created with the 1.6.4rc2 contents.
4949	- Trunk contains 1.6.5, with changes from 26, 27 june.
4950	- Remove signed unsigned warning from authzone.
4951	- Fix that infra cache host hash does not change after reconfig.
4952
495326 June 2017: Wouter
4954	- (for 1.6.5)
4955	  Better fixup of dnscrypt_cert_chacha test for different escapes.
4956	- First fix for zero b64 and hex text zone format in sldns.
4957	- unbound-control dump_infra prints port number for address if not 53.
4958
495923 June 2017: Wouter
4960	- (for 1.6.5): fixup of dnscrypt_cert_chacha test (from Manu Bretelle).
4961
496222 June 2017: Wouter
4963	- Tag 1.6.4rc2
4964
496522 June 2017: Ralph
4966	- Added fastrpz patch to contrib
4967
496821 June 2017: Wouter
4969	- Fix #1316: heap read buffer overflow in parse_edns_options.
4970
497120 June 2017: Wouter
4972	- Fix warning in pythonmod under clang compiler.
4973	- Tag 1.6.4rc1
4974	- Fix lintian typo.
4975
497616 June 2017: Ralph
4977	- Fix #1277: disable domain ratelimit by setting value to 0.
4978
497916 June 2017: Wouter
4980	- Fix #1301: memory leak in respip and tests.
4981	- Free callback in edns-subnetmod on exit and restart.
4982	- Fix memory leak in sldns_buffer_new_frm_data.
4983	- Fix memory leak in dnscrypt config read.
4984	- Fix dnscrypt chacha cert support ifdefs.
4985	- Fix dnscrypt chacha cert unit test escapes in grep.
4986	- Remove asynclook tests that cause test and purifier problems.
4987	- Fix to unlock view in view test.
4988
498915 June 2017: Wouter
4990	- Fix stub zone queries leaking to the internet for
4991	  harden-referral-path ns checks.
4992	- Fix query for refetch_glue of stub leaking to internet.
4993
499413 June 2017: Wouter
4995	- Fix #1279: Memory leak on reload when python module is enabled.
4996	- Fix #1280: Unbound fails assert when response from authoritative
4997	  contains malformed qname.  When 0x20 caps-for-id is enabled, when
4998	  assertions are not enabled the malformed qname is handled correctly.
4999	- 1.6.3 tag created, with only #1280 fix, trunk is 1.6.4 development.
5000	- More fixes in depth for buffer checks in 0x20 qname checks.
5001
500212 June 2017: Wouter
5003	- Fix #1278: Incomplete wildcard proof.
5004
50058 June 2017: Ralph
5006	- Added domain name based ECS whitelist.
5007
50088 June 2017: Wouter
5009	- Detect chacha for dnscrypt at configure time.
5010	- dnscrypt unit tests with chacha.
5011
50127 June 2017: Wouter
5013	- Fix that unbound-control can set val_clean_additional and val_permissive_mode.
5014	- Add dnscrypt XChaCha20 tests.
5015
50166 June 2017: Wouter
5017	- Add an explicit type cast for TCP FASTOPEN fix.
5018	- renumbering B-Root's IPv6 address to 2001:500:200::b.
5019	- Fix #1275: cached data in cachedb is never used.
5020	- Fix #1276: [dnscrypt] add XChaCha20-Poly1305 cipher.
5021
50221 June 2017: Ralph
5023	- Fix #1274: automatically trim chroot path from dnscrypt key/cert paths
5024	  (from Manu Bretelle).
5025
50261 June 2017: Wouter
5027	- Fix fastopen EPIPE fallthrough to perform connect.
5028
502931 May 2017: Ralph
5030	- Also use global local-zones when there is a matching view that does
5031	  not have any local-zone specified.
5032
503331 May 2017: Wouter
5034	- Fix #1273: cachedb.c doesn't compile with -Wextra.
5035	- If MSG_FASTOPEN gives EPIPE fallthrough to try normal tcp write.
5036
503730 May 2017: Ralph
5038	- Fix #1269: inconsistent use of built-in local zones with views.
5039	- Add defaults for new local-zone trees added to views using
5040	  unbound-control.
5041
504230 May 2017: Wouter
5043	- Support for openssl EVP_DigestVerify.
5044	- Support for the ED25519 algorithm with openssl (from openssl 1.1.1).
5045
504629 May 2017: Wouter
5047	- Fix assertion for low buffer size and big edns payload when worker
5048	  overrides udpsize.
5049
505026 May 2017: Ralph
5051	- Added redirect-bogus.patch to contrib directory.
5052
505326 May 2017: Wouter
5054	- Fix #1270: unitauth.c doesn't compile with higher warning level
5055	  and optimization
5056	- exec_prefix is by default equal to prefix.
5057	- printout localzone for duplicate local-zone warnings.
5058
505924 May 2017: Wouter
5060	- authzone cname chain, no rrset duplicates, wildcard doesn't change
5061	  rrsets added for cname chain.
5062
506323 May 2017: Wouter
5064	- first services/authzone check in, it compiles and reads and writes
5065	  zonefiles.
5066	- iana portlist update
5067
506822 May 2017: Wouter
5069	- Fix #1268: SIGSEGV after log_reopen.
5070
507118 May 2017: Wouter
5072	- Fix #1265 to use /bin/kill.
5073	- Fix #1267: Libunbound validator/val_secalgo.c uses obsolete APIs,
5074	  and compatibility with BoringSSL.
5075
507617 May 2017: Wouter
5077	- Fix #1265: contrib/unbound.service contains hardcoded path.
5078
507917 May 2017: George
5080	- Use qstate's region for IPSECKEY rrset (ipsecmod).
5081
508216 May 2017: George
5083	- Implemented opportunistic IPsec support module (ipsecmod).
5084	- Some whitespace fixup.
5085
508616 May 2017: Wouter
5087	- updated dependencies in the makefile.
5088	- document trust-anchor-signaling in example config file.
5089	- updated configure, dependencies and flex output.
5090	- better module memory lookup, fix of unbound-control shm names for
5091	  module memory printout of statistics.
5092	- Fix type AVC sldns rrdef.
5093
509412 May 2017: Wouter
5095	- Adjust servfail by iterator to not store in cache when serve-expired
5096	  is enabled, to avoid overwriting useful information there.
5097	- Fix queries for nameservers under a stub leaking to the internet.
5098
50999 May 2017: Ralph
5100	- Add 'c' to getopt() in testbound.
5101	- iana portlist update
5102
51038 May 2017: Wouter
5104	- Fix tcp-mss failure printout text.
5105	- Set SO_REUSEADDR on outgoing tcp connections to fix the bind before
5106	  connect limited tcp connections.  With the option tcp connections
5107	  can share the same source port (for different destinations).
5108
51092 May 2017: Ralph
5110	- Added mesh_add_sub to add detached mesh entries.
5111	- Use mesh_add_sub for key tag signaling query.
5112
51132 May 2017: Wouter
5114	- Added test for leak of stub information.
5115	- Fix sldns wire2str printout of RR type CAA tags.
5116	- Fix sldns int16_data parse.
5117	- Fix sldns parse and printout of TSIG RRs.
5118	- sldns SMIMEA and AVC definitions, same as getdns definitions.
5119
51201 May 2017: Wouter
5121	- Fix #1259: "--disable-ecdsa" argument overwritten
5122	  by "#ifdef SHA256_DIGEST_LENGTH@daemon/remote.c".
5123	- iana portlist update
5124	- Fix #1258: Windows 10 X64 unbound 1.6.2 service will not start.
5125	  and fix that 64bit getting installed in C:\Program Files (x86).
5126
512726 April 2017: Ralph
5128	- Implemented trust anchor signaling using key tag query.
5129
513026 April 2017: Wouter
5131	- Based on #1257: check parse limit before t increment in sldns RR
5132	  string parse routine.
5133
513424 April 2017: Wouter
5135	- unbound-checkconf -o allows query of dnstap config variables.
5136	  Also unbound-control get_option.  Also for dnscrypt.
5137	- trunk contains 1.6.3 version number (changes from 1.6.2 back from
5138	  when the 1.6.2rc1 tag has been created).
5139
514021 April 2017: Ralph
5141	- Fix #1254: clarify ratelimit-{for,below}-domain (from Manu Bretelle).
5142	- iana portlist update
5143
514418 April 2017: Ralph
5145	- Fix #1252: more indentation inconsistencies.
5146	- Fix #1253: unused variable in edns-subnet/addrtree.c:getbit().
5147
514813 April 2017: Ralph
5149	- Added ECS unit test (from Manu Bretelle).
5150	- ECS documentation fix (from Manu Bretelle).
5151
515213 April 2017: Wouter
5153	- Fix #1250: inconsistent indentation in services/listen_dnsport.c.
5154	- tag for 1.6.2rc1
5155	- (for 1.6.3:) unbound.h exports the shm stats structures.  They use
5156	  type long long and no ifdefs, and ub_ before the typenames.
5157
515812 April 2017: Wouter
5159	- subnet mem value is available in shm, also when not enabled,
5160	  to make the struct easier to memmap by other applications,
5161	  independent of the configuration of unbound.
5162
516312 April 2017: Ralph
5164	- Fix #1247: unbound does not shorten source prefix length when
5165	  forwarding ECS.
5166	- Properly check for allocation failure in local_data_find_tag_datas.
5167	- Fix #1249: unbound doesn't return FORMERR to bogus ECS.
5168	- Set SHM ECS memory usage to 0 when module not loaded.
5169
517011 April 2017: Ralph
5171	- Display ECS module memory usage.
5172
517310 April 2017: Wouter
5174	- harden-algo-downgrade: no also makes unbound more lenient about
5175	  digest algorithms in DS records.
5176
517710 April 2017: Ralph
5178	- Remove ECS option after REFUSED answer.
5179	- Fix small memory leak in edns_opt_copy_alloc.
5180	- Respip dereference after NULL check.
5181	- Zero initialize addrtree allocation.
5182	- Use correct identifier for SHM destroy.
5183
51847 April 2017: George
5185	- Fix pythonmod for cb changes.
5186	- Some whitespace fixup.
5187
51887 April 2017: Ralph
5189	- Unlock view in respip unit test
5190
51916 April 2017: Ralph
5192	- Generalise inplace callback (de)registration
5193	- (de)register inplace callbacks for module id
5194	- No unbound-control set_option for ECS options
5195	- Deprecated client-subnet-opcode config option
5196	- Introduced client-subnet-always-forward config option
5197	- Changed max-client-subnet-ipv6 default to 56 (as in RFC)
5198	- Removed extern ECS config options
5199	- module_restart_next now calls clear on all following modules
5200	- Also create ECS module qstate on module_event_pass event
5201	- remove malloc from inplace_cb_register
5202
52036 April 2017: Wouter
5204	- Small fixup for documentation.
5205	- iana portlist update
5206	- Fix respip for braces when locks arent used.
5207	- Fix pythonmod for cb changes.
5208
52094 April 2017: Wouter
5210	- Fix #1244: document that use of chroot requires trust anchor file to
5211	  be under chroot.
5212	- iana portlist update
5213
52143 April 2017: Ralph
5215	- Do not add current time twice to TTL before ECS cache store.
5216	- Do not touch rrset cache after ECS cache message generation.
5217	- Use LDNS_EDNS_CLIENT_SUBNET as default ECS opcode.
5218
52193 April 2017: Wouter
5220	- Fix #1217: Add metrics to unbound-control interface showing
5221	  crypted, cert request, plaintext and malformed queries (from
5222	  Manu Bretelle).
5223	- iana portlist update
5224
522527 March 2017: Wouter
5226	- Remove (now unused) event2 include from dnscrypt code.
5227
522824 March 2017: George
5229	- Fix to prevent non-referal query from being cached as referal when the
5230	  no_cache_store flag was set.
5231
523223 March 2017: Wouter
5233	- Fix #1239: configure fails to find python distutils if python
5234	  prints warning.
5235
523622 March 2017: Wouter
5237	- Fix #1238: segmentation fault when adding through the remote
5238	  interface a per-view local zone to a view with no previous
5239	  (configured) local zones.
5240	- Fix #1229: Systemd service sandboxing, options in wrong sections.
5241
524221 March 2017: Ralph
5243	- Merge EDNS Client subnet implementation from feature branch into main
5244	  branch, using new EDNS processing framework.
5245
524621 March 2017: Wouter
5247	- Fix doxygen for dnscrypt files.
5248
524920 March 2017: Wouter
5250	- #1217. DNSCrypt support, with --enable-dnscrypt, libsodium and then
5251	  enabled in the config file from Manu Bretelle.
5252	- make depend, autoconf, remove warnings about statement before var.
5253	- lru_demote and lruhash_insert_or_retrieve functions for getdns.
5254	- fixup for lruhash (whitespace and header file comment).
5255	- dnscrypt tests.
5256
525717 March 2017: Wouter
5258	- Patch for view functionality for local-data-ptr from Björn Ketelaars.
5259	- Fix #1237 - Wrong resolving in chain, for norec queries that get
5260	  SERVFAIL returned.
5261
526216 March 2017: Wouter
5263	- Fix that SHM is not inited if not enabled.
5264	- Add trustanchor.unbound CH TXT that gets a response with a number
5265	  of TXT RRs with a string like "example.com. 2345 1234" with
5266	  the trust anchors and their keytags.
5267	- Fix that looped DNAMEs do not cause unbound to spend effort.
5268	- trustanchor tags are sorted.  reusable routine to fetch taglist.
5269
527013 March 2017: Wouter
5271	- testbound understands Deckard MATCH rcode question answer commands.
5272	- Fix #1235: Fix too long DNAME expansion produces SERVFAIL instead
5273	  of YXDOMAIN + query loop, reported by Petr Spacek.
5274
527510 March 2017: Wouter
5276	- Fix #1234: shortening DNAME loop produces duplicate DNAME records
5277	  in ANSWER section.
5278
52799 March 2017: Wouter
5280	- --disable-sha1 disables SHA1 support in RRSIG, so from DNSKEY and
5281	  DS records.  NSEC3 is not disabled.
5282	- fake-sha1 test option; print warning if used.  To make unit tests.
5283	- unbound-control list local zone and data commands listed in the
5284	  help output.
5285
52868 March 2017: Wouter
5287	- make depend for build dependencies.
5288	- swig version 2.0.1 required.
5289	- fix enum conversion warnings
5290
52917 March 2017: Wouter
5292	- Fix #1230: swig version 2.0.0 is required for pythonmod, with
5293	  1.3.40 it crashes when running repeatly unbound-control reload.
5294	- Response actions based on IP address from Jinmei Tatuya (Infoblox).
5295
52966 March 2017: Wouter
5297	- Fix #1229: Systemd service sandboxing in contrib/unbound.service.
5298	- iana portlist update
5299
530028 February 2017: Ralph
5301	- Fix testpkts.c, check if DO bit is set, not only if there is an OPT
5302	  record.
5303
530428 February 2017: Wouter
5305	- For #1227: if we have sha256, set the cipher list to have no
5306	  known vulns.
5307
530827 February 2017: Wouter
5309	- Fix #1227: Fix that Unbound control allows weak ciphersuits.
5310	- Fix #1226: provide official 32bit binary for windows.
5311
531224 February 2017: Wouter
5313	- include sys/time.h for new shm code on NetBSD.
5314
531523 February 2017: Wouter
5316	- Fix doc/CNAME-basedRedirectionDesignNotes.pdf zone static to
5317	  redirect.
5318	- Patch from Luiz Fernando Softov for Stats Shared Memory.
5319	- unbound-control stats_shm command prints stats using shared memory,
5320	  which uses less cpu.
5321	- make depend, autoconf, doxygen and lint fixed up.
5322
532322 February 2017: Wouter
5324	- Fix #1224: Fix that defaults should not fall back to "Program Files
5325	  (x86) if Unbound is 64bit by default on windows.
5326
532721 February 2017: Wouter
5328	- iana portlist update
5329
533016 February 2017: Wouter
5331	- sldns updated for vfixed and buffer resize indication from getdns.
5332
533315 February 2017: Wouter
5334	- sldns has ED25519 and ED448 algorithm number and name for display.
5335
533614 February 2017: Wouter
5337	- tag 1.6.1rc3. -- which became 1.6.1 on 21feb, trunk has 1.6.2
5338
533913 February 2017: Wouter
5340	- Fix autoconf of systemd check for lack of pkg-config.
5341
534210 February 2017: Wouter
5343	- Fix pythonmod for typedef changes.
5344	- Fix dnstap for warning of set but not used.
5345	- tag 1.6.1rc2.
5346
53479 February 2017: Wouter
5348	- tag 1.6.1rc1.
5349
53508 February 2017: Wouter
5351	- Fix for type name change and fix warning on windows compile.
5352
53537 February 2017: Wouter
5354	- Include root trust anchor id 20326 in unbound-anchor.
5355
53566 February 2017: Wouter
5357	- Fix compile on solaris of the fix to use $host detect.
5358
53594 February 2017: Wouter
5360	- fix root_anchor test for updated icannbundle.pem lower certificates.
5361
536226 January 2017: Wouter
5363	- Fix 1211: Fix can't enable interface-automatic if no IPv6 with
5364	  more helpful error message.
5365
536620 January 2017: Wouter
5367	- Increase MAX_MODULE to 16.
5368
536919 January 2017: Wouter
5370	- Fix to Rename ub_callback_t to ub_callback_type, because POSIX
5371	  reserves _t typedefs.
5372	- Fix to rename internally used types from _t to _type, because _t
5373	  type names are reserved by POSIX.
5374	- iana portlist update
5375
537612 January 2017: Wouter
5377	- Fix to also block meta types 128 through to 248 with formerr.
5378	- Fix #1206: Some view-related commands are missing from 'unbound-control -h'
5379
53809 January 2017: Wouter
5381	- Fix #1202: Fix code comment that packed_rrset_data is not always
5382	  'packed'.
5383
53846 January 2017: Wouter
5385	- Fix #1201: Fix missing unlock in answer_from_cache error condition.
5386
53875 January 2017: Wouter
5388	- Fix to return formerr for queries for meta-types, to avoid
5389	  packet amplification if this meta-type is sent on to upstream.
5390	- Fix #1184: Log DNS replies. This includes the same logging
5391	  information that DNS queries and response code and response size,
5392	  patch from Larissa Feng.
5393	- Fix #1187: Source IP rate limiting, patch from Larissa Feng.
5394
53953 January 2017: Wouter
5396	- configure --enable-systemd and lets unbound use systemd sockets if
5397	  you enable use-systemd: yes in unbound.conf.
5398	  Also there are contrib/unbound.socket and contrib/unbound.service:
5399	  systemd files for unbound, install them in /usr/lib/systemd/system.
5400	  Contributed by Sami Kerola and Pavel Odintsov.
5401	- Fix reload chdir failure when also chrooted to that directory.
5402
54032 January 2017: Wouter
5404	- Fix #1194: Cross build fails when $host isn't `uname` for getentropy.
5405
540623 December 2016: Ralph
5407	- Fix #1190: Do not echo back EDNS options in local-zone error response.
5408	- iana portlist update
5409
541021 December 2016: Ralph
5411	- Fix #1188: Unresolved symbol 'fake_dsa' in libunbound.so when built
5412	  with Nettle
5413
541419 December 2016: Ralph
5415	- Fix #1191: remove comment about view deletion.
5416
541715 December 2016: Wouter
5418	- iana portlist update
5419	- 64bit is default for windows builds.
5420	- Fix inet_ntop and inet_pton warnings in windows compile.
5421
542214 December 2016: Wouter
5423	- Fix #1178: attempt to fix setup error at end, pop result values
5424	  at end of install.
5425
542613 December 2016: Wouter
5427	- Fix #1182: Fix Resource leak (socket), at startup.
5428	- Fix unbound-control and ipv6 only.
5429
54309 December 2016: Wouter
5431	- Fix #1176: stack size too small for Alpine Linux.
5432
54338 December 2016: Wouter
5434	- Fix downcast warnings from visual studio in sldns code.
5435	- tag 1.6.0rc1 which became 1.6.0 on 15 dec, and trunk is 1.6.1.
5436
54377 December 2016: Ralph
5438	- Add DSA support for OpenSSL 1.1.0
5439	- Fix remote control without cert for LibreSSL
5440
54416 December 2016: George
5442	- Added generic EDNS code for registering known EDNS option codes,
5443	  bypassing the cache response stage and uniquifying mesh states. Four EDNS
5444	  option lists were added to module_qstate (module_qstate.edns_opts_*) to
5445	  store EDNS options from/to front/back side.
5446	- Added two flags to module_qstate (no_cache_lookup, no_cache_store) that
5447	  control the modules' cache interactions.
5448	- Added code for registering inplace callback functions. The registered
5449	  functions can be called just before replying with local data or Chaos,
5450	  replying from cache, replying with SERVFAIL, replying with a resolved
5451	  query, sending a query to a nameserver. The functions can inspect the
5452	  available data and maybe change response/query related data (i.e. append
5453	  EDNS options).
5454	- Updated Python module for the above.
5455	- Updated Python documentation.
5456
54575 December 2016: Ralph
5458	- Fix #1173: differ local-zone type deny from unset
5459	  tag_actions element.
5460
54615 December 2016: Wouter
5462	- Fix #1170: document that 'inform' local-zone uses local-data.
5463
54641 December 2016: Ralph
5465	- hyphen as minus fix, by Andreas Schulze
5466
546730 November 2016: Ralph
5468	- Added local-zones and local-data bulk addition and removal
5469	  functionality in unbound-control (local_zones, local_zones_remove,
5470	  local_datas and local_datas_remove).
5471	- iana portlist update
5472
547329 November 2016: Wouter
5474	- version 1.6.0 is in the development branch.
5475	- braces in view.c around lock statements.
5476
547728 November 2016: Wouter
5478	- new install-sh.
5479
548025 November 2016: Wouter
5481	- Fix that with openssl 1.1 control-use-cert: no uses less cpu, by
5482	  using no encryption over the unix socket.
5483
548422 November 2016: Ralph
5485	- Make access-control-tag-data RDATA absolute. This makes the RDATA
5486	  origin consistent between local-data and access-control-tag-data.
5487	- Fix NSEC ENT wildcard check. Matching wildcard does not have to be a
5488	  subdomain of the NSEC owner.
5489	- QNAME minimisation uses QTYPE=A, therefore always check cache for
5490	  this type in harden-below-nxdomain functionality.
5491	- Added unit test for QNAME minimisation + harden below nxdomain
5492	  synergy.
5493
549422 November 2016: Wouter
5495	- iana portlist update.
5496	- Fix unit tests for DS hash processing for fake-dsa test option.
5497	- patch from Dag-Erling Smorgrav that removes code that relies
5498	  on sbrk().
5499
550021 November 2016: Wouter
5501	- Fix #1158: reference RFC 8020 "NXDOMAIN: There Really Is Nothing
5502	  Underneath" for the harden-below-nxdomain option.
5503
550410 November 2016: Ralph
5505	- Fix #1155: test status code of unbound-control in 04-checkconf,
5506	  not the status code from the tee command.
5507
55084 November 2016: Ralph
5509	- Added stub-ssl-upstream and forward-ssl-upstream options.
5510
55114 November 2016: Wouter
5512	- configure detects ssl security level API function in the autoconf
5513	  manner.  Every function on its own, so that other libraries (eg.
5514	  LibreSSL) can develop their API without hindrance.
5515	- Fix #1154: segfault when reading config with duplicate zones.
5516	- Note that for harden-below-nxdomain the nxdomain must be secure,
5517	  this means nsec3 with optout is insufficient.
5518
55193 November 2016: Ralph
5520	- Set OpenSSL security level to 0 when using aNULL ciphers.
5521
55223 November 2016: Wouter
5523	- .gitattributes line for githubs code language display.
5524	- log-identity: config option to set sys log identity, patch from
5525	  "Robin H. Johnson" <robbat2@gentoo.org>
5526
55272 November 2016: Wouter
5528	- iana portlist update.
5529
553031 October 2016: Wouter
5531	- Fix failure to build on arm64 with no sbrk.
5532	- iana portlist update.
5533
553428 October 2016: Wouter
5535	- Patch for server.num.zero_ttl stats for count of expired replies,
5536	  from Pavel Odintsov.
5537
553826 October 2016: Wouter
5539	- Fix unit tests for openssl 1.1, with no DSA, by faking DSA, enabled
5540	  with the undocumented switch 'fake-dsa'.  It logs a warning.
5541
554225 October 2016: Wouter
5543	- Fix #1134: unbound-control set_option -- val-override-date: -1 works
5544	  immediately to ignore datetime, or back to 0 to enable it again.
5545	  The -- is to ignore the '-1' as an option flag.
5546
554724 October 2016: Wouter
5548	- serve-expired config option: serve expired responses with TTL 0.
5549	- g.root-servers.net has AAAA address.
5550
555121 October 2016: Wouter
5552	- Ported tests for local_cname unit test to testbound framework.
5553
555420 October 2016: Wouter
5555	- suppress compile warning in lex files.
5556	- init lzt variable, for older gcc compiler warnings.
5557	- fix --enable-dsa to work, instead of copying ecdsa enable.
5558	- Fix DNSSEC validation of query type ANY with DNAME answers.
5559	- Fixup query_info local_alias init.
5560
556119 October 2016: Wouter
5562	- Fix #1130: whitespace in example.conf.in more consistent.
5563
556418 October 2016: Wouter
5565	- Patch that resolves CNAMEs entered in local-data conf statements that
5566	  point to data on the internet, from Jinmei Tatuya (Infoblox).
5567	- Removed patch comments from acllist.c and msgencode.c
5568	- Added documentation doc/CNAME-basedRedirectionDesignNotes.pdf,
5569	  from Jinmei Tatuya (Infoblox).
5570	- Fix #1125: unbound could reuse an answer packet incorrectly for
5571	  clients with different EDNS parameters, from Jinmei Tatuya.
5572	- Fix #1118: libunbound.pc sets strange Libs, Libs.private values.
5573	- Added Requires line to libunbound.pc
5574	- Please doxygen by modifying mesh.h
5575
557617 October 2016: Wouter
5577	- Re-fix #839 from view commit overwrite.
5578	- Fixup const void cast warning.
5579
558012 October 2016: Ralph
5581	- Free view config elements.
5582
558311 October 2016: Ralph
5584	- Added qname-minimisation-strict config option.
5585	- iana portlist update.
5586	- fix memoryleak logfile when in debug mode.
5587
55885 October 2016: Ralph
5589	- Added views functionality.
5590	- Fix #1117: spelling errors, from Robert Edmonds.
5591
559230 September 2016: Wouter
5593	- Fix Nits for 1.5.10 reported by Dag-Erling Smorgrav.
5594
559529 September 2016: Wouter
5596	- Fix #838: 1.5.10 cannot be built on Solaris, undefined PATH_MAX.
5597	- Fix #839: Memory grows unexpectedly with large RPZ files.
5598	- Fix #840: infinite loop in unbound_munin_ plugin on unowned lockfile.
5599	- Fix #841: big local-zone's make it consume large amounts of memory.
5600
560127 September 2016: Wouter
5602	- tag for 1.5.10 release
5603	- trunk contains 1.5.11 in development.
5604	- Fix dnstap relaying "random" messages instead of resolver/forwarder
5605	  responses, from Nikolay Edigaryev.
5606	- Fix #836: unbound could echo back EDNS options in an error response.
5607
560820 September 2016: Wouter
5609	- iana portlist update.
5610	- Fix #835: fix --disable-dsa with nettle verify.
5611	- tag for 1.5.10rc1 release.
5612
561315 September 2016: Wouter
5614	- Fix 883: error for duplicate local zone entry.
5615	- Test for openssl init_crypto and init_ssl functions.
5616
561715 September 2016: Ralph
5618	- fix potential memory leak in daemon/remote.c and nullpointer
5619	  dereference in validator/autotrust.
5620	- iana portlist update.
5621
562213 September 2016: Wouter
5623	- Silenced flex-generated sign-unsigned warning print with gcc
5624	  diagnostic pragma.
5625	- Fix for new splint on FreeBSD.  Fix cast for sockaddr_un.sun_len.
5626
56279 September 2016: Wouter
5628	- Fix #831: workaround for spurious fread_chk warning against petal.c
5629
56305 September 2016: Ralph
5631	- Take configured minimum TTL into consideration when reducing TTL
5632	  to original TTL from RRSIG.
5633
56345 September 2016: Wouter
5635	- Fix #829: doc of sldns_wire2str_rdata_buf() return value has an
5636	  off-by-one typo, from Jinmei Tatuya (Infoblox).
5637	- Fix incomplete prototypes reported by Dag-Erling Smørgrav.
5638	- Fix #828: missing type in access-control-tag-action redirect results
5639	  in NXDOMAIN.
5640
56412 September 2016: Wouter
5642	- Fix compile with openssl 1.1.0 with api=1.1.0.
5643
56441 September 2016: Wouter
5645	- RFC 7958 is now out, updated docs for unbound-anchor.
5646	- Fix for compile without warnings with openssl 1.1.0.
5647	- Fix #826: Fix refuse_non_local could result in a broken response.
5648	- iana portlist update.
5649
565029 August 2016: Wouter
5651	- Fix #777: OpenSSL 1.1.0 compatibility, patch from Sebastian A.
5652	  Siewior.
5653	- Add default root hints for IPv6 E.ROOT-SERVERS.NET, 2001:500:a8::e.
5654
565525 August 2016: Ralph
5656	- Clarify local-zone-override entry in unbound.conf.5
5657
565825 August 2016: Wouter
5659	- 64bit build option for makedist windows compile, -w64.
5660
566124 August 2016: Ralph
5662	- Fix #820: set sldns_str2wire_rr_buf() dual meaning len parameter
5663	  in each iteration in find_tag_datas().
5664	- unbound.conf.5 entries for define-tag, access-control-tag,
5665	  access-control-tag-action, access-control-tag-data, local-zone-tag,
5666	  and local-zone-override.
5667
566823 August 2016: Wouter
5669	- Fix #804: unbound stops responding after outage.  Fixes queries
5670	  that attempt to wait for an empty list of subqueries.
5671	- Fix #804: lower num_target_queries for iterator also for failed
5672	  lookups.
5673
56748 August 2016: Wouter
5675	- Note that OPENPGPKEY type is RFC 7929.
5676
56774 August 2016: Wouter
5678	- Fix #807: workaround for possible some "unused" function parameters
5679	  in test code, from Jinmei Tatuya.
5680
56813 August 2016: Wouter
5682	- use sendmsg instead of sendto for TFO.
5683
568428 July 2016: Wouter
5685	- Fix #806: wrong comment removed.
5686
568726 July 2016: Wouter
5688	- nicer ratelimit-below-domain explanation.
5689
569022 July 2016: Wouter
5691	- Fix #801: missing error condition handling in
5692	  daemon_create_workers().
5693	- Fix #802: workaround for function parameters that are "unused"
5694	  without log_assert.
5695	- Fix #803: confusing (and incorrect) code comment in daemon_cleanup().
5696
569720 July 2016: Wouter
5698	- Fix typo in unbound.conf.
5699
570018 July 2016: Wouter
5701	- Fix #798: Client-side TCP fast open fails (Linux).
5702
570314 July 2016: Wouter
5704	- TCP Fast open patch from Sara Dickinson.
5705	- Fixed unbound.doxygen for 1.8.11.
5706
57077 July 2016: Wouter
5708	- access-control-tag-data implemented. verbose(4) prints tag debug.
5709
57105 July 2016: Wouter
5711	- Fix dynamic link of anchor-update.exe on windows.
5712	- Fix detect of mingw for MXE package build.
5713	- Fixes for 64bit windows compile.
5714	- Fix #788 for nettle 3.0: Failed to build with Nettle >= 3.0 and
5715	  --with-libunbound-only --with-nettle.
5716
57174 July 2016: Wouter
5718	- For #787: prefer-ip6 option for unbound.conf prefers to send
5719	  upstream queries to ipv6 servers.
5720	- Fix #787: outgoing-interface netblock/64 ipv6 option to use linux
5721	  freebind to use 64bits of entropy for every query with random local
5722	  part.
5723
572430 June 2016: Wouter
5725	- Document always_transparent, always_refuse, always_nxdomain types.
5726
572729 June 2016: Wouter
5728	- Fix static compile on windows missing gdi32.
5729
573028 June 2016: Wouter
5731	- Create a pkg-config file for libunbound in contrib.
5732
573327 June 2016: Wouter
5734	- Fix #784: Build configure assumess that having getpwnam means there
5735	  is endpwent function available.
5736	- Updated repository with newer flex and bison output.
5737
573824 June 2016: Ralph
5739	- Possibility to specify local-zone type for an acl/tag pair
5740	- Possibility to specify (override) local-zone type for a source address
5741	  block
574216 June 2016: Ralph
5743	- Decrease dp attempts at each QNAME minimisation iteration
5744
574516 June 2016: Wouter
5746	- Fix tcp timeouts in tv.usec.
5747
574815 June 2016: Wouter
5749	- TCP_TIMEOUT is specified in milliseconds.
5750	- If more than half of tcp connections are in use, a shorter timeout
5751	  is used (200 msec, vs 2 minutes) to pressure tcp for new connects.
5752
575314 June 2016: Ralph
5754	- QNAME minimisation unit test for dropped QTYPE=A queries.
5755
575614 June 2016: Wouter
5757	- Fix 775: unbound-host and unbound-anchor crash on windows, ignore
5758	  null delete for wsaevent.
5759	- Fix spelling in freebind option man page text.
5760	- Fix windows link of ssl with crypt32.
5761	- Fix 779: Union casting is non-portable.
5762	- Fix 780: MAP_ANON not defined in HP-UX 11.31.
5763	- Fix 781: prealloc() is an HP-UX system library call.
5764
576513 June 2016: Ralph
5766	- Use QTYPE=A for QNAME minimisation.
5767	- Keep track of number of time-outs when performing QNAME minimisation.
5768	  Stop minimising when number of time-outs for a QNAME/QTYPE pair is
5769	  more than three.
5770
577113 June 2016: Wouter
5772	- Fix #778: unbound 1.5.9: -h segfault (null deref).
5773	- Fix directory: fix for unbound-checkconf, it restores cwd.
5774
577510 June 2016: Wouter
5776	- And delete service.conf.shipped on uninstall.
5777	- In unbound.conf directory: dir immediately changes to that directory,
5778	  so that include: file below that is relative to that directory.
5779	  With chroot, make the directory an absolute path inside chroot.
5780	- keep debug symbols in windows build.
5781	- do not delete service.conf on windows uninstall.
5782	- document directory immediate fix and allow EXECUTABLE syntax in it
5783	  on windows.
5784
57859 June 2016: Wouter
5786	- Trunk is called 1.5.10 (with previous fixes already in there to 2
5787	  june).
5788	- Revert fix for NetworkService account on windows due to breakage
5789	  it causes.
5790	- Fix that windows install will not overwrite existing service.conf
5791	  file (and ignore gui config choices if it exists).
5792
57937 June 2016: Ralph
5794	- Lookup localzones by taglist from acl.
5795	- Possibility to lookup local_zone, regardless the taglist.
5796	- Added local_zone/taglist/acl unit test.
5797
57987 June 2016: Wouter
5799	- Fix #773: Non-standard Python location build failure with pyunbound.
5800	- Improve threadsafety for openssl 0.9.8 ecdsa dnssec signatures.
5801
58026 June 2016: Wouter
5803	- Better help text from -h (from Ray Griffith).
5804	- access-control-tag config directive.
5805	- local-zone-override config directive.
5806	- access-control-tag-action and access-control-tag-data config
5807	  directives.
5808	- free acl-tags, acltag-action and acltag-data config lists during
5809	  initialisation to free up memory for more entries.
5810
58113 June 2016: Wouter
5812	- Fix to not ignore return value of chown() in daemon startup.
5813
58142 June 2016: Wouter
5815	- Fix libubound for edns optlist feature.
5816	- Fix distinction between free and CRYPTO_free in dsa and ecdsa alloc.
5817	- Fix #752: retry resource temporarily unavailable on control pipe.
5818	- un-document localzone tags.
5819	- tag for release 1.5.9rc1.
5820	  And this also became release 1.5.9.
5821	- Fix (for 1.5.10): Fix unbound-anchor.exe file location defaults to
5822	  Program Files with (x86) appended.
5823	- re-documented localzone tags in example.conf.
5824
582531 May 2016: Wouter
5826	- Fix windows service to be created run with limited rights, as a
5827	  network service account, from Mario Turschmann.
5828	- compat strsep implementation.
5829	- generic edns option parse and store code.
5830	- and also generic edns options for upstream messages (and replies).
5831	  after parse use edns_opt_find(edns.opt_list, LDNS_EDNS_NSID),
5832	  to insert use edns_opt_append(edns, region, code, len, bindata) on
5833	  the opt_list passed to send_query, or in edns_opt_inplace_reply.
5834
583530 May 2016: Wouter
5836	- Fix time in case answer comes from cache in ub_resolve_event().
5837	- Attempted fix for #765: _unboundmodule missing for python3.
5838
583927 May 2016: Wouter
5840	- Fix #770: Small subgroup attack on DH used in unix pipe on localhost
5841	  if unbound control uses a unix local named pipe.
5842	- Document write permission to directory of trust anchor needed.
5843	- Fix #768:  Unbound Service Sometimes Can Not Shutdown
5844	  Completely, WER Report Shown Up.  Close handle before closing WSA.
5845
584626 May 2016: Wouter
5847	- Updated patch from Charles Walker.
5848
584924 May 2016: Wouter
5850	- disable-dnssec-lame-check config option from Charles Walker.
5851	- remove memory leak from lame-check patch.
5852	- iana portlist update.
5853
585423 May 2016: Wouter
5855	- Fix #767:  Reference to an expired Internet-Draft in
5856	  harden-below-nxdomain documentation.
5857
585820 May 2016: Ralph
5859	- No QNAME minimisation fall-back for NXDOMAIN answers from DNSSEC
5860	  signed zones.
5861	- iana portlist update.
5862
586319 May 2016: Wouter
5864	- Fix #766: dns64 should synthesize results on timeout/errors.
5865
586618 May 2016: Wouter
5867	- Fix #761: DNSSEC LAME false positive resolving nic.club.
5868
586917 May 2016: Wouter
5870	- trunk updated with output of flex 2.6.0.
5871
58726 May 2016: Wouter
5873	- Fix memory leak in out-of-memory conditions of local zone add.
5874
587529 April 2016: Wouter
5876	- Fix sldns with static checking fixes copied from getdns.
5877
587828 April 2016: Wouter
5879	- Fix #759: 0x20 capsforid no longer checks type PTR, for
5880	  compatibility with cisco dns guard.  This lowers false positives.
5881
588218 April 2016: Wouter
5883	- Fix some malformed responses to edns queries get fallback to nonedns.
5884
588515 April 2016: Wouter
5886	- cachedb module event handling design.
5887
588814 April 2016: Wouter
5889	- cachedb module framework (empty).
5890	- iana portlist update.
5891
589212 April 2016: Wouter
5893	- Fix #753: document dump_requestlist is for first thread.
5894
589524 March 2016: Wouter
5896	- Document permit-small-holddown for 5011 debug.
5897	- Fix #749: unbound-checkconf gets SIGSEGV when use against a
5898	  malformatted conf file.
5899
590023 March 2016: Wouter
5901	- OpenSSL 1.1.0 portability, --disable-dsa configure option.
5902
590321 March 2016: Wouter
5904	- Fix compile of getentropy_linux for SLES11 servicepack 4.
5905	- Fix dnstap-log-resolver-response-messages, from Nikolay Edigaryev.
5906	- Fix test for openssl to use HMAC_Update for 1.1.0.
5907	- acx_nlnetlabs.m4 to v33, with HMAC_Update.
5908	- acx_nlnetlabs.m4 to v34, with -ldl -pthread test for libcrypto.
5909	- ERR_remove_state deprecated since openssl 1.0.0.
5910	- OPENSSL_config is deprecated, removing.
5911
591218 March 2016: Ralph
5913	- Validate QNAME minimised NXDOMAIN responses.
5914	- If QNAME minimisation is enabled, do cache lookup for QTYPE NS in
5915	  harden-below-nxdomain.
5916
591717 March 2016: Ralph
5918	- Limit number of QNAME minimisation iterations.
5919
592017 March 2016: Wouter
5921	- Fix #746: Fix unbound sets CD bit on all forwards.
5922	  If no trust anchors, it'll not set CD bit when forwarding to another
5923	  server.  If a trust anchor, no CD bit on the first attempt to a
5924	  forwarder, but CD bit thereafter on repeated attempts to get DNSSEC.
5925	- iana portlist update.
5926
592716 March 2016: Wouter
5928	- Fix ip-transparent for ipv6 on FreeBSD, thanks to Nick Hibma.
5929	- Fix ip-transparent for tcp on freebsd.
5930
593115 March 2016: Wouter
5932	- ip_freebind: yesno option in unbound.conf sets IP_FREEBIND for
5933	  binding to an IP address while the interface or address is down.
5934
593514 March 2016: Wouter
5936	- Fix warnings in ifdef corner case, older or unknown libevent.
5937	- Fix compile for ub_event code with older libev.
5938
593911 March 2016: Wouter
5940	- Remove warning about unused parameter in event_pluggable.c.
5941	- Fix libev usage of dispatch return value.
5942	- No side effects in tolower() call, in case it is a macro.
5943	- For test put free in pluggable api in parenthesis.
5944
594510 March 2016: Wouter
5946	- Fixup backend2str for libev.
5947
594809 March 2016: Willem
5949	- User defined pluggable event API for libunbound
5950	- Fixup of compile fix for pluggable event API from P.Y. Adi
5951	  Prasaja.
5952
595309 March 2016: Wouter
5954	- Updated configure and ltmain.sh.
5955	- Updated L root IPv6 address.
5956
595707 March 2016: Wouter
5958	- Fix #747: assert in outnet_serviced_query_stop.
5959	- iana ports fetched via https.
5960	- iana portlist update.
5961
596203 March 2016: Wouter
5963	- configure tests for the weak attribute support by the compiler.
5964
596502 March 2016: Wouter
5966	- 1.5.8 release tag
5967	- trunk contains 1.5.9 in development.
5968	- iana portlist update.
5969	- Fix #745: unbound.py - idn2dname throws UnicodeError when idnname
5970	  contains trailing dot.
5971
597224 February 2016: Wouter
5973	- Fix OpenBSD asynclook lock free that gets used later (fix test code).
5974	- Fix that NSEC3 negative cache is used when there is no salt.
5975
597623 February 2016: Wouter
5977	- ub_ctx_set_stub() function for libunbound to config stub zones.
5978	- sorted ubsyms.def file with exported libunbound functions.
5979
598019 February 2016: Wouter
5981	- Print understandable debug log when unusable DS record is seen.
5982	- load gost algorithm if digest is seen before key algorithm.
5983	- iana portlist update.
5984
598517 February 2016: Wouter
5986	- Fix that "make install" fails due to "text file busy" error.
5987
598816 February 2016: Wouter
5989	- Set IPPROTO_IP6 for ipv6 sockets otherwise invalid argument error.
5990
599115 February 2016: Wouter
5992	- ip-transparent option for FreeBSD with IP_BINDANY socket option.
5993	- wait for sendto to drain socket buffers when they are full.
5994
59959 February 2016: Wouter
5996	- Test for type OPENPGPKEY.
5997	- insecure-lan-zones: yesno config option, patch from Dag-Erling
5998	  Smørgrav.
5999
60008 February 2016: Wouter
6001	- Fix patch typo in prevuous commit for 734 from Adi Prasaja.
6002	- RR Type CSYNC support RFC 7477, in debug printout and config input.
6003	- RR Type OPENPGPKEY support (draft-ietf-dane-openpgpkey-07).
6004
600529 January 2016: Wouter
6006	- Neater cmdline_verbose increment patch from Edgar Pettijohn.
6007
600827 January 2016: Wouter
6009	- Made netbsd sendmsg test nonfatal, in case of false positives.
6010	- Fix #741: log message for dnstap socket connection is more clear.
6011
601226 January 2016: Wouter
6013	- Fix #734: chown the pidfile if it resides inside the chroot.
6014	- Use arc4random instead of random in tests (because it is
6015	  available, possibly as compat, anyway).
6016	- Fix cmsg alignment for argument to sendmsg on NetBSD.
6017	- Fix that unbound complains about unimplemented IP_PKTINFO for
6018	  sendmsg on NetBSD (for interface-automatic).
6019
602025 January 2016: Wouter
6021	- Fix #738: Swig should not be invoked with CPPFLAGS.
6022
602319 January 2016: Wouter
6024	- Squelch 'cannot assign requested address' log messages unless
6025	  verbosity is high, it was spammed after network down.
6026
602714 January 2016: Wouter
6028	- Fix to simplify empty string checking from Michael McConville.
6029	- iana portlist update.
6030
603112 January 2016: Wouter
6032	- Fix #734: Do not log an error when the PID file cannot be chown'ed.
6033	  Patch from Simon Deziel.
6034
603511 January 2016: Wouter
6036	- Fix test if -pthreads unused to use better grep for portability.
6037
603806 January 2016: Wouter
6039	- Fix mingw crosscompile for recent mingw.
6040	- Update aclocal, autoconf output with new versions (1.15, 2.4.6).
6041
604205 January 2016: Wouter
6043	- #731: tcp-mss, outgoing-tcp-mss options for unbound.conf, patch
6044	  from Daisuke Higashi.
6045	- Support RFC7686: handle ".onion" Special-Use Domain. It is blocked
6046	  by default, and can be unblocked with "nodefault" localzone config.
6047
604804 January 2016: Wouter
6049	- Define DEFAULT_SOURCE together with BSD_SOURCE when that is defined,
6050	  for Linux glibc 2.20.
6051	- Fixup contrib/aaaa-filter-iterator.patch for moved contents in the
6052	  source code, so it applies cleanly again.  Removed unused variable
6053	  warnings.
6054
605515 December 2015: Ralph
6056	- Fix #729: omit use of escape sequences in echo since they are not
6057	  portable (unbound-control-setup).
6058
605911 December 2015: Wouter
6060	- remove NULL-checks before free, patch from Michael McConville.
6061	- updated ax_pthread.m4 to version 21 with clang support, this
6062	  removes a warning from compilation.
6063	- OSX portability, detect if sbrk is deprecated.
6064	- OSX clang, stop -pthread unused during link stage warnings.
6065	- OSX clang new flto check.
6066
606710 December 2015: Wouter
6068	- 1.5.7 release
6069	- trunk has 1.5.8 in development.
6070
60718 December 2015: Wouter
6072	- Fixup 724 for unbound-control.
6073
60747 December 2015: Ralph
6075	- Do not minimise forwarded requests.
6076
60774 December 2015: Wouter
6078	- Removed unneeded whitespace from example.conf.
6079
60803 December 2015: Ralph
6081	- (after rc1 tag)
6082	- Committed fix to qname minimisation and unit test case for it.
6083
60843 December 2015: Wouter
6085	- iana portlist update.
6086	- 1.5.7rc1 prerelease tag.
6087
60882 December 2015: Wouter
6089	- Fixup 724: Fix PCA prompt for unbound-service-install.exe.
6090	  re-enable stdout printout.
6091	- For 724: Add Changelog to windows binary dist.
6092
60931 December 2015: Ralph
6094	- Qname minimisation review fixes
6095
60961 December 2015: Wouter
6097	- Fixup 724 fix for fname_after_chroot() calls.
6098	- Remove stdout printout for unbound-service-install.exe
6099	- .gitignore for git users.
6100
610130 November 2015: Ralph
6102	- Implemented qname minimisation
6103
610430 November 2015: Wouter
6105	- Fix for #724: conf syntax to read files from run dir (on Windows).
6106
610725 November 2015: Wouter
6108	- Fix for #720, fix unbound-control-setup windows batch file.
6109
611024 November 2015: Wouter
6111	- Fix #720: add windows scripts to zip bundle.
6112	- iana portlist update.
6113
611420 November 2015: Wouter
6115	- Added assert on rrset cache correctness.
6116	- Fix that malformed EDNS query gets a response without malformed EDNS.
6117
611818 November 2015: Wouter
6119	- newer acx_nlnetlabs.m4.
6120	- spelling fixes from Igor Sobrado Delgado.
6121
612217 November 2015: Wouter
6123	- Fix #594. libunbound: optionally use libnettle for crypto.
6124	  Contributed by Luca Bruno.  Added --with-nettle for use with
6125	  --with-libunbound-only.
6126	- refactor nsec3 hash implementation to be more library-portable.
6127	- iana portlist update.
6128	- Fixup DER encoded DSA signatures for libnettle.
6129
613016 November 2015: Wouter
6131	- Fix for lenient accept of reverse order DNAME and CNAME.
6132
61336 November 2015: Wouter
6134	- Change example.conf: ftp.internic.net to https://www.internic.net
6135
61365 November 2015: Wouter
6137	- ACX_SSL_CHECKS no longer adds -ldl needlessly.
6138
61393 November 2015: Wouter
6140	- Fix #718: Fix unbound-control-setup with support for env
6141	  without HEREDOC bash support.
6142
614329 October 2015: Wouter
6144	- patch from Doug Hogan for SSL_OP_NO_SSLvx options.
6145	- Fix #716: nodata proof with empty non-terminals and wildcards.
6146
614728 October 2015: Wouter
6148	- Fix checklock testcode for linux threads on exit.
6149
615027 October 2015: Wouter
6151	- isblank() compat implementation.
6152	- detect libexpat without xml_StopParser function.
6153	- portability fixes.
6154	- portability, replace snprintf if return value broken.
6155
615623 October 2015: Wouter
6157	- Fix #714: Document config to block private-address for IPv4
6158	  mapped IPv6 addresses.
6159
616022 October 2015: Wouter
6161	- Fix #712: unbound-anchor appears to not fsync root.key.
6162
616320 October 2015: Wouter
6164	- 1.5.6 release.
6165	- trunk tracks development of 1.5.7.
6166
616715 October 2015: Wouter
6168	- Fix segfault in the dns64 module in the formaterror error path.
6169	- Fix sldns_wire2str_rdata_scan for malformed RRs.
6170	- tag for 1.5.6rc1 release.
6171
617214 October 2015: Wouter
6173	- ANY responses include DNAME records if present, as per Evan Hunt's
6174	  remark in dnsop.
6175	- Fix manpage to suggest using SIGTERM to terminate the server.
6176
61779 October 2015: Wouter
6178	- Default for ssl-port is port 853, the temporary port assignment
6179	  for secure domain name system traffic.
6180	  If you used to rely on the older default of port 443, you have
6181	  to put a clause in unbound.conf for that.  The new value is likely
6182	  going to be the standardised port number for this traffic.
6183	- iana portlist update.
6184
61856 October 2015: Wouter
6186	- 1.5.5 release.
6187	- trunk tracks the development of 1.5.6.
6188
618928 September 2015: Wouter
6190	- MAX_TARGET_COUNT increased to 64, to fix up sporadic resolution
6191	  failures.
6192	- tag for 1.5.5rc1 release.
6193	- makedist.sh: pgp sig echo commands.
6194
619525 September 2015: Wouter
6196	- Fix unbound-control flush that does not succeed in removing data.
6197
619822 September 2015: Wouter
6199	- Fix config globbed include chroot treatment, this fixes reload of
6200	  globs (patch from Dag-Erling Smørgrav).
6201	- iana portlist update.
6202	- Fix #702: New IPs for for h.root-servers.net.
6203	- Remove confusion comment from canonical_compare() function.
6204	- Fix #705: ub_ctx_set_fwd() return value mishandled on windows.
6205	- testbound selftest also works in non-debug mode.
6206	- Fix minor error in unbound.conf.5.in
6207	- Fix unbound.conf(5) access-control description for precedence
6208	  and default.
6209
621031 August 2015: Wouter
6211	- changed windows setup compression to be more transparent.
6212
621328 August 2015: Wouter
6214	- Fix #697: Get PY_MAJOR_VERSION failure at configure for python
6215	  2.4 to 2.6.
6216	- Feature #699: --enable-pie option to that builds PIE binary.
6217	- Feature #700: --enable-relro-now option that enables full read-only
6218	  relocation.
6219
622024 August 2015: Wouter
6221	- Fix deadlock for local data add and zone add when unbound-control
6222	  list_local_data printout is interrupted.
6223	- iana portlist update.
6224	- Change default of harden-algo-downgrade to off.  This is lenient
6225	  for algorithm rollover.
6226
622713 August 2015: Wouter
6228	- 5011 implementation does not insist on all algorithms, when
6229	  harden-algo-downgrade is turned off.
6230	- Reap the child process that libunbound spawns.
6231
623211 August 2015: Wouter
6233	- Fix #694: configure script does not detect LibreSSL 2.2.2
6234
62354 August 2015: Wouter
6236	- Document that local-zone nodefault matches exactly and transparent
6237	  can be used to release a subzone.
6238
62393 August 2015: Wouter
6240	- Document in the manual more text about configuring locally served
6241	  zones.
6242	- Fix 5011 anchor update timer after reload.
6243	- Fix mktime in unbound-anchor not using UTC.
6244
624530 July 2015: Wouter
6246	- please afl-gcc (llvm) for uninitialised variable warning.
6247	- Added permit-small-holddown config to debug fast 5011 rollover.
6248
624924 July 2015: Wouter
6250	- Fix #690: Reload fails when so-reuseport is yes after changing
6251	  num-threads.
6252	- iana portlist update.
6253
625421 July 2015: Wouter
6255	- Fix configure to detect SSL_CTX_set_ecdh_auto.
6256	- iana portlist update.
6257
625820 July 2015: Wouter
6259	- Enable ECDHE for servers.  Where available, use
6260	  SSL_CTX_set_ecdh_auto() for TLS-wrapped server configurations to
6261	  enable ECDHE.  Otherwise, manually offer curve p256.
6262	  Client connections should automatically use ECDHE when available.
6263	  (thanks Daniel Kahn Gillmor)
6264
626518 July 2015: Willem
6266	- Allow certificate chain files to allow for intermediate certificates.
6267	  (thanks Daniel Kahn Gillmor)
6268
626913 July 2015: Wouter
6270	- makedist produces sha1 and sha256 files for created binaries too.
6271
62729 July 2015: Wouter
6273	- 1.5.4 release tag
6274	- trunk has 1.5.5 in development.
6275	- Fix #681: Setting forwarders with unbound-control forward
6276	  implicitly turns on forward-first.
6277
627829 June 2015: Wouter
6279	- iana portlist update.
6280	- Fix alloc with log for allocation size checks.
6281
628226 June 2015: Wouter
6283	- Fix #677 Fix DNAME responses from cache that failed internal chain
6284	  test.
6285	- iana portlist update.
6286
628722 June 2015: Wouter
6288	- Fix #677 Fix CNAME corresponding to a DNAME was checked incorrectly
6289	  and was therefore always synthesized (thanks to Valentin Dietrich).
6290
62914 June 2015: Wouter
6292	- RFC 7553 RR type URI support, is now enabled by default.
6293
62942 June 2015: Wouter
6295	- Fix #674: Do not free pointers given by getenv.
6296
629729 May 2015: Wouter
6298	- Fix that unparseable error responses are ratelimited.
6299	- SOA negative TTL is capped at minimumttl in its rdata section.
6300	- cache-max-negative-ttl config option, default 3600.
6301
630226 May 2015: Wouter
6303	- Document that ratelimit works with unbound-control set_option.
6304
630521 May 2015: Wouter
6306	- iana portlist update.
6307	- documentation proposes ratelimit of 1000 (closer to what upstream
6308	  servers expect from us).
6309
631020 May 2015: Wouter
6311	- DLV is going to be decommissioned.  Advice to stop using it, and
6312	  put text in the example configuration and man page to that effect.
6313
631410 May 2015: Wouter
6315	- Change syntax of particular validator error to be easier for
6316	  machine parse, swap rrset and ip adres info so it looks like:
6317	  validation failure <www.example.nl. TXT IN>: signature crypto
6318	  failed from 2001:DB8:7:bba4::53 for <*.example.nl. NSEC IN>
6319
63201 May 2015: Wouter
6321	- caps-whitelist in unbound.conf allows whitelist of loadbalancers
6322	  that cannot work with caps-for-id or its fallback.
6323
632430 April 2015: Wouter
6325	- Unit test for type ANY synthesis.
6326
632722 April 2015: Wouter
6328	- Removed contrib/unbound_unixsock.diff, because it has been
6329	  integrated, use control-interface: /path in unbound.conf.
6330	- iana portlist update.
6331
633217 April 2015: Wouter
6333	- Synthesize ANY responses from cache.  Does not search exhaustively,
6334	  but MX,A,AAAA,SOA,NS also CNAME.
6335	- Fix leaked dns64prefix configuration string.
6336
633716 April 2015: Wouter
6338	- Add local-zone type inform_deny, that logs query and drops answer.
6339	- Ratelimit does not apply to prefetched queries, and ratelimit-factor
6340	  is default 10.  Repeated normal queries get resolved and with
6341	  prefetch stay in the cache.
6342	- Fix bug#664: libunbound python3 related fixes (from Tomas Hozza)
6343	  Use print_function also for Python2.
6344	  libunbound examples: produce sorted output.
6345	  libunbound-Python: libldns is not used anymore.
6346	  Fix issue with Python 3 mapping of FILE* using file_py3.i from ldns.
6347
634810 April 2015: Wouter
6349	- unbound-control ratelimit_list lists high rate domains.
6350	- ratelimit feature, ratelimit: 100, or some sensible qps, can be
6351	  used to turn it on.  It ratelimits recursion effort per zone.
6352	  For particular names you can configure exceptions in unbound.conf.
6353	- Fix that get_option for cache-sizes does not print double newline.
6354	- Fix#663: ssl handshake fails when using unix socket because dh size
6355	  is too small.
6356
63578 April 2015: Wouter
6358	- Fix crash in dnstap: Do not try to log TCP responses after timeout.
6359
63607 April 2015: Wouter
6361	- Libunbound skips dos-line-endings from etc/hosts.
6362	- Unbound exits with a fatal error when the auto-trust-anchor-file
6363	  fails to be writable.  This is seconds after startup.  You can
6364	  load a readonly auto-trust-anchor-file with trust-anchor-file.
6365	  The file has to be writable to notice the trust anchor change,
6366	  without it, a trust anchor change will be unnoticed and the system
6367	  will then become inoperable.
6368	- unbound-control list_insecure command shows the negative trust
6369	  anchors currently configured, patch from Jelte Jansen.
6370
63712 April 2015: Wouter
6372	- Fix #660: Fix interface-automatic broken in the presence of
6373	  asymmetric routing.
6374
637526 March 2015: Wouter
6376	- remote.c probedelay line is easier to read.
6377	- rename ldns subdirectory to sldns to avoid name collision.
6378
637925 March 2015: Wouter
6380	- Fix #657:  libunbound(3) recommends deprecated
6381	  CRYPTO_set_id_callback.
6382	- If unknown trust anchor algorithm, and libressl is used, error
6383	  message encourages upgrade of the libressl package.
6384
638523 March 2015: Wouter
6386	- Fix segfault on user not found at startup (from Maciej Soltysiak).
6387
638820 March 2015: Wouter
6389	- Fixed to add integer overflow checks on allocation (defense in depth).
6390
639119 March 2015: Wouter
6392	- Add ip-transparent config option for bind to non-local addresses.
6393
639417 March 2015: Wouter
6395	- Use reallocarray for integer overflow protection, patch submitted
6396	  by Loganaden Velvindron.
6397
639816 March 2015: Wouter
6399	- Fixup compile on cygwin, more portable openssl thread id.
6400
640112 March 2015: Wouter
6402	- Updated default keylength in unbound-control-setup to 3k.
6403
640410 March 2015: Wouter
6405	- Fix lintian warning in unbound-checkconf man page (from Andreas
6406	  Schulze).
6407	- print svnroot when building windows dist.
6408	- iana portlist update.
6409	- Fix warning on sign compare in getentropy_linux.
6410
64119 March 2015: Wouter
6412	- Fix #644: harden-algo-downgrade option, if turned off, fixes the
6413	  reported excessive validation failure when multiple algorithms
6414	  are present.  It allows the weakest algorithm to validate the zone.
6415	- iana portlist update.
6416
64175 March 2015: Wouter
6418	- contrib/unbound_smf22.tar.gz: Solaris SMF installation/removal
6419	  scripts.  Contributed by Yuri Voinov.
6420	- Document that incoming-num-tcp increase is good for large servers.
6421	- stats reports tcp usage, of incoming-num-tcp buffers.
6422
64234 March 2015: Wouter
6424	- Patch from Brad Smith that syncs compat/getentropy_linux with
6425	  OpenBSD's version (2015-03-04).
6426	- 0x20 fallback improved: servfail responses do not count as missing
6427	  comparisons (except if all responses are errors),
6428	  inability to find nameservers does not fail equality comparisons,
6429	  many nameservers does not try to compare more than max-sent-count,
6430	  parse failures start 0x20 fallback procedure.
6431	- store caps_response with best response in case downgrade response
6432	  happens to be the last one.
6433	- Document windows 8 tests.
6434
64353 March 2015: Wouter
6436	- tag 1.5.3rc1
6437	[ This became 1.5.3 on 10 March, trunk is 1.5.4 in development ]
6438
64392 March 2015: Wouter
6440	- iana portlist update.
6441
644220 February 2015: Wouter
6443	- Use the getrandom syscall introduced in Linux 3.17 (from Heiner
6444	  Kallweit).
6445	- Fix #645 Portability to Solaris 10, use AF_LOCAL.
6446	- Fix #646 Portability to Solaris, -lrt for getentropy_solaris.
6447	- Fix #647 crash in 1.5.2 because pwd.db no longer accessible after
6448	  reload.
6449
645019 February 2015: Wouter
6451	- 1.5.2 release tag.
6452	- svn trunk contains 1.5.3 under development.
6453
645413 February 2015: Wouter
6455	- Fix #643: doc/example.conf.in: unnecessary whitespace.
6456
645712 February 2015: Wouter
6458	- tag 1.5.2rc1
6459
646011 February 2015: Wouter
6461	- iana portlist update.
6462
646310 February 2015: Wouter
6464	- Fix scrubber with harden-glue turned off to reject NS (and other
6465	  not-address) records.
6466
64679 February 2015: Wouter
6468	- Fix validation failure in case upstream forwarder (ISC BIND) does
6469	  not have the same trust anchors and decides to insert unsigned NS
6470	  record in authority section.
6471
64722 February 2015: Wouter
6473	- infra-cache-min-rtt patch from Florian Riehm, for expected long
6474	  uplink roundtrip times.
6475
647630 January 2015: Wouter
6477	- Fix 0x20 capsforid fallback to omit gratuitous NS and additional
6478	  section changes.
6479	- Portability fix for Solaris ('sun' is not usable for a variable).
6480
648129 January 2015: Wouter
6482	- Fix pyunbound byte string representation for python3.
6483
648426 January 2015: Wouter
6485	- Fix unintended use of gcc extension for incomplete enum types,
6486	  compile with pedantic c99 compliance (from Daniel Dickman).
6487
648823 January 2015: Wouter
6489	- windows port fixes, no AF_LOCAL, no chown, no chmod(grp).
6490
649116 January 2015: Wouter
6492	- unit test for local unix connection.  Documentation and log_addr
6493	  does not inspect port for AF_LOCAL.
6494	- unbound-checkconf -f prints chroot with pidfile path.
6495
649613 January 2015: Wouter
6497	- iana portlist update.
6498
649912 January 2015: Wouter
6500	- Cast sun_len sizeof to socklen_t.
6501	- Fix pyunbound ord call, portable for python 2 and 3.
6502
65037 January 2015: Wouter
6504	- Fix warnings in pythonmod changes.
6505
65066 January 2015: Wouter
6507	- iana portlist update.
6508	- patch for remote control over local sockets, from Dag-Erling
6509	  Smorgrav, Ilya Bakulin.  Use control-interface: /path/sock and
6510	  control-use-cert: no.
6511	- Fixup that patch and uid lookup (only for daemon).
6512	- coded the default of control-use-cert, to yes.
6513
65145 January 2015: Wouter
6515	- getauxval test for ppc64 linux compatibility.
6516	- make strip works for unbound-host and unbound-anchor.
6517	- patch from Stephane Lapie that adds to the python API, that
6518	  exposes struct delegpt, and adds the find_delegation function.
6519	- print query name when max target count is exceeded.
6520	- patch from Stuart Henderson that fixes DESTDIR in
6521	  unbound-control-setup for installs where config is not in
6522	  the prefix location.
6523	- Fix #634: fix fail to start on Linux LTS 3.14.X, ignores missing
6524	  IP_MTU_DISCOVER OMIT option (fix from Remi Gacogne).
6525	- Updated contrib warmup.cmd/sh to support two modes - load
6526	  from pre-defined list of domains or (with filename as argument)
6527	  load from user-specified list of domains, and updated contrib
6528	  unbound_cache.sh/cmd to support loading/save/reload cache to/from
6529	  default path or (with secondary argument) arbitrary path/filename,
6530	  from Yuri Voinov.
6531	- Patch from Philip Paeps to contrib/unbound_munin_ that uses
6532	  type ABSOLUTE.  Allows munin.conf: [idleserver.example.net]
6533	  unbound_munin_hits.graph_period minute
6534
65359 December 2014: Wouter
6536	- svn trunk has 1.5.2 in development.
6537	- config.guess and config.sub update from libtoolize.
6538	- local-zone: example.com inform makes unbound log a message with
6539	  client IP for queries in that zone.  Eg. for finding infected hosts.
6540
65418 December 2014: Wouter
6542	- Fix CVE-2014-8602: denial of service by making resolver chase
6543	  endless series of delegations.
6544
65451 December 2014: Wouter
6546	- Fix bug#632: unbound fails to build on AArch64, protects
6547	  getentropy compat code from calling sysctl if it is has been removed.
6548
654929 November 2014: Wouter
6550	- Add include to getentropy_linux.c, hopefully fixing debian build.
6551
655228 November 2014: Wouter
6553	- Fix makefile for build from noexec source tree.
6554
655526 November 2014: Wouter
6556	- Fix libunbound undefined symbol errors for main.
6557	  Referencing main does not seem to be possible for libunbound.
6558
655924 November 2014: Wouter
6560	- Fix log at high verbosity and memory allocation failure.
6561	- iana portlist update.
6562
656321 November 2014: Wouter
6564	- Fix crash on multiple thread random usage on systems without
6565	  arc4random.
6566
656720 November 2014: Wouter
6568	- fix compat/getentropy_win.c check if CryptGenRandom works and no
6569	  immediate exit on windows.
6570
657119 November 2014: Wouter
6572	- Fix cdflag dns64 processing.
6573
657418 November 2014: Wouter
6575	- Fix that CD flag disables DNS64 processing, returning the DNSSEC
6576	  signed AAAA denial.
6577	- iana portlist update.
6578
657917 November 2014: Wouter
6580	- Fix #627: SSL_CTX_load_verify_locations return code not properly
6581	  checked.
6582
658314 November 2014: Wouter
6584	- parser with bison 2.7
6585
658613 November 2014: Wouter
6587	- Patch from Stephane Lapie for ASAHI Net that implements aaaa-filter,
6588	added to contrib/aaaa-filter-iterator.patch.
6589
659012 November 2014: Wouter
6591	- trunk has 1.5.1 in development.
6592	- Patch from Robert Edmonds to build pyunbound python module
6593	  differently.  No versioninfo, with -shared and without $(LIBS).
6594	- Patch from Robert Edmonds fixes hyphens in unbound-anchor man page.
6595	- Removed 'increased limit open files' log message that is written
6596	  to console.  It is only written on verbosity 4 and higher.
6597	  This keeps system bootup console cleaner.
6598	- Patch from James Raftery, always print stats for rcodes 0..5.
6599
660011 November 2014: Wouter
6601	- iana portlist update.
6602	- Fix bug where forward or stub addresses with same address but
6603	  different port number were not tried.
6604	- version number in svn trunk is 1.5.0
6605	- tag 1.5.0rc1
6606	- review fix from Ralph.
6607
66087 November 2014: Wouter
6609	- dnstap fixes by Robert Edmonds:
6610		dnstap/dnstap.m4: cosmetic fixes
6611		dnstap/: Remove compiled protoc-c output files
6612		dnstap/dnstap.m4: Error out if required libraries are not found
6613		dnstap: Fix ProtobufCBufferSimple usage that is incorrect as of
6614			protobuf-c 1.0.0
6615		dnstap/: Adapt to API changes in latest libfstrm (>= 0.2.0)
6616
66174 November 2014: Wouter
6618	- Add ub_ctx_add_ta_autr function to add a RFC5011 automatically
6619	  tracked trust anchor to libunbound.
6620	- Redefine internal minievent symbols to unique symbols that helps
6621	  linking on platforms where the linker leaks names across modules.
6622
662327 October 2014: Wouter
6624	- Disabled use of SSLv3 in remote-control and ssl-upstream.
6625	- iana portlist update.
6626
662716 October 2014: Wouter
6628	- Documented dns64 configuration in unbound.conf man page.
6629
663013 October 2014: Wouter
6631	- Fix #617: in ldns in unbound, lowercase WKS services.
6632	- Fix ctype invocation casts.
6633
663410 October 2014: Wouter
6635	- Fix unbound-checkconf check for module config with dns64 module.
6636	- Fix unbound capsforid fallback, it ignores TTLs in comparison.
6637
66386 October 2014: Wouter
6639	- Fix #614: man page variable substitution bug.
66406 October 2014: Willem
6641	- Whitespaces after $ORIGIN are not part of the origin dname (ldns).
6642	- $TTL's value starts at position 5 (ldns).
6643
66441 October 2014: Wouter
6645	- fix #613: Allow tab ws in var length last rdfs (in ldns str2wire).
6646
664729 September 2014: Wouter
6648	- Fix #612: create service with service.conf in present directory and
6649	  auto load it.
6650	- Fix for mingw compile openssl ranlib.
6651
665225 September 2014: Wouter
6653	- updated configure and aclocal with newer autoconf 1.13.
6654
665522 September 2014: Wouter
6656	- Fix swig and python examples for Python 3.x.
6657	- Fix for mingw compile with openssl-1.0.1i.
6658
665919 September 2014: Wouter
6660	- improve python configuration detection to build on Fedora 22.
6661
666218 September 2014: Wouter
6663	- patches to also build with Python 3.x (from Pavel Simerda).
6664
666516 September 2014: Wouter
6666	- Fix tcp timer waiting list removal code.
6667	- iana portlist update.
6668	- Updated the TCP_BACLOG from 5 to 256, so that the tcp accept queue
6669	  is longer and more tcp connections can be handled.
6670
667115 September 2014: Wouter
6672	- Fix unit test for CDS typecode.
6673
66745 September 2014: Wouter
6675	- type CDS and CDNSKEY types in sldns.
6676
667725 August 2014: Wouter
6678	- Fixup checklock code for log lock and its mutual initialization
6679	  dependency.
6680	- iana portlist update.
6681	- Removed necessity for pkg-config from the dnstap.m4, new are
6682	  the --with-libfstrm and --with-protobuf-c configure options.
6683
668419 August 2014: Wouter
6685	- Update unbound manpage with more explanation (from Florian Obser).
6686
668718 August 2014: Wouter
6688	- Fix #603: unbound-checkconf -o <option> should skip verification
6689	  checks.
6690	- iana portlist update.
6691	- Fixup doc/unbound.doxygen to remove obsolete 1.8.7 settings.
6692
66935 August 2014: Wouter
6694	- dnstap support, with a patch from Farsight Security, written by
6695	  Robert Edmonds. The --enable-dnstap needs libfstrm and protobuf-c.
6696	  It is BSD licensed (see dnstap/dnstap.c).
6697	  Building with --enable-dnstap needs pkg-config with this patch.
6698	- Noted dnstap in doc/README and doc/CREDITS.
6699	- Changes to the dnstap patch.
6700	  - lint fixes.
6701	  - dnstap/dnstap_config.h should not have been added to the repo,
6702	    because is it generated.
6703
67041 August 2014: Wouter
6705	- Patch add msg, rrset, infra and key cache sizes to stats command
6706	  from Maciej Soltysiak.
6707	- iana portlist update.
6708
670931 July 2014: Wouter
6710	- DNS64 from Viagenie (BSD Licensed), written by Simon Perrault.
6711	  Initial commit of the patch from the FreeBSD base (with its fixes).
6712	  This adds a module (for module-config in unbound.conf) dns64 that
6713	  performs DNS64 processing, see README.DNS64.
6714	- Changes from DNS64:
6715	  strcpy changed to memmove.
6716	  arraybound check fixed from prefix_net/8/4 to prefix_net/8+4.
6717	  allocation of result consistently in the correct region.
6718	  time_t is now used for ttl in unbound (since the patch's version).
6719	- testdata/dns64_lookup.rpl for unit test for dns64 functionality.
6720
672129 July 2014: Wouter
6722	- Patch from Dag-Erling Smorgrav that implements feature, unbound -dd
6723	  does not fork in the background and also logs to stderr.
6724
672521 July 2014: Wouter
6726	- Fix endian.h include for OpenBSD.
6727
672816 July 2014: Wouter
6729	- And Fix#596: Bail out of unbound-control dump_infra when ssl
6730	  write fails.
6731
673215 July 2014: Wouter
6733	- Fix #596: Bail out of unbound-control list_local_zones when ssl
6734	  write fails.
6735	- iana portlist update.
6736
673713 July 2014: Wouter
6738	- Configure tests if main can be linked to from getentropy compat.
6739
674012 July 2014: Wouter
6741	- Fix getentropy compat code, function refs were not portable.
6742	- Fix to check openssl version number only for OpenSSL.
6743	- LibreSSL provides compat items, check for that in configure.
6744	- Fix bug in fix for log locks that caused deadlock in signal handler.
6745	- update compat/getentropy and arc4random to the most recent ones from OpenBSD.
6746
674711 July 2014: Matthijs
6748	- fake-rfc2553 patch (thanks Benjamin Baier).
6749
675011 July 2014: Wouter
6751	- arc4random in compat/ and getentropy, explicit_bzero, chacha for
6752	  dependencies, from OpenBSD.  arc4_lock and sha512 in compat.
6753	  This makes arc4random available on all platforms, except when
6754	  compiled with LIBNSS (it uses libNSS crypto random).
6755	- fix strptime implicit declaration error on OpenBSD.
6756	- arc4random, getentropy and explicit_bzero compat for Windows.
6757
67584 July 2014: Wouter
6759	- Fix #593: segfault or crash upon rotating logfile.
6760
67613 July 2014: Wouter
6762	- DLV tests added.
6763	- signit tool fixup for compile with libldns library.
6764	- iana portlist updated.
6765
676627 June 2014: Wouter
6767	- so-reuseport is available on BSDs(such as FreeBSD 10) and OS/X.
6768
676926 June 2014: Wouter
6770	- unbound-control status reports if so-reuseport was successful.
6771	- iana portlist updated.
6772
677324 June 2014: Wouter
6774	- Fix caps-for-id fallback, and added fallback attempt when servers
6775	  drop 0x20 perturbed queries.
6776	- Fixup testsetup for VM tests (run testcode/run_vm.sh).
6777
677817 June 2014: Wouter
6779	- iana portlist updated.
6780
67813 June 2014: Wouter
6782	- Add AAAA for B root server to default root hints.
6783
67842 June 2014: Wouter
6785	- Remove unused define from iterator.h
6786
678730 May 2014: Wouter
6788	- Fixup sldns_enum_edns_option typedef definition.
6789
679028 May 2014: Wouter
6791	- Code cleanup patch from Dag-Erling Smorgrav, with compiler issue
6792	  fixes from FreeBSD's copy of Unbound, he notes:
6793	  Generate unbound-control-setup.sh at build time so it respects
6794	  prefix and sysconfdir from the configure script.  Also fix the
6795	  umask to match the comment, and the comment to match the umask.
6796	  Add const and static where needed.  Use unions instead of
6797	  playing pointer poker.  Move declarations that are needed in
6798	  multiple source files into a shared header.  Move sldns_bgetc()
6799	  from parse.c to buffer.c where it belongs.  Introduce a new
6800	  header file, worker.h, which declares the callbacks that
6801	  all workers must define.  Remove those declarations from
6802	  libworker.h.	Include the correct headers in the correct places.
6803	  Fix a few dummy callbacks that don't match their prototype.
6804	  Fix some casts.  Hide the sbrk madness behind #ifdef HAVE_SBRK.
6805	  Remove a useless printf which breaks reproducible builds.
6806	  Get rid of CONFIGURE_{TARGET,DATE,BUILD_WITH} now that they're
6807	  no longer used.  Add unbound-control-setup.sh to the list of
6808	  generated files.  The prototype for libworker_event_done_cb()
6809	  needs to be moved from libunbound/libworker.h to
6810	  libunbound/worker.h.
6811	- Fixup out-of-directory compile with unbound-control-setup.sh.in.
6812	- make depend.
6813
681423 May 2014: Wouter
6815	- unbound-host -D enabled dnssec and reads root trust anchor from
6816	  the default root key file that was compiled in.
6817
681820 May 2014: Wouter
6819	- Feature, unblock-lan-zones: yesno that you can use to make unbound
6820	  perform 10.0.0.0/8 and other reverse lookups normally, for use if
6821	  unbound is running service for localhost on localhost.
6822
682316 May 2014: Wouter
6824	- Updated create_unbound_ad_servers and unbound_cache scripts from
6825	  Yuri Voinov in the source/contrib directory. Added
6826	  warmup.cmd (and .sh): warm up the DNS cache with your MRU domains.
6827
68289 May 2014: Wouter
6829	- Implement draft-ietf-dnsop-rfc6598-rfc6303-01.
6830	- iana portlist updated.
6831
68328 May 2014: Wouter
6833	- Contrib windows scripts from Yuri Voinov added to src/contrib:
6834	  create_unbound_ad_servers.cmd: enters anti-ad server lists.
6835	  unbound_cache.cmd: saves and loads the cache.
6836	- Added unbound-control-setup.cmd from Yuri Voinov to the windows
6837	  unbound distribution set.  It requires openssl installed in %PATH%.
6838
68396 May 2014: Wouter
6840	- Change MAX_SENT_COUNT from 16 to 32 to resolve some cases easier.
6841
68425 May 2014: Wouter
6843	- More #567: remove : from output of stub and forward lists, this is
6844	  easier to parse.
6845
684629 April 2014: Wouter
6847	- iana portlist updated.
6848	- Add unbound-control flush_negative that flushed nxdomains, nodata,
6849	  and errors from the cache.  For dnssec-trigger and NetworkManager,
6850	  fixes cases where network changes have localdata that was already
6851	  negatively cached from the previous network.
6852
685323 April 2014: Wouter
6854	- Patch from Jeremie Courreges-Anglas to use arc4random_uniform
6855	  if available on the OS, it gets entropy from the OS.
6856
685715 April 2014: Wouter
6858	- Fix compile with libevent2 on FreeBSD.
6859
686011 April 2014: Wouter
6861	- Fix #502: explain that do-ip6 disable does not stop AAAA lookups,
6862	  but it stops the use of the ipv6 transport layer for DNS traffic.
6863	- iana portlist updated.
6864
686510 April 2014: Wouter
6866	- iana portlist updated.
6867	- Patch from Hannes Frederic Sowa for Linux 3.15 fragmentation
6868	  option for DNS fragmentation defense.
6869	- Document that dump_requestlist only prints queries from thread 0.
6870	- unbound-control stats prints num.query.tcpout with number of TCP
6871	  outgoing queries made in the previous statistics interval.
6872	- Fix #567: unbound lists if forward zone is secure or insecure with
6873	  +i annotation in output of list_forwards, also for list_stubs
6874	  (for NetworkManager integration.)
6875	- Fix #554: use unsigned long to print 64bit statistics counters on
6876	  64bit systems.
6877	- Fix #558: failed prefetch lookup does not remove cached response
6878	  but delays next prefetch (in lieu of caching a SERVFAIL).
6879	- Fix #545: improved logging, the ip address of the error is printed
6880	  on the same log-line as the error.
6881
68828 April 2014: Wouter
6883	- Fix #574: make test fails on Ubuntu 14.04.  Disabled remote-control
6884	  in testbound scripts.
6885	- iana portlist updated.
6886
68877 April 2014: Wouter
6888	- C.ROOT-SERVERS.NET has an IPv6 address, and we updated the root
6889	  hints (patch from Anand Buddhdev).
6890	- Fix #572: Fix unit test failure for systems with different
6891	  /etc/services.
6892
689328 March 2014: Wouter
6894	- Fix #569: do_tcp is do-tcp in unbound.conf man page.
6895
689625 March 2014: Wouter
6897	- Patch from Stuart Henderson to build unbound-host man from .1.in.
6898
689924 March 2014: Wouter
6900	- Fix print filename of encompassing config file on read failure.
6901
690212 March 2014: Wouter
6903	- tag 1.4.22
6904	- trunk has 1.4.23 in development.
6905
690610 March 2014: Wouter
6907	- Fix bug#561: contrib/cacti plugin did not report SERVFAIL rcodes
6908	  because of spelling.  Patch from Chris Coates.
6909
691027 February 2014: Wouter
6911	- tag 1.4.22rc1
6912
691321 February 2014: Wouter
6914	- iana portlist updated.
6915
691620 February 2014: Matthijs
6917	- Be lenient when a NSEC NameError response with RCODE=NXDOMAIN is
6918	  received. This is okay according 4035, but not after revising
6919	  existence in 4592.  NSEC empty non-terminals exist and thus the
6920	  RCODE should have been NOERROR. If this occurs, and the RRsets
6921	  are secure, we set the RCODE to NOERROR and the security status
6922	  of the response is also considered secure.
6923
692414 February 2014: Wouter
6925	- Works on Minix (3.2.1).
6926
692711 February 2014: Wouter
6928	- Fix parse of #553(NSD) string in sldns, quotes without spaces.
6929
69307 February 2014: Wouter
6931	- iana portlist updated.
6932	- add body to ifstatement if locks disabled.
6933	- add TXT string"string" test case to unit test.
6934	- Fix #551: License change "Regents" to "Copyright holder", matching
6935	  the BSD license on opensource.org.
6936
69376 February 2014: Wouter
6938	- sldns has type HIP.
6939	- code documentation on the module interface.
6940
69415 February 2014: Wouter
6942	- Fix sldns parse tests on osx.
6943
69443 February 2014: Wouter
6945	- Detect libevent2 install automatically by configure.
6946	- Fixup link with lib/event2 subdir.
6947	- Fix parse in sldns of quoted parenthesized text strings.
6948
694931 January 2014: Wouter
6950	- unit test for ldns wire to str and back with zones, root, nlnetlabs
6951	  and types.sidnlabs.
6952	- Fix for hex to string in unknown, atma and nsap.
6953	- fixup nss compile (no ldns in it).
6954	- fixup warning in unitldns
6955	- fixup WKS and rdata type service to print unsigned because strings
6956	  are not portable; they cannot be read (for sure) on other computers.
6957	- fixup type EUI48 and EUI64, type APL and type IPSECKEY in string
6958	  parse sldns.
6959
696030 January 2014: Wouter
6961	- delay-close does not act if there are udp-wait queries, so that
6962	  it does not make a socketdrain DoS easier.
6963
696428 January 2014: Wouter
6965	- iana portlist updated.
6966	- iana portlist test updated so it does not touch the source
6967	  if there are no changes.
6968	- delay-close: msec option that delays closing ports for which
6969	  the UDP reply has timed out.  Keeps the port open, only accepts
6970	  the correct reply.  This correct reply is not used, but the port
6971	  is open so that no port-denied ICMPs are generated.
6972
697327 January 2014: Wouter
6974	- reuseport is attempted, then fallback to without on failure.
6975
697624 January 2014: Wouter
6977	- Change unbound-event.h to use void* buffer, length idiom.
6978	- iana portlist updated.
6979	- unbound-event.h is installed if you configure --enable-event-api.
6980	- speed up unbound (reports say it could be up to 10%), by reducing
6981	  lock contention on localzones.lock.  It is changed to an rwlock.
6982	- so-reuseport: yesno option to distribute queries evenly over
6983	  threads on Linux (Thanks Robert Edmonds).
6984	- made lint clean.
6985
698621 January 2014: Wouter
6987	- Fix #547: no trustanchor written if filesystem full, fclose checked.
6988
698917 January 2014: Wouter
6990	- Fix isprint() portability in sldns, uses unsigned int.
6991	- iana portlist updated.
6992
699316 January 2014: Wouter
6994	- fix #544: Fixed +i causes segfault when running with module conf
6995	  "iterator".
6996	- Windows port, adjust %lld to %I64d, and warning in win_event.c.
6997
699814 January 2014: Wouter
6999	- iana portlist updated.
7000
70015 Dec 2013: Wouter
7002	- Fix bug in cachedump that uses sldns.
7003	- update pythonmod for ldns_ to sldns_ name change.
7004
70053 Dec 2013: Wouter
7006	- Fix sldns to use sldns_ prefix for all ldns_ variables.
7007	- Fix windows compile to compile with sldns.
7008
700930 Nov 2013: Wouter
7010	- Fix sldns to make globals use sldns_ prefix.  This fixes
7011	  linking with libldns that uses global variables ldns_ .
7012
701313 Nov 2013: Wouter
7014	- Fix bug#537: compile python plugin without ldns library.
7015
701612 Nov 2013: Wouter
7017	- Fix bug#536: acl_deny_non_local and refuse_non_local added.
7018
70195 Nov 2013: Wouter
7020	- Patch from Neel Goyal to fix async id assignment if callback
7021	  is called by libunbound in the mesh attach.
7022	- Accept ip-address: as an alternative for interface: for
7023	  consistency with nsd.conf syntax.
7024
70254 Nov 2013: Wouter
7026	- Patch from Neel Goyal to fix callback in libunbound.
7027
70283 Nov 2013: Wouter
7029	- if configured --with-libunbound-only fix make install.
7030
703131 Oct 2013: Wouter
7032	- Fix #531: Set SO_REUSEADDR so that the wildcard interface and a
7033	  more specific interface port 53 can be used at the same time, and
7034	  one of the daemons is unbound.
7035	- iana portlist update.
7036	- separate ldns into core ldns inside ldns/ subdirectory.  No more
7037	  --with-ldns is needed and unbound does not rely on libldns.
7038	- portability fixes for new USE_SLDNS ldns subdir codebase.
7039
704022 Oct 2013: Wouter
7041	- Patch from Neel Goyal: Add an API call to set an event base on an
7042	  existing ub_ctx.  This basically just destroys the current worker and
7043	  sets the event base to the current.  And fix a deadlock in
7044	  ub_resolve_event – the cfglock is held when libworker_create is
7045	  called.  This ends up trying to acquire the lock again in
7046	  context_obtain_alloc in the call chain.
7047	- Fix #528: if very high logging (4 or more) segfault on allow_snoop.
7048
704926 Sep 2013: Wouter
7050	- unbound-event.h is installed if configured --with-libevent.  It
7051	  contains low-level library calls, that use libevent's event_base
7052	  and an ldns_buffer for the wire return packet to perform async
7053	  resolution in the client's eventloop.
7054
705519 Sep 2013: Wouter
7056	- 1.4.21 tag created.
7057	- trunk has 1.4.22 number inside it.
7058	- iana portlist updated.
7059	- acx_nlnetlabs.m4 to 26; improve FLTO help text.
7060
706116 Sep 2013: Wouter
7062	- Fix#524: max-udp-size not effective to non-EDNS0 queries, from
7063	  Daisuke HIGASHI.
7064
706510 Sep 2013: Wouter
7066	- MIN_TTL and MAX_TTL also in time_t.
7067	- tag 1.4.21rc1 made again.
7068
706926 Aug 2013: Wouter
7070	- More fixes for bug#519: for the threaded case test if the bg
7071	  thread has been killed, on ub_ctx_delete, to avoid hangs.
7072
707322 Aug 2013: Wouter
7074	- more fixes that I overlooked.
7075	- review fixes from Willem.
7076
707721 Aug 2013: Wouter
7078	- Fix#520: Errors found by static analysis from Tomas Hozza(redhat).
7079
708020 Aug 2013: Wouter
7081	- Fix for 2038, with time_t instead of uint32_t.
7082
708319 Aug 2013: Wouter
7084	- Fix#519 ub_ctx_delete may hang in some scenarios (libunbound).
7085
708614 Aug 2013: Wouter
7087	- Fix uninit variable in fix#516.
7088
70898 Aug 2013: Wouter
7090	- Fix#516 dnssec lameness detection for answers that are improper.
7091
709230 Jun 2013: Wouter
7093	- tag 1.4.21rc1
7094
709529 Jun 2013: Wouter
7096	- Fix#512 memleak in testcode for testbound (if it fails).
7097	- Fix#512 NSS returned arrays out of setup function to be statics.
7098
709926 Jun 2013: Wouter
7100	- max include of 100.000 files (depth and globbed at one time).
7101	  This is to preserve system memory in bug cases, or endless cases.
7102	- iana portlist updated.
7103
710419 Jun 2013: Wouter
7105	- streamtcp man page, contributed by Tomas Hozza.
7106	- iana portlist updated.
7107	- libunbound documentation on how to avoid openssl race conditions.
7108
710925 Jun 2013: Wouter
7110	- Squelch sendto-permission denied errors when the network is
7111	  not connected, to avoid spamming syslog.
7112	- configure --disable-flto option (from Robert Edmonds).
7113
711418 Jun 2013: Wouter
7115	- Fix for const string literals in C++ for libunbound, from Karel
7116	  Slany.
7117	- iana portlist updated.
7118
711917 Jun 2013: Wouter
7120	- Fixup manpage syntax.
7121
712214 Jun 2013: Wouter
7123	- get_option and set_option support for log-time-ascii, python-script
7124	  val-sig-skew-min and val-sig-skew-max.  log-time-ascii takes effect
7125	  immediately.  The others are mostly useful for libunbound users.
7126
712713 Jun 2013: Wouter
7128	- get_option, set_option, unbound-checkconf -o and libunbound
7129	  getoption and setoption support cache-min-ttl and cache-max-ttl.
7130
713110 Jun 2013: Wouter
7132	- Fix#501: forward-first does not recurse, when forward name is ".".
7133	- iana portlist update.
7134	- Max include depth is unlimited.
7135
713627 May 2013: Wouter
7137	- Update acx_pthreads.m4 to ax_pthreads.4 (2013-03-29), and apply
7138	  patch to it to not fail when -Werror is also specified, from the
7139	  autoconf-archives.
7140	- iana portlist update.
7141
714221 May 2013: Wouter
7143	- Explain bogus and secure flags in libunbound more.
7144
714516 May 2013: Wouter
7146	- Fix#499 use-after-free in out-of-memory handling code (thanks Jake
7147	  Montgomery).
7148	- Fix#500 use on non-initialised values on socket bind failures.
7149
715015 May 2013: Wouter
7151	- Fix round-robin doesn't work with some Windows clients (from Ilya
7152	  Bakulin).
7153
71543 May 2013: Wouter
7155	- update acx_nlnetlabs.m4 to v23, sleep w32 fix.
7156
715726 April 2013: Wouter
7158	- add unbound-control insecure_add and insecure_remove for the
7159	  administration of negative trust anchors.
7160
716125 April 2013: Wouter
7162	- Implement max-udp-size config option, default 4096 (thanks
7163	  Daisuke Higashi).
7164	- Robust checks on dname validity from rdata for dname compare.
7165	- updated iana portlist.
7166
716719 April 2013: Wouter
7168	- Fixup snprintf return value usage, fixed libunbound_get_option.
7169
717018 April 2013: Wouter
7171	- fix bug #491: pick program name (0th argument) as syslog identity.
7172	- own implementation of compat/snprintf.c.
7173
717415 April 2013: Wouter
7175	- Fix so that for a configuration line of include: "*.conf" it is not
7176	  an error if there are no files matching the glob pattern.
7177	- unbound-anchor review: BIO_write can return 0 successfully if it
7178	  has successfully appended a zero length string.
7179
718011 April 2013: Wouter
7181	- Fix queries leaking up for stubs and forwards, if the configured
7182	  nameservers all fail to answer.
7183
718410 April 2013: Wouter
7185	- code improve for minimal responses, small speed increase.
7186
71879 April 2013: Wouter
7188	- updated iana portlist.
7189	- Fix crash in previous private address fixup of 22 March.
7190
719128 March 2013: Wouter
7192	- Make reverse zones easier by documenting the nodefault statements
7193	  commented-out in the example config file.
7194
719526 March 2013: Wouter
7196	- more fixes to lookup3.c endianness detection.
7197
719825 March 2013: Wouter
7199	- #492: Fix endianness detection, revert to older lookup3.c detection
7200	  and put new detect lines after previous tests, to avoid regressions
7201	  but allow new detections to succeed.
7202	  And add detection for machine/endian.h to it.
7203
720422 March 2013: Wouter
7205	- Fix resolve of names that use a mix of public and private addresses.
7206	- iana portlist update.
7207	- Fix makedist for new svn for -d option.
7208	- unbound.h header file has UNBOUND_VERSION_MAJOR define.
7209	- Fix windows RSRC version for long version numbers.
7210
721121 March 2013: Wouter
7212	- release 1.4.20
7213	- trunk has 1.4.21
7214	- committed libunbound version 4:1:2 for binary API updated in 1.4.20
7215	- install copy of unbound-control.8 man page for unbound-control-setup
7216
721714 March 2013: Wouter
7218	- iana portlist update.
7219	- tag 1.4.20rc1
7220
722112 March 2013: Wouter
7222	- Fixup makedist.sh for windows compile.
7223
722411 March 2013: Wouter
7225	- iana portlist update.
7226	- testcode/ldns-testpkts.c check for makedist is informational.
7227
722815 February 2013: Wouter
7229	- fix defines in lookup3 for bigendian bsd alpha
7230
723111 February 2013: Wouter
7232	- Fixup openssl_thread init code to only run if compiled with SSL.
7233
72347 February 2013: Wouter
7235	- detect endianness in lookup3 on BSD.
7236	- add libunbound.ttl at end of result structure, version bump for
7237	  libunbound and binary backwards compatible, but 1.4.19 is not
7238	  forward compatible with 1.4.20.
7239	- update iana port list.
7240
724130 January 2013: Wouter
7242	- includes and have_ssl fixes for nss.
7243
724429 January 2013: Wouter
7245	- printout name of zone with duplicate fwd and hint errors.
7246
724728 January 2013: Wouter
7248	- updated fwd_zero for newer nc. Updated common.sh for newer netstat.
7249
725017 January 2013: Wouter
7251	- unbound-anchors checks the emailAddress of the signer of the
7252	  root.xml file, default is dnssec@iana.org.  It also checks that
7253	  the signer has the correct key usage for a digital signature.
7254	- update iana port list.
7255
72563 January 2013: Wouter
7257	- Test that unbound-control checks client credentials.
7258	- Test that unbound can handle a CNAME at an intermediate node in
7259	  the chain of trust (where it seeks a DS record).
7260	- Check the commonName of the signer of the root.xml file in
7261	  unbound-anchor, default is dnssec@iana.org.
7262
72632 January 2013: Wouter
7264	- Fix openssl lock free on exit (reported by Robert Fleischman).
7265	- iana portlist updated.
7266	- Tested that unbound implements the RFC5155 Technical Errata id 3441.
7267	  Unbound already implements insecure classification of an empty
7268	  nonterminal in NSEC3 optout zone.
7269
727020 December 2012: Wouter
7271	- Fix unbound-anchor xml parse of entity declarations for safety.
7272
727319 December 2012: Wouter
7274	- iana portlist updated.
7275
727618 December 2012: Wouter
7277	- iana portlist updated.
7278
727914 December 2012: Wouter
7280	- Change of D.ROOT-SERVERS.NET A address in default root hints.
7281
728212 December 2012: Wouter
7283	- 1.4.19 release.
7284	- trunk has 1.4.20 under development.
7285
72865 December 2012: Wouter
7287	- note support for AAAA RR type RFC.
7288
72894 December 2012: Wouter
7290	- 1.4.19rc1 tag.
7291
729230 November 2012: Wouter
7293	- bug 481: fix python example0.
7294	- iana portlist updated.
7295
729627 November 2012: Wouter
7297	- iana portlist updated.
7298
72999 November 2012: Wouter
7300	- Fix unbound-control forward disables configured stubs below it.
7301
73027 November 2012: Wouter
7303	- Fixup ldns-testpkts, identical to ldns/examples.
7304	- iana portlist updated.
7305
730630 October 2012: Wouter
7307	- Fix bug #477: unbound-anchor segfaults if EDNS is blocked.
7308
730929 October 2012: Matthijs
7310	- Fix validation for responses with both CNAME and wildcard
7311	  expanded CNAME records in answer section.
7312
73138 October 2012: Wouter
7314	- update ldns-testpkts.c to ldns 1.6.14 version.
7315	- fix build of pythonmod in objdir, for unbound.py.
7316	- make clean and makerealclean remove generated python and docs.
7317
73185 October 2012: Wouter
7319	- fix build of pythonmod in objdir (thanks Jakob Schlyter).
7320
73213 October 2012: Wouter
7322	- fix text in unbound-anchor man page.
7323
73241 October 2012: Wouter
7325	- ignore trusted-keys globs that have no files (from Paul Wouters).
7326
732727 September 2012: Wouter
7328	- include: directive in config file accepts wildcards.  Patch from
7329	  Paul Wouters.  Suggested use: include: "/etc/unbound.d/conf.d/*"
7330	- unbound-control -q option is quiet, patch from Mariano Absatz.
7331	- iana portlist updated.
7332	- updated contrib/unbound.spec, patch from Valentin Bud.
7333
733421 September 2012: Wouter
7335	- chdir to / after chroot call (suggested by Camiel Dobbelaar).
7336
733717 September 2012: Wouter
7338	- patch_rsamd5_enable.diff: this patch enables RSAMD5 validation
7339	  otherwise it is treated as insecure.  The RSAMD5 algorithm is
7340	  deprecated (RFC6725).  The MD5 hash is considered weak for some
7341	  purposes, if you want to sign your zone, then RSASHA256 is an
7342	  uncontested hash.
7343
734430 August 2012: Wouter
7345	- RFC6725 deprecates RSAMD5: this DNSKEY algorithm is disabled.
7346	- iana portlist updated.
7347
734829 August 2012: Wouter
7349	- Nicer comments outgoing-port-avoid, thanks Stu (bug #465).
7350
735122 August 2012: Wouter
7352	- Fallback to 1472 and 1232, one fragment size without headers.
7353
735421 August 2012: Wouter
7355	- Fix timeouts so that when a server has been offline for a while
7356	  and is probed to see it works, it becomes fully available for
7357	  server selection again.
7358
735917 August 2012: Wouter
7360	- Add documentation to libunbound for default nonuse of resolv.conf.
7361
73622 August 2012: Wouter
7363	- trunk has 1.4.19 under development (fixes from 1 aug and 31 july
7364	are for 1.4.19).
7365	- iana portlist updated.
7366
73671 August 2012: Wouter
7368	- Fix openssl race condition, initializes openssl locks, reported
7369	  by Einar Lonn and Patrik Wallstrom.
7370
737131 July 2012: Wouter
7372	- Improved forward-first and stub-first documentation.
7373	- Fix that enables modules to register twice for the same
7374	  serviced_query, without race conditions or administration issues.
7375	  This should not happen with the current codebase, but it is robust.
7376	- Fix forward-first option where it sets the RD flag wrongly.
7377	- added manpage links for libunbound calls (Thanks Paul Wouters).
7378
737930 July 2012: Wouter
7380	- tag 1.4.18rc2 (became 1.4.18 release at 2 august 2012).
7381
738227 July 2012: Wouter
7383	- unbound-host works with libNSS
7384	- fix bogus nodata cname chain not reported as bogus by validator,
7385	  (Thanks Peter van Dijk).
7386
738726 July 2012: Wouter
7388	- iana portlist updated.
7389	- tag 1.4.18rc1.
7390
739125 July 2012: Wouter
7392	- review fix for libnss, check hash prefix allocation size.
7393
739423 July 2012: Wouter
7395	- fix missing break for GOST DS hash function.
7396	- implemented forward_first for the root.
7397
739820 July 2012: Wouter
7399	- Fix bug#452 and another assertion failure in mesh.c, makes
7400	  assertions in mesh.c resist duplicates.  Fixes DS NS search to
7401	  not generate duplicate sub queries.
7402
740319 July 2012: Willem
7404	- Fix bug#454: Remove ACX_CHECK_COMPILER_FLAG from configure.ac,
7405	  if CFLAGS is specified at configure time then '-g -O2' is not
7406	  appended to CFLAGS, so that the user can override them.
7407
740818 July 2012: Willem
7409	- Fix libunbound report of errors when in background mode.
7410
741111 July 2012: Willem
7412	- updated iana ports list.
7413
74149 July 2012: Willem
7415	- Add flush_bogus option for unbound-control
7416
74176 July 2012: Wouter
7418	- Fix validation of qtype DS queries that result in no data for
7419	  non-optout NSEC3 zones.
7420
74214 July 2012: Wouter
7422	- compile libunbound with libnss on Suse, passes regression tests.
7423
74243 July 2012: Wouter
7425	- FIPS_mode openssl does not use arc4random but RAND_pseudo_bytes.
7426
74272 July 2012: Wouter
7428	- updated iana ports list.
7429
743029 June 2012: Wouter
7431	- patch for unbound_munin_ script to handle arbitrary thread count by
7432	  Sven Ulland.
7433
743428 June 2012: Wouter
7435	- detect if openssl has FIPS_mode.
7436	- code review: return value of cache_store can be ignored for better
7437	  performance in out of memory conditions.
7438	- fix edns-buffer-size and msg-buffer-size manpage documentation.
7439	- updated iana ports list.
7440
744125 June 2012: Wouter
7442	- disable RSAMD5 if in FIPS mode (for openssl and for libnss).
7443
744422 June 2012: Wouter
7445	- implement DS records, NSEC3 and ECDSA for compile with libnss.
7446
744721 June 2012: Wouter
7448	- fix error handling of alloc failure during rrsig verification.
7449	- nss check for verification failure.
7450	- nss crypto works for RSA and DSA.
7451
745220 June 2012: Wouter
7453	- work on --with-nss build option (for now, --with-libunbound-only).
7454
745519 June 2012: Wouter
7456	- --with-libunbound-only build option, only builds the library and
7457	  not the daemon and other tools.
7458
745918 June 2012: Wouter
7460	- code review.
7461
746215 June 2012: Wouter
7463	- implement log-time-ascii on windows.
7464	- The key-cache bad key ttl is now 60 seconds.
7465	- updated iana ports list.
7466	- code review.
7467
746811 June 2012: Wouter
7469	- bug #452: fix crash on assert in mesh_state_attachment.
7470
747130 May 2012: Wouter
7472	- silence warning from swig-generated code (md set but not used in
7473	  swig initmodule, due to ifdefs in swig-generated code).
7474
747527 May 2012: Wouter
7476	- Fix debian-bugs-658021: Please enable hardened build flags.
7477
747825 May 2012: Wouter
7479	- updated iana ports list.
7480
748124 May 2012: Wouter
7482	- tag for 1.4.17 release.
7483	- trunk is 1.4.18 in development.
7484
748518 May 2012: Wouter
7486	- Review comments, removed duplicate memset to zero in delegpt.
7487
748816 May 2012: Wouter
7489	- Updated doc/FEATURES with RFCs that are implemented but not listed.
7490	- Protect if statements in val_anchor for compile without locks.
7491	- tag for 1.4.17rc1.
7492
749315 May 2012: Wouter
7494	- fix configure ECDSA support in ldns detection for windows compile.
7495	- fix possible uninitialised variable in windows pipe implementation.
7496
74979 May 2012: Wouter
7498	- Fix alignment problem in util/random on sparc64/freebsd.
7499
75008 May 2012: Wouter
7501	- Fix for accept spinning reported by OpenBSD.
7502	- iana portlist updated.
7503
75042 May 2012: Wouter
7505	- Fix validation of nodata for DS query in NSEC zones, reported by
7506	  Ondrej Mikle.
7507
750813 April 2012: Wouter
7509	- ECDSA support (RFC 6605) by default. Use --disable-ecdsa for older
7510	  openssl.
7511
751210 April 2012: Wouter
7513	- Applied patch from Daisuke HIGASHI for rrset-roundrobin and
7514	  minimal-responses features.
7515	- iana portlist updated.
7516
75175 April 2012: Wouter
7518	- fix bug #443: --with-chroot-dir not honoured by configure.
7519	- fix bug #444: setusercontext was called too late (thanks Bjorn
7520	  Ketelaars).
7521
752227 March 2012: Wouter
7523	- fix bug #442: Fix that Makefile depends on pythonmod headers
7524	  even using --without-pythonmodule.
7525
752622 March 2012: Wouter
7527	- contrib/validation-reporter follows rotated log file (patch from
7528	  Augie Schwer).
7529
753021 March 2012: Wouter
7531	- new approach to NS fetches for DS lookup that works with
7532	  cornercases, and is more robust and considers forwarders.
7533
753419 March 2012: Wouter
7535	- iana portlist updated.
7536	- fix to locate nameservers for DS lookup with NS fetches.
7537
753816 March 2012: Wouter
7539	- Patch for access to full DNS packet data in unbound python module
7540	  from Ondrej Mikle.
7541
75429 March 2012: Wouter
7543	- Applied line-buffer patch from Augie Schwer to validation.reporter.sh.
7544
75452 March 2012: Wouter
7546	- flush_infra cleans timeouted servers from the cache too.
7547	- removed warning from --enable-ecdsa.
7548
75491 March 2012: Wouter
7550	- forward-first option.  Tries without forward if a query fails.
7551	  Also stub-first option that is similar.
7552
755328 February 2012: Wouter
7554	- Fix from code review, if EINPROGRESS not defined chain if statement
7555	  differently.
7556
755727 February 2012: Wouter
7558	- Fix bug#434: on windows check registry for config file location
7559	  for unbound-control.exe, and unbound-checkconf.exe.
7560
756123 February 2012: Wouter
7562	- Fix to squelch 'network unreachable' errors from tcp connect in
7563	  logs, high verbosity will show them.
7564
756516 February 2012: Wouter
7566	- iter_hints is now thread-owned in module env, and thus threadsafe.
7567	- Fix prefetch and sticky NS, now the prefetch works.  It picks
7568	  nameservers that 'would be valid in the future', and if this makes
7569	  the NS timeout, it updates that NS by asking delegation from the
7570	  parent again.  If child NS has longer TTL, that TTL does not get
7571	  refreshed from the lookup to the child nameserver.
7572
757315 February 2012: Wouter
7574	- Fix forward-zone memory, uses malloc and frees original root dp.
7575	- iter hints (stubs) uses malloc inside for more dynamicity.
7576	- unbound-control forward_add, forward_remove, stub_add, stub_remove
7577	  can modify stubs and forwards for running unbound (on mobile computer)
7578	  they can also add and remove domain-insecure for the zone.
7579
758014 February 2012: Wouter
7581	- Fix sticky NS (ghost domain problem) if prefetch is yes.
7582	- iter forwards uses malloc inside for more dynamicity.
7583
758413 February 2012: Wouter
7585	- RT#2955. Fix for cygwin compilation.
7586	- iana portlist updated.
7587
758810 February 2012: Wouter
7589	- Slightly smaller critical region in one case in infra cache.
7590	- Fix timeouts to keep track of query type, A, AAAA and other, if
7591	  another has caused timeout blacklist, different type can still probe.
7592	- unit test fix for nomem_cnametopos.rpl race condition.
7593
75949 February 2012: Wouter
7595	- Fix AHX_BROKEN_MEMCMP for autoheader mess up of #undef in config.h.
7596
75978 February 2012: Wouter
7598	- implement draft-ietf-dnsext-ecdsa-04; which is in IETF LC; This
7599	  implementation is experimental at this time and not recommended
7600	  for use on the public internet (the protocol numbers have not
7601	  been assigned).  Needs recent ldns with --enable-ecdsa.
7602	- fix memory leak in errorcase for DSA signatures.
7603	- iana portlist updated.
7604	- workaround for openssl 0.9.8 ecdsa sha2 and evp problem.
7605
76063 February 2012: Wouter
7607	- fix for windows, rename() is not posix compliant on windows.
7608
76092 February 2012: Wouter
7610	- 1.4.16 release tag.
7611	- svn trunk is 1.4.17 in development.
7612	- iana portlist updated.
7613
76141 February 2012: Wouter
7615	- Fix validation failures (like: validation failure xx: no NSEC3
7616	  closest encloser from yy for DS zz. while building chain of trust,
7617	  because of a bug in the TTL-fix in 1.4.15, it picked the wrong rdata
7618	  for an NSEC3.  Now it does not change rdata, and fixes TTL.
7619
762030 January 2012: Wouter
7621	- Fix version-number in libtool to be version-info so it produces
7622	  libunbound.so.2 like it should.
7623
762426 January 2012: Wouter
7625	- Tag 1.4.15 (same as 1.4.15rc1), for 1.4.15 release.
7626	- trunk 1.4.16; includes changes memset testcode, #424 openindiana,
7627	  and keyfile write fixup.
7628	- applied patch to support outgoing-interface with ub_ctx_set_option.
7629
763023 January 2012: Wouter
7631	- Fix memset in test code.
7632
763320 January 2012: Wouter
7634	- Fix bug #424: compile on OpenIndiana OS with gcc 4.6.2.
7635
763619 January 2012: Wouter
7637	- Fix to write key files completely to a temporary file, and if that
7638	  succeeds, replace the real key file.  So failures leave a useful file.
7639
764018 January 2012: Wouter
7641	- tag 1.4.15rc1 created
7642	- updated libunbound/ubsyms.def and remade tag 1.4.15rc1.
7643
764417 January 2012: Wouter
7645	- Fix bug where canonical_compare of RRSIG did not downcase the
7646	  signer-name.  This is mostly harmless because RRSIGs do not have
7647	  to be sorted in canonical order, usually.
7648
764912 January 2012: Wouter
7650	- bug#428: add ub_version() call to libunbound.  API version increase,
7651	  with (binary) backwards compatibility for the previous version.
7652
765310 January 2012: Wouter
7654	- Fix bug #425: unbound reports wrong TTL in reply, it reports a TTL
7655	  that would be permissible by the RFCs but it is not the TTL in the
7656	  cache.
7657	- iana portlist updated.
7658	- uninitialised variable in reprobe for rtt blocked domains fixed.
7659	- lintfix and new flex output.
7660
76612 January 2012: Wouter
7662	- Fix to randomize hash function, based on 28c3 congress, reported
7663	  by Peter van Dijk.
7664
766524 December 2011: Wouter
7666	- Fix for memory leak (about 20 bytes when a tcp or udp send operation
7667	  towards authority servers failed, takes about 50.000 such failures to
7668	  leak one Mb, such failures are also usually logged), reported by
7669	  Robert Fleischmann.
7670	- iana portlist updated.
7671
767219 December 2011: Wouter
7673	- Fix for VU#209659 CVE-2011-4528: Unbound denial of service
7674	  vulnerabilities from nonstandard redirection and denial of existence
7675	  http://www.unbound.net/downloads/CVE-2011-4528.txt
7676	- robust checks for next-closer NSEC3s.
7677	- tag 1.4.14 created.
7678	- trunk has 1.4.15 in development.
7679
768015 December 2011: Wouter
7681	- remove uninit warning from cachedump code.
7682	- Fix parse error on negative SOA RRSIGs if badly ordered in the packet.
7683
768413 December 2011: Wouter
7685	- iana portlist updated.
7686	- svn tag 1.4.14rc1
7687	- fix infra cache comparison.
7688	- Fix to constrain signer_name to be a parent of the lookupname.
7689
76905 December 2011: Wouter
7691	- Fix getaddrinfowithincludes on windows with fedora16 mingw32-gcc.
7692	- Fix warnings with gcc 4.6 in compat/inet_ntop.c.
7693	- Fix warning unused in compat/strptime.c.
7694	- Fix malloc detection and double definition.
7695
76962 December 2011: Wouter
7697	- configure generated with autoconf 2.68.
7698
769930 November 2011: Wouter
7700	- Fix for tcp-upstream and ssl-upstream for if a laptop sleeps, causes
7701	  SERVFAILs.  Also fixed for UDP (but less likely).
7702
770328 November 2011: Wouter
7704	- Fix quartile time estimate, it was too low, (thanks Jan Komissar).
7705	- iana ports updated.
7706
770711 November 2011: Wouter
7708	- Makefile compat with SunOS make, BSD make and GNU make.
7709	- iana ports updated.
7710
771110 November 2011: Wouter
7712	- Makefile changed for BSD make compatibility.
7713
77149 November 2011: Wouter
7715	- added unit test for SSL service and SSL-upstream.
7716
77178 November 2011: Wouter
7718	- can configure ssl service to one port number, and not on others.
7719	- fixup windows compile with ssl support.
7720	- Fix double free in unbound-host, reported by Steve Grubb.
7721	- iana portlist updated.
7722
77231 November 2011: Wouter
7724	- dns over ssl support as a client, ssl-upstream yes turns it on.
7725	  It performs an SSL transaction for every DNS query (250 msec).
7726	- documentation for new options: ssl-upstream, ssl-service-key and
7727	  ssl-service.pem.
7728	- iana portlist updated.
7729	- fix -flto detection on Lion for llvm-gcc.
7730
773131 October 2011: Wouter
7732	- dns over ssl support, ssl-service-pem and ssl-service-key files
7733	  can be given and then TCP queries are serviced wrapped in SSL.
7734
773527 October 2011: Wouter
7736	- lame-ttl and lame-size options no longer exist, it is integrated
7737	  with the host info.  They are ignored (with verbose warning) if
7738	  encountered to keep the config file backwards compatible.
7739	- fix iana-update for changing gzip compression of results.
7740	- fix export-all-symbols on OSX.
7741
774226 October 2011: Wouter
7743	- iana portlist updated.
7744	- Infra cache stores information about ping and lameness per IP, zone.
7745	  This fixes bug #416.
7746	- fix iana_update target for gzipped file on iana site.
7747
774824 October 2011: Wouter
7749	- Fix resolve of partners.extranet.microsoft.com with a fix for the
7750	  server selection for choosing out of a (particular) list of bad
7751	  choices. (bug#415)
7752	- Fix make_new_space function so that the incoming query is not
7753	  overwritten if a jostled out query causes a waiting query to be
7754	  resumed that then fails and sends an error message.  (Thanks to
7755	  Matthew Lee).
7756
775721 October 2011: Wouter
7758	- fix --enable-allsymbols, fptr wlist is disabled on windows with this
7759	  option enabled because of memory layout exe vs dll.
7760
776119 October 2011: Wouter
7762	- fix unbound-anchor for broken strptime on OSX lion, detected
7763	  in configure.
7764	- Detect if GOST really works, openssl1.0 on OSX fails.
7765	- Implement ipv6%interface notation for scope_id usage.
7766
776717 October 2011: Wouter
7768	- better documentation for inform_super (Thanks Yang Zhe).
7769
777014 October 2011: Wouter
7771	- Fix for out-of-memory condition in libunbound (thanks
7772	  Robert Fleischman).
7773
777413 October 2011: Wouter
7775	- Fix --enable-allsymbols, it depended on link specifics of the
7776	  target platform, or fptr_wlist assertion failures could occur.
7777
777812 October 2011: Wouter
7779	- updated contrib/unbound_munin_ to family=auto so that it works with
7780	  munin-node-configure automatically (if installed as
7781	  /usr/local/share/munin/plugins/unbound_munin_ ).
7782
778327 September 2011: Wouter
7784	- unbound.exe -w windows option for start and stop service.
7785
778623 September 2011: Wouter
7787	- TCP-upstream calculates tcp-ping so server selection works if there
7788	  are alternatives.
7789
779020 September 2011: Wouter
7791	- Fix classification of NS set in answer section, where there is a
7792	  parent-child server, and the answer has the AA flag for dir.slb.com.
7793	  Thanks to Amanda Constant from Secure64.
7794
779516 September 2011: Wouter
7796	- fix bug #408: accept patch from Steve Snyder that comments out
7797	  unused functions in lookup3.c.
7798	- iana portlist updated.
7799	- fix EDNS1480 change memleak and TCP fallback.
7800	- fix various compiler warnings (reported by Paul Wouters).
7801	- max sent count.  EDNS1480 only for rtt < 5000.  No promiscuous
7802	  fetch if sentcount > 3, stop query if sentcount > 16.  Count is
7803	  reset when referral or CNAME happens.  This makes unbound better
7804	  at managing large NS sets, they are explored when there is continued
7805	  interest (in the form of queries).
7806
780715 September 2011: Wouter
7808	- release 1.4.13.
7809	- trunk contains 1.4.14 in development.
7810	- Unbound probes at EDNS1480 if there an EDNS0 timeout.
7811
781212 September 2011: Wouter
7813	- Reverted dns EDNS backoff fix, it did not help and needs
7814	  fragmentation fixes instead.
7815	- tag 1.4.13rc2
7816
78177 September 2011: Wouter
7818	- Fix operation in ipv6 only (do-ip4: no) mode.
7819
78206 September 2011: Wouter
7821	- fedora specfile updated.
7822
78235 September 2011: Wouter
7824	- tag 1.4.13rc1
7825
78262 September 2011: Wouter
7827	- iana portlist updated.
7828
782926 August 2011: Wouter
7830	- Fix num-threads 0 does not segfault, reported by Simon Deziel.
7831	- Fix validation failures due to EDNS backoff retries, the retry
7832	  for fetch of data has want_dnssec because the iter_indicate_dnssec
7833	  function returns true when validation failure retry happens, and
7834	  then the serviced query code does not fallback to noEDNS, even if
7835	  the cache says it has this.  This helps for DLV deployment when
7836	  the DNSSEC status is not known for sure before the lookup concludes.
7837
783824 August 2011: Wouter
7839	- Applied patch from Karel Slany that fixes a memory leak in the
7840	  unbound python module, in string conversions.
7841
784222 August 2011: Wouter
7843	- Fix validation of qtype ANY responses with CNAMEs (thanks Cathy
7844	  Zhang and Luo Ce).  Unbound responds with the RR types that are
7845	  available at the name for qtype ANY and validates those RR types.
7846	  It does not test for completeness (i.e. with NSEC or NSEC3 query),
7847	  and it does not follow the CNAME or DNAME to another name (with
7848	  even more data for the already large response).
7849	- Fix that internally, CNAMEs with NXDOMAIN have that as rcode.
7850	- Documented the options that work with control set_option command.
7851	- tcp-upstream yes/no option (works with set_option) for tunnels.
7852
785318 August 2011: Wouter
7854	- fix autoconf call in makedist crosscompile to RC or snapshot.
7855
785617 August 2011: Wouter
7857	- Fix validation of . DS query.
7858	- new xml format at IANA, new awk for iana_update.
7859	- iana portlist updated.
7860
786110 August 2011: Wouter
7862	- Fix python site-packages path to /usr/lib64.
7863	- updated patch from Tom.
7864	- fix memory and fd leak after out-of-memory condition.
7865
78669 August 2011: Wouter
7867	- patch from Tom Hendrikx fixes load of python modules.
7868
78698 August 2011: Wouter
7870	- make clean had ldns-src reference, removed.
7871
78721 August 2011: Wouter
7873	- Fix autoconf 2.68 warnings
7874
787514 July 2011: Wouter
7876	- Unbound implements RFC6303 (since version 1.4.7).
7877	- tag 1.4.12rc1 is released as 1.4.12 (without the other fixes in the
7878	  meantime, those are for 1.4.13).
7879	- iana portlist updated.
7880
788113 July 2011: Wouter
7882	- Quick fix for contrib/unbound.spec example, no ldns-builtin any more.
7883
788411 July 2011: Wouter
7885	- Fix wildcard expansion no-data reply under an optout NSEC3 zone is
7886	  validated as insecure, reported by Jia Li (lijia@cnnic.cn).
7887
78884 July 2011: Wouter
7889	- 1.4.12rc1 tag created.
7890
78911 July 2011: Wouter
7892	- version number in example config file.
7893	- fix that --enable-static-exe does not complain about it unknown.
7894
789530 June 2011: Wouter
7896	- tag relase 1.4.11, trunk is 1.4.12 development.
7897	- iana portlist updated.
7898	- fix bug#395: id bits of other query may leak out under conditions
7899	- fix replyaddr count wrong after jostled queries, which leads to
7900	  eventual starvation where the daemon has no replyaddrs left to use.
7901	- fix comment about rndc port, that referred to the old port number.
7902	- fix that the listening socket is not closed when too many remote
7903	  control connections are made at the same time.
7904	- removed ldns-src tarball inside the unbound tarball.
7905
790623 June 2011: Wouter
7907	- Changed -flto check to support clang compiler.
7908	- tag 1.4.11rc3 created.
7909
791017 June 2011: Wouter
7911	- tag 1.4.11rc1 created.
7912	- remove warning about signed/unsigned from flex (other flex version).
7913	- updated aclocal.m4 and libtool to match.
7914	- tag 1.4.11rc2 created.
7915
791616 June 2011: Wouter
7917	- log-queries: yesno option, default is no, prints querylog.
7918	- version is 1.4.11.
7919
792014 June 2011: Wouter
7921	- Use -flto compiler flag for link time optimization, if supported.
7922	- iana portlist updated.
7923
792412 June 2011: Wouter
7925	- IPv6 service address for d.root-servers.net (2001:500:2D::D).
7926
792710 June 2011: Wouter
7928	- unbound-control has version number in the header,
7929	  UBCT[version]_space_ is the header sent by the client now.
7930	- Unbound control port number is registered with IANA:
7931	  ub-dns-control  8953/tcp    unbound dns nameserver control
7932	  This is the new default for the control-port config setting.
7933	- statistics-interval prints the number of jostled queries to log.
7934
793530 May 2011: Wouter
7936	- Fix Makefile for U in environment, since wrong U is more common than
7937	  deansification necessity.
7938	- iana portlist updated.
7939	- updated ldns tarball to 1.6.10rc2 snapshot of today.
7940
794125 May 2011: Wouter
7942	- Fix assertion failure when unbound generates an empty error reply
7943	  in response to a query, CVE-2011-1922 VU#531342.
7944	- This fix is in tag 1.4.10.
7945	- defense in depth against the above bug, an error is printed to log
7946	  instead of an assertion failure.
7947
794810 May 2011: Wouter
7949	- bug#386: --enable-allsymbols option links all binaries to libunbound
7950	  and reduces install size significantly.
7951	- feature, ignore-cd-flag: yesno to provide dnssec to legacy servers.
7952	- iana portlist updated.
7953	- Fix TTL of SOA so negative TTL is separately cached from normal TTL.
7954
795514 April 2011: Wouter
7956	- configure created with newer autoconf 2.66.
7957
795812 April 2011: Wouter
7959	- bug#378: Fix that configure checks for ldns_get_random presence.
7960
79618 April 2011: Wouter
7962	- iana portlist updated.
7963	- queries with CD flag set cause DNSSEC validation, but the answer is
7964	  not withheld if it is bogus.  Thus, unbound will retry if it is bad
7965	  and curb the TTL if it is bad, thus protecting the cache for use by
7966	  downstream validators.
7967	- val-override-date: -1 ignores dates entirely, for NTP usage.
7968
796929 March 2011: Wouter
7970	- harden-below-nxdomain: changed so that it activates when the
7971	  cached nxdomain is dnssec secure.  This avoids backwards
7972	  incompatibility because those old servers do not have dnssec.
7973
797424 March 2011: Wouter
7975	- iana portlist updated.
7976	- release 1.4.9.
7977	- trunk is 1.5.0
7978
797917 March 2011: Wouter
7980	- bug#370: new unbound.spec for CentOS 5.x from Harold Jones.
7981	  Applied but did not do the --disable-gost.
7982
798310 March 2011: Wouter
7984	- tag 1.4.9 release candidate 1 created.
7985
79863 March 2011: Wouter
7987	- updated ldns to today.
7988
79891 March 2011: Wouter
7990	- Fix no ADflag for NXDOMAIN in NSEC3 optout. And wildcard in optout.
7991	- give config parse error for multiple names on a stub or forward zone.
7992	- updated ldns tarball to 1.6.9(todays snapshot).
7993
799424 February 2011: Wouter
7995	- bug #361: Fix, time.elapsed variable not reset with stats_noreset.
7996
799723 February 2011: Wouter
7998	- iana portlist updated.
7999	- common.sh to version 3.
8000
800118 February 2011: Wouter
8002	- common.sh in testdata updated to version 2.
8003
800415 February 2011: Wouter
8005	- Added explicit note on unbound-anchor usage:
8006	  Please note usage of unbound-anchor root anchor is at your own risk
8007	  and under the terms of our LICENSE (see that file in the source).
8008
800911 February 2011: Wouter
8010	- iana portlist updated.
8011	- tpkg updated with common.sh for common functionality.
8012
80137 February 2011: Wouter
8014	- Added regression test for addition of a .net DS to the root, and
8015	  cache effects with different TTL for glue and DNSKEY.
8016	- iana portlist updated.
8017
801828 January 2011: Wouter
8019	- Fix remove private address does not throw away entire response.
8020
802124 January 2011: Wouter
8022	- release 1.4.8
8023
802419 January 2011: Wouter
8025	- fix bug#349: no -L/usr for ldns.
8026
802718 January 2011: Wouter
8028	- ldns 1.6.8 tarball included.
8029	- release 1.4.8rc1.
8030
803117 January 2011: Wouter
8032	- add get and set option for harden-below-nxdomain feature.
8033	- iana portlist updated.
8034
803514 January 2011: Wouter
8036	- Fix so a changed NS RRset does not get moved name stuck on old
8037	  server, for type NS the TTL is not increased.
8038
803913 January 2011: Wouter
8040	- Fix prefetch so it does not get stuck on old server for moved names.
8041
804212 January 2011: Wouter
8043	- iana portlist updated.
8044
804511 January 2011: Wouter
8046	- Fix insecure CNAME sequence marked as secure, reported by Bert
8047	  Hubert.
8048
804910 January 2011: Wouter
8050	- faster lruhash get_mem routine.
8051
80524 January 2011: Wouter
8053	- bug#346: remove ITAR scripts from contrib, the service is discontinued, use the root.
8054	- iana portlist updated.
8055
805623 December 2010: Wouter
8057	- Fix in infra cache that could cause rto larger than TOP_TIMEOUT kept.
8058
805921 December 2010: Wouter
8060	- algorithm compromise protection using the algorithms signalled in
8061	  the DS record.  Also, trust anchors, DLV, and RFC5011 receive this,
8062	  and thus, if you have multiple algorithms in your trust-anchor-file
8063	  then it will now behave different than before.  Also, 5011 rollover
8064	  for algorithms needs to be double-signature until the old algorithm
8065	  is revoked.
8066	  It is not an option, because I see no use to turn the security off.
8067	- iana portlist updated.
8068
806917 December 2010: Wouter
8070	- squelch 'tcp connect: bla' in logfile, (set verbosity 2 to see them).
8071	- fix validation in this case: CNAME to nodata for co-hosted opt-in
8072	  NSEC3 insecure delegation, was bogus, fixed to be insecure.
8073
807416 December 2010: Wouter
8075	- Fix our 'BDS' license (typo reported by Xavier Belanger).
8076
807710 December 2010: Wouter
8078	- iana portlist updated.
8079	- review changes for unbound-anchor.
8080
80812 December 2010: Wouter
8082	- feature typetransparent localzone, does not block other RR types.
8083
80841 December 2010: Wouter
8085	- Fix bug#338: print address when socket creation fails.
8086
808730 November 2010: Wouter
8088	- Fix storage of EDNS failures in the infra cache.
8089	- iana portlist updated.
8090
809118 November 2010: Wouter
8092	- harden-below-nxdomain option, default off (because very old
8093	  software may be incompatible).  We could enable it by default in
8094	  the future.
8095
809617 November 2010: Wouter
8097	- implement draft-vixie-dnsext-resimprove-00, we stop on NXDOMAIN.
8098	- make test output nicer.
8099
810015 November 2010: Wouter
8101	- silence 'tcp connect: broken pipe' and 'net down' at low verbosity.
8102	- iana portlist updated.
8103	- so-sndbuf option for very busy servers, a bit like so-rcvbuf.
8104
81059 November 2010: Wouter
8106	- unbound-anchor compiles with openssl 0.9.7.
8107
81088 November 2010: Wouter
8109	- release tag 1.4.7.
8110	- trunk is version 1.4.8.
8111	- Be lenient and accept imgw.pl malformed packet (like BIND).
8112
81135 November 2010: Wouter
8114	- do not synthesize a CNAME message from cache for qtype DS.
8115
81164 November 2010: Wouter
8117	- Use central entropy to seed threads.
8118
81193 November 2010: Wouter
8120	- Change the rtt used to probe EDNS-timeout hosts to 1000 msec.
8121
81222 November 2010: Wouter
8123	- tag 1.4.7rc1.
8124	- code review.
8125
81261 November 2010: Wouter
8127	- GOST code enabled by default (RFC 5933).
8128
812927 October 2010: Wouter
8130	- Fix uninit value in dump_infra print.
8131	- Fix validation failure for parent and child on same server with an
8132	  insecure childzone and a CNAME from parent to child.
8133	- Configure detects libev-4.00.
8134
813526 October 2010: Wouter
8136	- dump_infra and flush_infra commands for unbound-control.
8137	- no timeout backoff if meanwhile a query succeeded.
8138	- Change of timeout code.  No more lost and backoff in blockage.
8139	  At 12sec timeout (and at least 2x lost before) one probe per IP
8140	  is allowed only.  At 120sec, the IP is blocked.  After 15min, a
8141	  120sec entry has a single retry packet.
8142
814325 October 2010: Wouter
8144	- Configure errors if ldns is not found.
8145
814622 October 2010: Wouter
8147	- Windows 7 fix for the installer.
8148
814921 October 2010: Wouter
8150	- Fix bug where fallback_tcp causes wrong roundtrip and edns
8151	  observation to be noted in cache.  Fix bug where EDNSprobe halted
8152	  exponential backoff if EDNS status unknown.
8153	- new unresponsive host method, exponentially increasing block backoff.
8154	- iana portlist updated.
8155
815620 October 2010: Wouter
8157	- interface automatic works for some people with ip6 disabled.
8158	  Therefore the error check is removed, so they can use the option.
8159
816019 October 2010: Wouter
8161	- Fix for request list growth, if a server has long timeout but the
8162	  lost counter is low, then its effective rtt is the one without
8163	  exponential backoff applied.  Because the backoff is not working.
8164	  The lost counter can then increase and the server is blacklisted,
8165	  or the lost counter does not increase and the server is working
8166	  for some queries.
8167
816818 October 2010: Wouter
8169	- iana portlist updated.
8170
817113 October 2010: Wouter
8172	- Fix TCP so it uses a random outgoing-interface.
8173	- unbound-anchor handles ADDPEND keystate.
8174
817511 October 2010: Wouter
8176	- Fix bug when DLV below a trust-anchor that uses NSEC3 optout where
8177	  the zone has a secure delegation hosted on the same server did not
8178	  verify as secure (it was insecure by mistake).
8179	- iana portlist updated.
8180	- ldns tarball updated (for reading cachedumps with bad RR data).
8181
81821 October 2010: Wouter
8183	- test for unbound-anchor. fix for reading certs.
8184	- Fix alloc_reg_release for longer uptime in out of memory conditions.
8185
818628 September 2010: Wouter
8187	- unbound-anchor working, it creates or updates a root.key file.
8188	  Use it before you start the validator (e.g. at system boot time).
8189
819027 September 2010: Wouter
8191	- iana portlist updated.
8192
819324 September 2010: Wouter
8194	- bug#329: in example.conf show correct ipv4 link-local 169.254/16.
8195
819623 September 2010: Wouter
8197	- unbound-anchor app, unbound requires libexpat (xml parser library).
8198
819922 September 2010: Wouter
8200	- compliance with draft-ietf-dnsop-default-local-zones-14, removed
8201	  reverse ipv6 orchid prefix from builtin list.
8202	- iana portlist updated.
8203
820417 September 2010: Wouter
8205	- DLV has downgrade protection again, because the RFC says so.
8206	- iana portlist updated.
8207
820816 September 2010: Wouter
8209	- Algorithm rollover operational reality intrudes, for trust-anchor,
8210	  5011-store, and DLV-anchor if one key matches it's good enough.
8211	- iana portlist updated.
8212	- Fix reported validation error in out of memory condition.
8213
821415 September 2010: Wouter
8215	- Abide RFC5155 section 9.2: no AD flag for replies with NSEC3 optout.
8216
821714 September 2010: Wouter
8218	- increased mesh-max-activation from 1000 to 3000 for crazy domains
8219	  like _tcp.slb.com with 262 servers.
8220	- iana portlist updated.
8221
822213 September 2010: Wouter
8223	- bug#327: Fix for cannot access stub zones until the root is primed.
8224
82259 September 2010: Wouter
8226	- unresponsive servers are not completely blacklisted (because of
8227	  firewalls), but also not probed all the time (because of the request
8228	  list size it generates).  The probe rate is 1%.
8229	- iana portlist updated.
8230
823120 August 2010: Wouter
8232	- openbsd-lint fixes: acl_list_get_mem used if debug-alloc enabled.
8233	  iterator get_mem includes priv_get_mem.  delegpt nodup removed.
8234	  listen_pushback, query_info_allocqname, write_socket, send_packet,
8235	  comm_point_set_cb_arg and listen_resume removed.
8236
823719 August 2010: Wouter
8238	- Fix bug#321: resolution of rs.ripe.net artifacts with 0x20.
8239	  Delegpt structures checked for duplicates always.
8240	  No more nameserver lookups generated when depth is full anyway.
8241	- example.conf notes how to do DNSSEC validation and track the root.
8242	- iana portlist updated.
8243
824418 August 2010: Wouter
8245	- Fix bug#322: configure does not respect CFLAGS on Solaris.
8246	  Pass CFLAGS="-xO4 -xtarget=generic" on the configure command line
8247	  if use sun-cc, but some systems need different flags.
8248
824916 August 2010: Wouter
8250	- Fix acx_nlnetlabs.m4 configure output for autoconf-2.66 AS_TR_CPP
8251	  changes, uses m4_bpatsubst now.
8252	- make test (or make check) should be more portable and run the unit
8253	  test and testbound scripts. (make longtest has special requirements).
8254
825513 August 2010: Wouter
8256	- More pleasant remote control command parsing.
8257	- documentation added for return values reported by doxygen 1.7.1.
8258	- iana portlist updated.
8259
82609 August 2010: Wouter
8261	- Fix name of rrset printed that failed validation.
8262
82635 August 2010: Wouter
8264	- Return NXDOMAIN after chain of CNAMEs ends at name-not-found.
8265
82664 August 2010: Wouter
8267	- Fix validation in case a trust anchor enters into a zone with
8268	  unsupported algorithms.
8269
82703 August 2010: Wouter
8271	- updated ldns tarball with bugfixes.
8272	- release tag 1.4.6.
8273	- trunk becomes 1.4.7 develop.
8274	- iana portlist updated.
8275
827622 July 2010: Wouter
8277	- more error details on failed remote control connection.
8278
827915 July 2010: Wouter
8280	- rlimit adjustments for select and ulimit can happen at the same time.
8281
828214 July 2010: Wouter
8283	- Donation text added to README.
8284	- Fix integer underflow in prefetch ttl creation from cache.  This
8285	  fixes a potential negative prefetch ttl.
8286
828712 July 2010: Wouter
8288	- Changed the defaults for num-queries-per-thread/outgoing-range.
8289	  For builtin-select: 512/960, for libevent 1024/4096 and for
8290	  windows 24/48 (because of win api).  This makes the ratio this way
8291	  to improve resilience under heavy load.  For high performance, use
8292	  libevent and possibly higher numbers.
8293
829410 July 2010: Wouter
8295	- GOST enabled if SSL is recent and ldns has GOST enabled too.
8296	- ldns tarball updated.
8297
82989 July 2010: Wouter
8299	- iana portlist updated.
8300	- Fix validation of qtype DNSKEY when a key-cache entry exists but
8301	  no rr-cache entry is used (it expired or prefetch), it then goes
8302	  back up to the DS or trust-anchor to validate the DNSKEY.
8303
83047 July 2010: Wouter
8305	- Neat function prototypes, unshadowed local declarations.
8306
83076 July 2010: Wouter
8308	- failure to chown the pidfile is not fatal any more.
8309	- testbound uses UTC timezone.
8310	- ldns tarball updated (ports and works on Minix 3.1.7).  On Minix, add
8311	  /usr/gnu/bin to PATH, use ./configure AR=/usr/gnu/bin/gar and gmake.
8312
83135 July 2010: Wouter
8314	- log if a server is skipped because it is on the donotquery list,
8315	  at verbosity 4, to enable diagnosis why no queries to 127.0.0.1.
8316	- added feature to print configure date, target and options with -h.
8317	- added feature to print event backend system details with -h.
8318	- wdiff is not actually required by make test, updated requirements.
8319
83201 July 2010: Wouter
8321	- Fix RFC4035 compliance with 2.2 statement that the DNSKEY at apex
8322	  must be signed with all algorithms from the DS rrset at the parent.
8323	  This is now checked and becomes bogus if not.
8324
832528 June 2010: Wouter
8326	- Fix jostle list bug found by Vince (luoce@cnnic), it caused the qps
8327	  in overload situations to be about 5 qps for the class of shortly
8328	  serviced queries.
8329	  The capacity of the resolver is then about (numqueriesperthread / 2)
8330	  / (average time for such long queries) qps for long queries.
8331	  And about (numqueriesperthread / 2)/(jostletimeout in whole seconds)
8332	  qps for short queries, per thread.
8333	- Fix the max number of reply-address count to be applied for duplicate
8334	  queries, and not for new query list entries.  This raises the memory
8335	  usage to a max of (16+1)*numqueriesperthread reply addresses.
8336
833725 June 2010: Wouter
8338	- Fix handling of corner case reply from lame server, follows rfc2308.
8339	  It could lead to a nodata reply getting into the cache if the search
8340	  for a non-lame server turned up other misconfigured servers.
8341	- unbound.h has extern "C" statement for easier include in c++.
8342
834323 June 2010: Wouter
8344	- iana portlist updated.
8345	- makedist upgraded cross compile openssl option, like this:
8346	  ./makedist.sh -s -wssl openssl-1.0.0a.tar.gz -w --enable-gost
8347
834822 June 2010: Wouter
8349	- Unbound reports libev or libevent correctly in logs in verbose mode.
8350	- Fix to unload gost dynamic library module for leak testing.
8351
835218 June 2010: Wouter
8353	- iana portlist updated.
8354
835517 June 2010: Wouter
8356	- Add AAAA to root hints for I.ROOT-SERVERS.NET.
8357
835816 June 2010: Wouter
8359	- Fix assertion failure reported by Kai Storbeck from XS4ALL, the
8360	  assertion was wrong.
8361	- updated ldns tarball.
8362
836315 June 2010: Wouter
8364	- tag 1.4.5 created.
8365	- trunk contains 1.4.6 in development.
8366	- Fix TCPreply on systems with no writev, if just 1 byte could be sent.
8367	- Fix to use one pointer less for iterator query state store_parent_NS.
8368	- makedist crosscompile to windows uses builtin ldns not host ldns.
8369	- Max referral count from 30 to 130, because 128 one character domains
8370	  is valid DNS.
8371	- added documentation for the histogram printout to syslog.
8372
837311 June 2010: Wouter
8374	- When retry to parent the retrycount is not wiped, so failed
8375	  nameservers are not tried again.
8376	- iana portlist updated.
8377
837810 June 2010: Wouter
8379	- Fix bug where a long loop could be entered, now cycle detection
8380	  has a loop-counter and maximum search amount.
8381
83824 June 2010: Wouter
8383	- iana portlist updated.
8384	- 1.4.5rc1 tag created.
8385
83863 June 2010: Wouter
8387	- ldns tarball updated, 1.6.5.
8388	- review comments, split dependency cycle tracking for parentside
8389	  last resort lookups for A and AAAA so there are more lookup options.
8390
83912 June 2010: Wouter
8392	- Fix compile warning if compiled without threads.
8393	- updated ldns-tarball with current ldns svn (pre 1.6.5).
8394	- GOST disabled-by-default, the algorithm number is allocated but the
8395	  RFC is still has to pass AUTH48 at the IETF.
8396
83971 June 2010: Wouter
8398	- Ignore Z flag in incoming messages too.
8399	- Fix storage of negative parent glue if that last resort fails.
8400	- libtoolize 2.2.6b, autoconf 2.65 applied to configure.
8401	- new splint flags for newer splint install.
8402
840331 May 2010: Wouter
8404	- Fix AD flag handling, it could in some cases mistakenly copy the AD
8405	  flag from upstream servers.
8406	- alloc_special_obtain out of memory is not a fatal error any more,
8407	  enabling unbound to continue longer in out of memory conditions.
8408	- parentside names are dispreferred but not said to be dnssec-lame.
8409	- parentside check for cached newname glue.
8410	- fix parentside and querytargets modulestate, for dump_requestlist.
8411	- unbound-control-setup makes keys -rw-r--- so not all users permitted.
8412	- fix parentside from cache to be marked dispreferred for bad names.
8413
841428 May 2010: Wouter
8415	- iana portlist updated.
8416	- parent-child disagreement approach altered.  Older fixes are
8417	  removed in place of a more exhaustive search for misconfigured data
8418	  available via the parent of a delegation.
8419	  This is designed to be throttled by cache entries, with TTL from the
8420	  parent if possible.  Additionally the loop-counter is used.
8421	  It also tests for NS RRset differences between parent and child.
8422	  The fetch of misconfigured data should be more reliable and thorough.
8423	  It should work reliably even with no or only partial data in cache.
8424	  Data received from the child (as always) is deemed more
8425	  authoritative than information received from the delegation parent.
8426	  The search for misconfigured data is not performed normally.
8427
842826 May 2010: Wouter
8429	- Contribution from Migiel de Vos (Surfnet): nagios patch for
8430	  unbound-host, in contrib/ (in the source tarball).  Makes
8431	  unbound-host suitable for monitoring dnssec(-chain) status.
8432
843321 May 2010: Wouter
8434	- EDNS timeout code will not fire if EDNS status already known.
8435	- EDNS failure not stored if EDNS status known to work.
8436
843719 May 2010: Wouter
8438	- Fix resolution for domains like safesvc.com.cn.  If the iterator
8439	  can not recurse further and it finds the delegation in a state
8440	  where it would otherwise have rejected it outhand if so received
8441	  from a cache lookup, then it can try to ask higherup (with loop
8442	  protection).
8443	- Fix comments in iter_utils:dp_is_useless.
8444
844518 May 2010: Wouter
8446	- Fix various compiler warnings from the clang llvm compiler.
8447	- iana portlist updated.
8448
84496 May 2010: Wouter
8450	- Fix bug#308: spelling error in variable name in parser and lexer.
8451
84524 May 2010: Wouter
8453	- Fix dnssec-missing detection that was turned off by server selection.
8454	- Conforms to draft-ietf-dnsop-default-local-zones-13.  Added default
8455	  reverse lookup blocks for IPv4 test nets 100.51.198.in-addr.arpa,
8456	  113.0.203.in-addr.arpa and Orchid prefix 0.1.1.0.0.2.ip6.arpa.
8457
845829 April 2010: Wouter
8459	- Fix for dnssec lameness detection to use the key cache.
8460	- infra cache entries that are expired are wiped clean.  Previously
8461	  it was possible to not expire host data (if accessed often).
8462
846328 April 2010: Wouter
8464	- ldns tarball updated and GOST support is detected and then enabled.
8465	- iana portlist updated.
8466	- Fix detection of gost support in ldns (reported by Chris Smith).
8467
846827 April 2010: Wouter
8469	- unbound-control get_option domain-insecure shows config file items.
8470	- fix retry sequence if prime hints are recursion-lame.
8471	- autotrust anchor file can be initialized with a ZSK key as well.
8472	- harden-referral-path does not result in failures due to max-depth.
8473	  You can increase the max-depth by adding numbers (' 0') after the
8474	  target-fetch-policy, this increases the depth to which is checked.
8475
847626 April 2010: Wouter
8477	- Compile fix using Sun Studio 12 compiler on Solaris 5.9, use
8478	  CPPFLAGS during configure process.
8479	- if libev is installed on the base system (not libevent), detect
8480	  it from the event.h header file and link with -lev.
8481	- configlexer.lex gets config.h, and configyyrename.h added by make,
8482	  no more double include.
8483	- More strict scrubber (Thanks to George Barwood for the idea):
8484	  NS set must be pertinent to the query (qname subdomain nsname).
8485	- Fix bug#307: In 0x20 backoff fix fallback so the number of
8486	  outstanding queries does not become -1 and block the request.
8487	  Fixed handling of recursion-lame in combination with 0x20 fallback.
8488	  Fix so RRsets are compared canonicalized and sorted if the immediate
8489	  comparison fails, this makes it work around round-robin sites.
8490
849123 April 2010: Wouter
8492	- Squelch log message: sendto failed permission denied for
8493	  255.255.255.255, it is visible in VERB_DETAIL (verbosity 2).
8494	- Fix to fetch data as last resort more tenaciously.  When cycle
8495	  targets cause the server selection to believe there are more options
8496	  when they really are not there, the server selection is reinitiated.
8497	- Fix fetch from blacklisted dnssec lame servers as last resort.  The
8498	  server's IP address is then given in validator errors as well.
8499	- Fix local-zone type redirect that did not use the query name for
8500	  the answer rrset.
8501
850222 April 2010: Wouter
8503	- tag 1.4.4.
8504	- trunk contains 1.4.5 in development.
8505	- Fix validation failure for qtype ANY caused by a RRSIG parse failure.
8506	  The validator error message was 'no signatures from ...'.
8507
850816 April 2010: Wouter
8509	- more portability defines for CMSG_SPACE, CMSG_ALIGN, CMSG_LEN.
8510	- tag 1.4.4rc1.
8511
851215 April 2010: Wouter
8513	- ECC-GOST algorithm number 12 that is assigned by IANA.  New test
8514	  example key and signatures for GOST.  GOST requires openssl-1.0.0.
8515	  GOST is still disabled by default.
8516
85179 April 2010: Wouter
8518	- Fix bug#305: pkt_dname_tolower could read beyond end of buffer or
8519	  get into an endless loop, if 0x20 was enabled, and buffers are small
8520	  or particular broken packets are received.
8521	- Fix chain of trust with CNAME at an intermediate step, for the DS
8522	  processing proof.
8523
85248 April 2010: Wouter
8525	- Fix validation of queries with wildcard names (*.example).
8526
85276 April 2010: Wouter
8528	- Fix EDNS probe for .de DNSSEC testbed failure, where the infra
8529	  cache timeout coincided with a server update, the current EDNS
8530	  backoff is less sensitive, and does not cache the backoff unless
8531	  the backoff actually works and the domain is not expecting DNSSEC.
8532	- GOST support with correct algorithm numbers.
8533
85341 April 2010: Wouter
8535	- iana portlist updated.
8536
853724 March 2010: Wouter
8538	- unbound control flushed items are not counted when flushed again.
8539
854023 March 2010: Wouter
8541	- iana portlist updated.
8542
854322 March 2010: Wouter
8544	- unbound-host disables use-syslog from config file so that the
8545	  config file for the main server can be used more easily.
8546	- fix bug#301: unbound-checkconf could not parse interface
8547	  '0.0.0.0@5353', even though unbound itself worked fine.
8548
854919 March 2010: Wouter
8550	- fix fwd_ancil test to pass if the socket options are not supported.
8551
855218 March 2010: Wouter
8553	- Fixed random numbers for port, interface and server selection.
8554	  Removed very small bias.
8555	- Refer to the listing in unbound-control man page in the extended
8556	  statistics entry in the unbound.conf man page.
8557
855816 March 2010: Wouter
8559	- Fix interface-automatic for OpenBSD: msg.controllen was too small,
8560	  also assertions on ancillary data buffer.
8561	- check for IP_SENDSRCADDR for interface-automatic or IP_PKTINFO.
8562	- for NSEC3 check if signatures are cached.
8563
856415 March 2010: Wouter
8565	- unit test for util/regional.c.
8566
856712 March 2010: Wouter
8568	- Reordered configure checks so fork and -lnsl -lsocket checks are
8569	  earlier, and thus later checks benefit from and do not hinder them.
8570	- iana portlist updated.
8571	- ldns tarball updated.
8572	- Fix python use when multithreaded.
8573	- Fix solaris python compile.
8574	- Include less in config.h and include per code file for ldns, ssl.
8575
857611 March 2010: Wouter
8577	- another memory allocation option: --enable-alloc-nonregional.
8578	  exposes the regional allocations to other memory purifiers.
8579	- fix for memory alignment in struct sock_list allocation.
8580	- Fix for MacPorts ldns without ssl default, unbound checks if ldns
8581	  has dnssec functionality and uses the builtin if not.
8582	- Fix daemonize on Solaris 10, it did not detach from terminal.
8583	- tag 1.4.3 created.
8584	- trunk is 1.4.4 in development.
8585	- spelling fix in validation error involving cnames.
8586
858710 March 2010: Wouter
8588	- --enable-alloc-lite works with test set.
8589	- portability in the testset: printf format conversions, prototypes.
8590
85919 March 2010: Wouter
8592	- tag 1.4.2 created.
8593	- trunk is 1.4.3 in development.
8594	- --enable-alloc-lite debug option.
8595
85968 March 2010: Wouter
8597	- iana portlist updated.
8598
85994 March 2010: Wouter
8600	- Fix crash in control channel code.
8601
86023 March 2010: Wouter
8603	- better casts in pipe code, brackets placed wrongly.
8604	- iana portlist updated.
8605
86061 March 2010: Wouter
8607	- make install depends on make all.
8608	- Fix 5011 auto-trust-anchor-file initial read to skip RRSIGs.
8609	- --enable-checking: enables assertions but does not look nonproduction.
8610	- nicer VERB_DETAIL (verbosity 2, unbound-host -d) output, with
8611	  nxdomain and nodata distinguished.
8612	- ldns tarball updated.
8613	- --disable-rpath fixed for libtool not found errors.
8614	- new fedora specfile from Fedora13 in contrib from Paul Wouters.
8615
861626 February 2010: Wouter
8617	- Fixup prototype for lexer cleanup in daemon code.
8618	- unbound-control list_stubs, list_forwards, list_local_zones and
8619	  list_local_data.
8620
862124 February 2010: Wouter
8622	- Fix scrubber bug that potentially let NS records through.  Reported
8623	  by Amanda Constant.
8624	- Also delete potential poison references from additional.
8625	- Fix: no classification of a forwarder as lame, throw away instead.
8626
862723 February 2010: Wouter
8628	- libunbound ub_ctx_get_option() added.
8629	- unbound-control set_option and get_option commands.
8630	- iana portlist updated.
8631
863218 February 2010: Wouter
8633	- A little more strict DS scrubbing.
8634	- No more blacklisting of unresponsive servers, a 2 minute timeout
8635	  is backed off to.
8636	- RD flag not enabled for dnssec-blacklisted tries, unless necessary.
8637	- pickup ldns compile fix, libdl for libcrypto.
8638	- log 'tcp connect: connection timed out' only in high verbosity.
8639	- unbound-control log_reopen command.
8640	- moved get_option code from unbound-checkconf to util/config_file.c
8641
864217 February 2010: Wouter
8643	- Disregard DNSKEY from authority section for chain of trust.
8644	  DS records that are irrelevant to a referral scrubbed.  Anti-poison.
8645	- iana portlist updated.
8646
864716 February 2010: Wouter
8648	- Check for 'no space left on device' (or other errors) when
8649	  writing updated autotrust anchors and print errno to log.
8650
865115 February 2010: Wouter
8652	- Fixed the requery protection, the TTL was 0, it is now 900 seconds,
8653	  hardcoded.  We made the choice to send out more conservatively,
8654	  protecting against an aggregate effect more than protecting a
8655	  single user (from their own folly, perhaps in case of misconfig).
8656
865712 February 2010: Wouter
8658	- Re-query pattern changed on validation failure.  To protect troubled
8659	  authority servers, unbound caches a failure for the DNSKEY or DS
8660	  records for the entire zone, and only retries that 900 seconds later.
8661	  This implies that only a handful of packets are sent extra to the
8662	  authority if the zone fails.
8663
866411 February 2010: Wouter
8665	- ldns tarball update for long label length syntax error fix.
8666	- iana portlist updated.
8667
86689 February 2010: Wouter
8669	- Fixup in compat snprintf routine, %f 1.02 and %g support.
8670	- include math.h for testbound test compile portability.
8671
86722 February 2010: Wouter
8673	- Updated url of IANA itar, interim trust anchor repository, in script.
8674
86751 February 2010: Wouter
8676	- iana portlist updated.
8677	- configure test for memcmp portability.
8678
867927 January 2010: Wouter
8680	- removed warning on format string in validator error log statement.
8681	- iana portlist updated.
8682
868322 January 2010: Wouter
8684	- libtool finish the install of unbound python dynamic library.
8685
868621 January 2010: Wouter
8687	- acx_nlnetlabs.m4 synchronised with nsd's version.
8688
868920 January 2010: Wouter
8690	- Fixup lookup trouble for parent-child domains on the first query.
8691
869214 January 2010: Wouter
8693	- Fixup ldns detection to also check for header files.
8694
869513 January 2010: Wouter
8696	- prefetch-key option that performs DNSKEY queries earlier in the
8697	  validation process, and that could halve the latency on DNSSEC
8698	  queries.  It takes some extra processing (CPU, a cache is needed).
8699
870012 January 2010: Wouter
8701	- Fix unbound-checkconf for auto-trust-anchor-file present checks.
8702
87038 January 2010: Wouter
8704	- Fix for parent-child disagreement code which could have trouble
8705	  when (a) ipv6 was disabled and (b) the TTL for parent and child
8706	  were different.  There were two bugs, the parent-side information
8707	  is fixed to no longer block lookup of child side information and
8708	  the iterator is fixed to no longer attempt to get ipv6 when it is
8709	  not enabled and then give up in failure.
8710	- test and fixes to make prefetch actually store the answer in the
8711	  cache.  Considers some rrsets 'already expired' but does not allow
8712	  overwriting of rrsets considered more secure.
8713
87147 January 2010: Wouter
8715	- Fixup python documentation (thanks Leo Vandewoestijne).
8716	- Work on cache prefetch feature.
8717	- Stats for prefetch, in log print stats, unbound-control stats
8718	  and in unbound_munin plugin.
8719
87206 January 2010: Wouter
8721	- iana portlist updated.
8722	- bug#291: DNS wireformat max is 255. dname_valid allowed 256 length.
8723	- verbose output includes parent-side-address notion for lameness.
8724	- documented val-log-level: 2 setting in example.conf and man page.
8725	- change unbound-control-setup from 1024(sha1) to 1536(sha256).
8726
87271 January 2010: Wouter
8728	- iana portlist updated.
8729
873022 December 2009: Wouter
8731	- configure with newer libtool 2.2.6b.
8732
873317 December 2009: Wouter
8734	- review comments.
8735	- tag 1.4.1.
8736	- trunk to version 1.4.2.
8737
873815 December 2009: Wouter
8739	- Answer to qclass=ANY queries, with class IN contents.
8740	  Test that validation also works.
8741	- updated ldns snapshot tarball with latest fixes (parsing records).
8742
874311 December 2009: Wouter
8744	- on IPv4 UDP turn off DF flag.
8745
874610 December 2009: Wouter
8747	- requirements.txt updated with design choice explanations.
8748	- Reading fixes: fix to set unlame when child confirms parent glue,
8749	  and fix to avoid duplicate addresses in delegation point.
8750	- verify_rrsig routine checks expiration last.
8751
87529 December 2009: Wouter
8753	- Fix Bug#287(reopened): update of ldns tarball with fix for parse
8754	  errors generated for domain names like '.example.com'.
8755	- Fix SOA excluded from negative DS responses.  Reported by Hauke
8756	  Lampe.  The negative cache did not include proper SOA records for
8757	  negative qtype DS responses which makes BIND barf on it, such
8758	  responses are now only used internally.
8759	- Fix negative cache lookup of closestencloser check of DS type bit.
8760
87618 December 2009: Wouter
8762	- Fix for lookup of parent-child disagreement domains, where the
8763	  parent-side glue works but it does not provide proper NS, A or AAAA
8764	  for itself, fixing domains such as motorcaravanners.eu.
8765	- Feature: you can specify a port number in the interface: line, so
8766	  you can bind the same interface multiple times at different ports.
8767
87687 December 2009: Wouter
8769	- Bug#287: Fix segfault when unbound-control remove nonexistent local
8770	  data.  Added check to tests.
8771
87721 December 2009: Wouter
8773	- Fix crash with module-config "iterator".
8774	- Added unit test that has "iterator" module-config.
8775
877630 November 2009: Wouter
8777	- bug#284: fix parse of # without end-of-line at end-of-file.
8778
877926 November 2009: Wouter
8780	- updated ldns with release candidate for version 1.6.3.
8781	- tag for 1.4.0 release.
8782	- 1.4.1 version in trunk.
8783	- Fixup major libtool version to 2 because of why_bogus change.
8784	  It was 1:5:0 but should have been 2:0:0.
8785
878623 November 2009: Wouter
8787	- Patch from David Hubbard for libunbound manual page.
8788	- Fixup endless spinning in unbound-control stats reported by
8789	  Attila Nagy.  Probably caused by clock reversal.
8790
879120 November 2009: Wouter
8792	- contrib/split-itar.sh contributed by Tom Hendrikx.
8793
879419 November 2009: Wouter
8795	- better argument help for unbound-control.
8796	- iana portlist updated.
8797
879817 November 2009: Wouter
8799	- noted multiple entries for multiple domain names in example.conf.
8800	- iana portlist updated.
8801
880216 November 2009: Wouter
8803	- Fixed signer detection of CNAME responses without signatures.
8804	- Fix#282 libunbound memleak on error condition by Eric Sesterhenn.
8805	- Tests for CNAMEs to deeper trust anchors, secure and bogus.
8806	- svn tag 1.4.0rc1 made.
8807
880813 November 2009: Wouter
8809	- Fixed validation failure for CNAME to optout NSEC3 nodata answer.
8810	- unbound-host does not fail on type ANY.
8811	- Fixed wireparse failure to put RRSIGs together with data in some
8812	  long ANY mix cases, which fixes validation failures.
8813
881412 November 2009: Wouter
8815	- iana portlist updated.
8816	- fix manpage errors reported by debian lintian.
8817	- review comments.
8818	- fixup very long vallog2 level error strings.
8819
882011 November 2009: Wouter
8821	- ldns tarball updated (to 1.6.2).
8822	- review comments.
8823
882410 November 2009: Wouter
8825	- Thanks to Surfnet found bug in new dnssec-retry code that failed
8826	  to combine well when combined with DLV and a particular failure.
8827	- Fixed unbound-control -h output about argument optionality.
8828	- review comments.
8829
88305 November 2009: Wouter
8831	- lint fixes and portability tests.
8832	- better error text for multiple domain keys in one autotrust file.
8833
88342 November 2009: Wouter
8835	- Fix bug where autotrust does not work when started with a DS.
8836	- Updated GOST unit tests for unofficial algorithm number 249
8837	  and DNSKEY-format changes in draft version -01.
8838
883929 October 2009: Wouter
8840	- iana portlist updated.
8841	- edns-buffer-size option, default 4096.
8842	- fixed do-udp: no.
8843
884428 October 2009: Wouter
8845	- removed abort on prealloc failure, error still printed but softfail.
8846	- iana portlist updated.
8847	- RFC 5702: RSASHA256 and RSASHA512 support enabled by default.
8848	- ldns tarball updated (which also enables rsasha256 support).
8849
885027 October 2009: Wouter
8851	- iana portlist updated.
8852
88538 October 2009: Wouter
8854	- please doxygen
8855	- add val-log-level print to corner case (nameserver.epost.bg).
8856	- more detail to errors from insecure delegation checks.
8857	- Fix double time subtraction in negative cache reported by
8858	  Amanda Constant and Hugh Mahon.
8859	- Made new validator error string available from libunbound for
8860	  applications.  It is in result->why_bogus, a zero-terminated string.
8861	  unbound-host prints it by default if a result is bogus.
8862	  Also the errinf is public in module_qstate (for other modules).
8863
88647 October 2009: Wouter
8865	- retry for validation failure in DS and prime results. Less mem use.
8866	  unit test.  Provisioning in other tests for requeries.
8867	- retry for validation failure in DNSKEY in middle of chain of trust.
8868	  unit test.
8869	- retry for empty non terminals in chain of trust and unit test.
8870	- Fixed security bug where the signatures for NSEC3 records were not
8871	  checked when checking for absence of DS records.  This could have
8872	  enabled the substitution of an insecure delegation.
8873	- moved version number to 1.4.0 because of 1.3.4 release with only
8874	  the NSEC3 patch from the entry above.
8875	- val-log-level: 2 shows extended error information for validation
8876	  failures, but still one (longish) line per failure.  For example:
8877	  validation failure <example.com. DNSKEY IN>: signature expired from
8878	  192.0.2.4 for trust anchor example.com. while building chain of trust
8879	  validation failure <www.example.com. A IN>: no signatures from
8880	  192.0.2.6 for key example.com. while building chain of trust
8881
88826 October 2009: Wouter
8883	- Test set updated to provide additional ns lookup result.
8884	  The retry would attempt to fetch the data from other nameservers
8885	  for bogus data, and this needed to be provisioned in the tests.
8886
88875 October 2009: Wouter
8888	- first validation failure retry code.  Retries for data failures.
8889	  And unit test.
8890
88912 October 2009: Wouter
8892	- improve 5011 modularization.
8893	- fix unbound-host so -d can be given before -C.
8894	- iana portlist updated.
8895
889628 September 2009: Wouter
8897	- autotrust-anchor-file can read multiline input and $ORIGIN.
8898	- prevent integer overflow in holddown calculation. review fixes.
8899	- fixed race condition in trust point revocation. review fix.
8900	- review fixes to comments, removed unused code.
8901
890225 September 2009: Wouter
8903	- so-rcvbuf: 4m option added.  Set this on large busy servers to not
8904	  drop the occasional packet in spikes due to full socket buffers.
8905	  netstat -su keeps a counter of UDP dropped due to full buffers.
8906	- review of validator/autotrust.c, small fixes and comments.
8907
890823 September 2009: Wouter
8909	- 5011 query failed counts verification failures, not lookup failures.
8910	- 5011 probe failure handling fixup.
8911	- test unbound reading of original autotrust data.
8912	  The metadata per-key, such as key state (PENDING, MISSING, VALID) is
8913	  picked up, otherwise performs initial probe like usual.
8914
891522 September 2009: Wouter
8916	- autotrust test with algorithm rollover, new ordering of checks
8917	  assists in orderly rollover.
8918	- autotrust test with algorithm rollover to unknown algorithm.
8919	  checks if new keys are supported before adding them.
8920	- autotrust test with trust point revocation, becomes unsigned.
8921	- fix DNSSEC-missing-signature detection for minimal responses
8922	  for qtype DNSKEY (assumes DNSKEY occurs at zone apex).
8923
892418 September 2009: Wouter
8925	- autotrust tests, fix trustpoint timer deletion code.
8926	  fix count of valid anchors during missing remove.
8927	- autotrust: pick up REVOKE even if not signed with known other keys.
8928
892917 September 2009: Wouter
8930	- fix compile of unbound-host when --enable-alloc-checks.
8931	- Fix lookup problem reported by Koh-ichi Ito and Jaap Akkerhuis.
8932	- Manual page fixes reported by Tony Finch.
8933
893416 September 2009: Wouter
8935	- Fix memory leak reported by Tao Ma.
8936	- Fix memstats test tool for log-time-ascii log format.
8937
893815 September 2009: Wouter
8939	- iana portlist updated.
8940
894110 September 2009: Wouter
8942	- increased MAXSYSLOGLEN so .bg key can be printed in debug output.
8943	- use linebuffering for log-file: output, this can be significantly
8944	  faster than the previous fflush method and enable some class of
8945	  resolvers to use high verbosity (for short periods).
8946	  Not on windows, because line buffering does not work there.
8947
89489 September 2009: Wouter
8949	- Fix bug where DNSSEC-bogus messages were marked with too high TTL.
8950	  The RRsets would still expire at the normal time, but this would
8951	  keep messages bogus in the cache for too long.
8952	- regression test for that bug.
8953	- documented that load_cache is meant for debugging.
8954
89558 September 2009: Wouter
8956	- fixup printing errors when load_cache, they were printed to the
8957	  SSL connection which broke, now to the log.
8958	- new ldns - with fixed parse of large SOA values.
8959
89607 September 2009: Wouter
8961	- autotrust testbound scenarios.
8962	- autotrust fix that failure count is written to file.
8963	- autotrust fix that keys may become valid after add holddown time
8964	  alone, before the probe returns.
8965
89664 September 2009: Wouter
8967	- Changes to make unbound work with libevent-2.0.3 alpha. (in
8968	  configure detection due to new ssl dependency in libevent)
8969	- do not call sphinx for documentation when python is disabled.
8970	- remove EV_PERSIST from libevent timeout code to make the code
8971	  compatible with the libevent-2.0.  Works with older libevent too.
8972	- fix memory leak in python code.
8973
89743 September 2009: Wouter
8975	- Got a patch from Luca Bruno for libunbound support on windows to
8976	  pick up the system resolvconf nameservers and hosts there.
8977	- included ldns updated (enum warning fixed).
8978	- makefile fix for parallel makes.
8979	- Patch from Zdenek Vasicek and Attila Nagy for using the source IP
8980	  from python scripts.  See pythonmod/examples/resip.py.
8981	- doxygen comment fixes.
8982
89832 September 2009: Wouter
8984	- TRAFFIC keyword for testbound. Simplifies test generation.
8985	  ${range lower val upper} to check probe timeout values.
8986	- test with 5011-prepublish rollover and revocation.
8987	- fix revocation of RR for autotrust, stray exclamation mark.
8988
89891 September 2009: Wouter
8990	- testbound variable arithmetic.
8991	- autotrust probe time is randomised.
8992	- autotrust: the probe is active and does not fetch from cache.
8993
899431 August 2009: Wouter
8995	- testbound variable processing.
8996
899728 August 2009: Wouter
8998	- fixup unbound-control lookup to print forward and stub servers.
8999
900027 August 2009: Wouter
9001	- autotrust: mesh answer callback is empty.
9002
900326 August 2009: Wouter
9004	- autotrust probing.
9005	- iana portlist updated.
9006
900725 August 2009: Wouter
9008	- fixup memleak in trust anchor unsupported algorithm check.
9009	- iana portlist updated.
9010	- autotrust options: add-holddown, del-holddown, keep-missing.
9011	- autotrust store revoked status of trust points.
9012	- ctime_r compat definition.
9013	- detect yylex_destroy() in configure.
9014	- detect SSL_get_compression_methods declaration in configure.
9015	- fixup DS lookup at anchor point with unsigned parent.
9016	- fixup DLV lookup for DS queries to unsigned domains.
9017
901824 August 2009: Wouter
9019	- cleaner memory allocation on exit. autotrust test routines.
9020	- free all memory on program exit, fix for ssl and flex.
9021
902221 August 2009: Wouter
9023	- autotrust: debug routines. Read,write and conversions work.
9024
902520 August 2009: Wouter
9026	- autotrust: save and read trustpoint variables.
9027
902819 August 2009: Wouter
9029	- autotrust: state table updates.
9030	- iana portlist updated.
9031
903217 August 2009: Wouter
9033	- autotrust: process events.
9034
903517 August 2009: Wouter
9036	- Fix so that servers are only blacklisted if they fail to reply
9037	  to 16 queries in a row and the timeout gets above 2 minutes.
9038	- autotrust work, split up DS verification of DNSKEYs.
9039
904014 August 2009: Wouter
9041	- unbound-control lookup prints out infra cache information, like RTT.
9042	- Fix bug in DLV lookup reported by Amanda from Secure64.
9043	  It could sometimes wrongly classify a domain as unsigned, which
9044	  does not give the AD bit on replies.
9045
904613 August 2009: Wouter
9047	- autotrust read anchor files. locked trust anchors.
9048
904912 August 2009: Wouter
9050	- autotrust import work.
9051
905211 August 2009: Wouter
9053	- Check for openssl compatible with gost if enabled.
9054	- updated unit test for GOST=211 code.
9055	  Nicer naming of test files.
9056	- iana portlist updated.
9057
90587 August 2009: Wouter
9059	- call OPENSSL_config() in unbound and unit test so that the
9060	  operator can use openssl.cnf for configuration options.
9061	- removed small memory leak from config file reader.
9062
90636 August 2009: Wouter
9064	- configure --enable-gost for GOST support, experimental
9065	  implementation of draft-dolmatov-dnsext-dnssec-gost-01.
9066	- iana portlist updated.
9067	- ldns tarball updated (with GOST support).
9068
90695 August 2009: Wouter
9070	- trunk moved to 1.3.4.
9071
90724 August 2009: Wouter
9073	- Added test that the examples from draft rsasha256-14 verify.
9074	- iana portlist updated.
9075	- tagged 1.3.3
9076
90773 August 2009: Wouter
9078	- nicer warning when algorithm not supported, tells you to upgrade.
9079	- iana portlist updated.
9080
908127 July 2009: Wouter
9082	- Updated unbound-cacti contribution from Dmitriy Demidov, with
9083	  the queue statistics displayed in its own graph.
9084	- iana portlist updated.
9085
908622 July 2009: Wouter
9087	- Fix bug found by Michael Tokarev where unbound would try to
9088	  prime the root servers even though forwarders are configured for
9089	  the root.
9090	- tagged 1.3.3rc1
9091
909221 July 2009: Wouter
9093	- Fix server selection, so that it waits for open target queries when
9094	  faced with lameness.
9095
909620 July 2009: Wouter
9097	- Ignore transient sendto errors, no route to host, and host, net down.
9098	- contrib/update-anchor.sh has -r option for root-hints.
9099	- feature val-log-level: 1 prints validation failures so you can
9100	  keep track of them during dnssec deployment.
9101
910216 July 2009: Wouter
9103	- fix replacement malloc code.  Used in crosscompile.
9104	- makedist -w creates crosscompiled setup.exe on fedora11.
9105
910615 July 2009: Wouter
9107	- dependencies for compat items, for crosscompile.
9108	- mingw32 crosscompile changes, dependencies and zipfile creation.
9109	  and with System.dll from the windows NSIS you can make setup.exe.
9110	- package libgcc_s_sjlj exception handler for NSISdl.dll.
9111
911214 July 2009: Wouter
9113	- updated ldns tarball for solaris x64 compile assistance.
9114	- no need to define RAND_MAX from config.h.
9115	- iana portlist updated.
9116	- configure changes and ldns update for mingw32 crosscompile.
9117
911813 July 2009: Wouter
9119	- Fix for crash at start on windows.
9120	- tag for release 1.3.2.
9121	- trunk has version 1.3.3.
9122	- Fix for ID bits on windows to use all 16. RAND_MAX was not
9123	  defined like you'd expect on mingw. Reported by Mees de Roo.
9124
91259 July 2009: Wouter
9126	- tag for release 1.3.1.
9127	- trunk has version 1.3.2.
9128
91297 July 2009: Wouter
9130	- iana portlist updated.
9131
91326 July 2009: Wouter
9133	- prettier error handling in SSL setup.
9134	- makedist.sh uname fix (same as ldns).
9135	- updated fedora spec file.
9136
91373 July 2009: Wouter
9138	- fixup linking when ldnsdir is "".
9139
914030 June 2009: Wouter
9141	- more lenient truncation checks.
9142
914329 June 2009: Wouter
9144	- ldns trunk r2959 imported as tarball, because of solaris cc compile
9145	  support for c99.  r2960 for better configure.
9146	- better wrongly_truncated check.
9147	- On Linux, fragment IPv6 datagrams to the IPv6 minimum MTU, to
9148	  avoid dropped packets at routers.
9149
915026 June 2009: Wouter
9151	- Fix EDNS fallback when EDNS works for short answers but long answers
9152	  are dropped.
9153
915422 June 2009: Wouter
9155	- fixup iter priv strict aliasing while preserving size of sockaddr.
9156	- iana portlist updated.  (one less port allocated, one more fraction
9157	  of a bit for security!)
9158	- updated fedora specfile in contrib from Paul Wouters.
9159
916019 June 2009: Wouter
9161	- Fixup strict aliasing warning in iter priv code.
9162	  and config_file code.
9163	- iana portlist updated.
9164	- harden-referral-path: handle cases where NS is in answer section.
9165
916618 June 2009: Wouter
9167	- Fix of message parse bug where (specifically) an NSEC and RRSIG
9168	  in the wrong order would be parsed, but put wrongly into internal
9169	  structures so that later validation would fail.
9170	- Extreme lenience for wrongly truncated replies where a positive
9171	  reply has an NS in the authority but no signatures.  They are
9172	  turned into minimal responses with only the (secure) answer.
9173	- autoconf 2.63 for configure.
9174	- python warnings suppress.  Keep python API away from header files.
9175
917617 June 2009: Wouter
9177	- CREDITS entry for cz.nic, sponsoring a 'summer of code' that was
9178	  used for the python code in unbound. (http://www.nic.cz/vip/ in cz).
9179
918016 June 2009: Wouter
9181	- Fixup opportunistic target query generation to it does not
9182	  generate queries that are known to fail.
9183	- Touchup on munin total memory report.
9184	- messages picked out of the cache by the iterator are checked
9185	  if their cname chain is still correct and if validation status
9186	  has to be reexamined.
9187
918815 June 2009: Wouter
9189	- iana portlist updated.
9190
919114 June 2009: Wouter
9192	- Fixed bug where cached responses would lose their security
9193	  status on second validation, which especially impacted dlv
9194	  lookups.  Reported by Hauke Lampe.
9195
919613 June 2009: Wouter
9197	- bug #254. removed random whitespace from example.conf.
9198
919912 June 2009: Wouter
9200	- Fixup potential wrong NSEC picked out of the cache.
9201	- If unfulfilled callbacks are deleted they are called with an error.
9202	- fptr wlist checks for mesh callbacks.
9203	- fwd above stub in configuration works.
9204
920511 June 2009: Wouter
9206	- Fix queries for type DS when forward or stub zones are there.
9207	  They are performed to higherup domains, and thus treated as if
9208	  going to higher zones when looking up the right forward or stub
9209	  server.  This makes a stub pointing to a local server that has
9210	  a local view of example.com signed with the same keys as are
9211	  publicly used work.  Reported by Johan Ihren.
9212	- Added build-unbound-localzone-from-hosts.pl to contrib, from
9213	  Dennis DeDonatis.  It converts /etc/hosts into config statements.
9214	- same thing fixed for forward-zone and DS, chain of trust from
9215	  public internet into the forward-zone works now.  Added unit test.
9216
92179 June 2009: Wouter
9218	- openssl key files are opened apache-style, when user is root and
9219	  before chrooting.  This makes permissions on remote-control key
9220	  files easier to set up.  Fixes bug #251.
9221	- flush_type and flush_name remove msg cache entries.
9222	- codereview - dp copy bogus setting fix.
9223
92248 June 2009: Wouter
9225	- Removed RFC5011 REVOKE flag support. Partial 5011 support may cause
9226	  inadvertant behaviour.
9227	- 1.3.0 tarball for release created.
9228	- 1.3.1 development in svn trunk.
9229	- iana portlist updated.
9230	- fix lint from complaining on ldns/sha.h.
9231	- help compiler figure out aliasing in priv_rrset_bad() routine.
9232	- fail to configure with python if swig is not found.
9233	- unbound_munin_ in contrib uses ps to show rss if sbrk does not work.
9234
92353 June 2009: Wouter
9236	- fixup bad free() when wrongly encoded DSA signature is seen.
9237	  Reported by Paul Wouters.
9238	- review comments from Matthijs.
9239
92402 June 2009: Wouter
9241	- --enable-sha2 option. The draft rsasha256 changed its algorithm
9242	  numbers too often.  Therefore it is more prudent to disable the
9243	  RSASHA256 and RSASHA512 support by default.
9244	- ldns trunk included as new tarball.
9245	- recreated the 1.3.0 tag in svn. rc1 tarball generated at this point.
9246
924729 May 2009: Wouter
9248	- fixup doc bug in README reported by Matthew Dempsky.
9249
925028 May 2009: Wouter
9251	- update iana port list
9252	- update ldns lib tarball
9253
925427 May 2009: Wouter
9255	- detect lack of IPv6 support on XP (with a different error code).
9256	- Fixup a crash-on-exit which was triggered by a very long queue.
9257	  Unbound would try to re-use ports that came free, but this is
9258	  of course not really possible because everything is deleted.
9259	  Most easily triggered on XP (not Vista), maybe because of the
9260	  network stack encouraging large messages backlogs.
9261	- change in debug statements.
9262	- Fixed bug that could cause a crash if root prime failed when there
9263	  were message backlogs.
9264
926526 May 2009: Wouter
9266	- Thanks again to Brett Carr, found an assertion that was not true.
9267	  Assertion checked if recursion parent query still existed.
9268
926929 April 2009: Wouter
9270	- Thanks to Brett Carr, caught windows resource leak, use
9271	  closesocket() and not close() on sockets or else the network stack
9272	  starts to leak handles.
9273	- Removed usage of windows Mutex because windows cannot handle enough
9274	  mutexes open.  Provide own mutex implementation using primitives.
9275
927628 April 2009: Wouter
9277	- created svn tag for 1.3.0.
9278
927927 April 2009: Wouter
9280	- optimised cname from cache.
9281	- ifdef windows functions in testbound.
9282
928323 April 2009: Wouter
9284	- fix for threadsafety in solaris thr_key_create() in tests.
9285	- iana portlist updated.
9286	- fix pylib test for Darwin.
9287	- fix pymod test for Darwin and a python threading bug in pymod init.
9288	- check python >= 2.4 in configure.
9289	- -ldl check for libcrypto 1.0.0beta.
9290
929121 April 2009: Wouter
9292	- fix for build outside sourcedir.
9293	- fix for configure script swig detection.
9294
929517 April 2009: Wouter
9296	- Fix reentrant in minievent handler for unix. Could have resulted
9297	  in spurious event callbacks.
9298	- timers do not take up a fd slot for winsock handler.
9299	- faster fix for winsock reentrant check.
9300	- fix rsasha512 unit test for new (interim) algorithm number.
9301	- fix test:ldns doesn't like DOS line endings in keyfiles on unix.
9302	- fix compile warning on ubuntu (configlexer fwrite return value).
9303	- move python include directives into CPPFLAGS instead of CFLAGS.
9304
930516 April 2009: Wouter
9306	- winsock event handler exit very quickly on signal, even if
9307	  under heavy load.
9308	- iana portlist updated.
9309	- fixup windows winsock handler reentrant problem.
9310
931114 April 2009: Wouter
9312	- bug #245: fix munin plugin, perform cleanup of stale lockfiles.
9313	- makedist.sh; better help text.
9314	- cache-min-ttl option and tests.
9315	- mingw detect error condition on TCP sockets (NOTCONN).
9316
93179 April 2009: Wouter
9318	- Fix for removal of RSASHA256_NSEC3 protonumber from ldns.
9319	- ldns tarball updated.
9320	- iana portlist update.
9321	- detect GOST support in openssl-1.0.0-beta1, and fix compile problem
9322	  because that openssl defines the name STRING for itself.
9323
93246 April 2009: Wouter
9325	- windows compile fix.
9326	- Detect FreeBSD jail without ipv6 addresses assigned.
9327	- python libunbound wrapper unit test.
9328	- installs the following files. Default is to not build them.
9329	  	from configure --with-pythonmodule:
9330	  /usr/lib/python2.x/site-packages/unboundmodule.py
9331	  	from configure --with-pyunbound:
9332	  /usr/lib/python2.x/site-packages/unbound.py
9333	  /usr/lib/python2.x/site-packages/_unbound.so*
9334	  The example python scripts (pythonmod/examples and
9335	  libunbound/python/examples) are not installed.
9336	- python invalidate routine respects packed rrset ids and locks.
9337	- clock skew checks in unbound, config statements.
9338	- nxdomain ttl considerations in requirements.txt
9339
93403 April 2009: Wouter
9341	- Fixed a bug that caused messages to be stored in the cache too
9342	  long.  Hard to trigger, but NXDOMAINs for nameservers or CNAME
9343	  targets have been more vulnerable to the TTL miscalculation bug.
9344	- documentation test fixed for python addition.
9345
93462 April 2009: Wouter
9347	- pyunbound (libunbound python plugin) compiles using libtool.
9348	- documentation for pythonmod and pyunbound is generated in doc/html.
9349	- iana portlist updated.
9350	- fixed bug in unbound-control flush_zone where it would not flush
9351	  every message in the target domain.  This especially impacted
9352	  NXDOMAIN messages which could remain in the cache regardless.
9353	- python module test package.
9354
93551 April 2009: Wouter
9356	- suppress errors when trying to contact authority servers that gave
9357	  ipv6 AAAA records for their nameservers with ipv4 mapped contents.
9358	  Still tries to do so, could work when deployed in intranet.
9359	  Higher verbosity shows the error.
9360	- new libunbound calls documented.
9361	- pyunbound in libunbound/python. Removed compile warnings.
9362	  Makefile to make it.
9363
936430 March 2009: Wouter
9365	- Fixup LDFLAGS from libevent sourcedir compile configure restore.
9366	- Fixup so no non-absolute rpaths are added.
9367	- Fixup validation of RRSIG queries, they are let through.
9368	- read /dev/random before chroot
9369	- checkconf fix no python checks when no python module enabled.
9370	- fix configure, pthread first, so other libs do not change outcome.
9371
937227 March 2009: Wouter
9373	- nicer -h output. report linked libraries and modules.
9374	- prints modules in intuitive order (config file friendly).
9375	- python compiles easily on BSD.
9376
937726 March 2009: Wouter
9378	- ignore swig varargs warnings with gcc.
9379	- remove duplicate example.conf text from python example configs.
9380	- outofdir compile fix for python.
9381	- pyunbound works.
9382	- print modules compiled in on -h. manpage.
9383
938425 March 2009: Wouter
9385	- initial import of the python contribution from Zdenek Vasicek and
9386	  Marek Vavrusa.
9387	- pythonmod in Makefile; changes to remove warnings/errors for 1.3.0.
9388
938924 March 2009: Wouter
9390	- more neat configure.ac. Removed duplicate config.h includes.
9391	- neater config.h.in.
9392	- iana portlist updated.
9393	- fix util/configlexer.c and solaris -std=c99 flag.
9394	- fix postcommit aclocal errors.
9395	- spaces stripped. Makefile cleaner, /usr omitted from -I, -L, -R.
9396	- swap order of host detect and libtool generation.
9397
939823 March 2009: Wouter
9399	- added launchd plist example file for MacOSX to contrib.
9400	- deprecation test for daemon(3).
9401	- moved common configure actions to m4 include, prettier Makefile.
9402
940320 March 2009: Wouter
9404	- bug #239: module-config entries order is important. Documented.
9405	- build fix for test asynclook.
9406
940719 March 2009: Wouter
9408	- winrc/README.txt dos-format text file.
9409	- iana portlist updated.
9410	- use _beginthreadex() when available (performs stack alignment).
9411	- defaults for windows baked into configure.ac (used if on mingw).
9412
941318 March 2009: Wouter
9414	- Added tests, unknown algorithms become insecure. fallback works.
9415	- Fix for and test for unknown algorithms in a trust anchor
9416	  definition.  Trust anchors with no supported algos are ignored.
9417	  This means a (higher)DS or DLV entry for them could succeed, and
9418	  otherwise they are treated as insecure.
9419	- domain-insecure: "example.com" statement added. Sets domain
9420	  insecure regardless of chain of trust DSs or DLVs. The inverse
9421	  of a trust-anchor.
9422
942317 March 2009: Wouter
9424	- unit test for unsupported algorithm in anchor warning.
9425	- fixed so queries do not fail on opportunistic target queries.
9426
942716 March 2009: Wouter
9428	- fixup diff error printout in contrib/update-itar.sh.
9429	- added contrib/unbound_cacti for statistics support in cacti,
9430	  contributed by Dmitriy Demidov.
9431
943213 March 2009: Wouter
9433	- doxygen and lex/yacc on linux.
9434	- strip update-anchor on makedist -w.
9435	- fix testbound on windows.
9436	- default log to syslog for windows.
9437	- uninstaller can stop unbound - changed text on it to reflect that.
9438	- remove debugging from windows 'cron' actions.
9439
944012 March 2009: Wouter
9441	- log to App.logs on windows prints executable identity.
9442	- fixup tests.
9443	- munin plugin fix benign locking error printout.
9444	- anchor-update for windows, called every 24 hours; unbound reloads.
9445
944611 March 2009: Wouter
9447	- winsock event handler resets WSAevents after signalled.
9448	- winsock event handler tests if signals are really signalled.
9449	- install and service with log to file works on XP and Vista on
9450	  default install location.
9451	- on windows logging to the Application logbook works (as a service).
9452	- fix RUN_DIR on windows compile setting in makedist.
9453	- windows registry has Software\Unbound\ConfigFile element.
9454	  If does not exist, the default is used. The -c switch overrides it.
9455	- fix makedist version cleanup function.
9456
945710 March 2009: Wouter
9458	- makedist -w strips out old rc.. and snapshot info from version.
9459	- setup.exe starts and stops unbound after install, before uninstall.
9460	- unbound-checkconf recognizes absolute pathnames on windows (C:...).
9461
94629 March 2009: Wouter
9463	- Nullsoft NSIS installer creation script.
9464
94655 March 2009: Wouter
9466	- fixup memory leak introduced on 18feb in mesh reentrant fix.
9467
94683 March 2009: Wouter
9469	- combined icon with 16x16(4) 32x32(4) 48x48(8) 64x64(8).
9470	- service works on xp/vista, no config necessary (using defaults).
9471	- windows registry settings.
9472
94732 March 2009: Wouter
9474	- fixup --export-symbols to be -export-symbls for libtool.
9475	  This should fix extraneous symbols exported from libunbound.
9476	  Thanks to Ondrej Sury and Robert Edmonds for finding it.
9477	- iana portlist updated.
9478	- document FAQ entry on stub/forward zones and default blocking.
9479	- fix asynclook test app for libunbound not exporting symbols.
9480	- service install and remove utils that work with vista UAC.
9481
948227 February 2009: Wouter
9483	- Fixup lexer, to not give warnings about fwrite. Appeared in
9484	  new lexer features.
9485	- makedistro functionality for mingw. Has RC support.
9486	- support spaces and backslashes in configured defaults paths.
9487	- register, deregister in service control manager.
9488
948925 February 2009: Wouter
9490	- windres usage for application resources.
9491
949224 February 2009: Wouter
9493	- isc moved their dlv key download location.
9494	- fixup warning on vista/mingw.
9495	- makedist -w for window zip distribution first version.
9496
949720 February 2009: Wouter
9498	- Fixup contrib/update-itar.sh, the exit codes 1 and 0 were swapped.
9499	  Nicer script layout.  Added url to site in -h output.
9500
950119 February 2009: Wouter
9502	- unbound-checkconf and unbound print warnings when trust anchors
9503	  have unsupported algorithms.
9504	- added contrib/update-itar.sh  This script is similar to
9505	  update-anchor.sh, and updates from the IANA ITAR repository.
9506	  You can provide your own PGP key and trust repo, or can use the
9507	  builtin.  The program uses wget and gpg to work.
9508	- iana portlist updated.
9509	- update-itar.sh: using ftp:// urls because https godaddy certificate
9510	  is not available everywhere and then gives fatal errors.  The
9511	  security is provided by pgp signature.
9512
951318 February 2009: Wouter
9514	- more cycle detection. Also for target queries.
9515	- fixup bug where during deletion of the mesh queries the callbacks
9516	  that were reentrant caused assertion failures. Keep the mesh in
9517	  a reentrant safe state.  Affects libunbound, reload of server,
9518	  on quit and flush_requestlist.
9519	- iana portlist updated.
9520
952113 February 2009: Wouter
9522	- forwarder information now per-thread duplicated.
9523	  This keeps it read only for speed, with no locking necessary.
9524	- forward command for unbound control to change forwarders to use
9525	  on the fly.
9526	- document that unbound-host reads no config file by default.
9527	- updated iana portlist.
9528
952912 February 2009: Wouter
9530	- call setusercontext if available (on BSD).
9531	- small refactor of stats clearing.
9532	- #227: flush_stats feature for unbound-control.
9533	- stats_noreset feature for unbound-control.
9534	- flush_requestlist feature for unbound-control.
9535	- libunbound version upped API (was changed 5 feb).
9536	- unbound-control status shows if root forwarding is in use.
9537	- slightly nicer memory management in iter-fwd code.
9538
953910 February 2009: Wouter
9540	- keys with rfc5011 REVOKE flag are skipped and not considered when
9541	  validating data.
9542	- iana portlist updated
9543	- #226: dump_requestlist feature for unbound-control.
9544
95456 February 2009: Wouter
9546	- contrib contains specfile for fedora 1.2.1 (from Paul Wouters).
9547	- iana portlist updated.
9548	- fixup EOL in include directive (reported by Paul Wouters).
9549	  You can no longer specify newlines in the names of included files.
9550	- config parser changed. Gives some syntax errors closer to where they
9551	  occurred. Does not enforce a space after keyword anymore.
9552	  Does not allow literal newlines inside quoted strings anymore.
9553	- verbosity level 5 logs customer IP for new requestlist entries.
9554	- test fix, lexer and cancel test.
9555	- new option log-time-ascii: yes  if you enable it prints timestamps
9556	  in the log file as Feb 06 13:45:26 (like syslog does).
9557	- detect event_base_new in libevent-1.4.1 and later and use it.
9558	- #231 unbound-checkconf -o option prints that value from config file.
9559	  Useful for scripting in management scripts and the like.
9560
95615 February 2009: Wouter
9562	- ldns 1.5.0 rc as tarball included.
9563	- 1.3.0 development continues:
9564	  change in libunbound API: ub_cancel can return an error, that
9565	  the async_id did not exist, or that it was already delivered.
9566	  The result could have been delivered just before the cancel
9567	  routine managed to acquire the lock, so a caller may get the
9568	  result at the same time they call cancel.  For this case,
9569	  ub_cancel tries to return an error code.
9570	  Fixes race condition in ub_cancel() libunbound function.
9571	- MacOSX Leopard cleaner text output from configure.
9572	- initgroups(3) is called to drop secondary group permissions, if
9573	  applicable.
9574	- configure option --with-ldns-builtin forces the use of the
9575	  inluded ldns package with the unbound source.  The -I include
9576	  is put before the others, so it avoids bad include files from
9577	  an older ldns install.
9578	- daemon(3) posix call is used when available.
9579	- testbound test for older fix added.
9580
95814 February 2009: Wouter
9582	- tag for release 1.2.1.
9583	- trunk setup for 1.3.0 development.
9584
95853 February 2009: Wouter
9586	- noted feature requests in doc/TODO.
9587	- printout more detailed errors on ssl certificate loading failures.
9588	- updated IANA portlist.
9589
959016 January 2009: Wouter
9591	- more quiet about ipv6 network failures, i.e. when ipv6 is not
9592	  available (network unreachable). Debug still printed on high
9593	  verbosity.
9594	- unbound-host -4 and -6 options. Stops annoying ipv6 errors when
9595	  debugging with unbound-host -4 -d ...
9596	- more cycle detection for NS-check, addr-check, root-prime and
9597	  stub-prime queries in the iterator.  Avoids possible deadlock
9598	  when priming fails.
9599
960015 January 2009: Wouter
9601	- bug #229: fixup configure checks for compilation with Solaris
9602	  Sun cc compiler, ./configure CC=/opt/SUNWspro/bin/cc
9603	- fixup suncc warnings.
9604	- fix bug where unbound could crash using libevent 1.3 and older.
9605	- update testset for recent retry change.
9606
960714 January 2009: Wouter
9608	- 1.2.1 feature: negative caching for failed queries.
9609	  Queries that failed are cached for 5 seconds (NORR_TTL).
9610	  If the failure is local, like out of memory, it is not cached.
9611	- the TTL comparison for the cache used different comparisons,
9612	  causing many cache responses that used the iterator and validator
9613	  state machines unnecessarily.
9614	- retry from 4 to 5 so that EDNS drop retry is part of the first
9615	  query resolve attempt, and cached error does not stop EDNS fallback.
9616	- remove debug prints that protect against bad referrals.
9617	- honor QUIET=no on make commandline (or QUIET=yes ).
9618
961913 January 2009: Wouter
9620	- fixed bug in lameness marking, removed printouts.
9621	- find NS rrset more cleanly for qtype NS.
9622	- Moved changes to 1.2.0 for release. Thanks to Mark Zealey for
9623	  reporting and logs.
9624	- 1.2.1 feature: stops resolving AAAAs promiscuously when they
9625	  are in the negative cache.
9626
962712 January 2009: Wouter
9628	- fixed bug in infrastructure lameness cache, did not lowercase
9629	  name of zone to hash when setting lame.
9630	- lameness debugging printouts.
9631
96329 January 2009: Wouter
9633	- created svn tag for 1.2.0 release.
9634	- svn trunk contains 1.2.1 version number.
9635	- iana portlist updated for todays list.
9636	- removed debug print.
9637
96388 January 2009: Wouter
9639	- new version of ldns-trunk (today) included as tarball, fixed
9640	  bug #224, building with -j race condition.
9641	- remove possible race condition in the test for race conditions.
9642
96437 January 2009: Wouter
9644	- version 1.2.0 in preparation.
9645	- feature to allow wildcards (*, ?, [], {}. ~) in trusted-keys-file
9646	  statements. (Adapted from patch by Paul Wouters).
9647	- typo fix and iana portlist updated.
9648	- porting testsuite; unused var warning, and type fixup.
9649
96506 January 2009: Wouter
9651	- fixup packet-of-death when compiled with --enable-debug.
9652	  A malformed packet could cause an internal assertion failure.
9653	- added test for HINFO canonicalisation behaviour.
9654	- fixup reported problem with transparent local-zone data where
9655	  queries with different type could get nxdomain. Now queries
9656	  with a different name get resolved normally, with different type
9657	  get a correct NOERROR/NODATA answer.
9658	- HINFO no longer downcased for validation, making unbound compatible
9659	  with bind and ldns.
9660	- fix reading included config files when chrooted.
9661	  Give full path names for include files.
9662	  Relative path names work if the start dir equals the working dir.
9663	- fix libunbound message transport when no packet buffer is available.
9664
96655 January 2009: Wouter
9666	- fixup getaddrinfo failure handling for remote control port.
9667	- added L.ROOT-SERVERS.NET. AAAA 2001:500:3::42 to builtin root hints.
9668	- fixup so it works with libev-3.51 from http://dist.schmorp.de/libev/
9669	- comm_timer_set performs base_set operation after event_add.
9670
967118 December 2008: Wouter
9672	- fixed bug reported by Duane Wessels: error in DLV lookup, would make
9673	  some zones that had correct DLV keys as insecure.
9674	- follows -rc makedist from ldns changes (no _rc).
9675	- ldns tarball updated with 1.4.1rc for DLV unit test.
9676	- verbose prints about recursion lame detection and server selection.
9677	- fixup BSD port for infra host storage. It hashed wrongly.
9678	- fixup makedist snapshot name generation.
9679	- do not reopen syslog to avoid dev/log dependency.
9680
968117 December 2008: Wouter
9682	- follows ldns makedist.sh. -rc option. autom4te dir removed.
9683	- unbound-control status command.
9684	- extended statistics has a number of ipv6 queries counter.
9685	  contrib/unbound_munin_ was updated to draw ipv6 in the hits graph.
9686
968716 December 2008: Wouter
9688	- follow makedist improvements from ldns, for maintainers prereleases.
9689	- snapshot version uses _ not - to help rpm distinguish the
9690	  version number.
9691
969211 December 2008: Wouter
9693	- better fix for bug #219: use LOG_NDELAY with openlog() call.
9694	  Thanks to Tamas Tevesz.
9695
96969 December 2008: Wouter
9697	- bug #221 fixed: unbound checkconf checks if key files exist if
9698	  remote control is enabled. Also fixed NULL printf when not chrooted.
9699	- iana portlist updated.
9700
97013 December 2008: Wouter
9702	- Fix problem reported by Jaco Engelbrecht where unbound-control stats
9703	  freezes up unbound if this was compiled without threading, and
9704	  was using multiple processes.
9705	- iana portlist updated.
9706	- test for remote control with interprocess communication.
9707	- created command distribution mechanism so that remote control
9708	  commands other than 'stats' work on all processes in a nonthreaded
9709	  compiled version. dump/load cache work, on the first process.
9710	- fixup remote control local_data addition memory corruption bug.
9711
97121 December 2008: Wouter
9713	- SElinux policy files in contrib/selinux for the unbound daemon,
9714	  by Paul Wouters and Adam Tkac.
9715
971625 November 2008: Wouter
9717	- configure complains when --without-ssl is given (bug #220).
9718	- skip unsupported feature tests on vista/mingw.
9719	- fixup testcode/streamtcp to work on vista/mingw.
9720	- root-hints test checks version of dig required.
9721	- blacklisted servers are polled at a low rate (1%) to see if they
9722	  come back up. But not if there is some other working server.
9723
972424 November 2008: Wouter
9725	- document that the user of the server daemon needs read privileges
9726	  on the keys and certificates generated by unbound-control-setup.
9727	  This is different per system or distribution, usually, running the
9728	  script under the same username as the server uses suffices.
9729	  i.e.  sudo -u unbound unbound-control-setup
9730	- testset port to vista/mingw.
9731	- tcp_sigpipe to freebsd port.
9732
973321 November 2008: Wouter
9734	- fixed tcp accept, errors were printed when they should not.
9735	- unbound-control-setup.sh removes read/write permissions other
9736	  from the keys it creates (as suggested by Dmitriy Demidov).
9737
973820 November 2008: Wouter
9739	- fixup fatal error due to faulty error checking after tcp accept.
9740	- add check in rlimit to avoid integer underflow.
9741	- rlimit check with new formula; better estimate for number interfaces
9742	- nicer comments in rlimit check.
9743	- tag 1.1.1 created in svn.
9744	- trunk label is 1.1.2
9745
974619 November 2008: Wouter
9747	- bug #219: fixed so that syslog which delays opening until the first
9748	  log line is written, gets a log line while not chroot'ed yet.
9749
975018 November 2008: Wouter
9751	- iana portlist updated.
9752	- removed cast in unit test debug print that was not 64bit safe.
9753	- trunk back to 1.1.0; copied to tags 1.1.0 release.
9754	- trunk to has version number 1.1.1 again.
9755	- in 1.1.1; make clean nicer. grammar in manpage.
9756
975717 November 2008: Wouter
9758	- theoretical fix for problems reported on mailing list.
9759	  If a delegation point has no A but only AAAA and do-ip6 is no,
9760	  resolution would fail. Fixed to ask for the A and AAAA records.
9761	  It has to ask for both always, so that it can fail quietly, from
9762	  TLD perspective, when a zone is only reachable on one transport.
9763	- test for above, only AAAA and doip6 is no. Fix causes A record
9764	  for nameserver to be fetched.
9765	- fixup address duplication on cache fillup for delegation points.
9766	- testset updated for new query answer requirements.
9767
976814 November 2008: Wouter
9769	- created 1.1.0 release tag in svn.
9770	- trunk moved to 1.1.1
9771	- fixup unittest-neg for locking.
9772
977313 November 2008: Wouter
9774	- added fedora init and specfile to contrib (by Paul Wouters).
9775	- added configure check for ldns 1.4.0 (using its compat funcs).
9776	- neater comments in worker.h.
9777	- removed doc/plan and updated doc/TODO.
9778	- silenced EHOSTDOWN (verbosity 2 or higher to see it).
9779	- review comments from Jelte, Matthijs. Neater code.
9780
978112 November 2008: Wouter
9782	- add unbound-control manpage to makedist replace list.
9783
978411 November 2008: Wouter
9785	- unit test for negative cache, stress tests the refcounting.
9786	- fix for refcounting error that could cause fptr_wlist fatal exit
9787	  in the negative cache rbtree (upcoming 1.1 feature). (Thanks to
9788	  Attila Nagy for testing).
9789	- nicer comments in cachedump about failed RR to string conversion.
9790	- fix 32bit wrap around when printing large (4G and more) mem usage
9791	  for extended statistics.
9792
979310 November 2008: Wouter
9794	- fixup the getaddrinfo compat code rename.
9795
97968 November 2008: Wouter
9797	- added configure check for eee build warning.
9798
97997 November 2008: Wouter
9800	- fix bug 217: fixed, setreuid and setregid do not work on MacOSX10.4.
9801	- detect nonblocking problems in network stack in configure script.
9802
98036 November 2008: Wouter
9804	- dname_priv must decompress the name before comparison.
9805	- iana portlist updated.
9806
98075 November 2008: Wouter
9808	- fixed possible memory leak in key_entry_key deletion.
9809	  Would leak a couple bytes when trust anchors were replaced.
9810	- if query and reply qname overlap, the bytes are skipped not copied.
9811	- fixed file descriptor leak when messages were jostled out that
9812	  had outstanding (TCP) replies.
9813	- DNAMEs used from cache have their synthesized CNAMEs initialized
9814	  properly.
9815	- fixed file descriptor leak for localzone type deny (for TCP).
9816	- fixed memleak at exit for nsec3 negative cached zones.
9817	- fixed memleak for the keyword 'nodefault' when reading config.
9818	- made verbosity of 'edns incapable peer' warning higher, so you
9819	  do not get spammed by it.
9820	- caught elusive Bad file descriptor error bug, that would print the
9821	  error while unnecessarily try to listen to a closed fd. Fixed.
9822
98234 November 2008: Wouter
9824	- fixed -Wwrite-strings warnings that result in better code.
9825
98263 November 2008: Wouter
9827	- fixup build process for Mac OSX linker, use ldns b32 compat funcs.
9828	- generated configure with autoconf-2.61.
9829	- iana portlist updated.
9830	- detect if libssl needs libdl.  For static linking with libssl.
9831	- changed to use new algorithm identifiers for sha256/sha512
9832	  from ldns 1.4.0 (need very latest version).
9833	- updated the included ldns tarball.
9834	- proper detection of SHA256 and SHA512 functions (not just sizes).
9835
983623 October 2008: Wouter
9837	- a little more debug info for failure on signer names. prints names.
9838
983922 October 2008: Wouter
9840	- CFLAGS are picked up by configure from the environment.
9841	- iana portlist updated.
9842	- updated ldns to use 1.4.0-pre20081022 so it picks up CFLAGS too.
9843	- new stub-prime: yesno option. Default is off, so it does not prime.
9844	  can be turned on to get same behaviour as previous unbound release.
9845	- made automated test that checks if builtin root hints are uptodate.
9846	- finished draft-wijngaards-dnsext-resolver-side-mitigation
9847	  implementation. The unwanted-reply-threshold can be set.
9848	- fixup so fptr_whitelist test in alloc.c works.
9849
985021 October 2008: Wouter
9851	- fix update-anchors.sh, so it does not report different RR order
9852	  as an update.  Sorts the keys in the file.  Updated copyright.
9853	- fixup testbound on windows, the command control pipe doesn't exist.
9854	- skip 08hostlib test on windows, no fork() available.
9855	- made unbound-remote work on windows.
9856
985720 October 2008: Wouter
9858	- quench a log message that is debug only.
9859	- iana portlist updated.
9860	- do not query bogus nameservers.  It is like nameservers that have
9861	  the NS or A or AAAA record bogus are listed as donotquery.
9862	- if server selection is faced with only bad choices, it will
9863	  attempt to get more options to be fetched.
9864	- changed bogus-ttl default value from 900 to 60 seconds.
9865	  In anticipation that operator caused failures are more likely than
9866	  actual attacks at this time.  And thus repeated validation helps
9867	  the operators get the problem fixed sooner.  It makes validation
9868	  failures go away sooner (60 seconds after the zone is fixed).
9869	  Also it is likely to try different nameserver targets every minute,
9870	  so that if a zone is bad on one server but not another, it is
9871	  likely to pick up the 'correct' one after a couple minutes,
9872	  and if the TTL is big enough that solves validation for the zone.
9873	- fixup unbound-control compilation on windows.
9874
987517 October 2008: Wouter
9876	- port Leopard/G5: fixup type conversion size_t/uint32.
9877	  please ranlib, stop file without symbols warning.
9878	- harden referral path now also validates the root after priming.
9879	  It looks up the root NS authoritatively as well as the root servers
9880	  and attemps to validate the entries.
9881
988216 October 2008: Wouter
9883	- Fixup negative TTL values appearing (reported by Attila Nagy).
9884
988515 October 2008: Wouter
9886	- better documentation for 0x20; remove fallback TODO, it is done.
9887	- harden-referral-path feature includes A, AAAA queries for glue,
9888	  as well as very careful NS caching (only when doing NS query).
9889	  A, AAAA use the delegation from the NS-query.
9890
989114 October 2008: Wouter
9892	- fwd_three.tpkg test was flaky.  If the three requests hit the
9893	  wrong threads by chance (or bad OS) then the test would fail.
9894	  Made less flaky by increasing number of retries.
9895	- stub_udp.tpkg changed to work, give root hints. fixed ldns_dname_abs.
9896	- ldns tarball is snapshot of ldns r2759 (1.4.0-pre-20081014).
9897	  Which includes the ldns_dname_absolute fix.
9898	- fwd_three test remains flaky now that unbound does not stop
9899	  listening when full.  Thus, removed timeout problem.
9900	  It may be serviced by three threads, or maybe by one.
9901	  Mostly only useful for lock-check testing now.
9902
990313 October 2008: Wouter
9904	- fixed recursion servers deployed as authoritative detection, so
9905	  that as a last resort, a +RD query is sent there to get the
9906	  correct answer.
9907	- iana port list update.
9908	- ldns tarball is snapshot of ldns r2759 (1.4.0-pre-20081013).
9909
991010 October 2008: Wouter
9911	- fixup tests - the negative cache contained the correct NSEC3s for
9912	  two tests that are supposed to fail to validate.
9913
99149 October 2008: Wouter
9915	- negative cache caps max iterations of NSEC3 done.
9916	- NSEC3 negative cache for qtype DS works.
9917
99188 October 2008: Wouter
9919	- NSEC negative cache for DS.
9920
99216 October 2008: Wouter
9922	- jostle-timeout option, so you can config for slow links.
9923	- 0x20 fallback code.  Tries 3xnumber of nameserver addresses
9924	  queries that must all be the same.  Sent to random nameservers.
9925	- documented choices for DoS, EDNS, 0x20.
9926
99272 October 2008: Wouter
9928	- fixup unlink of pidfile.
9929	- fixup SHA256 algorithm collation code.
9930	- contrib/update-anchor.sh does not overwrite anchors if not needed.
9931	  exits 0 when a restart is needed, other values if not.
9932	  so,  update-anchor.sh -d mydir && /etc/rc.d/unbound restart
9933	  can restart unbound exactly when needed.
9934
993530 September 2008: Wouter
9936	- fixup SHA256 DS downgrade, no longer possible to downgrade to SHA1.
9937	- tests for sha256 support and downgrade resistance.
9938	- RSASHA256 and RSASHA512 support (using the draft in dnsext),
9939	  using the drafted protocol numbers.
9940	- when using stub on localhost (127.0.0.1@10053) unbound works.
9941	  Like when running NSD to host a local zone, on the same machine.
9942	  The noprime feature. manpages more explanation. Added a test for it.
9943	- shorthand for reverse PTR,  local-data-ptr: "1.2.3.4 www.ex.com"
9944
994529 September 2008: Wouter
9946	- EDNS lameness detection, if EDNS packets are dropped this is
9947	  detected, eventually.
9948	- multiple query timeout rtt backoff does not backoff too much.
9949
995026 September 2008: Wouter
9951	- tests for remote-control.
9952	- small memory leak in exception during remote control fixed.
9953	- fixup for lock checking but not unchecking in remote control.
9954	- iana portlist updated.
9955
995623 September 2008: Wouter
9957	- Msg cache is loaded. A cache load enables cache responses.
9958	- unbound-control flush [name], flush_type and flush_zone.
9959
996022 September 2008: Wouter
9961	- dump_cache and load_cache statements in unbound-control.
9962	  RRsets are dumped and loaded correctly.
9963	  Msg cache is dumped.
9964
996519 September 2008: Wouter
9966	- locking on the localdata structure.
9967	- add and remove local zone and data with unbound-control.
9968	- ldns trunk snapshot updated, make tests work again.
9969
997018 September 2008: Wouter
9971	- fixup error in time calculation.
9972	- munin plugin improvements.
9973	- nicer abbreviations for high query types values (ixfr, axfr, any...)
9974	- documented the statistics output in unbound-control man page.
9975	- extended statistics prints out histogram, over unbound-control.
9976
997717 September 2008: Wouter
9978	- locking for threadsafe bogus rrset counter.
9979	- ldns trunk no longer exports b32 functions, provide compat.
9980	- ldns tarball updated.
9981	- testcode/ldns-testpkts.c const fixups.
9982	- fixed rcode stat printout.
9983	- munin plugin in contrib.
9984	- stats always printout uptime, because stats plugins need it.
9985
998616 September 2008: Wouter
9987	- extended-statistics: yesno config option.
9988	- unwanted replies spoof nearmiss detector.
9989	- iana portlist updated.
9990
999115 September 2008: Wouter
9992	- working start, stop, reload commands for unbound-control.
9993	- test for unbound-control working; better exit value for control.
9994	- verbosity control via unbound-control.
9995	- unbound-control stats.
9996
999712 September 2008: Wouter
9998	- removed browser control mentions. Proto speccy.
9999
1000011 September 2008: Wouter
10001	- set nonblocking on new TCP streams, because linux does not inherit
10002	  the socket options to the accepted socket.
10003	- fix TCP timeouts.
10004	- SSL protected connection between server and unbound-control.
10005
1000610 September 2008: Wouter
10007	- remove memleak in privacy addresses on reloads and quits.
10008	- remote control work.
10009
100109 September 2008: Wouter
10011	- smallapp/unbound-control-setup.sh script to set up certificates.
10012
100134 September 2008: Wouter
10014	- scrubber scrubs away private addresses.
10015	- test for private addresses. man page entry.
10016	- code refactored for name and address tree lookups.
10017
100183 September 2008: Wouter
10019	- options for 'DNS Rebinding' protection: private-address and
10020	  private-domain.
10021	- dnstree for reuse of routines that help with domain, addr lookups.
10022	- private-address and private-domain config option read, stored.
10023
100242 September 2008: Wouter
10025	- DoS protection features. Queries are jostled out to make room.
10026	- testbound can pass time, increasing the internal timer.
10027	- do not mark unsigned additionals bogus, leave unchecked, which
10028	  is removed too.
10029
100301 September 2008: Wouter
10031	- disallow nonrecursive queries for cache snooping by default.
10032	  You can allow is using access-control: <subnet> allow_snoop.
10033	  The defaults do allow access no authoritative data without RD bit.
10034	- two tests for it and fixups of tests for nonrec refused.
10035
1003629 August 2008: Wouter
10037	- version 1.1 number in trunk.
10038	- harden-referral-path option for query for NS records.
10039	  Default turns off expensive, experimental option.
10040
1004128 August 2008: Wouter
10042	- fixup logfile handling; it is created with correct permissions
10043	  again. (from bugfix#199).
10044	  Some errors are not written to logfile (pidfile writing, forking),
10045	  and these are only visible by using the -d commandline flag.
10046
1004727 August 2008: Wouter
10048	- daemon(3) is causing problems for people. Reverting the patch.
10049	  bug#200, and 199 and 203 contain sideline discussion on it.
10050	- bug#199 fixed: pidfile can be outside chroot. openlog is done before
10051	  chroot and drop permissions.
10052	- config option to set size of aggressive negative cache,
10053	  neg-cache-size.
10054	- bug#203 fixed: dlv has been implemented.
10055
1005626 August 2008: Wouter
10057	- test for insecure zone when DLV is in use, also does negative cache.
10058	- test for trustanchor when DLV is in use (the anchor works).
10059	- test for DLV used for a zone below a trustanchor.
10060	- added scrub filter for overreaching NSEC records and unit test.
10061	- iana portlist update
10062	- use of setresuid or setreuid when available.
10063	- use daemon(3) if available.
10064
1006525 August 2008: Wouter
10066	- realclean patch from Robert Edmonds.
10067
1006822 August 2008: Wouter
10069	- nicer debuglogging of DLV.
10070	- test with secure delegation inside the DLV repository.
10071
1007221 August 2008: Wouter
10073	- negative cache code linked into validator, for DLV use.
10074	  negative cache works for DLV.
10075	- iana portlist update.
10076	- dlv-anchor option for unit tests.
10077	- fixup NSEC_AT_APEX classification for short typemaps.
10078	- ldns-testns has subdomain checks, for unit tests.
10079
1008020 August 2008: Wouter
10081	- negative cache code, reviewed.
10082
1008318 August 2008: Wouter
10084	- changes info: in logfile to notice: info: or debug: depending on
10085	  the verbosity of the statements.  Better logfile message
10086	  classification.
10087	- bug #208: extra rc.d unbound flexibility for freebsd/nanobsd.
10088
1008915 August 2008: Wouter
10090	- DLV nsec code fixed for better detection of closest existing
10091	  enclosers from NSEC responses.
10092	- DLV works, straight to the dlv repository, so not for production.
10093	- Iana port update.
10094
1009514 August 2008: Wouter
10096	- synthesize DLV messages from the rrset cache, like done for DS.
10097
1009813 August 2008: Wouter
10099	- bug #203: nicer do-auto log message when user sets incompatible
10100	  options.
10101	- bug #204: variable name ameliorated in log.c.
10102	- bug #206: in iana_update, no egrep, but awk use.
10103	- ldns snapshot r2699 taken (includes DLV type).
10104	- DLV work, config file element, trust anchor read in.
10105
1010612 August 2008: Wouter
10107	- finished adjusting testset to provide qtype NS answers.
10108
1010911 August 2008: Wouter
10110	- Fixup rrset security updates overwriting 2181 trust status.
10111	  This makes validated to be insecure data just as worthless as
10112	  nonvalidated data, and 2181 rules prevent cache overwrites to them.
10113	- Fix assertion fail on bogus key handling.
10114	- dnssec lameness detection works on first query at trust apex.
10115	- NS queries get proper cache and dnssec lameness treatment.
10116	- fixup compilation without pthreads on linux.
10117
101188 August 2008: Wouter
10119	- NS queries are done after every referral.
10120	  validator is used on those NS records (if anchors enabled).
10121
101227 August 2008: Wouter
10123	- Scrubber more strict. CNAME chains, DNAMEs from cache, other
10124	  irrelevant rrsets removed.
10125	- 1.0.2 released from 1.0 support branch.
10126	- fixup update-anchor.sh to work both in BSD shell and bash.
10127
101285 August 2008: Wouter
10129	- fixup DS test so apex nodata works again.
10130
101314 August 2008: Wouter
10132	- iana port update.
10133	- TODO update.
10134	- fix bug 201: null ptr deref on cleanup while udp pkts wait for port.
10135	- added explanatory text for outgoing-port-permit in manpage.
10136
1013730 July 2008: Wouter
10138	- fixup bug qtype DS for unsigned zone and signed parent validation.
10139
1014025 July 2008: Wouter
10141	- added original copyright statement of OpenBSD arc4random code.
10142	- created tube signaling solution on windows, as a pipe replacement.
10143	  this makes background asynchronous resolution work on windows.
10144	- removed very insecure socketpair compat code. It also did not
10145	  work with event_waiting. Solved by pipe replacement.
10146	- unbound -h prints openssl version number as well.
10147
1014822 July 2008: Wouter
10149	- moved pipe actions to util/tube.c. easier porting and shared code.
10150	- check _raw() commpoint callbacks with fptr_wlist.
10151	- iana port update.
10152
1015321 July 2008: Wouter
10154	- #198: nicer entropy warning message. manpage OS hints.
10155
1015619 July 2008: Wouter
10157	- #198: fixup man page to suggest chroot entropy fix.
10158
1015918 July 2008: Wouter
10160	- branch for 1.0 support.
10161	- trunk work on tube.c.
10162
1016317 July 2008: Wouter
10164	- fix bug #196, compile outside source tree.
10165	- fix bug #195, add --with-username=user configure option.
10166	- print error and exit if started with config that requires more
10167	  fds than the builtin minievent can handle.
10168
1016916 July 2008: Wouter
10170	- made svn tag 1.0.1, trunk now 1.0.2
10171	- sha256 checksums enabled in makedist.sh
10172
1017315 July 2008: Wouter
10174	- Follow draft-ietf-dnsop-default-local-zones-06 added reverse
10175	  IPv6 example prefix to AS112 default blocklist.
10176	- fixup lookup of DS records by client with trustanchor for same.
10177	- libunbound ub_resolve, fix handling of error condition during setup.
10178	- lowered log_hex blocksize to fit through BSD syslog linesize.
10179	- no useless initialisation if getpwnam not available.
10180	- iana, ldns snapshot updated.
10181
101823 July 2008: Wouter
10183	- Matthijs fixed memory leaks in root hints file reading.
10184
1018526 June 2008: Wouter
10186	- fixup streamtcp bounds setting for udp mode, in the test framework.
10187	- contrib item for updating trust anchors.
10188
1018925 June 2008: Wouter
10190	- fixup fwd_ancil test typos.
10191	- Fix for newegg lameness : ok for qtype=A, but lame for others.
10192	- fixup unit test for infra cache, test lame merging.
10193	- porting to mingw, bind, listen, getsockopt and setsockopt error
10194	  handling.
10195
1019624 June 2008: Wouter
10197	- removed testcode/checklocks from production code compilation path.
10198	- streamtcp can use UDP mode (connected UDP socket), for testing IPv6
10199	  on windows.
10200	- fwd_ancil test fails if platform support is lacking.
10201
1020223 June 2008: Wouter
10203	- fixup minitpkg to cleanup on windows with its file locking troubles.
10204	- minitpkg shows skipped tests in report.
10205	- skip ipv6 tests on ipv4 only hosts (requires only ipv6 localhost not
10206	  ipv6 connectivity).
10207	- winsock event handler keeps track of sticky TCP events, that have
10208	  not been fully handled yet. when interest in the event(s) resumes,
10209	  they are sent again. When WOULDBLOCK is returned events are cleared.
10210	- skip tests that need signals when testing on mingw.
10211
1021218 June 2008: Wouter
10213	- open testbound replay files in binary mode, because fseek/ftell
10214	  do not work in ascii-mode on windows. The b does nothing on unix.
10215	  unittest and testbound tests work on windows (xp too).
10216	- ioctlsocket prints nicer error message.
10217	- fixed up some TCP porting for winsock.
10218	- lack of IPv6 gives a warning, no fatal error.
10219	- use WSAGetLastError() on windows instead of errno for some errors.
10220
1022117 June 2008: Wouter
10222	- outgoing num fds 32 by default on windows ; it supports less
10223	  fds for waiting on than unixes.
10224	- winsock_event minievent handler for windows. (you could also
10225	  attempt to link with libevent/libev ports for windows).
10226	- neater crypto check and gdi32 detection.
10227	- unbound.exe works to resolve and validate www.nlnetlabs.nl on vista.
10228
1022916 June 2008: Wouter
10230	- on windows, use windows threads, mutex and thread-local-storage(Tls).
10231	- detect if openssl needs gdi32.
10232	- if no threading, THREADS_DISABLED is defined for use in the code.
10233	- sets USE_WINSOCK if using ws2_32 on windows.
10234	- wsa_strerror() function for more readable errors.
10235	- WSA Startup and Cleanup called in unbound.exe.
10236
1023713 June 2008: Wouter
10238	- port mingw32, more signal ifdefs, detect sleep, usleep,
10239	  random, srandom (used inside the tests).
10240	- signed or unsigned FD_SET is cast.
10241
1024210 June 2008: Wouter
10243	- fixup warnings compiling on eeepc xandros linux.
10244
102459 June 2008: Wouter
10246	- in iteration response type code
10247	  * first check for SOA record (negative answer) before NS record
10248	    and lameness.
10249	  * check if no AA bit for non-forwarder, and thus lame zone.
10250	    In response to error report by Richard Doty for mail.opusnet.com.
10251	- fixup unput warning from lexer on freeBSD.
10252	- bug#183. pidfile, rundir, and chroot configure options. Also the
10253	  example.conf and manual pages get the configured defaults.
10254	  You can use: (or accept the defaults to /usr/local/etc/unbound/)
10255	  --with-conf-file=filename
10256	  --with-pidfile=filename
10257	  --with-run-dir=path
10258	  --with-chroot-dir=path
10259
102608 June 2008: Wouter
10261	- if multiple CNAMEs, use the first one. Fixup akamai CNAME bug.
10262	  Reported by Robert Edmonds.
10263	- iana port updated.
10264
102654 June 2008: Wouter
10266	- updated libtool files with newer version.
10267	- iana portlist updated.
10268
102693 June 2008: Wouter
10270	- fixup local-zone: "30.172.in-addr.arpa." nodefault, so that the
10271	  trailing dot is not used during comparison.
10272
102732 June 2008: Wouter
10274	- Jelte fixed bugs in my absence
10275	  - bug 178: fixed unportable shell usage in configure (relied on
10276	    bash shell).
10277	  - bug 180: fixed buffer overflow in unbound-checkconf use of strncat.
10278	  - bug 181: fixed buffer overflow in ldns (called by unbound to parse
10279	    config file parts).
10280	- fixes by Wouter
10281	  - bug 177: fixed compilation failure on opensuse, the
10282	    --disable-static configure flag caused problems.  (Patch from
10283	    Klaus Singvogel)
10284	  - bug 179: same fix as 177.
10285	  - bug 185: --disable-shared not passed along to ldns included with
10286	    unbound. Fixed so that configure parameters are passed to the
10287	    subdir configure script.
10288	    fixed that ./libtool is used always, you can still override
10289	    manually with ./configure libtool=mylibtool or set $libtool in
10290	    the environment.
10291	- update of the ldns tarball to current ldns svn version (fix 181).
10292	- bug 184: -r option for unbound-host, read resolv.conf for
10293	  forwarder. (Note that forwarder must support DNSSEC for validation
10294	  to succeed).
10295
1029623 May 2008: Wouter
10297	- mingw32 porting.
10298	  - test for sys/wait.h
10299	  - WSAEWOULDBLOCK test after nonblocking TCP connect.
10300	  - write_iov_buffer removed: unused and no struct iov on windows.
10301	  - signed/unsigned warning fixup mini_event.
10302	  - use ioctlsocket to set nonblocking I/O if fnctl is unavailable.
10303	  - skip signals that are not defined
10304	  - detect pwd.h.
10305	  - detect getpwnam, getrlimit, setsid, sbrk, chroot.
10306	  - default config has no chroot if chroot() unavailable.
10307	  - if no kill() then no pidfile is read or written.
10308	  - gmtime_r is replaced by nonthreadsafe alternative if unavail.
10309	    used in rrsig time validation errors.
10310
1031122 May 2008: Wouter
10312	- contrib unbound.spec from Patrick Vande Walle.
10313	- fixup bug#175: call tzset before chroot to have correct timestamps
10314	  in system log.
10315	- do not generate lex input and lex unput functions.
10316	- mingw port. replacement functions labelled _unbound.
10317	- fix bug 174 - check for tcp_sigpipe that ldns-testns is installed.
10318
1031919 May 2008: Wouter
10320	- fedora 9, check in6_pktinfo define in configure.
10321	- CREDITS fixup of history.
10322	- ignore ldns-1.2.2 if installed, use builtin 1.3.0-pre alternative.
10323
1032416 May 2008: Wouter
10325	- fixup for MacOSX hosts file reading (reported by John Dickinson).
10326	- created 1.0.0 svn tag.
10327	- trunk version 1.0.1.
10328
1032914 May 2008: Wouter
10330	- accepted patch from Ondrej Sury for library version libtool option.
10331	- configure --disable-rpath fixes up libtool for rpath trouble.
10332	  Adapted from debian package patch file.
10333
1033413 May 2008: Wouter
10335	- Added root ipv6 addresses to builtin root hints.
10336	- TODO modified for post 1.0 plans.
10337	- trunk version set to 1.0.0.
10338	- no unnecessary linking with librt (only when libevent/libev used).
10339
103407 May 2008: Wouter
10341	- fixup no-ip4 problem with error callback in outside network.
10342
1034325 April 2008: Wouter
10344	- DESTDIR is honored by the Makefile for rpms.
10345	- contrib files unbound.spec and unbound.init, builds working RPM
10346	  on FC7 Linux, a chrooted caching resolver, and libunbound.
10347	- iana ports update.
10348
1034924 April 2008: Wouter
10350	- chroot checks improved. working directory relative to chroot.
10351	  checks if config file path is inside chroot. Documentation on it.
10352	- nicer example.conf text.
10353	- created 0.11 tag.
10354
1035523 April 2008: Wouter
10356	- parseunbound.pl contrib update from Kai Storbeck for threads.
10357	- iana ports update
10358
1035922 April 2008: Wouter
10360	- ignore SIGPIPE.
10361	- unit test for SIGPIPE ignore.
10362
1036321 April 2008: Wouter
10364	- FEATURES document.
10365	- fixup reread of config file if it was given as a full path
10366	  and chroot was used.
10367
1036816 April 2008: Wouter
10369	- requirements doc, updated clean query returns.
10370	- parseunbound.pl update from Kai Storbeck.
10371	- sunos4 porting changes.
10372
1037315 April 2008: Wouter
10374	- fixup default rc.d pidfile location to /usr/local/etc.
10375	- iana ports updated.
10376	- copyright updated in ldns-testpkts to keep same as in ldns.
10377	- fixup checkconf chroot tests a bit more, chdir must be inside
10378	  chroot dir.
10379	- documented 'gcc: unrecognized -KPIC option' errors on Solaris.
10380	- example.conf values changed to /usr/local/etc/unbound
10381	- DSA test work.
10382	- DSA signatures: unbound is compatible with both encodings found.
10383	  It will detect and convert when necessary.
10384
1038514 April 2008: Wouter
10386	- got update for parseunbound.pl statistics script from Kai Storbeck.
10387	- tpkg tests for udp wait list.
10388	- documented 0x20 status.
10389	- fixup chroot and checkconf, it is much smarter now.
10390	- fixup DSA EVP signature decoding. Solution that Jelte found copied.
10391	- and check first sig byte for the encoding type.
10392
1039311 April 2008: Wouter
10394	- random port selection out of the configged ports.
10395	- fixup threadsafety for libevent-1.4.3+ (event_base_get_method).
10396	- removed base_port.
10397	- created 256-port ephemeral space for the OS, 59802 available.
10398	- fixup consistency of port_if out array during heavy use.
10399
1040010 April 2008: Wouter
10401	- --with-libevent works with latest libevent 1.4.99-trunk.
10402	- added log file statistics perl script to contrib.
10403	- automatic iana ports update from makefile. 60058 available.
10404
104059 April 2008: Wouter
10406	- configure can detect libev(from its build directory) when passed
10407	  --with-libevent=/home/wouter/libev-3.2
10408	  libev-3.2 is a little faster than libevent-1.4.3-stable (about 5%).
10409	- unused commpoints not listed in epoll list.
10410	- statistics-cumulative option so that the values are not reset.
10411	- config creates array of available ports, 61841 available,
10412	  it excludes <1024 and iana assigned numbers.
10413	  config statements to modify the available port numbers.
10414
104158 April 2008: Wouter
10416	- unbound tries to set the ulimit fds when started as server.
10417	  if that does not work, it will scale back its requirements.
10418
1041927 March 2008: Wouter
10420	- documented /dev/random symlink from chrootdir as FAQ entry.
10421
1042226 March 2008: Wouter
10423	- implemented AD bit signaling. If a query sets AD bit (but not DO)
10424	  then the AD bit is set in the reply if the answer validated.
10425	  Without including DNSSEC signatures. Useful if you have a trusted
10426	  path from the client to the resolver. Follows dnssec-updates draft.
10427
1042825 March 2008: Wouter
10429	- implemented check that for NXDOMAIN and NOERROR answers a query
10430	  section must be present in the reply (by the scrubber). And it must
10431	  be equal to the question sent, at least lowercase folded.
10432	  Previously this feature happened because the cache code refused
10433	  to store such messages. However blocking by the scrubber makes
10434	  sure nothing gets into the RRset cache. Also, this looks like a
10435	  timeout (instead of an allocation failure) and this retries are
10436	  done (which is useful in a spoofing situation).
10437	- RTT banding. Band size 400 msec, this makes band around zero (fast)
10438	  include unknown servers. This makes unbound explore unknown servers.
10439
104407 March 2008: Wouter
10441	- -C config feature for harvest program.
10442	- harvest handles CNAMEs too.
10443
104445 March 2008: Wouter
10445	- patch from Hugo Koji Kobayashi for iterator logs spelling.
10446
104474 March 2008: Wouter
10448	- From report by Jinmei Tatuya, rfc2181 trust value for remainder
10449	  of a cname trust chain is lower; not full answer_AA.
10450	- test for this fix.
10451	- default config file location is /usr/local/etc/unbound.
10452	  Thus prefix is used to determine the location. This is also the
10453	  chroot and pidfile default location.
10454
104553 March 2008: Wouter
10456	- Create 0.10 svn tag.
10457	- 0.11 version in trunk.
10458	- indentation nicer.
10459
1046029 February 2008: Wouter
10461	- documentation update.
10462	- fixup port to Solaris of perf test tool.
10463	- updated ldns-tarball with decl-after-statement fixes.
10464
1046528 February 2008: Wouter
10466	- fixed memory leaks in libunbound (during cancellation and wait).
10467	- libunbound returns the answer packet in full.
10468	- snprintf compat update.
10469	- harvest performs lookup.
10470	- ldns-tarball update with fix for ldns_dname_label.
10471	- installs to sbin by default.
10472	- install all manual pages (unbound-host and libunbound too).
10473
1047427 February 2008: Wouter
10475	- option to use caps for id randomness.
10476	- config file option use-caps-for-id: yes
10477	- harvest debug tool
10478
1047926 February 2008: Wouter
10480	- delay utility delays TCP as well. If the server that is forwarded
10481	  to has a TCP error, the delay utility closes the connection.
10482	- delay does REUSE_ADDR, and can handle a server that closes its end.
10483	- answers use casing from query.
10484
1048525 February 2008: Wouter
10486	- delay utility works. Gets decent thoughput too (>20000).
10487
1048822 February 2008: Wouter
10489	- +2% for recursions, if identical queries (except for destination
10490	  and query ID) in the reply list, avoid re-encoding the answer.
10491	- removed TODO items for optimizations that do not show up in
10492	  profile reports.
10493	- default is now minievent - not libevent. As its faster and
10494	  not needed for regular installs, only for very large port ranges.
10495	- loop check different speedup pkt-dname-reading, 1% faster for
10496	  nocache-recursion check.
10497	- less hashing during msg parse, 4% for recursion.
10498	- small speed fix for dname_count_size_labels, +1 or +2% recursion.
10499	- some speed results noted:
10500	  optimization resulted in +40% for recursion (cache miss) and
10501	  +70 to +80 for cache hits, and +96% for version.bind.
10502	  zone nsec3 example, 100 NXDOMAIN queries, NSD 35182.8 Ub 36048.4
10503	  www.nlnetlabs.nl from cache: BIND 8987.99 Ub 31218.3
10504	  www with DO bit set : BIND 8269.31 Ub 28735.6 qps.
10505	  So, unbound can be about equal qps to NSD in cache hits.
10506	  And about 3.4x faster than BIND in cache performance.
10507	- delay utility for testing.
10508
1050921 February 2008: Wouter
10510	- speedup of root-delegation message encoding by 15%.
10511	- minor speedup of compress tree_lookup, maybe 1%.
10512	- speedup of dname_lab_cmp and memlowercmp - the top functions in
10513	  profiler output, maybe a couple percent when it matters.
10514
1051520 February 2008: Wouter
10516	- setup speec_cache for need-ldns-testns in dotests.
10517	- check number of queued replies on incoming queries to avoid overload
10518	  on that account.
10519	- fptr whitelist checks are not disabled in optimize mode.
10520	- do-daemonize config file option.
10521	- minievent time share initializes time at start.
10522	- updated testdata for nsec3 new algorithm numbers (6, 7).
10523	- small performance test of packet encoding (root delegation).
10524
1052519 February 2008: Wouter
10526	- applied patch to unbound-host man page from Jan-Piet Mens.
10527	- fix donotquery-localhost: yes default (it erroneously was switched
10528	  to default 'no').
10529	- time is only gotten once and the value is shared across unbound.
10530	- unittest cleans up crypto, so that it has no memory leaks.
10531	- mini_event shares the time value with unbound this results in
10532	  +3% speed for cache responses and +9% for recursions.
10533	- ldns tarball update with new NSEC3 sign code numbers.
10534	- perform several reads per UDP operation. This improves performance
10535	  in DoS conditions, and costs very little in normal conditions.
10536	  improves cache response +50%, and recursions +10%.
10537	- modified asynclook test. because the callback from async is not
10538	  in any sort of lock (and thus can use all library functions freely),
10539	  this causes a tiny race condition window when the last lock is
10540	  released for a callback and a new cancel() for that callback.
10541	  The only way to remove this is by putting callbacks into some
10542	  lock window. I'd rather have the small possibility of a callback
10543	  for a cancelled function then no use of library functions in
10544	  callbacks. Could be possible to only outlaw process(), wait(),
10545	  cancel() from callbacks, by adding another lock, but I'd rather not.
10546
1054718 February 2008: Wouter
10548	- patch to unbound-host from Jan-Piet Mens.
10549	- unbound host prints errors if fails to configure context.
10550	- fixup perf to resend faster, so that long waiting requests do
10551	  not hold up the queue, they become lost packets or SERVFAILs,
10552	  or can be sent a little while later (i.e. processing time may
10553	  take long, but throughput has to be high).
10554	- fixup iterator operating in no cache conditions (RD flag unset
10555	  after a CNAME).
10556	- streamlined code for RD flag setting.
10557	- profiled code and changed dname compares to be faster.
10558	  The speedup is about +3% to +8% (depending on the test).
10559	- minievent tests for eintr and eagain.
10560
1056115 February 2008: Wouter
10562	- added FreeBSD rc.d script to contrib.
10563	- --prefix option for configure also changes directory: pidfile:
10564	  and chroot: defaults in config file.
10565	- added cache speed test, for cache size OK and cache too small.
10566
1056714 February 2008: Wouter
10568	- start without a config file (will complain, but start with
10569	  defaults).
10570	- perf test program works.
10571
1057213 February 2008: Wouter
10573	- 0.9 released.
10574	- 1.0 development. Printout ldns version on unbound -h.
10575	- start of perf tool.
10576	- bugfix to read empty lines from /etc/hosts.
10577
1057812 February 2008: Wouter
10579	- fixup problem with configure calling itself if ldns-src tarball
10580	  is not present.
10581
1058211 February 2008: Wouter
10583	- changed library to use ub_ instead of ub_val_ as prefix.
10584	- statistics output text nice.
10585	- etc/hosts handling.
10586	- library function to put logging to a stream.
10587	- set any option interface.
10588
105898 February 2008: Wouter
10590	- test program for multiple queries over a TCP channel.
10591	- tpkg test for stream tcp queries.
10592	- unbound replies to multiple TCP queries on a TCP channel.
10593	- fixup misclassification of root referral with NS in answer
10594	  when validating a nonrec query.
10595	- tag 0.9
10596	- layout of manpages, spelling fix in header, manpages process by
10597	  makedist, list asynclook and tcpstream tests as ldns-testns
10598	  required.
10599
106007 February 2008: Wouter
10601	- moved up all current level 2 to be level 3. And 3 to 4.
10602	  to make room for new debug level 2 for detailed information
10603	  for operators.
10604	- verbosity level 2. Describes recursion and validation.
10605	- cleaner configure script and fixes for libevent solaris.
10606	- signedness for log output memory sizes in high verbosity.
10607
106086 February 2008: Wouter
10609	- clearer explanation of threading configure options.
10610	- fixup asynclook test for nothreading (it creates only one process
10611	  to do the extended test).
10612	- changed name of ub_val_result_free to ub_val_resolve_free.
10613	- removes warning message during library linking, renamed
10614	  libunbound/unbound.c -> libunbound.c and worker to libworker.
10615	- fallback without EDNS if result is NOTIMPL as well as on FORMERR.
10616
106175 February 2008: Wouter
10618	- statistics-interval: seconds option added.
10619	- test for statistics option
10620	- ignore errors making directories, these can occur in parallel builds
10621	- fixup Makefile strip command and libunbound docs typo.
10622
1062331 January 2008: Wouter
10624	- bg thread/process reads and writes the pipe nonblocking all the time
10625	  so that even if the pipe is buffered or so, the bg thread does not
10626	  block, and services both pipes and queries.
10627
1062830 January 2008: Wouter
10629	- check trailing / on chrootdir in checkconf.
10630	- check if root hints and anchor files are in chrootdir.
10631	- no route to host tcp error is verbosity level 2.
10632	- removed unused send_reply_iov. and its configure check.
10633	- added prints of 'remote address is 1.2.3.4 port 53' to errors
10634	  from netevent; the basic socket errors.
10635
1063628 January 2008: Wouter
10637	- fixup uninit use of buffer by libunbound (query id, flags) for
10638	  local_zone answers.
10639	- fixup uninit warning from random.c; also seems to fix sporadic
10640	  sigFPE coming out of openssl.
10641	- made openssl entropy warning more silent for library use. Needs
10642	  verbosity 1 now.
10643	- fixup forgotten locks for rbtree_searches on ctx->query tree.
10644	- random generator cleanup - RND_STATE_SIZE removed, and instead
10645	  a super-rnd can be passed at init to chain init random states.
10646	- test also does lock checks if available.
10647	- protect config access in libworker_setup().
10648	- libevent doesn't like comm_base_exit outside of runloop.
10649	- close fds after removing commpoints only (for epoll, kqueue).
10650
1065125 January 2008: Wouter
10652	- added tpkg for asynclook and library use.
10653	- allows localhost to be queried when as a library.
10654	- fixup race condition between cancel and answer (in case of
10655	  really fast answers that beat the cancel).
10656	- please doxygen, put doxygen comment in one place.
10657	- asynclook -b blocking mode and test.
10658	- refactor asynclook, nicer code.
10659	- fixup race problems from opensll in rand init from library, with
10660	  a mutex around the rand init.
10661	- fix pass async_id=NULL to _async resolve().
10662	- rewrote _wait() routine, so that it is threadsafe.
10663	- cancelation is threadsafe.
10664	- asynclook extended test in tpkg.
10665	- fixed two races where forked bg process waits for (somehow shared?)
10666	  locks, so does not service the query pipe on the bg side.
10667	  Now those locks are only held for fg_threads and for bg_as_a_thread.
10668
1066924 January 2008: Wouter
10670	- tested the cancel() function.
10671	- asynclook -c (cancel) feature.
10672	- fix fail to allocate context actions.
10673	- make pipe nonblocking at start.
10674	- update plane for retry mode with caution to limit bandwidth.
10675	- fix Makefile for concurrent make of unbound-host.
10676	- renamed ub_val_ctx_wait/poll/process/fd to ub_val*.
10677	- new calls to set forwarding added to header and docs.
10678
1067923 January 2008: Wouter
10680	- removed debug prints from if-auto, verb-algo enables some.
10681	- libunbound QUIT setup, remove memory leaks, when using threads
10682	  will share memory for passing results instead of writing it over
10683	  the pipe, only writes ID number over the pipe (towards the handler
10684	  thread that does process() ).
10685
1068622 January 2008: Wouter
10687	- library code for async in libunbound/unbound.c.
10688	- fix link testbound.
10689	- fixup exit bug in mini_event.
10690	- background worker query enter and result functions.
10691	- bg query test application asynclook, it looks up multiple
10692	  hostaddresses (A records) at the same time.
10693
1069421 January 2008: Wouter
10695	- libworker work, netevent raw commpoints, write_msg, serialize.
10696
1069718 January 2008: Wouter
10698	- touch up of manpage for libunbound.
10699	- support for IP_RECVDSTADDR (for *BSD ip4).
10700	- fix for BSD, do not use ip4to6 mapping, make two sockets, once
10701	  ip6 and once ip4, uses socket options.
10702	- goodbye ip4to6 mapping.
10703	- update ldns-testpkts with latest version from ldns-trunk.
10704	- updated makedist for relative ldns pathnames.
10705	- library API with more information inside the result structure.
10706	- work on background resolves.
10707
1070817 January 2008: Wouter
10709	- fixup configure in case -lldns is installed.
10710	- fixup a couple of doxygen warnings, about enum variables.
10711	- interface-automatic now copies the interface address from the
10712	  PKT_INFO structure as well.
10713	- manual page with library API, all on one page 'man libunbound'.
10714	- rewrite of PKTINFO structure, it also captures IP4 PKTINFO.
10715
1071616 January 2008: Wouter
10717	- incoming queries to the server with TC bit on are replied FORMERR.
10718	- interface-automatic replied the wrong source address on localhost
10719	  queries. Seems to be due to ifnum=0 in recvmsg PKTINFO. Trying
10720	  to use ifnum=-1 to mean 'no interface, use kernel route'.
10721
1072215 January 2008: Wouter
10723	- interface-automatic feature. experimental. Nice for anycast.
10724	- tpkg test for ip6 ancillary data.
10725	- removed debug prints.
10726	- porting experience, define for Solaris, test refined for BSD
10727	  compatibility. The feature probably will not work on OpenBSD.
10728	- makedist fixup for ldns-src in build-dir.
10729
1073014 January 2008: Wouter
10731	- in no debug sets NDEBUG to remove asserts.
10732	- configure --enable-debug is needed for dependency generation
10733	  for assertions and for compiler warnings.
10734	- ldns.tgz updated with ldns-trunk (where buffer.h is updated).
10735	- fix lint, unit test in optimize mode.
10736	- default access control allows ::ffff:127.0.0.1 v6mapped localhost.
10737
1073811 January 2008: Wouter
10739	- man page, warning removed.
10740	- added text describing the use of stub zones for private zones.
10741	- checkconf tests for bad hostnames (IP address), and for doubled
10742	  interface lines.
10743	- memory sizes can be given with 'k', 'Kb', or M or G appended.
10744
1074510 January 2008: Wouter
10746	- typo in example.conf.
10747	- made using ldns-src that is included the package more portable
10748	  by linking with .lo instead of .o files in the ldns package.
10749	- nicer do-ip6: yes/no documentation.
10750	- nicer linking of libevent .o files.
10751	- man pages render correctly on solaris.
10752
107539 January 2008: Wouter
10754	- fixup openssl RAND problem, when the system is not configured to
10755	  give entropy, and the rng needs to be seeded.
10756
107578 January 2008: Wouter
10758	- print median and quartiles with extensive logging.
10759
107604 January 2008: Wouter
10761	- document misconfiguration in private network.
10762
107632 January 2008: Wouter
10764	- fixup typo in requirements.
10765	- document that 'refused' is a better choice than 'drop' for
10766	  the access control list, as refused will stop retries.
10767
107687 December 2007: Wouter
10769	- unbound-host has a -d option to show what happens. This can help
10770	  with debugging (why do I get this answer).
10771	- fixup CNAME handling, on nodata, sets and display canonname.
10772	- dot removed from CNAME display.
10773	- respect -v for NXDOMAINs.
10774	- updated ldns-src.tar.gz with ldns-trunk today (1.2.2 fixes).
10775	- size_t to int for portability of the header file.
10776	- fixup bogus handling.
10777	- dependencies and lint for unbound-host.
10778
107796 December 2007: Wouter
10780	- library resolution works in foreground mode, unbound-host app
10781	  receives data.
10782	- unbound-host prints rdata using ldns.
10783	- unbound-host accepts trust anchors, and prints validation
10784	  information when you give -v.
10785
107865 December 2007: Wouter
10787	- locking in context_new() inside the function.
10788	- setup of libworker.
10789
107904 December 2007: Wouter
10791	- minor Makefile fixup.
10792	- moved module-stack code out of daemon/daemon into services/modstack,
10793	  preparing for code-reuse.
10794	- move context into own header file.
10795	- context query structure.
10796	- removed unused variable pwd from checkconf.
10797	- removed unused assignment from outside netw.
10798	- check timeval length of string.
10799	- fixup error in val_utils getsigner.
10800	- fixup same (*var) error in netblocktostr.
10801	- fixup memleak on parse error in localzone.
10802	- fixup memleak on packet parse error.
10803	- put ; after union in parser.y.
10804	- small hardening in iter_operate against iq==NULL.
10805	- hardening, if error reply with rcode=0 (noerror) send servfail.
10806	- fixup same (*var) error in find_rrset in msgparse, was harmless.
10807	- check return value of evtimer_add().
10808	- fixup lockorder in lruhash_reclaim(), building up a list of locked
10809	  entries one at a time. Instead they are removed and unlocked.
10810	- fptr_wlist for markdelfunc.
10811	- removed is_locked param from lruhash delkeyfunc.
10812	- moved bin_unlock during bin_split purely to please.
10813
108143 December 2007: Wouter
10815	- changed checkconf/ to smallapp/ to make room for more support tools.
10816	  (such as unbound-host).
10817	- install dirs created with -m 755 because they need to be accessible.
10818	- library extensive featurelist added to TODO.
10819	- please doxygen, lint.
10820	- library test application, with basic functionality.
10821	- fix for building in a subdirectory.
10822	- link lib fix for Leopard.
10823
1082430 November 2007: Wouter
10825	- makefile that creates libunbound.la, basic file or libunbound.a
10826	  when creating static executables (no libtool).
10827	- more API setup.
10828
1082929 November 2007: Wouter
10830	- 0.9 public API start.
10831
1083228 November 2007: Wouter
10833	- Changeup plan for 0.8 - no complication needed, a simple solution
10834	  has been chosen for authoritative features.
10835	- you can use single quotes in the config file, so it is possible
10836	  to specify TXT records in local data.
10837	- fixup small memory problem in implicit transparent zone creation.
10838	- test for implicit zone creation and multiple RR RRsets local data.
10839	- local-zone nodefault test.
10840	- show testbound testlist on commit.
10841	- iterator normalizer changes CNAME chains ending in NXDOMAIN where
10842	  the packet got rcode NXDOMAIN into rcode NOERROR. (since the initial
10843	  domain exists).
10844	- nicer verbosity: 0 and 1 levels.
10845	- lower nonRDquery chance of eliciting wrongly typed validation
10846	  requiring message from the cache.
10847	- fix for nonRDquery validation typing; nodata is detected when
10848	  SOA record in auth section (all validation-requiring nodata messages
10849	  have a SOA record in authority, so this is OK for the validator),
10850	  and NS record is needed to be a referral.
10851	- duplicate checking when adding NSECs for a CNAME, and test.
10852	- created svn tag 0.8, after completing testbed tests.
10853
1085427 November 2007: Wouter
10855	- per suggestion in rfc2308, replaced default max-ttl value with 1 day.
10856	- set size of msgparse lookup table to 32, from 1024, so that its size
10857	  is below the 2048 regional large size threshold, and does not cause
10858	  a call to malloc when a message is parsed.
10859	- update of memstats tool to print number of allocation calls.
10860	  This is what is taking time (not space) and indicates the avg size
10861	  of the allocations as well. region_alloc stat is removed.
10862
1086322 November 2007: Wouter
10864	- noted EDNS in-the-middle dropping trouble as a TODO.
10865	  At this point theoretical, no user trouble has been reported.
10866	- added all default AS112 zones.
10867	- answers from local zone content.
10868		* positive answer, the rrset in question
10869		* nodata answer (exist, but not that type).
10870		* nxdomain answer (domain does not exist).
10871		* empty-nonterminal answer.
10872		* But not: wildcard, nsec, referral, rrsig, cname/dname,
10873			or additional section processing, NS put in auth.
10874	- test for correct working of static and transparent and couple
10875	  of important defaults (localhost, as112, reverses).
10876	  Also checks deny and refuse settings.
10877	- fixup implicit zone generation and AA bit for NXDOMAIN on localdata.
10878
1087921 November 2007: Wouter
10880	- local zone internal data setup.
10881
1088220 November 2007: Wouter
10883	- 0.8 - str2list config support for double string config options.
10884	- local-zone and local-data options, config storage and documentation.
10885
1088619 November 2007: Wouter
10887	- do not downcase NSEC and RRSIG for verification. Follows
10888	  draft-ietf-dnsext-dnssec-bis-updates-06.txt.
10889	- fixup leaking unbound daemons at end of tests.
10890	- README file updated.
10891	- nice libevent not found error.
10892	- README talks about gnu make.
10893	- 0.8: unit test for addr_mask and fixups for it.
10894	  and unit test for addr_in_common().
10895	- 0.8: access-control config file element.
10896	  and unit test rpl replay file.
10897	- 0.8: fixup address reporting from netevent.
10898
1089916 November 2007: Wouter
10900	- privilege separation is not needed in unbound at this time.
10901	  TODO item marked as such.
10902	- created beta-0.7 branch for support.
10903	- tagged 0.7 for beta release.
10904	- moved trunk to 0.8 for 0.8(auth features) development.
10905	- 0.8: access control list setup.
10906
1090715 November 2007: Wouter
10908	- review fixups from Jelte.
10909
1091014 November 2007: Wouter
10911	- testbed script does not recreate configure, since its in svn now.
10912	- fixup checkconf test so that it does not test
10913	  /etc/unbound/unbound.conf.
10914	- tag 0.6.
10915
1091613 November 2007: Wouter
10917	- remove debug print.
10918	- fixup testbound exit when LIBEVENT_SIGNAL_PROBLEM exists.
10919
1092012 November 2007: Wouter
10921	- fixup signal handling where SIGTERM could be ignored if a SIGHUP
10922	  arrives later on.
10923	- bugreports to unbound-bugs@nlnetlabs.nl
10924	- fixup testbound so it exits cleanly.
10925	- cleanup the caches on a reload, so that rrsetID numbers won't clash.
10926
109279 November 2007: Wouter
10928	- took ldns snapshot in repo.
10929	- default config file is /etc/unbound/unbound.conf.
10930	  If it doesn't exist, it is installed with the doc/example.conf file.
10931	  The file is not deleted on uninstall.
10932	- default listening is not all, but localhost interfaces.
10933
109348 November 2007: Wouter
10935	- Fixup chroot and drop user privileges.
10936	- new L root ip address in default hints.
10937
109381 November 2007: Wouter
10939	- Fixup of crash on reload, due to anchors in env not NULLed after
10940	  dealloc during deinit.
10941	- Fixup of chroot call. Happens after privileges are dropped, so
10942	  that checking the passwd entry still works.
10943	- minor touch up of clear() hashtable function.
10944	- VERB_DETAIL prints out what chdir, username, chroot is being done.
10945	- when id numbers run out, caches are cleared, as in design notes.
10946	  Tested with a mock setup with very few bits in id, it worked.
10947	- harden-dnssec-stripped: yes is now default. It insists on dnssec
10948	  data for trust anchors. Included tests for the feature.
10949
1095031 October 2007: Wouter
10951	- cache-max-ttl config option.
10952	- building outside sourcedir works again.
10953	- defaults more secure:
10954		username: "unbound"
10955		chroot: "/etc/unbound"
10956	  The operator can override them to be less secure ("") if necessary.
10957	- fix horrible oversight in sorting rrset references in a message,
10958	  sort per reference key pointer, not on referencepointer itself.
10959	- pidfile: "/etc/unbound/unbound.pid" is now the default.
10960	- tests changed to reflect the updated default.
10961	- created hashtable clear() function that respects locks.
10962
1096330 October 2007: Wouter
10964	- fixup assertion failure that relied on compressed names to be
10965	  smaller than uncompressed names. A packet from comrite.com was seen
10966	  to be compressed to a larger size. Added it as unit test.
10967	- quieter logging at low verbosity level for common tcp messages.
10968	- no greedy TTL update.
10969
1097023 October 2007: Wouter
10971	- fixup (grand-)parent problem for dnssec-lameness detection.
10972	- fixup tests to do additional section processing for lame replies,
10973	  since the detection needs that.
10974	- no longer trust in query section in reply during dnssec lame detect.
10975	- dnssec lameness does not make the server never ever queried, but
10976	  non-preferred. If no other servers exist or answer, the dnssec lame
10977	  server is used; the fastest dnssec lame server is chosen.
10978	- added test then when trust anchor cannot be primed (nodata), the
10979	  insecure mode from unbound works.
10980	- Fixup max queries per thread, any more are dropped.
10981
1098222 October 2007: Wouter
10983	- added donotquerylocalhost config option. Can be turned off for
10984	  out test cases.
10985	- ISO C compat changes.
10986	- detect RA-no-AA lameness, as LAME.
10987	- DNSSEC-lameness detection, as LAME.
10988	  See notes in requirements.txt for choices made.
10989	- tests for lameness detection.
10990	- added all to make test target; need unbound for fwd tests.
10991	- testbound does not pollute /etc/unbound.
10992
1099319 October 2007: Wouter
10994	- added configure (and its files) to svn, so that the trunk is easier
10995	  to use. ./configure, config.guess, config.sub, ltmain.sh,
10996	  and config.h.in.
10997	- added yacc/lex generated files, util/configlexer.c,
10998	  util/configparser.c util/configparser.h, to svn.
10999	- without lex no attempt to use it.
11000	- unsecure response validation collated into one block.
11001	- remove warning about const cast of cfgfile name.
11002	- outgoing-interfaces can be different from service interfaces.
11003	- ldns-src configure is done during unbound configure and
11004	  ldns-src make is done during unbound make, and so inherits the
11005	  make arguments from the unbound make invocation.
11006	- nicer error when libevent problem causes instant exit on signal.
11007	- read root hints from a root hint file (like BIND does).
11008
1100918 October 2007: Wouter
11010	- addresses are logged with errors.
11011	- fixup testcode fake event to remove pending before callback
11012	  since the callback may create new pending items.
11013	- tests updated because retries are now in iterator module.
11014	- ldns-testpkts code is checked for differences between unbound
11015	  and ldns by makedist.sh.
11016	- ldns trunk from today added in svn repo for fallback in case
11017	  no ldns is installed on the system.
11018	  make download_ldns refreshes the tarball with ldns svn trunk.
11019	- ldns-src.tar.gz is used if no ldns is found on the system, and
11020	  statically linked into unbound.
11021	- start of regional allocator code.
11022	- regional uses less memory and variables, simplified code.
11023	- remove of region-allocator.
11024	- alloc cache keeps a cache of recently released regional blocks,
11025	  up to a maximum.
11026	- make unit test cleanly free memory.
11027
1102817 October 2007: Wouter
11029	- fixup another cycle detect and ns-addr timeout resolution bug.
11030	  This time by refusing delegations from the cache without addresses
11031	  when resolving a mandatory-glue nameserver-address for that zone.
11032	  We're going to have to ask a TLD server anyway; might as well be
11033	  the TLD server for this name. And this resolves a lot of cases where
11034	  the other nameserver names lead to cycles or are not available.
11035	- changed random generator from random(3) clone to arc4random wrapped
11036	  for thread safety. The random generator is initialised with
11037	  entropy from the system.
11038	- fix crash where failure to prime DNSKEY tried to print null pointer
11039	  in the log message.
11040	- removed some debug prints, only verb_algo (4) enables them.
11041	- fixup test; new random generator took new paths; such as one
11042	  where no scripted answer was available.
11043	- mark insecure RRs as insecure.
11044	- fixup removal of nonsecure items from the additional.
11045	- reduced timeout values to more realistic, 376 msec (262 msec has
11046	  90% of roundtrip times, 512 msec has 99% of roundtrip times.)
11047	- server selection failover to next server after timeout (376 msec).
11048
1104916 October 2007: Wouter
11050	- no malloc in log_hex.
11051	- assertions around system calls.
11052	- protect against gethostname without ending zero.
11053	- ntop output is null terminated by unbound.
11054	- pidfile content null termination
11055	- various snprintf use sizeof(stringbuf) instead of fixed constant.
11056	- changed loopdetect % 8 with & 0x7 since % can become negative for
11057	  weird negative input and particular interpretation of integer math.
11058	- dname_pkt_copy checks length of result, to protect result buffers.
11059	  prints an error, this should not happen. Bad strings should have
11060	  been rejected earlier in the program.
11061	- remove a size_t underflow from msgreply size func.
11062
1106315 October 2007: Wouter
11064	- nicer warning.
11065	- fix IP6 TCP, wrong definition check. With test package.
11066	- fixup the fact that the query section was not compressed to,
11067	  the code was there but was called by value instead of by reference.
11068	  And test for the case, uses xxd and nc.
11069	- more portable ip6 check for sockaddr types.
11070
110718 October 2007: Wouter
11072	- --disable-rpath option in configure for 64bit systems with
11073	  several dynamic lib dirs.
11074
110757 October 2007: Wouter
11076	- fixup tests for no AD bit in non-DO queries.
11077	- test that makes sure AD bit is not set on non-DO query.
11078
110796 October 2007: Wouter
11080	- removed logfile open early. It did not have the proper permissions;
11081	  it was opened as root instead of the user. And we cannot change user
11082	  id yet, since chroot and bind ports need to be done.
11083	- callback checks for event callbacks done from mini_event. Because
11084	  of deletions cannot do this from netevent. This means when using
11085	  libevent the protection does not work on event-callbacks.
11086	- fixup too small reply (did not zero counts).
11087	- fixup reply no longer AD bit when query without DO bit.
11088
110895 October 2007: Wouter
11090	- function pointer whitelist.
11091
110924 October 2007: Wouter
11093	- overwrite sensitive random seed value after use.
11094	- switch to logfile very soon if not -d (console attached).
11095	- error messages do not reveal the trustanchor contents.
11096	- start work on function pointer whitelists.
11097
110983 October 2007: Wouter
11099	- fix for multiple empty nonterminals, after multiple DSes in the
11100	  chain of trust.
11101	- mesh checks if modules are looping, and stops them.
11102	- refetch with CNAMEd nameserver address regression test added.
11103	- fixup line count bug in testcode, so testbound prints correct line
11104	  number with parse errors.
11105	- unit test for multiple ENT case.
11106	- fix for cname out of validated unsec zone.
11107	- fixup nasty id=0 reuse. Also added assertions to detect its
11108	  return (the assertion catches in the existing test cases).
11109
111101 October 2007: Wouter
11111	- skip F77, CXX, objC tests in configure step.
11112	- fixup crash in refetch glue after a CNAME.
11113	  and protection against similar failures (with error print).
11114
1111528 September 2007: Wouter
11116	- test case for unbound-checkconf, fixed so it also checks the
11117	  interface: statements.
11118
1111926 September 2007: Wouter
11120	- SIGHUP will reopen the log file.
11121	- Option to log to syslog.
11122	- please lint, fixup tests (that went to syslog on open, oops).
11123	- config check program.
11124
1112525 September 2007: Wouter
11126	- tests for NSEC3. Fixup bitmap checks for NSEC3.
11127	- positive ANY response needs to check if wildcard expansion, and
11128	  check that original data did not exist.
11129	- tests for NSEC3 that wrong use of OPTOUT is bad. For insecure
11130	  delegation, for abuse of child zone apex nsec3.
11131	- create 0.5 release tag.
11132
1113324 September 2007: Wouter
11134	- do not make test programs by default.
11135	- But 'make test' will perform all of the tests.
11136	- Advertise builtin select libevent alternative when no libevent
11137	  is found.
11138	- signit can generate NSEC3 hashes, for generating tests.
11139	- multiple nsec3 parameters in message test.
11140	- too high nsec3 iterations becomes insecure test.
11141
1114221 September 2007: Wouter
11143	- fixup empty_DS_name allocated in wrong region (port DEC Alpha).
11144	- fixup testcode lock safety (port FreeBSD).
11145	- removes subscript has type char warnings (port Solaris 9).
11146	- fixup of field with format type to int (port MacOS/X intel).
11147	- added test for infinite loop case in nonRD answer validation.
11148	  It was a more general problem, but hard to reproduce. When an
11149	  unsigned rrset is being validated and the key fetched, the DS
11150	  sequence is followed, but if the final name has no DS, then no
11151	  proof is possible - the signature has been stripped off.
11152
1115320 September 2007: Wouter
11154	- fixup and test for NSEC wildcard with empty nonterminals.
11155	- makedist.sh fixup for svn info.
11156	- acl features request in plan.
11157	- improved DS empty nonterminal handling.
11158	- compat with ANS nxdomain for empty nonterminals. Attempts the nodata
11159	  proof anyway, which succeeds in ANS failure case.
11160	- striplab protection in case it becomes -1.
11161	- plans for static and blacklist config.
11162
1116319 September 2007: Wouter
11164	- comments about non-packed usage.
11165	- plan for overload support in 0.6.
11166	- added testbound tests for a failed resolution from the logs
11167	  and for failed prime when missing glue.
11168	- fixup so useless delegation points are not returned from the
11169	  cache. Also the safety belt is used if priming fails to complete.
11170	- fixup NSEC rdata not to be lowercased, bind compat.
11171
1117218 September 2007: Wouter
11173	- wildcard nsec3 testcases, and fixup to get correct wildcard name.
11174	- validator prints subtype classification for debug.
11175
1117617 September 2007: Wouter
11177	- NSEC3 hash cache unit test.
11178	- validator nsec3 nameerror test.
11179
1118014 September 2007: Wouter
11181	- nsec3 nodata proof, nods proof, wildcard proof.
11182	- nsec3 support for cname chain ending in noerror or nodata.
11183	- validator calls nsec3 proof routines if no NSECs prove anything.
11184	- fixup iterator bug where it stored the answer to a cname under
11185	  the wrong qname into the cache. When prepending the cnames, the
11186	  qname has to be reset to the original qname.
11187
1118813 September 2007: Wouter
11189	- nsec3 find matching and covering, ce proof, prove namerror msg.
11190
1119112 September 2007: Wouter
11192	- fixup of manual page warnings, like for NSD bugreport.
11193	- nsec3 work, config, max iterations, filter, and hash cache.
11194
111956 September 2007: Wouter
11196	- fixup to find libevent on mac port install.
11197	- fixup size_t vs unsigned portability in validator/sigcrypt.
11198	- please compiler on different platforms, for unreachable code.
11199	- val_nsec3 file.
11200	- pthread_rwlock type is optional, in case of old pthread libs.
11201
112025 September 2007: Wouter
11203	- cname, name error validator tests.
11204	- logging of qtype ANY works.
11205	- ANY type answers get RRSIG in answer section of replies (but not
11206	  in other sections, unless DO bit is on).
11207	- testbound can replay a TCP query (set MATCH TCP in the QUERY).
11208	- DS and noDS referral validation test.
11209	- if you configure many trust anchors, parent trust anchors can
11210	  securely deny existence of child trust anchors, if validated.
11211	- not all *.name NSECs are present because a wildcard was matched,
11212	  and *.name NSECs can prove nodata for empty nonterminals.
11213	  Also, for wildcard name NSECs, check they are not from the parent
11214	  zone (for wildcarded zone cuts), and check absence of CNAME bit,
11215	  for a nodata proof.
11216	- configure option for memory allocation debugging.
11217	- port configure option for memory allocation to solaris10.
11218
112194 September 2007: Wouter
11220	- fixup of Leakage warning when serviced queries processed multiple
11221	  callbacks for the same query from the same server.
11222	- testbound removes config file from /tmp on failed exit.
11223	- fixup for referral cleanup of the additional section.
11224	- tests for cname, referral validation.
11225	- neater testbound tpkg output.
11226	- DNAMEs no longer match their apex when synthesized from the cache.
11227	- find correct signer name for DNAME responses.
11228	- wildcarded DNAME test and fixup code to detect.
11229	- prepend NSEC and NSEC3 rrsets in the iterator while chasing CNAMEs.
11230	  So that wildcarded CNAMEs get their NSEC with them to the answer.
11231	- test for a CNAME to a DNAME to a CNAME to an answer, all from
11232	  different domains, for key fetching and signature checking of
11233	  CNAME'd messages.
11234
112353 September 2007: Wouter
11236	- Fixed error in iterator that would cause assertion failure in
11237	  validator. CNAME to a NXDOMAIN response was collated into a response
11238	  with both a CNAME and the NXDOMAIN rcode. Added a test that the
11239	  rcode is changed to NOERROR (because of the CNAME).
11240	- timeout on tcp does not lead to spurious leakage detect.
11241	- account memory for name of lame zones, so that memory leakages does
11242	  not show lame cache growth as a leakage growth.
11243	- config setting for lameness cache expressed in bytes, instead of
11244	  number of entries.
11245	- tool too summarize allocations per code line.
11246
1124731 August 2007: Wouter
11248	- can read bind trusted-keys { ... }; files, in a compatibility mode.
11249	- iterator should not detach target queries that it still could need.
11250	  the protection against multiple outstanding queries is moved to a
11251	  current_query num check.
11252	- validator nodata, positive, referral tests.
11253	- dname print can print '*' wildcard.
11254
1125530 August 2007: Wouter
11256	- fixup override date config option.
11257	- config options to control memory usage.
11258	- caught bad free of un-alloced data in worker_send error case.
11259	- memory accounting for key cache (trust anchors and temporary cache).
11260	- memory accounting fixup for outside network tcp pending waits.
11261	- memory accounting fixup for outside network tcp callbacks.
11262	- memory accounting for iterator fixed storage.
11263	- key cache size and slabs config options.
11264	- lib crypto cleanups at exit.
11265
1126629 August 2007: Wouter
11267	- test tool to sign rrsets for testing validator with.
11268	- added RSA and DSA test keys, public and private pairs, 512 bits.
11269	- default configuration is with validation enabled.
11270	  Only a trust-anchor needs to be configured for DNSSEC to work.
11271	- do not convert to DER for DSA signature verification.
11272	- validator replay test file, for a DS to DNSKEY DSA key prime and
11273	  positive response.
11274
1127528 August 2007: Wouter
11276	- removed double use for udp buffers, that could fail,
11277	  instead performs a malloc to do the backup.
11278	- validator validates referral messages, by validating all the rrsets
11279	  and stores the rrsets in the cache. Further referral (nonRD queries)
11280	  replies are made from the rrset cache directly. Unless unchecked
11281	  rrsets are encountered, there are then validated.
11282	- enforce that signing is done by a parent domain (or same domain).
11283	- adjust TTL downwards if rrset TTL bigger than signature allows.
11284	- permissive mode feature, sets AD bit for secure, but bogus does
11285	  not give servfail (bogus is changed into indeterminate).
11286	- optimization of rrset verification. rr canonical sorting is reused,
11287	  for the same rrset. canonical rrset image in buffer is reused for
11288	  the same signature.
11289	- if the rrset is too big (64k exactly + large owner name) the
11290	  canonicalization routine will fail if it does not fit in buffer.
11291	- faster verification for large sigsets.
11292	- verb_detail mode reports validation failures, but not the entire
11293	  algorithm for validation. Key prime failures are reported as
11294	  verb_ops level.
11295
1129627 August 2007: Wouter
11297	- do not garble the edns if a cache answer fails.
11298	- answer norecursive from cache if possible.
11299	- honor clean_additional setting when returning secure non-recursive
11300	  referrals.
11301	- do not store referral in msg cache for nonRD queries.
11302	- store verification status in the rrset cache to speed up future
11303	  verification.
11304	- mark rrsets indeterminate and insecure if they are found to be so.
11305	  and store this in the cache.
11306
1130724 August 2007: Wouter
11308	- message is bogus if unsecure authority rrsets are present.
11309	- val-clean-additional option, so you can turn it off.
11310	- move rrset verification out of the specific proof types into one
11311	  routine. This makes the proof routines prettier.
11312	- fixup cname handling in validator, cname-to-positive and cname-to-
11313	  nodata work.
11314	- Do not synthesize DNSKEY and DS responses from the rrset cache if
11315	  the rrset is from the additional section. Signatures may have
11316	  fallen off the packet, and cause validation failure.
11317	- more verbose signature date errors (with the date attached).
11318	- increased default infrastructure cache size. It is important for
11319	  performance, and 1000 entries are only 212k (or a 400 k total cache
11320	  size). To 10000 entries (for 2M entries, 4M cache size).
11321
1132223 August 2007: Wouter
11323	- CNAME handling - move needs_validation to before val_new().
11324	  val_new() setups the chase-reply to be an edited copy of the msg.
11325	  new classification, and find signer can find for it.
11326	  removal of unsigned crap from additional, and query restart for
11327	  cname.
11328	- refuse to follow wildcarded DNAMEs when validating.
11329	  But you can query for qtype ANY, or qtype DNAME and validate that.
11330
1133122 August 2007: Wouter
11332	- bogus TTL.
11333	- review - use val_error().
11334
1133521 August 2007: Wouter
11336	- ANY response validation.
11337	- store security status in cache.
11338	- check cache security status and either send the query to be
11339	  validated, return the query to client, or send servfail to client.
11340	  Sets AD bit on validated replies.
11341	- do not examine security status on an error reply in mesh_done.
11342	- construct DS, DNSKEY messages from rrset cache.
11343	- manual page entry for override-date.
11344
1134520 August 2007: Wouter
11346	- validate and positive validation, positive wildcard NSEC validation.
11347	- nodata validation, nxdomain validation.
11348
1134918 August 2007: Wouter
11350	- process DNSKEY response in FINDKEY state.
11351
1135217 August 2007: Wouter
11353	- work on DS2KE routine.
11354	- val_nsec.c for validator NSEC proofs.
11355	- unit test for NSEC bitmap reading.
11356	- dname iswild and canonical_compare with unit tests.
11357
1135816 August 2007: Wouter
11359	- DS sig unit test.
11360	- latest release libevent 1.3c and 1.3d have threading fixed.
11361	- key entry fixup data pointer and ttl absolute.
11362	- This makes a key-prime succeed in validator, with DS or DNSKEY as
11363	  trust-anchor.
11364	- fixup canonical compare byfield routine, fix bug and also neater.
11365	- fixed iterator response type classification for queries of type
11366	  ANY and NS.
11367	  dig ANY gives sometimes NS rrset in AN and NS section, and parser
11368	  removes the NS section duplicate. dig NS gives sometimes the NS
11369	  in the answer section, as referral.
11370	- validator FINDKEY state.
11371
1137215 August 2007: Wouter
11373	- crypto calls to verify signatures.
11374	- unit test for rrsig verification.
11375
1137614 August 2007: Wouter
11377	- default outgoing ports changed to avoid port 2049 by default.
11378	  This port is widely blocked by firewalls.
11379	- count infra lameness cache in memory size.
11380	- accounting of memory improved
11381	- outbound entries are allocated in the query region they are for.
11382	- extensive debugging for memory allocations.
11383	- --enable-lock-checks can be used to enable lock checking.
11384	- protect undefs in config.h from autoheaders ministrations.
11385	- print all received udp packets. log hex will print on multiple
11386	  lines if needed.
11387	- fixed error in parser with backwards rrsig references.
11388	- mark cycle targets for iterator did not have CD flag so failed
11389	  its task.
11390
1139113 August 2007: Wouter
11392	- fixup makefile, if lexer is missing give nice error and do not
11393	  mess up the dependencies.
11394	- canonical compare routine updated.
11395	- canonical hinfo compare.
11396	- printout list of the queries that the mesh is working on.
11397
1139810 August 2007: Wouter
11399	- malloc and free overrides that track total allocation and frees.
11400	  for memory debugging.
11401	- work on canonical sort.
11402
114039 August 2007: Wouter
11404	- canonicalization, signature checks
11405	- dname signature label count and unit test.
11406	- added debug heap size print to memory printout.
11407	- typo fixup in worker.c
11408	- -R needed on solaris.
11409	- validator override option for date check testing.
11410
114118 August 2007: Wouter
11412	- ldns _raw routines created (in ldns trunk).
11413	- sigcrypt DS digest routines
11414	- val_utils uses sigcrypt to perform signature cryptography.
11415	- sigcrypt keyset processing
11416
114177 August 2007: Wouter
11418	- security status type.
11419	- security status is copied when rdata is equal for rrsets.
11420	- rrset id is updated to invalidate all the message cache entries
11421	  that refer to NSEC, NSEC3, DNAME rrsets that have changed.
11422	- val_util work
11423	- val_sigcrypt file for validator signature checks.
11424
114256 August 2007: Wouter
11426	- key cache for validator.
11427	- moved isroot and dellabel to own dname routines, with unit test.
11428
114293 August 2007: Wouter
11430	- replanning.
11431	- scrubber check section of lame NS set.
11432	- trust anchors can be in config file or read from zone file,
11433	  DS and DNSKEY entries.
11434	- unit test trust anchor storage.
11435	- trust anchors converted to packed rrsets.
11436	- key entry definition.
11437
114382 August 2007: Wouter
11439	- configure change for latest libevent trunk version (needs -lrt).
11440	- query_done and walk_supers are moved out of module interface.
11441	- fixup delegation point duplicates.
11442	- fixup iterator scrubber; lame NS set is let through the scrubber
11443	  so that the classification is lame.
11444	- validator module exists, and does nothing but pass through,
11445	  with calling of next module and return.
11446	- validator work.
11447
114481 August 2007: Wouter
11449	- set version to 0.5
11450	- module work for module to module interconnections.
11451	- config of modules.
11452	- detect cycle takes flags.
11453
1145431 July 2007: Wouter
11455	- updated plan
11456	- release 0.4 tag.
11457
1145830 July 2007: Wouter
11459	- changed random state init, so that sequential process IDs are not
11460	  cancelled out by sequential thread-ids in the random number seed.
11461	- the fwd_three test, which sends three queries to unbound, and
11462	  unbound is kept waiting by ldns-testns for 3 seconds, failed
11463	  because the retry timeout for default by unbound is 3 seconds too,
11464	  it would hit that timeout and fail the test. Changed so that unbound
11465	  is kept waiting for 2 seconds instead.
11466
1146727 July 2007: Wouter
11468	- removed useless -C debug option. It did not work.
11469	- text edit of documentation.
11470	- added doc/CREDITS file, referred to by the manpages.
11471	- updated planning.
11472
1147326 July 2007: Wouter
11474	- cycle detection, for query state dependencies. Will attempt to
11475	  circumvent the cycle, but if no other targets available fails.
11476	- unit test for AXFR, IXFR response.
11477	- test for cycle detection.
11478
1147925 July 2007: Wouter
11480	- testbound read ADDRESS and check it.
11481	- test for version.bind and friends.
11482	- test for iterator chaining through several referrals.
11483	- test and fixup for refetch for glue. Refetch fails if glue
11484	  is still not provided.
11485
1148624 July 2007: Wouter
11487	- Example section in config manual.
11488	- Addr stored for range and moment in replay.
11489
1149020 July 2007: Wouter
11491	- Check CNAME chain before returning cache entry with CNAMEs.
11492	- Option harden-glue, default is on. It will discard out of zone
11493	  data. If disabled, performance is faster, but spoofing attempts
11494	  become a possibility. Note that still normalize scrubbing is done,
11495	  and that the potentially spoofed data is used for infrastructure
11496	  and not returned to the client.
11497	- if glue times out, refetch by asking parent of delegation again.
11498	  Much like asking for DS at the parent side.
11499	- TODO items from forgery-resilience draft.
11500	  and on memory handling improvements.
11501	- renamed module_event_timeout to module_event_noreply.
11502	- memory reporting code; reports on memory usage after handling
11503	  a network packet (not on cache replies).
11504
1150519 July 2007: Wouter
11506	- shuffle NS selection when getting nameserver target addresses.
11507	- fixup of deadlock warnings, yield cpu in checklock code so that
11508	  freebsd scheduler selects correct process to run.
11509	- added identity and version config options and replies.
11510	- store cname messages complete answers.
11511
1151218 July 2007: Wouter
11513	- do not query addresses, 127.0.0.1, and ::1 by default.
11514
1151517 July 2007: Wouter
11516	- forward zone options in config file.
11517	- forward per zone in iterator. takes precedence over stubs.
11518	- fixup commithooks.
11519	- removed forward-to and forward-to-port features, subsumed by
11520	  new forward zones.
11521	- fix parser to handle absent server: clause.
11522	- change untrusted rrset test to account for scrubber that is now
11523	  applied during the test (which removes the poison, by the way).
11524	- feature, addresses can be specified with @portnumber, like nsd.conf.
11525	- test config files changed over to new forwarder syntax.
11526
1152727 June 2007: Wouter
11528	- delete of mesh does a postorder traverse of the tree.
11529	- found and fixed a memory leak. For TTL=0 messages, that would
11530	  not be cached, instead the msg-replyinfo structure was leaked.
11531	- changed server selection so it will filter out hosts that are
11532	  unresponsive. This is defined as a host with the maximum rto value.
11533	  This means that unbound tried the host for retries up to 120 secs.
11534	  The rto value will time out after host-ttl seconds from the cache.
11535	  This keeps such unresolvable queries from taking up resources.
11536	- utility for keeping histogram.
11537
1153826 June 2007: Wouter
11539	- mesh is called by worker, and iterator uses it.
11540	  This removes the hierarchical code.
11541	  QueryTargets state and Finished state are merged for iterator.
11542	- forwarder mode no longer sets AA bit on first reply.
11543	- rcode in walk_supers is not needed.
11544
1154525 June 2007: Wouter
11546	- more mesh work.
11547	- error encode routine for ease.
11548
1154922 June 2007: Wouter
11550	- removed unused _node iterator value from rbtree_t. Takes up space.
11551	- iterator can handle querytargets state without a delegation point
11552	  set, so that a priming(stub) subquery error can be handled.
11553	- iterator stores if it is priming or not.
11554	- log_query_info() neater logging.
11555	- changed iterator so that it does not alter module_qstate.qinfo
11556	  but keeps a chase query info. Also query_flags are not altered,
11557	  the iterator uses chase_flags.
11558	- fixup crash in case no ports for the family exist.
11559
1156021 June 2007: Wouter
11561	- Fixup secondary buffer in case of error callback.
11562	- cleanup slumber list of runnable states.
11563	- module_subreq_depth fails to work in slumber list.
11564	- fixup query release for cached results to sub targets.
11565	- neater error for tcp connection failure, shows addr in verbose.
11566	- rbtree_init so that it can be used with preallocated memory.
11567
1156820 June 2007: Wouter
11569	- new -C option to enable coredumps after forking away.
11570	- doc update.
11571	- fixup CNAME generation by scrubber, and memory allocation of it.
11572	- fixup deletion of serviced queries when all callbacks delete too.
11573	- set num target queries to 0 when you move them to slumber list.
11574	- typo in check caused subquery errors to be ignored, fixed.
11575	- make lint happy about rlim_t.
11576	- freeup of modules after freeup of module-states.
11577	- duplicate replies work, this uses secondary udp buffer in outnet.
11578
1157919 June 2007: Wouter
11580	- nicer layout in stats.c, review 0.3 change.
11581	- spelling improvement, review 0.3 change.
11582	- uncapped timeout for server selection, so that very fast or slow
11583	  servers will stand out from the rest.
11584	- target-fetch-policy: "3 2 1 0 0" config setting.
11585	- fixup queries answered without RD bit (for root prime results).
11586	- refuse AXFR and IXFR requests.
11587	- fixup RD flag in error reply from iterator. fixup RA flag from
11588	  worker error reply.
11589	- fixup encoding of very short edns buffer sizes, now sets TC bit.
11590	- config options harden-short-bufsize and harden-large-queries.
11591
1159218 June 2007: Wouter
11593	- same, move subqueries to slumber list when first has resolved.
11594	- fixup last fix for duplicate callbacks.
11595	- another offbyone in targetcounter. Also in Java prototype by the way.
11596
1159715 June 2007: Wouter
11598	- if a query asks to be notified of the same serviced query result
11599	  multiple times, this will succeed. Only one callback will happen;
11600	  multiple outbound-list entries result (but the double cleanup of it
11601	  will not matter).
11602	- when iterator moves on due to CNAME or referral, it will remove
11603	  the subqueries (for other targets). These are put on the slumber
11604	  list.
11605	- state module wait subq is OK with no new subqs, an old one may have
11606	  stopped, with an error, and it is still waiting for other ones.
11607	- if a query loops, halt entire query (easy way to clean up properly).
11608
1160914 June 2007: Wouter
11610	- num query targets was > 0 , not >= 0 compared, so that fetch
11611	  policy of 0 did nothing.
11612
1161313 June 2007: Wouter
11614	- debug option: configure --enable-static-exe for compile where
11615	  ldns and libevent are linked statically. Default is off.
11616	- make install and make uninstall. Works with static-exe and without.
11617	  installation of unbound binary and manual pages.
11618	- alignment problem fix on solaris 64.
11619	- fixup address in case of TCP error.
11620
1162112 June 2007: Wouter
11622	- num target queries was set to 0 at a bad time. Default it to 0 and
11623	  increase as target queries are done.
11624	- synthesize CNAME and DNAME responses from the cache.
11625	- Updated doxygen config for doxygen 1.5.
11626	- aclocal newer version.
11627	- doxygen 1.5 fixes for comments (for the strict check on docs).
11628
1162911 June 2007: Wouter
11630	- replies on TCP queries have the address field set in replyinfo,
11631	  for serviced queries, because the initiator does not know that
11632	  a TCP fallback has occured.
11633	- omit DNSSEC types from nonDO replies, except if qtype is ANY or
11634	  if qtype directly queries for the type (and then only show that
11635	  'unknown type' in the answer section).
11636	- fixed message parsing where rrsigs on their own would be put
11637	  in the signature list over the rrsig type.
11638
116397 June 2007: Wouter
11640	- fixup error in double linked list insertion for subqueries and
11641	  for outbound list of serviced queries for iterator module.
11642	- nicer printout of outgoing port selection.
11643	- fixup cname target readout.
11644	- nicer debug output.
11645	- fixup rrset counts when prepending CNAMEs to the answer.
11646	- fixup rrset TTL for prepended CNAMEs.
11647	- process better check for looping modules, and which submodule to
11648	  run next.
11649	- subreq insertion code fixup for slumber list.
11650	- VERB_DETAIL, verbosity: 2 level gives short but readable output.
11651	  VERB_ALGO, verbosity: 3 gives extensive output.
11652	- fixup RA bit in cached replies.
11653	- fixup CNAME responses from the cache no longer partial response.
11654	- error in network send handled without leakage.
11655	- enable ip6 from config, and try ip6 addresses if available,
11656	  if ip6 is not connected, skips to next server.
11657
116585 June 2007: Wouter
11659	- iterator state finished.
11660	- subrequests without parent store in cache and stop.
11661	- worker slumber list for ongoing promiscuous queries.
11662	- subrequest error handling.
11663	- priming failure returns SERVFAIL.
11664	- priming gives LAME result, returns SERVFAIL.
11665	- debug routine to print dns_msg as handled by iterator.
11666	- memleak in config file stubs fixup.
11667	- more small bugs, in scrubber, query compare no ID for lookup,
11668	  in dname validation for NS targets.
11669	- sets entry.key for new special allocs.
11670	- lognametypeclass can display unknown types and classes.
11671
116724 June 2007: Wouter
11673	- random selection of equally preferred nameserver targets.
11674	- reply info copy routine. Reuses existing code.
11675	- cache lameness in response handling.
11676	- do not touch qstate after worker_process_query because it may have
11677	  been deleted by that routine.
11678	- Prime response state.
11679	- Process target response state.
11680	- some memcmp changed to dname_compare for case preservation.
11681
116821 June 2007: Wouter
11683	- normalize incoming messages. Like unbound-java, with CNAME chain
11684	  checked, DNAME checked, CNAME's synthesized, glue checked.
11685	- sanitize incoming messages.
11686	- split msgreply encode functions into own file msgencode.c.
11687	- msg_parse to queryinfo/replyinfo conversion more versatile.
11688	- process_response, classify response, delegpt_from_message.
11689
1169031 May 2007: Wouter
11691	- querytargets state.
11692	- dname_subdomain_c() routine.
11693	- server selection, based on RTT. ip6 is filtered out if not available,
11694	  and lameness is checked too.
11695	- delegation point copy routine.
11696
1169730 May 2007: Wouter
11698	- removed FLAG_CD from message and rrset caches. This was useful for
11699	  an agnostic forwarder, but not for a sophisticated (trust value per
11700	  rrset enabled) cache.
11701	- iterator response typing.
11702	- iterator cname handle.
11703	- iterator prime start.
11704	- subquery work.
11705	- processInitRequest and processInitRequest2.
11706	- cache synthesizes referral messages, with DS and NSEC.
11707	- processInitRequest3.
11708	- if a request creates multiple subrequests these are all activated.
11709
1171029 May 2007: Wouter
11711	- routines to lock and unlock array of rrsets moved to cache/rrset.
11712	- lookup message from msg cache (and copy to region).
11713	- fixed cast error in dns msg lookup.
11714	- message with duplicate rrset does not increase its TTLs twice.
11715	- 'qnamesize' changed to 'qname_len' for similar naming scheme.
11716
1171725 May 2007: Wouter
11718	- Acknowledge use of unbound-java code in iterator. Nicer readme.
11719	- services/cache/dns.c DNS Cache. Hybrid cache uses msgcache and
11720	  rrset cache from module environment.
11721	- packed rrset key has type and class as easily accessible struct
11722	  members. They are still kept in network format for fast msg encode.
11723	- dns cache find_delegation routine.
11724	- iterator main functions setup.
11725	- dns cache lookup setup.
11726
1172724 May 2007: Wouter
11728	- small changes to prepare for subqueries.
11729	- iterator forwarder feature separated out.
11730	- iterator hints stub code, config file stub code, so that first
11731	  testing can proceed locally.
11732	- replay tests now have config option to enable forwarding mode.
11733
1173423 May 2007: Wouter
11735	- outside network does precise timers for roundtrip estimates for rtt
11736	  and for setting timeout for UDP. Pending_udp takes milliseconds.
11737	- cleaner iterator sockaddr conversion of forwarder address.
11738	- iterator/iter_utils and iter_delegpt setup.
11739	- root hints.
11740
1174122 May 2007: Wouter
11742	- outbound query list for modules and support to callback with the
11743	  outbound entry to the module.
11744	- testbound support for new serviced queries.
11745	- test for retry to TCP cannot use testbound any longer.
11746	- testns test for EDNS fallback, test for TCP fallback already exists.
11747	- fixes for no-locking compile.
11748	- mini_event timer precision and fix for change in timeouts during
11749	  timeout callback. Fix for fwd_three tests, performed nonexit query.
11750
1175121 May 2007: Wouter
11752	- small comment on hash table locking.
11753	- outside network serviced queries, contain edns and tcp fallback,
11754	  and udp retries and rtt timing.
11755
1175616 May 2007: Wouter
11757	- lruhash_touch() would cause locking order problems. Fixup in
11758	  lock-verify in case locking cycle is found.
11759	- services/cache/rrset.c for rrset cache code.
11760	- special rrset_cache LRU updating function that uses the rrset id.
11761	- no dependencies calculation when make clean is called.
11762	- config settings for infra cache.
11763	- daemon code slightly cleaner, only creates caches once.
11764
1176515 May 2007: Wouter
11766	- host cache code.
11767	- unit test for host cache.
11768
1176914 May 2007: Wouter
11770	- Port to OS/X and Dec Alpha. Printf format and alignment fixes.
11771	- extensive lock debug report on join timeout.
11772	- proper RTT calculation, in utility code.
11773	- setup of services/cache/infra, host cache.
11774
1177511 May 2007: Wouter
11776	- iterator/iterator.c module.
11777	- fixup to pass reply_info in testcode and in netevent.
11778
1177910 May 2007: Wouter
11780	- created release-0.3 svn tag.
11781	- util/module.h
11782	- fixed compression - no longer compresses root name.
11783
117849 May 2007: Wouter
11785	- outside network cleans up waiting tcp queries on exit.
11786	- fallback to TCP.
11787	- testbound replay with retry in TCP mode.
11788	- tpkg test for retry in TCP mode, against ldns-testns server.
11789	- daemon checks max number of open files and complains if not enough.
11790	- test where data expires in the cache.
11791	- compiletests: fixed empty body ifstatements in alloc.c, in case
11792	  locks are disabled.
11793
117948 May 2007: Wouter
11795	- outgoing network keeps list of available tcp buffers for outgoing
11796	  tcp queries.
11797	- outgoing-num-tcp config option.
11798	- outgoing network keeps waiting list of queries waiting for buffer.
11799	- netevent supports outgoing tcp commpoints, nonblocking connects.
11800
118017 May 2007: Wouter
11802	- EDNS read from query, used to make reply smaller.
11803	- advertised edns value constants.
11804	- EDNS BADVERS response, if asked for too high edns version.
11805	- EDNS extended error responses once the EDNS record from the query
11806	  has successfully been parsed.
11807
118084 May 2007: Wouter
11809	- msgreply sizefunc is more accurate.
11810	- config settings for rrset cache size and slabs.
11811	- hashtable insert takes argument so that a thread can use its own
11812	  alloc cache to store released keys.
11813	- alloc cache special_release() locks if necessary.
11814	- rrset trustworthiness type added.
11815	- thread keeps a scratchpad region for handling messages.
11816	- writev used in netevent to write tcp length and data after another.
11817	  This saves a roundtrip on tcp replies.
11818	- test for one rrset updated in the cache.
11819	- test for one rrset which is not updated, as it is not deemed
11820	  trustworthy enough.
11821	- test for TTL refreshed in rrset.
11822
118233 May 2007: Wouter
11824	- fill refs. Use new parse and encode to answer queries.
11825	- stores rrsets in cache.
11826	- uses new msgreply format in cache.
11827
118282 May 2007: Wouter
11829	- dname unit tests in own file and spread out neatly in functions.
11830	- more dname unit tests.
11831	- message encoding creates truncated TC flagged messages if they do
11832	  not fit, and will leave out (whole)rrsets from additional if needed.
11833
118341 May 2007: Wouter
11835	- decompress query section, extremely lenient acceptance.
11836	  But only for answers from other servers, not for plain queries.
11837	- compression and decompression test cases.
11838	- some stats added.
11839	- example.conf interface: line is changed from 127.0.0.1 which leads
11840	  to problems if used (restricting communication to the localhost),
11841	  to a documentation and test address.
11842
1184327 April 2007: Wouter
11844	- removed iov usage, it is not good for dns message encoding.
11845	- owner name compression more optimal.
11846	- rrsig owner name compression.
11847	- rdata domain name compression.
11848
1184926 April 2007: Wouter
11850	- floating point exception fix in lock-verify.
11851	- lint uses make dependency
11852	- fixup lint in dname owner domain name compression code.
11853	- define for offset range that can be compressed to.
11854
1185525 April 2007: Wouter
11856	- prettier code; parse_rrset->type kept in host byte order.
11857	- datatype used for hashvalue of converted rrsig structure.
11858	- unit test compares edns section data too.
11859
1186024 April 2007: Wouter
11861	- ttl per RR, for RRSIG rrsets and others.
11862	- dname_print debug function.
11863	- if type is not known, size calc will skip DNAME decompression.
11864	- RRSIG parsing and storing and putting in messages.
11865	- dnssec enabled unit tests (from nlnetlabs.nl and se queries).
11866	- EDNS extraction routine.
11867
1186820 April 2007: Wouter
11869	- code comes through all of the unit tests now.
11870	- disabled warning about spurious extra data.
11871	- documented the RRSIG parse plan in msgparse.h.
11872	- rrsig reading and outputting.
11873
1187419 April 2007: Wouter
11875	- fix unit test to actually to tests.
11876	- fix write iov helper, and fakevent code.
11877	- extra builtin testcase (small packet).
11878	- ttl converted to network format in packets.
11879	- flags converted correctly
11880	- rdatalen off by 2 error fixup.
11881	- uses less iov space for header.
11882
1188318 April 2007: Wouter
11884	- review of msgparse code.
11885	- smaller test cases.
11886
1188717 April 2007: Wouter
11888	- copy and decompress dnames.
11889	- store calculated hash value too.
11890	- routine to create message out of stored information.
11891	- util/data/msgparse.c for message parsing code.
11892	- unit test, and first fixes because of test.
11893		* forgot rrset_count addition.
11894		* did & of ptr on stack for memory position calculation.
11895		* dname_pkt_copy forgot to read next label length.
11896	- test from file and fixes
11897		* double frees fixed in error conditions.
11898		* types with less than full rdata allowed by parser.
11899		  Some dynamic update packets seem to use it.
11900
1190116 April 2007: Wouter
11902	- following a small change in LDNS, parsing code calculates the
11903	  memory size to allocate for rrs.
11904	- code to handle ID creation.
11905
1190613 April 2007: Wouter
11907	- parse routines. Code that parses rrsets, rrs.
11908
1190912 April 2007: Wouter
11910	- dname compare routine that preserves case, with unit tests.
11911
1191211 April 2007: Wouter
11913	- parse work - dname packet parse, msgparse, querysection parse,
11914	  start of sectionparse.
11915
1191610 April 2007: Wouter
11917	- Improved alignment of reply_info packet, nice for 32 and 64 bit.
11918	- Put RRset counts in reply_info, because the number of RRs can change
11919	  due to RRset updates.
11920	- import of region-allocator code from nsd.
11921	- set alloc special type to ub_packed_rrset_key.
11922	  Uses lruhash entry overflow chain next pointer in alloc cache.
11923	- doxygen documentation for region-allocator.
11924	- setup for parse scratch data.
11925
119265 April 2007: Wouter
11927	- discussed packed rrset with Jelte.
11928
119294 April 2007: Wouter
11930	- moved to version 0.3.
11931	- added util/data/dname.c
11932	- layout of memory for rrsets.
11933
119343 April 2007: Wouter
11935	- detect sign of msghdr.msg_iovlen so that the cast to that type
11936	  in netevent (which is there to please lint) can be correct.
11937	  The type on several OSes ranges from int, int32, uint32, size_t.
11938	  Detects unsigned or signed using math trick.
11939	- constants for DNS flags.
11940	- compilation without locks fixup.
11941	- removed include of unportable header from lookup3.c.
11942	- more portable use of struct msghdr.
11943	- casts for printf warning portability.
11944	- tweaks to tests to port them to the testbed.
11945	- 0.2 tag created.
11946
119472 April 2007: Wouter
11948	- check sizes of udp received messages, not too short.
11949	- review changes. Some memmoves can be memcpys: 4byte aligned.
11950	  set id correctly on cached answers.
11951	- review changes msgreply.c, memleak on error condition. AA flag
11952	  clear on cached reply. Lowercase queries on hashing.
11953	  unit test on lowercasing. Test AA bit not set on cached reply.
11954	  Note that no TTLs are managed.
11955
1195629 March 2007: Wouter
11957	- writev or sendmsg used when answering from cache.
11958	  This avoids a copy of the data.
11959	- do not do useless byteswap on query id. Store reply flags in uint16
11960	  for easier access (and no repeated byteswapping).
11961	- reviewed code.
11962	- configure detects and config.h includes sys/uio.h for writev decl.
11963
1196428 March 2007: Wouter
11965	- new config option: num-queries-per-thread.
11966	- added tpkg test for answering three queries at the same time
11967	  using one thread (from the query service list).
11968
1196927 March 2007: Wouter
11970	- added test for cache and not cached answers, in testbound replays.
11971	- testbound can give config file and commandline options from the
11972	  replay file to unbound.
11973	- created test that checks if items drop out of the cache.
11974	- added word 'partitioned hash table' to documentation on slab hash.
11975	  A slab hash is a partitioned hash table.
11976	- worker can handle multiple queries at a time.
11977
1197826 March 2007: Wouter
11979	- config settings for slab hash message cache.
11980	- test for cached answer.
11981	- Fixup deleting fake answer from testbound list.
11982
1198323 March 2007: Wouter
11984	- review of yesterday's commits.
11985	- covered up memory leak of the entry locks.
11986	- answers from the cache correctly. Copies flags correctly.
11987	- sanity check for incoming query replies.
11988	- slabbed hash table. Much nicer contention, need dual cpu to see.
11989
1199022 March 2007: Wouter
11991	- AIX configure check.
11992	- lock-verify can handle references to locks that are created
11993	  in files it has not yet read in.
11994	- threaded hash table test.
11995	- unit test runs lock-verify afterwards and checks result.
11996	- need writelock to update data on hash_insert.
11997	- message cache code, msgreply code.
11998
1199921 March 2007: Wouter
12000	- unit test of hash table, fixup locking problem in table_grow().
12001	- fixup accounting of sizes for removing items from hashtable.
12002	- unit test for hash table, single threaded test of integrity.
12003	- lock-verify reports errors nicely. More quiet in operation.
12004
1200516 March 2007: Wouter
12006	- lock-verifier, checks consistent order of locking.
12007
1200814 March 2007: Wouter
12009	- hash table insert (and subroutines) and lookup implemented.
12010	- hash table remove.
12011	- unit tests for hash internal bin, lru functions.
12012
1201313 March 2007: Wouter
12014	- lock_unprotect in checklocks.
12015	- util/storage/lruhash.h for LRU hash table structure.
12016
1201712 March 2007: Wouter
12018	- configure.ac moved to 0.2.
12019	- query_info and replymsg util/data structure.
12020
120219 March 2007: Wouter
12022	- added rwlock writelock checking.
12023	  So it will keep track of the writelock, and readlocks are enforced
12024	  to not change protected memory areas.
12025	- log_hex function to dump hex strings to the logfile.
12026	- checklocks zeroes its destroyed lock after checking memory areas.
12027	- unit test for alloc.
12028	- identifier for union in checklocks to please older compilers.
12029	- created 0.1 tag.
12030
120318 March 2007: Wouter
12032	- Reviewed checklock code.
12033
120347 March 2007: Wouter
12035	- created a wrapper around thread calls that performs some basic
12036	  checking for data race and deadlock, and basic performance
12037	  contention measurement.
12038
120396 March 2007: Wouter
12040	- Testbed works with threading (different machines, different options).
12041	- alloc work, does the special type.
12042
120432 March 2007: Wouter
12044	- do not compile fork funcs unless needed. Otherwise will give
12045	  type errors as their typedefs have not been enabled.
12046	- log shows thread numbers much more nicely (and portably).
12047	- even on systems with nonthreadsafe libevent signal handling,
12048	  unbound will exit if given a signal.
12049	  Reloads will not work, and exit is not graceful.
12050	- start of alloc framework layout.
12051
120521 March 2007: Wouter
12053	- Signals, libevent and threads work well, with libevent patch and
12054	  changes to code (close after event_del).
12055	- set ipc pipes nonblocking.
12056
1205727 February 2007: Wouter
12058	- ub_thread_join portable definition.
12059	- forking is used if no threading is available.
12060	  Tested, it works, since pipes work across processes as well.
12061	  Thread_join is replaced with waitpid.
12062	- During reloads the daemon will temporarily handle signals,
12063	  so that they do not result in problems.
12064	- Also randomize the outgoing port range for tests.
12065	- If query list is full, will stop selecting listening ports for read.
12066	  This makes all threads service incoming requests, instead of one.
12067	  No memory is leaking during reloads, service of queries, etc.
12068	- test that uses ldns-testns -f to test threading. Have to answer
12069	  three queries at the same time.
12070	- with verbose=0 operates quietly.
12071
1207226 February 2007: Wouter
12073	- ub_random code used to select ID and port.
12074	- log code prints thread id.
12075	- unbound can thread itself, with reload(HUP) and quit working
12076	  correctly.
12077	- don't open pipes for #0, doesn't need it.
12078	- listens to SIGTERM, SIGQUIT, SIGINT (all quit) and SIGHUP (reload).
12079
1208023 February 2007: Wouter
12081	- Can do reloads on sigHUP. Everything is stopped, and freed,
12082	  except the listening ports. Then the config file is reread.
12083	  And everything is started again (and listening ports if needed).
12084	- Ports for queries are shared.
12085	- config file added interface:, chroot: and username:.
12086	- config file: directory, logfile, pidfile. And they work too.
12087	- will daemonize by default now. Use -d to stay in the foreground.
12088	- got BSD random[256 state] code, made it threadsafe. util/random.
12089
1209022 February 2007: Wouter
12091	- Have a config file. Removed commandline options, moved to config.
12092	- tests use config file.
12093
1209421 February 2007: Wouter
12095	- put -c option in man page.
12096	- minievent fd array capped by FD_SETSIZE.
12097
1209820 February 2007: Wouter
12099	- Added locks code and pthread spinlock detection.
12100	- can use no locks, or solaris native thread library.
12101	- added yacc and lex configure, and config file parsing code.
12102	  also makedist.sh, and manpage.
12103	- put include errno.h in config.h
12104
1210519 February 2007: Wouter
12106	- Created 0.0 svn tag.
12107	- added acx_pthread.m4 autoconf check for pthreads from
12108	  the autoconf archive. It is GPL-with-autoconf-exception Licensed.
12109	  You can specify --with-pthreads, or --without-pthreads to configure.
12110
1211116 February 2007: Wouter
12112	- Updated testbed script, works better by using make on remote end.
12113	- removed check decls, we can compile without them.
12114	- makefile supports LIBOBJ replacements.
12115	- docs checks ignore compat code.
12116	- added util/mini-event.c and .h, a select based alternative used with
12117	  ./configure --with-libevent=no
12118	  It is limited to 1024 file descriptors, and has less features.
12119	- will not create ip6 sockets if ip6 not on the machine.
12120
1212115 February 2007: Wouter
12122	- port to FreeBSD 4.11 Dec Alpha. Also works on Solaris 10 sparc64,
12123	  Solaris 9, FreeBSD 6, Linux i386 and OSX powerpc.
12124	- malloc rndstate, so that it is aligned for access.
12125	- fixed rbtree cleanup with postorder traverse.
12126	- fixed pending messages are deleted when handled.
12127	- You can control verbosity; default is not verbose, every -v
12128	  adds more verbosity.
12129
1213014 February 2007: Wouter
12131	- Included configure.ac changes from ldns.
12132	- detect (some) headers before the standards check.
12133	- do not use isblank to test c99, since its not available on solaris9.
12134	- review of testcode.
12135		* entries in a RANGE are no longer reversed.
12136		* print name of file with replay entry parse errors.
12137	- port to OSX: cast to int for some prints of sizet.
12138	- Makefile copies ldnstestpkts.c before doing dependencies on it.
12139
1214013 February 2007: Wouter
12141	- work on fake events, first fwd replay works.
12142	- events can do timeouts and errors on queries to servers.
12143	- test package that runs replay scenarios.
12144
1214512 February 2007: Wouter
12146	- work on fake events.
12147
121489 February 2007: Wouter
12149	- replay file reading.
12150	- fake event setup, it creates fake structures, and teardowns,
12151	  added signal callbacks to reply to be able to fake those,
12152	  and main structure of event replay routines.
12153
121548 February 2007: Wouter
12155	- added tcp test.
12156	- replay storage.
12157	- testcode/fake_event work.
12158
121597 February 2007: Wouter
12160	- return answer with the same ID as query was sent with.
12161	- created udp forwarder test. I've done some effort to make it perform
12162	  quickly. After servers are created, no big sleep statements but
12163	  it checks the logfiles to see if servers have come up. Takes 0.14s.
12164	- set addrlen value when calling recvfrom.
12165	- comparison of addrs more portable.
12166	- LIBEVENT option for testbed to set libevent directory.
12167	- work on tcp input.
12168
121696 February 2007: Wouter
12170	- reviewed code and improved in places.
12171
121725 February 2007: Wouter
12173	- Picked up stdc99 and other define tests from ldns. Improved
12174	  POSIX define test to include getaddrinfo.
12175	- defined constants for netevent callback error code.
12176	- unit test for strisip6.
12177
121782 February 2007: Wouter
12179	- Created udp4 and udp6 port arrays to provide service for both
12180	  address families.
12181	- uses IPV6_USE_MIN_MTU for udp6 ,IPV6_V6ONLY to make ip6 sockets.
12182	- listens on both ip4 and ip6 ports to provide correct return address.
12183	- worker fwder address filled correctly.
12184	- fixup timer code.
12185	- forwards udp queries and sends answer.
12186
121871 February 2007: Wouter
12188	- outside network more UDP work.
12189	- moved * closer to type.
12190	- comm_timer object and events.
12191
1219231 January 2007: Wouter
12193	- Added makedist.sh script to make release tarball.
12194	- Removed listen callback layer, did not add anything.
12195	- Added UDP recv to netevent, worker callback for udp.
12196	- netevent communication reply storage structure.
12197	- minimal query header sanity checking for worker.
12198	- copied over rbtree implementation from NSD (BSD licensed too).
12199	- outgoing network query service work.
12200
1220130 January 2007: Wouter
12202	- links in example/ldns-testpkts.c and .h for premade packet support.
12203	- added callback argument to listen_dnsport and daemon/worker.
12204
1220529 January 2007: Wouter
12206	- unbound.8 a short manpage.
12207
1220826 January 2007: Wouter
12209	- fixed memleak.
12210	- make lint works on BSD and Linux (openssl defines).
12211	- make tags works.
12212	- testbound program start.
12213
1221425 January 2007: Wouter
12215	- fixed lint so it may work on BSD.
12216	- put license into header of every file.
12217	- created verbosity flag.
12218	- fixed libevent configure flag.
12219	- detects event_base_free() in new libevent 1.2 version.
12220	- getopt in daemon. fatal_exit() and verbose() logging funcs.
12221	- created log_assert, that throws assertions to the logfile.
12222	- listen_dnsport service. Binds ports.
12223
1222424  January 2007: Wouter
12225	- cleaned up configure.ac.
12226
1222723  January 2007: Wouter
12228	- added libevent to configure to link with.
12229	- util/netevent setup work.
12230	- configure searches for libevent.
12231	- search for libs at end of configure (when other headers and types
12232	  have been found).
12233	- doxygen works with ATTR_UNUSED().
12234	- util/netevent implementation.
12235
1223622  January 2007: Wouter
12237	- Designed header file for network communication.
12238
1223916  January 2007: Wouter
12240	- added readme.svn and readme.tests.
12241
122424 January 2007: Wouter
12243	- Testbed script (run on multiple platforms the test set).
12244	  Works on Sunos9, Sunos10, FreeBSD 6.1, Fedora core 5.
12245	- added unit test tpkg.
12246
122473 January 2007: Wouter
12248	- committed first set of files into subversion repository.
12249	  svn co svn+ssh://unbound.net/svn/unbound
12250	  You need a ssh login.  There is no https access yet.
12251	- Added LICENSE, the BSD license.
12252	- Added doc/README with compile help.
12253	- main program stub and quiet makefile.
12254	- minimal logging service (to stderr).
12255	- added postcommit hook that serves emails.
12256	- added first test 00-lint. postcommit also checks if build succeeds.
12257	- 01-doc: doxygen doc target added for html docs. And stringent test
12258	  on documented files, functions and parameters.
12259
1226015 December 2006: Wouter
12261	- Created Makefile.in and configure.ac.
12262