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