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