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