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