xref: /openbsd/usr.sbin/unbound/doc/Changelog (revision a6445c1d)
111 November 2014: Wouter
2	- iana portlist update.
3	- Fix bug where forward or stub addresses with same address but
4	  different port number were not tried.
5	- version number in svn trunk is 1.5.0
6	- tag 1.5.0rc1
7
87 November 2014: Wouter
9	- dnstap fixes by Robert Edmonds:
10		dnstap/dnstap.m4: cosmetic fixes
11		dnstap/: Remove compiled protoc-c output files
12		dnstap/dnstap.m4: Error out if required libraries are not found
13		dnstap: Fix ProtobufCBufferSimple usage that is incorrect as of
14			protobuf-c 1.0.0
15		dnstap/: Adapt to API changes in latest libfstrm (>= 0.2.0)
16
174 November 2014: Wouter
18	- Add ub_ctx_add_ta_autr function to add a RFC5011 automatically
19	  tracked trust anchor to libunbound.
20	- Redefine internal minievent symbols to unique symbols that helps
21	  linking on platforms where the linker leaks names across modules.
22
2327 October 2014: Wouter
24	- Disabled use of SSLv3 in remote-control and ssl-upstream.
25	- iana portlist update.
26
2716 October 2014: Wouter
28	- Documented dns64 configuration in unbound.conf man page.
29
3013 October 2014: Wouter
31	- Fix #617: in ldns in unbound, lowercase WKS services.
32	- Fix ctype invocation casts.
33
3410 October 2014: Wouter
35	- Fix unbound-checkconf check for module config with dns64 module.
36	- Fix unbound capsforid fallback, it ignores TTLs in comparison.
37
386 October 2014: Wouter
39	- Fix #614: man page variable substitution bug.
406 October 2014: Willem
41	- Whitespaces after $ORIGIN are not part of the origin dname (ldns).
42	- $TTL's value starts at position 5 (ldns).
43
441 October 2014: Wouter
45	- fix #613: Allow tab ws in var length last rdfs (in ldns str2wire).
46
4729 September 2014: Wouter
48	- Fix #612: create service with service.conf in present directory and
49	  auto load it.
50	- Fix for mingw compile openssl ranlib.
51
5225 September 2014: Wouter
53	- updated configure and aclocal with newer autoconf 1.13.
54
5522 September 2014: Wouter
56	- Fix swig and python examples for Python 3.x.
57	- Fix for mingw compile with openssl-1.0.1i.
58
5919 September 2014: Wouter
60	- improve python configuration detection to build on Fedora 22.
61
6218 September 2014: Wouter
63	- patches to also build with Python 3.x (from Pavel Simerda).
64
6516 September 2014: Wouter
66	- Fix tcp timer waiting list removal code.
67	- iana portlist update.
68	- Updated the TCP_BACLOG from 5 to 256, so that the tcp accept queue
69	  is longer and more tcp connections can be handled.
70
7115 September 2014: Wouter
72	- Fix unit test for CDS typecode.
73
745 September 2014: Wouter
75	- type CDS and CDNSKEY types in sldns.
76
7725 August 2014: Wouter
78	- Fixup checklock code for log lock and its mutual initialization
79	  dependency.
80	- iana portlist update.
81	- Removed necessity for pkg-config from the dnstap.m4, new are
82	  the --with-libfstrm and --with-protobuf-c configure options.
83
8419 August 2014: Wouter
85	- Update unbound manpage with more explanation (from Florian Obser).
86
8718 August 2014: Wouter
88	- Fix #603: unbound-checkconf -o <option> should skip verification
89	  checks.
90	- iana portlist update.
91	- Fixup doc/unbound.doxygen to remove obsolete 1.8.7 settings.
92
935 August 2014: Wouter
94	- dnstap support, with a patch from Farsight Security, written by
95	  Robert Edmonds. The --enable-dnstap needs libfstrm and protobuf-c.
96	  It is BSD licensed (see dnstap/dnstap.c).
97	  Building with --enable-dnstap needs pkg-config with this patch.
98	- Noted dnstap in doc/README and doc/CREDITS.
99	- Changes to the dnstap patch.
100	  - lint fixes.
101	  - dnstap/dnstap_config.h should not have been added to the repo,
102	    because is it generated.
103
1041 August 2014: Wouter
105	- Patch add msg, rrset, infra and key cache sizes to stats command
106	  from Maciej Soltysiak.
107	- iana portlist update.
108
10931 July 2014: Wouter
110	- DNS64 from Viagenie (BSD Licensed), written by Simon Perrault.
111	  Initial commit of the patch from the FreeBSD base (with its fixes).
112	  This adds a module (for module-config in unbound.conf) dns64 that
113	  performs DNS64 processing, see README.DNS64.
114	- Changes from DNS64:
115	  strcpy changed to memmove.
116	  arraybound check fixed from prefix_net/8/4 to prefix_net/8+4.
117	  allocation of result consistently in the correct region.
118	  time_t is now used for ttl in unbound (since the patch's version).
119	- testdata/dns64_lookup.rpl for unit test for dns64 functionality.
120
12129 July 2014: Wouter
122	- Patch from Dag-Erling Smorgrav that implements feature, unbound -dd
123	  does not fork in the background and also logs to stderr.
124
12521 July 2014: Wouter
126	- Fix endian.h include for OpenBSD.
127
12816 July 2014: Wouter
129	- And Fix#596: Bail out of unbound-control dump_infra when ssl
130	  write fails.
131
13215 July 2014: Wouter
133	- Fix #596: Bail out of unbound-control list_local_zones when ssl
134	  write fails.
135	- iana portlist update.
136
13713 July 2014: Wouter
138	- Configure tests if main can be linked to from getentropy compat.
139
14012 July 2014: Wouter
141	- Fix getentropy compat code, function refs were not portable.
142	- Fix to check openssl version number only for OpenSSL.
143	- LibreSSL provides compat items, check for that in configure.
144	- Fix bug in fix for log locks that caused deadlock in signal handler.
145	- update compat/getentropy and arc4random to the most recent ones from OpenBSD.
146
14711 July 2014: Matthijs
148	- fake-rfc2553 patch (thanks Benjamin Baier).
149
15011 July 2014: Wouter
151	- arc4random in compat/ and getentropy, explicit_bzero, chacha for
152	  dependencies, from OpenBSD.  arc4_lock and sha512 in compat.
153	  This makes arc4random available on all platforms, except when
154	  compiled with LIBNSS (it uses libNSS crypto random).
155	- fix strptime implicit declaration error on OpenBSD.
156	- arc4random, getentropy and explicit_bzero compat for Windows.
157
1584 July 2014: Wouter
159	- Fix #593: segfault or crash upon rotating logfile.
160
1613 July 2014: Wouter
162	- DLV tests added.
163	- signit tool fixup for compile with libldns library.
164	- iana portlist updated.
165
16627 June 2014: Wouter
167	- so-reuseport is available on BSDs(such as FreeBSD 10) and OS/X.
168
16926 June 2014: Wouter
170	- unbound-control status reports if so-reuseport was successful.
171	- iana portlist updated.
172
17324 June 2014: Wouter
174	- Fix caps-for-id fallback, and added fallback attempt when servers
175	  drop 0x20 perturbed queries.
176	- Fixup testsetup for VM tests (run testcode/run_vm.sh).
177
17817 June 2014: Wouter
179	- iana portlist updated.
180
1813 June 2014: Wouter
182	- Add AAAA for B root server to default root hints.
183
1842 June 2014: Wouter
185	- Remove unused define from iterator.h
186
18730 May 2014: Wouter
188	- Fixup sldns_enum_edns_option typedef definition.
189
19028 May 2014: Wouter
191	- Code cleanup patch from Dag-Erling Smorgrav, with compiler issue
192	  fixes from FreeBSD's copy of Unbound, he notes:
193	  Generate unbound-control-setup.sh at build time so it respects
194	  prefix and sysconfdir from the configure script.  Also fix the
195	  umask to match the comment, and the comment to match the umask.
196	  Add const and static where needed.  Use unions instead of
197	  playing pointer poker.  Move declarations that are needed in
198	  multiple source files into a shared header.  Move sldns_bgetc()
199	  from parse.c to buffer.c where it belongs.  Introduce a new
200	  header file, worker.h, which declares the callbacks that
201	  all workers must define.  Remove those declarations from
202	  libworker.h.	Include the correct headers in the correct places.
203	  Fix a few dummy callbacks that don't match their prototype.
204	  Fix some casts.  Hide the sbrk madness behind #ifdef HAVE_SBRK.
205	  Remove a useless printf which breaks reproducible builds.
206	  Get rid of CONFIGURE_{TARGET,DATE,BUILD_WITH} now that they're
207	  no longer used.  Add unbound-control-setup.sh to the list of
208	  generated files.  The prototype for libworker_event_done_cb()
209	  needs to be moved from libunbound/libworker.h to
210	  libunbound/worker.h.
211	- Fixup out-of-directory compile with unbound-control-setup.sh.in.
212	- make depend.
213
21423 May 2014: Wouter
215	- unbound-host -D enabled dnssec and reads root trust anchor from
216	  the default root key file that was compiled in.
217
21820 May 2014: Wouter
219	- Feature, unblock-lan-zones: yesno that you can use to make unbound
220	  perform 10.0.0.0/8 and other reverse lookups normally, for use if
221	  unbound is running service for localhost on localhost.
222
22316 May 2014: Wouter
224	- Updated create_unbound_ad_servers and unbound_cache scripts from
225	  Yuri Voinov in the source/contrib directory. Added
226	  warmup.cmd (and .sh): warm up the DNS cache with your MRU domains.
227
2289 May 2014: Wouter
229	- Implement draft-ietf-dnsop-rfc6598-rfc6303-01.
230	- iana portlist updated.
231
2328 May 2014: Wouter
233	- Contrib windows scripts from Yuri Voinov added to src/contrib:
234	  create_unbound_ad_servers.cmd: enters anti-ad server lists.
235	  unbound_cache.cmd: saves and loads the cache.
236	- Added unbound-control-setup.cmd from Yuri Voinov to the windows
237	  unbound distribution set.  It requires openssl installed in %PATH%.
238
2396 May 2014: Wouter
240	- Change MAX_SENT_COUNT from 16 to 32 to resolve some cases easier.
241
2425 May 2014: Wouter
243	- More #567: remove : from output of stub and forward lists, this is
244	  easier to parse.
245
24629 April 2014: Wouter
247	- iana portlist updated.
248	- Add unbound-control flush_negative that flushed nxdomains, nodata,
249	  and errors from the cache.  For dnssec-trigger and NetworkManager,
250	  fixes cases where network changes have localdata that was already
251	  negatively cached from the previous network.
252
25323 April 2014: Wouter
254	- Patch from Jeremie Courreges-Anglas to use arc4random_uniform
255	  if available on the OS, it gets entropy from the OS.
256
25715 April 2014: Wouter
258	- Fix compile with libevent2 on FreeBSD.
259
26011 April 2014: Wouter
261	- Fix #502: explain that do-ip6 disable does not stop AAAA lookups,
262	  but it stops the use of the ipv6 transport layer for DNS traffic.
263	- iana portlist updated.
264
26510 April 2014: Wouter
266	- iana portlist updated.
267	- Patch from Hannes Frederic Sowa for Linux 3.15 fragmentation
268	  option for DNS fragmentation defense.
269	- Document that dump_requestlist only prints queries from thread 0.
270	- unbound-control stats prints num.query.tcpout with number of TCP
271	  outgoing queries made in the previous statistics interval.
272	- Fix #567: unbound lists if forward zone is secure or insecure with
273	  +i annotation in output of list_forwards, also for list_stubs
274	  (for NetworkManager integration.)
275	- Fix #554: use unsigned long to print 64bit statistics counters on
276	  64bit systems.
277	- Fix #558: failed prefetch lookup does not remove cached response
278	  but delays next prefetch (in lieu of caching a SERVFAIL).
279	- Fix #545: improved logging, the ip address of the error is printed
280	  on the same log-line as the error.
281
2828 April 2014: Wouter
283	- Fix #574: make test fails on Ubuntu 14.04.  Disabled remote-control
284	  in testbound scripts.
285	- iana portlist updated.
286
2877 April 2014: Wouter
288	- C.ROOT-SERVERS.NET has an IPv6 address, and we updated the root
289	  hints (patch from Anand Buddhdev).
290	- Fix #572: Fix unit test failure for systems with different
291	  /etc/services.
292
29328 March 2014: Wouter
294	- Fix #569: do_tcp is do-tcp in unbound.conf man page.
295
29625 March 2014: Wouter
297	- Patch from Stuart Henderson to build unbound-host man from .1.in.
298
29924 March 2014: Wouter
300	- Fix print filename of encompassing config file on read failure.
301
30212 March 2014: Wouter
303	- tag 1.4.22
304	- trunk has 1.4.23 in development.
305
30610 March 2014: Wouter
307	- Fix bug#561: contrib/cacti plugin did not report SERVFAIL rcodes
308	  because of spelling.  Patch from Chris Coates.
309
31027 February 2014: Wouter
311	- tag 1.4.22rc1
312
31321 February 2014: Wouter
314	- iana portlist updated.
315
31620 February 2014: Matthijs
317	- Be lenient when a NSEC NameError response with RCODE=NXDOMAIN is
318	  received. This is okay according 4035, but not after revising
319	  existence in 4592.  NSEC empty non-terminals exist and thus the
320	  RCODE should have been NOERROR. If this occurs, and the RRsets
321	  are secure, we set the RCODE to NOERROR and the security status
322	  of the reponse is also considered secure.
323
32414 February 2014: Wouter
325	- Works on Minix (3.2.1).
326
32711 February 2014: Wouter
328	- Fix parse of #553(NSD) string in sldns, quotes without spaces.
329
3307 February 2014: Wouter
331	- iana portlist updated.
332	- add body to ifstatement if locks disabled.
333	- add TXT string"string" test case to unit test.
334	- Fix #551: License change "Regents" to "Copyright holder", matching
335	  the BSD license on opensource.org.
336
3376 February 2014: Wouter
338	- sldns has type HIP.
339	- code documentation on the module interface.
340
3415 February 2014: Wouter
342	- Fix sldns parse tests on osx.
343
3443 February 2014: Wouter
345	- Detect libevent2 install automatically by configure.
346	- Fixup link with lib/event2 subdir.
347	- Fix parse in sldns of quoted parenthesized text strings.
348
34931 January 2014: Wouter
350	- unit test for ldns wire to str and back with zones, root, nlnetlabs
351	  and types.sidnlabs.
352	- Fix for hex to string in unknown, atma and nsap.
353	- fixup nss compile (no ldns in it).
354	- fixup warning in unitldns
355	- fixup WKS and rdata type service to print unsigned because strings
356	  are not portable; they cannot be read (for sure) on other computers.
357	- fixup type EUI48 and EUI64, type APL and type IPSECKEY in string
358	  parse sldns.
359
36030 January 2014: Wouter
361	- delay-close does not act if there are udp-wait queries, so that
362	  it does not make a socketdrain DoS easier.
363
36428 January 2014: Wouter
365	- iana portlist updated.
366	- iana portlist test updated so it does not touch the source
367	  if there are no changes.
368	- delay-close: msec option that delays closing ports for which
369	  the UDP reply has timed out.  Keeps the port open, only accepts
370	  the correct reply.  This correct reply is not used, but the port
371	  is open so that no port-denied ICMPs are generated.
372
37327 January 2014: Wouter
374	- reuseport is attempted, then fallback to without on failure.
375
37624 January 2014: Wouter
377	- Change unbound-event.h to use void* buffer, length idiom.
378	- iana portlist updated.
379	- unbound-event.h is installed if you configure --enable-event-api.
380	- speed up unbound (reports say it could be up to 10%), by reducing
381	  lock contention on localzones.lock.  It is changed to an rwlock.
382	- so-reuseport: yesno option to distribute queries evenly over
383	  threads on Linux (Thanks Robert Edmonds).
384	- made lint clean.
385
38621 January 2014: Wouter
387	- Fix #547: no trustanchor written if filesystem full, fclose checked.
388
38917 January 2014: Wouter
390	- Fix isprint() portability in sldns, uses unsigned int.
391	- iana portlist updated.
392
39316 January 2014: Wouter
394	- fix #544: Fixed +i causes segfault when running with module conf
395	  "iterator".
396	- Windows port, adjust %lld to %I64d, and warning in win_event.c.
397
39814 January 2014: Wouter
399	- iana portlist updated.
400
4015 Dec 2013: Wouter
402	- Fix bug in cachedump that uses sldns.
403	- update pythonmod for ldns_ to sldns_ name change.
404
4053 Dec 2013: Wouter
406	- Fix sldns to use sldns_ prefix for all ldns_ variables.
407	- Fix windows compile to compile with sldns.
408
40930 Nov 2013: Wouter
410	- Fix sldns to make globals use sldns_ prefix.  This fixes
411	  linking with libldns that uses global variables ldns_ .
412
41313 Nov 2013: Wouter
414	- Fix bug#537: compile python plugin without ldns library.
415
41612 Nov 2013: Wouter
417	- Fix bug#536: acl_deny_non_local and refuse_non_local added.
418
4195 Nov 2013: Wouter
420	- Patch from Neel Goyal to fix async id assignment if callback
421	  is called by libunbound in the mesh attach.
422	- Accept ip-address: as an alternative for interface: for
423	  consistency with nsd.conf syntax.
424
4254 Nov 2013: Wouter
426	- Patch from Neel Goyal to fix callback in libunbound.
427
4283 Nov 2013: Wouter
429	- if configured --with-libunbound-only fix make install.
430
43131 Oct 2013: Wouter
432	- Fix #531: Set SO_REUSEADDR so that the wildcard interface and a
433	  more specific interface port 53 can be used at the same time, and
434	  one of the daemons is unbound.
435	- iana portlist update.
436	- separate ldns into core ldns inside ldns/ subdirectory.  No more
437	  --with-ldns is needed and unbound does not rely on libldns.
438	- portability fixes for new USE_SLDNS ldns subdir codebase.
439
44022 Oct 2013: Wouter
441	- Patch from Neel Goyal: Add an API call to set an event base on an
442	  existing ub_ctx.  This basically just destroys the current worker and
443	  sets the event base to the current.  And fix a deadlock in
444	  ub_resolve_event – the cfglock is held when libworker_create is
445	  called.  This ends up trying to acquire the lock again in
446	  context_obtain_alloc in the call chain.
447	- Fix #528: if very high logging (4 or more) segfault on allow_snoop.
448
44926 Sep 2013: Wouter
450	- unbound-event.h is installed if configured --with-libevent.  It
451	  contains low-level library calls, that use libevent's event_base
452	  and an ldns_buffer for the wire return packet to perform async
453	  resolution in the client's eventloop.
454
45519 Sep 2013: Wouter
456	- 1.4.21 tag created.
457	- trunk has 1.4.22 number inside it.
458	- iana portlist updated.
459	- acx_nlnetlabs.m4 to 26; improve FLTO help text.
460
46116 Sep 2013: Wouter
462	- Fix#524: max-udp-size not effective to non-EDNS0 queries, from
463	  Daisuke HIGASHI.
464
46510 Sep 2013: Wouter
466	- MIN_TTL and MAX_TTL also in time_t.
467	- tag 1.4.21rc1 made again.
468
46926 Aug 2013: Wouter
470	- More fixes for bug#519: for the threaded case test if the bg
471	  thread has been killed, on ub_ctx_delete, to avoid hangs.
472
47322 Aug 2013: Wouter
474	- more fixes that I overlooked.
475	- review fixes from Willem.
476
47721 Aug 2013: Wouter
478	- Fix#520: Errors found by static analysis from Tomas Hozza(redhat).
479
48020 Aug 2013: Wouter
481	- Fix for 2038, with time_t instead of uint32_t.
482
48319 Aug 2013: Wouter
484	- Fix#519 ub_ctx_delete may hang in some scenarios (libunbound).
485
48614 Aug 2013: Wouter
487	- Fix uninit variable in fix#516.
488
4898 Aug 2013: Wouter
490	- Fix#516 dnssec lameness detection for answers that are improper.
491
49230 Jun 2013: Wouter
493	- tag 1.4.21rc1
494
49529 Jun 2013: Wouter
496	- Fix#512 memleak in testcode for testbound (if it fails).
497	- Fix#512 NSS returned arrays out of setup function to be statics.
498
49926 Jun 2013: Wouter
500	- max include of 100.000 files (depth and globbed at one time).
501	  This is to preserve system memory in bug cases, or endless cases.
502	- iana portlist updated.
503
50419 Jun 2013: Wouter
505	- streamtcp man page, contributed by Tomas Hozza.
506	- iana portlist updated.
507	- libunbound documentation on how to avoid openssl race conditions.
508
50925 Jun 2013: Wouter
510	- Squelch sendto-permission denied errors when the network is
511	  not connected, to avoid spamming syslog.
512	- configure --disable-flto option (from Robert Edmonds).
513
51418 Jun 2013: Wouter
515	- Fix for const string literals in C++ for libunbound, from Karel
516	  Slany.
517	- iana portlist updated.
518
51917 Jun 2013: Wouter
520	- Fixup manpage syntax.
521
52214 Jun 2013: Wouter
523	- get_option and set_option support for log-time-ascii, python-script
524	  val-sig-skew-min and val-sig-skew-max.  log-time-ascii takes effect
525	  immediately.  The others are mostly useful for libunbound users.
526
52713 Jun 2013: Wouter
528	- get_option, set_option, unbound-checkconf -o and libunbound
529	  getoption and setoption support cache-min-ttl and cache-max-ttl.
530
53110 Jun 2013: Wouter
532	- Fix#501: forward-first does not recurse, when forward name is ".".
533	- iana portlist update.
534	- Max include depth is unlimited.
535
53627 May 2013: Wouter
537	- Update acx_pthreads.m4 to ax_pthreads.4 (2013-03-29), and apply
538	  patch to it to not fail when -Werror is also specified, from the
539	  autoconf-archives.
540	- iana portlist update.
541
54221 May 2013: Wouter
543	- Explain bogus and secure flags in libunbound more.
544
54516 May 2013: Wouter
546	- Fix#499 use-after-free in out-of-memory handling code (thanks Jake
547	  Montgomery).
548	- Fix#500 use on non-initialised values on socket bind failures.
549
55015 May 2013: Wouter
551	- Fix round-robin doesn't work with some Windows clients (from Ilya
552	  Bakulin).
553
5543 May 2013: Wouter
555	- update acx_nlnetlabs.m4 to v23, sleep w32 fix.
556
55726 April 2013: Wouter
558	- add unbound-control insecure_add and insecure_remove for the
559	  administration of negative trust anchors.
560
56125 April 2013: Wouter
562	- Implement max-udp-size config option, default 4096 (thanks
563	  Daisuke Higashi).
564	- Robust checks on dname validity from rdata for dname compare.
565	- updated iana portlist.
566
56719 April 2013: Wouter
568	- Fixup snprintf return value usage, fixed libunbound_get_option.
569
57018 April 2013: Wouter
571	- fix bug #491: pick program name (0th argument) as syslog identity.
572	- own implementation of compat/snprintf.c.
573
57415 April 2013: Wouter
575	- Fix so that for a configuration line of include: "*.conf" it is not
576	  an error if there are no files matching the glob pattern.
577	- unbound-anchor review: BIO_write can return 0 successfully if it
578	  has successfully appended a zero length string.
579
58011 April 2013: Wouter
581	- Fix queries leaking up for stubs and forwards, if the configured
582	  nameservers all fail to answer.
583
58410 April 2013: Wouter
585	- code improve for minimal responses, small speed increase.
586
5879 April 2013: Wouter
588	- updated iana portlist.
589	- Fix crash in previous private address fixup of 22 March.
590
59128 March 2013: Wouter
592	- Make reverse zones easier by documenting the nodefault statements
593	  commented-out in the example config file.
594
59526 March 2013: Wouter
596	- more fixes to lookup3.c endianness detection.
597
59825 March 2013: Wouter
599	- #492: Fix endianness detection, revert to older lookup3.c detection
600	  and put new detect lines after previous tests, to avoid regressions
601	  but allow new detections to succeed.
602	  And add detection for machine/endian.h to it.
603
60422 March 2013: Wouter
605	- Fix resolve of names that use a mix of public and private addresses.
606	- iana portlist update.
607	- Fix makedist for new svn for -d option.
608	- unbound.h header file has UNBOUND_VERSION_MAJOR define.
609	- Fix windows RSRC version for long version numbers.
610
61121 March 2013: Wouter
612	- release 1.4.20
613	- trunk has 1.4.21
614	- committed libunbound version 4:1:2 for binary API updated in 1.4.20
615	- install copy of unbound-control.8 man page for unbound-control-setup
616
61714 March 2013: Wouter
618	- iana portlist update.
619	- tag 1.4.20rc1
620
62112 March 2013: Wouter
622	- Fixup makedist.sh for windows compile.
623
62411 March 2013: Wouter
625	- iana portlist update.
626	- testcode/ldns-testpkts.c check for makedist is informational.
627
62815 February 2013: Wouter
629	- fix defines in lookup3 for bigendian bsd alpha
630
63111 February 2013: Wouter
632	- Fixup openssl_thread init code to only run if compiled with SSL.
633
6347 February 2013: Wouter
635	- detect endianness in lookup3 on BSD.
636	- add libunbound.ttl at end of result structure, version bump for
637	  libunbound and binary backwards compatible, but 1.4.19 is not
638	  forward compatible with 1.4.20.
639	- update iana port list.
640
64130 January 2013: Wouter
642	- includes and have_ssl fixes for nss.
643
64429 January 2013: Wouter
645	- printout name of zone with duplicate fwd and hint errors.
646
64728 January 2013: Wouter
648	- updated fwd_zero for newer nc. Updated common.sh for newer netstat.
649
65017 January 2013: Wouter
651	- unbound-anchors checks the emailAddress of the signer of the
652	  root.xml file, default is dnssec@iana.org.  It also checks that
653	  the signer has the correct key usage for a digital signature.
654	- update iana port list.
655
6563 January 2013: Wouter
657	- Test that unbound-control checks client credentials.
658	- Test that unbound can handle a CNAME at an intermediate node in
659	  the chain of trust (where it seeks a DS record).
660	- Check the commonName of the signer of the root.xml file in
661	  unbound-anchor, default is dnssec@iana.org.
662
6632 January 2013: Wouter
664	- Fix openssl lock free on exit (reported by Robert Fleischman).
665	- iana portlist updated.
666	- Tested that unbound implements the RFC5155 Technical Errata id 3441.
667	  Unbound already implements insecure classification of an empty
668	  nonterminal in NSEC3 optout zone.
669
67020 December 2012: Wouter
671	- Fix unbound-anchor xml parse of entity declarations for safety.
672
67319 December 2012: Wouter
674	- iana portlist updated.
675
67618 December 2012: Wouter
677	- iana portlist updated.
678
67914 December 2012: Wouter
680	- Change of D.ROOT-SERVERS.NET A address in default root hints.
681
68212 December 2012: Wouter
683	- 1.4.19 release.
684	- trunk has 1.4.20 under development.
685
6865 December 2012: Wouter
687	- note support for AAAA RR type RFC.
688
6894 December 2012: Wouter
690	- 1.4.19rc1 tag.
691
69230 November 2012: Wouter
693	- bug 481: fix python example0.
694	- iana portlist updated.
695
69627 November 2012: Wouter
697	- iana portlist updated.
698
6999 November 2012: Wouter
700	- Fix unbound-control forward disables configured stubs below it.
701
7027 November 2012: Wouter
703	- Fixup ldns-testpkts, identical to ldns/examples.
704	- iana portlist updated.
705
70630 October 2012: Wouter
707	- Fix bug #477: unbound-anchor segfaults if EDNS is blocked.
708
70929 October 2012: Matthijs
710	- Fix validation for responses with both CNAME and wildcard
711	  expanded CNAME records in answer section.
712
7138 October 2012: Wouter
714	- update ldns-testpkts.c to ldns 1.6.14 version.
715	- fix build of pythonmod in objdir, for unbound.py.
716	- make clean and makerealclean remove generated python and docs.
717
7185 October 2012: Wouter
719	- fix build of pythonmod in objdir (thanks Jakob Schlyter).
720
7213 October 2012: Wouter
722	- fix text in unbound-anchor man page.
723
7241 October 2012: Wouter
725	- ignore trusted-keys globs that have no files (from Paul Wouters).
726
72727 September 2012: Wouter
728	- include: directive in config file accepts wildcards.  Patch from
729	  Paul Wouters.  Suggested use: include: "/etc/unbound.d/conf.d/*"
730	- unbound-control -q option is quiet, patch from Mariano Absatz.
731	- iana portlist updated.
732	- updated contrib/unbound.spec, patch from Valentin Bud.
733
73421 September 2012: Wouter
735	- chdir to / after chroot call (suggested by Camiel Dobbelaar).
736
73717 September 2012: Wouter
738	- patch_rsamd5_enable.diff: this patch enables RSAMD5 validation
739	  otherwise it is treated as insecure.  The RSAMD5 algorithm is
740	  deprecated (RFC6725).  The MD5 hash is considered weak for some
741	  purposes, if you want to sign your zone, then RSASHA256 is an
742	  uncontested hash.
743
74430 August 2012: Wouter
745	- RFC6725 deprecates RSAMD5: this DNSKEY algorithm is disabled.
746	- iana portlist updated.
747
74829 August 2012: Wouter
749	- Nicer comments outgoing-port-avoid, thanks Stu (bug #465).
750
75122 August 2012: Wouter
752	- Fallback to 1472 and 1232, one fragment size without headers.
753
75421 August 2012: Wouter
755	- Fix timeouts so that when a server has been offline for a while
756	  and is probed to see it works, it becomes fully available for
757	  server selection again.
758
75917 August 2012: Wouter
760	- Add documentation to libunbound for default nonuse of resolv.conf.
761
7622 August 2012: Wouter
763	- trunk has 1.4.19 under development (fixes from 1 aug and 31 july
764	are for 1.4.19).
765	- iana portlist updated.
766
7671 August 2012: Wouter
768	- Fix openssl race condition, initializes openssl locks, reported
769	  by Einar Lonn and Patrik Wallstrom.
770
77131 July 2012: Wouter
772	- Improved forward-first and stub-first documentation.
773	- Fix that enables modules to register twice for the same
774	  serviced_query, without race conditions or administration issues.
775	  This should not happen with the current codebase, but it is robust.
776	- Fix forward-first option where it sets the RD flag wrongly.
777	- added manpage links for libunbound calls (Thanks Paul Wouters).
778
77930 July 2012: Wouter
780	- tag 1.4.18rc2 (became 1.4.18 release at 2 august 2012).
781
78227 July 2012: Wouter
783	- unbound-host works with libNSS
784	- fix bogus nodata cname chain not reported as bogus by validator,
785	  (Thanks Peter van Dijk).
786
78726 July 2012: Wouter
788	- iana portlist updated.
789	- tag 1.4.18rc1.
790
79125 July 2012: Wouter
792	- review fix for libnss, check hash prefix allocation size.
793
79423 July 2012: Wouter
795	- fix missing break for GOST DS hash function.
796	- implemented forward_first for the root.
797
79820 July 2012: Wouter
799	- Fix bug#452 and another assertion failure in mesh.c, makes
800	  assertions in mesh.c resist duplicates.  Fixes DS NS search to
801	  not generate duplicate sub queries.
802
80319 July 2012: Willem
804	- Fix bug#454: Remove ACX_CHECK_COMPILER_FLAG from configure.ac,
805	  if CFLAGS is specified at configure time then '-g -O2' is not
806	  appended to CFLAGS, so that the user can override them.
807
80818 July 2012: Willem
809	- Fix libunbound report of errors when in background mode.
810
81111 July 2012: Willem
812	- updated iana ports list.
813
8149 July 2012: Willem
815	- Add flush_bogus option for unbound-control
816
8176 July 2012: Wouter
818	- Fix validation of qtype DS queries that result in no data for
819	  non-optout NSEC3 zones.
820
8214 July 2012: Wouter
822	- compile libunbound with libnss on Suse, passes regression tests.
823
8243 July 2012: Wouter
825	- FIPS_mode openssl does not use arc4random but RAND_pseudo_bytes.
826
8272 July 2012: Wouter
828	- updated iana ports list.
829
83029 June 2012: Wouter
831	- patch for unbound_munin_ script to handle arbitrary thread count by
832	  Sven Ulland.
833
83428 June 2012: Wouter
835	- detect if openssl has FIPS_mode.
836	- code review: return value of cache_store can be ignored for better
837	  performance in out of memory conditions.
838	- fix edns-buffer-size and msg-buffer-size manpage documentation.
839	- updated iana ports list.
840
84125 June 2012: Wouter
842	- disable RSAMD5 if in FIPS mode (for openssl and for libnss).
843
84422 June 2012: Wouter
845	- implement DS records, NSEC3 and ECDSA for compile with libnss.
846
84721 June 2012: Wouter
848	- fix error handling of alloc failure during rrsig verification.
849	- nss check for verification failure.
850	- nss crypto works for RSA and DSA.
851
85220 June 2012: Wouter
853	- work on --with-nss build option (for now, --with-libunbound-only).
854
85519 June 2012: Wouter
856	- --with-libunbound-only build option, only builds the library and
857	  not the daemon and other tools.
858
85918 June 2012: Wouter
860	- code review.
861
86215 June 2012: Wouter
863	- implement log-time-ascii on windows.
864	- The key-cache bad key ttl is now 60 seconds.
865	- updated iana ports list.
866	- code review.
867
86811 June 2012: Wouter
869	- bug #452: fix crash on assert in mesh_state_attachment.
870
87130 May 2012: Wouter
872	- silence warning from swig-generated code (md set but not used in
873	  swig initmodule, due to ifdefs in swig-generated code).
874
87527 May 2012: Wouter
876	- Fix debian-bugs-658021: Please enable hardened build flags.
877
87825 May 2012: Wouter
879	- updated iana ports list.
880
88124 May 2012: Wouter
882	- tag for 1.4.17 release.
883	- trunk is 1.4.18 in development.
884
88518 May 2012: Wouter
886	- Review comments, removed duplicate memset to zero in delegpt.
887
88816 May 2012: Wouter
889	- Updated doc/FEATURES with RFCs that are implemented but not listed.
890	- Protect if statements in val_anchor for compile without locks.
891	- tag for 1.4.17rc1.
892
89315 May 2012: Wouter
894	- fix configure ECDSA support in ldns detection for windows compile.
895	- fix possible uninitialised variable in windows pipe implementation.
896
8979 May 2012: Wouter
898	- Fix alignment problem in util/random on sparc64/freebsd.
899
9008 May 2012: Wouter
901	- Fix for accept spinning reported by OpenBSD.
902	- iana portlist updated.
903
9042 May 2012: Wouter
905	- Fix validation of nodata for DS query in NSEC zones, reported by
906	  Ondrej Mikle.
907
90813 April 2012: Wouter
909	- ECDSA support (RFC 6605) by default. Use --disable-ecdsa for older
910	  openssl.
911
91210 April 2012: Wouter
913	- Applied patch from Daisuke HIGASHI for rrset-roundrobin and
914	  minimal-responses features.
915	- iana portlist updated.
916
9175 April 2012: Wouter
918	- fix bug #443: --with-chroot-dir not honoured by configure.
919	- fix bug #444: setusercontext was called too late (thanks Bjorn
920	  Ketelaars).
921
92227 March 2012: Wouter
923	- fix bug #442: Fix that Makefile depends on pythonmod headers
924	  even using --without-pythonmodule.
925
92622 March 2012: Wouter
927	- contrib/validation-reporter follows rotated log file (patch from
928	  Augie Schwer).
929
93021 March 2012: Wouter
931	- new approach to NS fetches for DS lookup that works with
932	  cornercases, and is more robust and considers forwarders.
933
93419 March 2012: Wouter
935	- iana portlist updated.
936	- fix to locate nameservers for DS lookup with NS fetches.
937
93816 March 2012: Wouter
939	- Patch for access to full DNS packet data in unbound python module
940	  from Ondrej Mikle.
941
9429 March 2012: Wouter
943	- Applied line-buffer patch from Augie Schwer to validation.reporter.sh.
944
9452 March 2012: Wouter
946	- flush_infra cleans timeouted servers from the cache too.
947	- removed warning from --enable-ecdsa.
948
9491 March 2012: Wouter
950	- forward-first option.  Tries without forward if a query fails.
951	  Also stub-first option that is similar.
952
95328 February 2012: Wouter
954	- Fix from code review, if EINPROGRESS not defined chain if statement
955	  differently.
956
95727 February 2012: Wouter
958	- Fix bug#434: on windows check registry for config file location
959	  for unbound-control.exe, and unbound-checkconf.exe.
960
96123 February 2012: Wouter
962	- Fix to squelch 'network unreachable' errors from tcp connect in
963	  logs, high verbosity will show them.
964
96516 February 2012: Wouter
966	- iter_hints is now thread-owned in module env, and thus threadsafe.
967	- Fix prefetch and sticky NS, now the prefetch works.  It picks
968	  nameservers that 'would be valid in the future', and if this makes
969	  the NS timeout, it updates that NS by asking delegation from the
970	  parent again.  If child NS has longer TTL, that TTL does not get
971	  refreshed from the lookup to the child nameserver.
972
97315 February 2012: Wouter
974	- Fix forward-zone memory, uses malloc and frees original root dp.
975	- iter hints (stubs) uses malloc inside for more dynamicity.
976	- unbound-control forward_add, forward_remove, stub_add, stub_remove
977	  can modify stubs and forwards for running unbound (on mobile computer)
978	  they can also add and remove domain-insecure for the zone.
979
98014 February 2012: Wouter
981	- Fix sticky NS (ghost domain problem) if prefetch is yes.
982	- iter forwards uses malloc inside for more dynamicity.
983
98413 February 2012: Wouter
985	- RT#2955. Fix for cygwin compilation.
986	- iana portlist updated.
987
98810 February 2012: Wouter
989	- Slightly smaller critical region in one case in infra cache.
990	- Fix timeouts to keep track of query type, A, AAAA and other, if
991	  another has caused timeout blacklist, different type can still probe.
992	- unit test fix for nomem_cnametopos.rpl race condition.
993
9949 February 2012: Wouter
995	- Fix AHX_BROKEN_MEMCMP for autoheader mess up of #undef in config.h.
996
9978 February 2012: Wouter
998	- implement draft-ietf-dnsext-ecdsa-04; which is in IETF LC; This
999	  implementation is experimental at this time and not recommended
1000	  for use on the public internet (the protocol numbers have not
1001	  been assigned).  Needs recent ldns with --enable-ecdsa.
1002	- fix memory leak in errorcase for DSA signatures.
1003	- iana portlist updated.
1004	- workaround for openssl 0.9.8 ecdsa sha2 and evp problem.
1005
10063 February 2012: Wouter
1007	- fix for windows, rename() is not posix compliant on windows.
1008
10092 February 2012: Wouter
1010	- 1.4.16 release tag.
1011	- svn trunk is 1.4.17 in development.
1012	- iana portlist updated.
1013
10141 February 2012: Wouter
1015	- Fix validation failures (like: validation failure xx: no NSEC3
1016	  closest encloser from yy for DS zz. while building chain of trust,
1017	  because of a bug in the TTL-fix in 1.4.15, it picked the wrong rdata
1018	  for an NSEC3.  Now it does not change rdata, and fixes TTL.
1019
102030 January 2012: Wouter
1021	- Fix version-number in libtool to be version-info so it produces
1022	  libunbound.so.2 like it should.
1023
102426 January 2012: Wouter
1025	- Tag 1.4.15 (same as 1.4.15rc1), for 1.4.15 release.
1026	- trunk 1.4.16; includes changes memset testcode, #424 openindiana,
1027	  and keyfile write fixup.
1028	- applied patch to support outgoing-interface with ub_ctx_set_option.
1029
103023 January 2012: Wouter
1031	- Fix memset in test code.
1032
103320 January 2012: Wouter
1034	- Fix bug #424: compile on OpenIndiana OS with gcc 4.6.2.
1035
103619 January 2012: Wouter
1037	- Fix to write key files completely to a temporary file, and if that
1038	  succeeds, replace the real key file.  So failures leave a useful file.
1039
104018 January 2012: Wouter
1041	- tag 1.4.15rc1 created
1042	- updated libunbound/ubsyms.def and remade tag 1.4.15rc1.
1043
104417 January 2012: Wouter
1045	- Fix bug where canonical_compare of RRSIG did not downcase the
1046	  signer-name.  This is mostly harmless because RRSIGs do not have
1047	  to be sorted in canonical order, usually.
1048
104912 January 2012: Wouter
1050	- bug#428: add ub_version() call to libunbound.  API version increase,
1051	  with (binary) backwards compatibility for the previous version.
1052
105310 January 2012: Wouter
1054	- Fix bug #425: unbound reports wrong TTL in reply, it reports a TTL
1055	  that would be permissible by the RFCs but it is not the TTL in the
1056	  cache.
1057	- iana portlist updated.
1058	- uninitialised variable in reprobe for rtt blocked domains fixed.
1059	- lintfix and new flex output.
1060
10612 January 2012: Wouter
1062	- Fix to randomize hash function, based on 28c3 congress, reported
1063	  by Peter van Dijk.
1064
106524 December 2011: Wouter
1066	- Fix for memory leak (about 20 bytes when a tcp or udp send operation
1067	  towards authority servers failed, takes about 50.000 such failures to
1068	  leak one Mb, such failures are also usually logged), reported by
1069	  Robert Fleischmann.
1070	- iana portlist updated.
1071
107219 December 2011: Wouter
1073	- Fix for VU#209659 CVE-2011-4528: Unbound denial of service
1074	  vulnerabilities from nonstandard redirection and denial of existence
1075	  http://www.unbound.net/downloads/CVE-2011-4528.txt
1076	- robust checks for next-closer NSEC3s.
1077	- tag 1.4.14 created.
1078	- trunk has 1.4.15 in development.
1079
108015 December 2011: Wouter
1081	- remove uninit warning from cachedump code.
1082	- Fix parse error on negative SOA RRSIGs if badly ordered in the packet.
1083
108413 December 2011: Wouter
1085	- iana portlist updated.
1086	- svn tag 1.4.14rc1
1087	- fix infra cache comparison.
1088	- Fix to constrain signer_name to be a parent of the lookupname.
1089
10905 December 2011: Wouter
1091	- Fix getaddrinfowithincludes on windows with fedora16 mingw32-gcc.
1092	- Fix warnings with gcc 4.6 in compat/inet_ntop.c.
1093	- Fix warning unused in compat/strptime.c.
1094	- Fix malloc detection and double defintion.
1095
10962 December 2011: Wouter
1097	- configure generated with autoconf 2.68.
1098
109930 November 2011: Wouter
1100	- Fix for tcp-upstream and ssl-upstream for if a laptop sleeps, causes
1101	  SERVFAILs.  Also fixed for UDP (but less likely).
1102
110328 November 2011: Wouter
1104	- Fix quartile time estimate, it was too low, (thanks Jan Komissar).
1105	- iana ports updated.
1106
110711 November 2011: Wouter
1108	- Makefile compat with SunOS make, BSD make and GNU make.
1109	- iana ports updated.
1110
111110 November 2011: Wouter
1112	- Makefile changed for BSD make compatibility.
1113
11149 November 2011: Wouter
1115	- added unit test for SSL service and SSL-upstream.
1116
11178 November 2011: Wouter
1118	- can configure ssl service to one port number, and not on others.
1119	- fixup windows compile with ssl support.
1120	- Fix double free in unbound-host, reported by Steve Grubb.
1121	- iana portlist updated.
1122
11231 November 2011: Wouter
1124	- dns over ssl support as a client, ssl-upstream yes turns it on.
1125	  It performs an SSL transaction for every DNS query (250 msec).
1126	- documentation for new options: ssl-upstream, ssl-service-key and
1127	  ssl-service.pem.
1128	- iana portlist updated.
1129	- fix -flto detection on Lion for llvm-gcc.
1130
113131 October 2011: Wouter
1132	- dns over ssl support, ssl-service-pem and ssl-service-key files
1133	  can be given and then TCP queries are serviced wrapped in SSL.
1134
113527 October 2011: Wouter
1136	- lame-ttl and lame-size options no longer exist, it is integrated
1137	  with the host info.  They are ignored (with verbose warning) if
1138	  encountered to keep the config file backwards compatible.
1139	- fix iana-update for changing gzip compression of results.
1140	- fix export-all-symbols on OSX.
1141
114226 October 2011: Wouter
1143	- iana portlist updated.
1144	- Infra cache stores information about ping and lameness per IP, zone.
1145	  This fixes bug #416.
1146	- fix iana_update target for gzipped file on iana site.
1147
114824 October 2011: Wouter
1149	- Fix resolve of partners.extranet.microsoft.com with a fix for the
1150	  server selection for choosing out of a (particular) list of bad
1151	  choices. (bug#415)
1152	- Fix make_new_space function so that the incoming query is not
1153	  overwritten if a jostled out query causes a waiting query to be
1154	  resumed that then fails and sends an error message.  (Thanks to
1155	  Matthew Lee).
1156
115721 October 2011: Wouter
1158	- fix --enable-allsymbols, fptr wlist is disabled on windows with this
1159	  option enabled because of memory layout exe vs dll.
1160
116119 October 2011: Wouter
1162	- fix unbound-anchor for broken strptime on OSX lion, detected
1163	  in configure.
1164	- Detect if GOST really works, openssl1.0 on OSX fails.
1165	- Implement ipv6%interface notation for scope_id usage.
1166
116717 October 2011: Wouter
1168	- better documentation for inform_super (Thanks Yang Zhe).
1169
117014 October 2011: Wouter
1171	- Fix for out-of-memory condition in libunbound (thanks
1172	  Robert Fleischman).
1173
117413 October 2011: Wouter
1175	- Fix --enable-allsymbols, it depended on link specifics of the
1176	  target platform, or fptr_wlist assertion failures could occur.
1177
117812 October 2011: Wouter
1179	- updated contrib/unbound_munin_ to family=auto so that it works with
1180	  munin-node-configure automatically (if installed as
1181	  /usr/local/share/munin/plugins/unbound_munin_ ).
1182
118327 September 2011: Wouter
1184	- unbound.exe -w windows option for start and stop service.
1185
118623 September 2011: Wouter
1187	- TCP-upstream calculates tcp-ping so server selection works if there
1188	  are alternatives.
1189
119020 September 2011: Wouter
1191	- Fix classification of NS set in answer section, where there is a
1192	  parent-child server, and the answer has the AA flag for dir.slb.com.
1193	  Thanks to Amanda Constant from Secure64.
1194
119516 September 2011: Wouter
1196	- fix bug #408: accept patch from Steve Snyder that comments out
1197	  unused functions in lookup3.c.
1198	- iana portlist updated.
1199	- fix EDNS1480 change memleak and TCP fallback.
1200	- fix various compiler warnings (reported by Paul Wouters).
1201	- max sent count.  EDNS1480 only for rtt < 5000.  No promiscuous
1202	  fetch if sentcount > 3, stop query if sentcount > 16.  Count is
1203	  reset when referral or CNAME happens.  This makes unbound better
1204	  at managing large NS sets, they are explored when there is continued
1205	  interest (in the form of queries).
1206
120715 September 2011: Wouter
1208	- release 1.4.13.
1209	- trunk contains 1.4.14 in development.
1210	- Unbound probes at EDNS1480 if there an EDNS0 timeout.
1211
121212 September 2011: Wouter
1213	- Reverted dns EDNS backoff fix, it did not help and needs
1214	  fragmentation fixes instead.
1215	- tag 1.4.13rc2
1216
12177 September 2011: Wouter
1218	- Fix operation in ipv6 only (do-ip4: no) mode.
1219
12206 September 2011: Wouter
1221	- fedora specfile updated.
1222
12235 September 2011: Wouter
1224	- tag 1.4.13rc1
1225
12262 September 2011: Wouter
1227	- iana portlist updated.
1228
122926 August 2011: Wouter
1230	- Fix num-threads 0 does not segfault, reported by Simon Deziel.
1231	- Fix validation failures due to EDNS backoff retries, the retry
1232	  for fetch of data has want_dnssec because the iter_indicate_dnssec
1233	  function returns true when validation failure retry happens, and
1234	  then the serviced query code does not fallback to noEDNS, even if
1235	  the cache says it has this.  This helps for DLV deployment when
1236	  the DNSSEC status is not known for sure before the lookup concludes.
1237
123824 August 2011: Wouter
1239	- Applied patch from Karel Slany that fixes a memory leak in the
1240	  unbound python module, in string conversions.
1241
124222 August 2011: Wouter
1243	- Fix validation of qtype ANY responses with CNAMEs (thanks Cathy
1244	  Zhang and Luo Ce).  Unbound responds with the RR types that are
1245	  available at the name for qtype ANY and validates those RR types.
1246	  It does not test for completeness (i.e. with NSEC or NSEC3 query),
1247	  and it does not follow the CNAME or DNAME to another name (with
1248	  even more data for the already large response).
1249	- Fix that internally, CNAMEs with NXDOMAIN have that as rcode.
1250	- Documented the options that work with control set_option command.
1251	- tcp-upstream yes/no option (works with set_option) for tunnels.
1252
125318 August 2011: Wouter
1254	- fix autoconf call in makedist crosscompile to RC or snapshot.
1255
125617 August 2011: Wouter
1257	- Fix validation of . DS query.
1258	- new xml format at IANA, new awk for iana_update.
1259	- iana portlist updated.
1260
126110 August 2011: Wouter
1262	- Fix python site-packages path to /usr/lib64.
1263	- updated patch from Tom.
1264	- fix memory and fd leak after out-of-memory condition.
1265
12669 August 2011: Wouter
1267	- patch from Tom Hendrikx fixes load of python modules.
1268
12698 August 2011: Wouter
1270	- make clean had ldns-src reference, removed.
1271
12721 August 2011: Wouter
1273	- Fix autoconf 2.68 warnings
1274
127514 July 2011: Wouter
1276	- Unbound implements RFC6303 (since version 1.4.7).
1277	- tag 1.4.12rc1 is released as 1.4.12 (without the other fixes in the
1278	  meantime, those are for 1.4.13).
1279	- iana portlist updated.
1280
128113 July 2011: Wouter
1282	- Quick fix for contrib/unbound.spec example, no ldns-builtin any more.
1283
128411 July 2011: Wouter
1285	- Fix wildcard expansion no-data reply under an optout NSEC3 zone is
1286	  validated as insecure, reported by Jia Li (lijia@cnnic.cn).
1287
12884 July 2011: Wouter
1289	- 1.4.12rc1 tag created.
1290
12911 July 2011: Wouter
1292	- version number in example config file.
1293	- fix that --enable-static-exe does not complain about it unknown.
1294
129530 June 2011: Wouter
1296	- tag relase 1.4.11, trunk is 1.4.12 development.
1297	- iana portlist updated.
1298	- fix bug#395: id bits of other query may leak out under conditions
1299	- fix replyaddr count wrong after jostled queries, which leads to
1300	  eventual starvation where the daemon has no replyaddrs left to use.
1301	- fix comment about rndc port, that referred to the old port number.
1302	- fix that the listening socket is not closed when too many remote
1303	  control connections are made at the same time.
1304	- removed ldns-src tarball inside the unbound tarball.
1305
130623 June 2011: Wouter
1307	- Changed -flto check to support clang compiler.
1308	- tag 1.4.11rc3 created.
1309
131017 June 2011: Wouter
1311	- tag 1.4.11rc1 created.
1312	- remove warning about signed/unsigned from flex (other flex version).
1313	- updated aclocal.m4 and libtool to match.
1314	- tag 1.4.11rc2 created.
1315
131616 June 2011: Wouter
1317	- log-queries: yesno option, default is no, prints querylog.
1318	- version is 1.4.11.
1319
132014 June 2011: Wouter
1321	- Use -flto compiler flag for link time optimization, if supported.
1322	- iana portlist updated.
1323
132412 June 2011: Wouter
1325	- IPv6 service address for d.root-servers.net (2001:500:2D::D).
1326
132710 June 2011: Wouter
1328	- unbound-control has version number in the header,
1329	  UBCT[version]_space_ is the header sent by the client now.
1330	- Unbound control port number is registered with IANA:
1331	  ub-dns-control  8953/tcp    unbound dns nameserver control
1332	  This is the new default for the control-port config setting.
1333	- statistics-interval prints the number of jostled queries to log.
1334
133530 May 2011: Wouter
1336	- Fix Makefile for U in environment, since wrong U is more common than
1337	  deansification necessity.
1338	- iana portlist updated.
1339	- updated ldns tarball to 1.6.10rc2 snapshot of today.
1340
134125 May 2011: Wouter
1342	- Fix assertion failure when unbound generates an empty error reply
1343	  in response to a query, CVE-2011-1922 VU#531342.
1344	- This fix is in tag 1.4.10.
1345	- defense in depth against the above bug, an error is printed to log
1346	  instead of an assertion failure.
1347
134810 May 2011: Wouter
1349	- bug#386: --enable-allsymbols option links all binaries to libunbound
1350	  and reduces install size significantly.
1351	- feature, ignore-cd-flag: yesno to provide dnssec to legacy servers.
1352	- iana portlist updated.
1353	- Fix TTL of SOA so negative TTL is separately cached from normal TTL.
1354
135514 April 2011: Wouter
1356	- configure created with newer autoconf 2.66.
1357
135812 April 2011: Wouter
1359	- bug#378: Fix that configure checks for ldns_get_random presence.
1360
13618 April 2011: Wouter
1362	- iana portlist updated.
1363	- queries with CD flag set cause DNSSEC validation, but the answer is
1364	  not withheld if it is bogus.  Thus, unbound will retry if it is bad
1365	  and curb the TTL if it is bad, thus protecting the cache for use by
1366	  downstream validators.
1367	- val-override-date: -1 ignores dates entirely, for NTP usage.
1368
136929 March 2011: Wouter
1370	- harden-below-nxdomain: changed so that it activates when the
1371	  cached nxdomain is dnssec secure.  This avoids backwards
1372	  incompatibility because those old servers do not have dnssec.
1373
137424 March 2011: Wouter
1375	- iana portlist updated.
1376	- release 1.4.9.
1377	- trunk is 1.5.0
1378
137917 March 2011: Wouter
1380	- bug#370: new unbound.spec for CentOS 5.x from Harold Jones.
1381	  Applied but did not do the --disable-gost.
1382
138310 March 2011: Wouter
1384	- tag 1.4.9 release candidate 1 created.
1385
13863 March 2011: Wouter
1387	- updated ldns to today.
1388
13891 March 2011: Wouter
1390	- Fix no ADflag for NXDOMAIN in NSEC3 optout. And wildcard in optout.
1391	- give config parse error for multiple names on a stub or forward zone.
1392	- updated ldns tarball to 1.6.9(todays snapshot).
1393
139424 February 2011: Wouter
1395	- bug #361: Fix, time.elapsed variable not reset with stats_noreset.
1396
139723 February 2011: Wouter
1398	- iana portlist updated.
1399	- common.sh to version 3.
1400
140118 February 2011: Wouter
1402	- common.sh in testdata updated to version 2.
1403
140415 February 2011: Wouter
1405	- Added explicit note on unbound-anchor usage:
1406	  Please note usage of unbound-anchor root anchor is at your own risk
1407	  and under the terms of our LICENSE (see that file in the source).
1408
140911 February 2011: Wouter
1410	- iana portlist updated.
1411	- tpkg updated with common.sh for common functionality.
1412
14137 February 2011: Wouter
1414	- Added regression test for addition of a .net DS to the root, and
1415	  cache effects with different TTL for glue and DNSKEY.
1416	- iana portlist updated.
1417
141828 January 2011: Wouter
1419	- Fix remove private address does not throw away entire response.
1420
142124 January 2011: Wouter
1422	- release 1.4.8
1423
142419 January 2011: Wouter
1425	- fix bug#349: no -L/usr for ldns.
1426
142718 January 2011: Wouter
1428	- ldns 1.6.8 tarball included.
1429	- release 1.4.8rc1.
1430
143117 January 2011: Wouter
1432	- add get and set option for harden-below-nxdomain feature.
1433	- iana portlist updated.
1434
143514 January 2011: Wouter
1436	- Fix so a changed NS RRset does not get moved name stuck on old
1437	  server, for type NS the TTL is not increased.
1438
143913 January 2011: Wouter
1440	- Fix prefetch so it does not get stuck on old server for moved names.
1441
144212 January 2011: Wouter
1443	- iana portlist updated.
1444
144511 January 2011: Wouter
1446	- Fix insecure CNAME sequence marked as secure, reported by Bert
1447	  Hubert.
1448
144910 January 2011: Wouter
1450	- faster lruhash get_mem routine.
1451
14524 January 2011: Wouter
1453	- bug#346: remove ITAR scripts from contrib, the service is discontinued, use the root.
1454	- iana portlist updated.
1455
145623 December 2010: Wouter
1457	- Fix in infra cache that could cause rto larger than TOP_TIMEOUT kept.
1458
145921 December 2010: Wouter
1460	- algorithm compromise protection using the algorithms signalled in
1461	  the DS record.  Also, trust anchors, DLV, and RFC5011 receive this,
1462	  and thus, if you have multiple algorithms in your trust-anchor-file
1463	  then it will now behave different than before.  Also, 5011 rollover
1464	  for algorithms needs to be double-signature until the old algorithm
1465	  is revoked.
1466	  It is not an option, because I see no use to turn the security off.
1467	- iana portlist updated.
1468
146917 December 2010: Wouter
1470	- squelch 'tcp connect: bla' in logfile, (set verbosity 2 to see them).
1471	- fix validation in this case: CNAME to nodata for co-hosted opt-in
1472	  NSEC3 insecure delegation, was bogus, fixed to be insecure.
1473
147416 December 2010: Wouter
1475	- Fix our 'BDS' license (typo reported by Xavier Belanger).
1476
147710 December 2010: Wouter
1478	- iana portlist updated.
1479	- review changes for unbound-anchor.
1480
14812 December 2010: Wouter
1482	- feature typetransparent localzone, does not block other RR types.
1483
14841 December 2010: Wouter
1485	- Fix bug#338: print address when socket creation fails.
1486
148730 November 2010: Wouter
1488	- Fix storage of EDNS failures in the infra cache.
1489	- iana portlist updated.
1490
149118 November 2010: Wouter
1492	- harden-below-nxdomain option, default off (because very old
1493	  software may be incompatible).  We could enable it by default in
1494	  the future.
1495
149617 November 2010: Wouter
1497	- implement draft-vixie-dnsext-resimprove-00, we stop on NXDOMAIN.
1498	- make test output nicer.
1499
150015 November 2010: Wouter
1501	- silence 'tcp connect: broken pipe' and 'net down' at low verbosity.
1502	- iana portlist updated.
1503	- so-sndbuf option for very busy servers, a bit like so-rcvbuf.
1504
15059 November 2010: Wouter
1506	- unbound-anchor compiles with openssl 0.9.7.
1507
15088 November 2010: Wouter
1509	- release tag 1.4.7.
1510	- trunk is version 1.4.8.
1511	- Be lenient and accept imgw.pl malformed packet (like BIND).
1512
15135 November 2010: Wouter
1514	- do not synthesize a CNAME message from cache for qtype DS.
1515
15164 November 2010: Wouter
1517	- Use central entropy to seed threads.
1518
15193 November 2010: Wouter
1520	- Change the rtt used to probe EDNS-timeout hosts to 1000 msec.
1521
15222 November 2010: Wouter
1523	- tag 1.4.7rc1.
1524	- code review.
1525
15261 November 2010: Wouter
1527	- GOST code enabled by default (RFC 5933).
1528
152927 October 2010: Wouter
1530	- Fix uninit value in dump_infra print.
1531	- Fix validation failure for parent and child on same server with an
1532	  insecure childzone and a CNAME from parent to child.
1533	- Configure detects libev-4.00.
1534
153526 October 2010: Wouter
1536	- dump_infra and flush_infra commands for unbound-control.
1537	- no timeout backoff if meanwhile a query succeeded.
1538	- Change of timeout code.  No more lost and backoff in blockage.
1539	  At 12sec timeout (and at least 2x lost before) one probe per IP
1540	  is allowed only.  At 120sec, the IP is blocked.  After 15min, a
1541	  120sec entry has a single retry packet.
1542
154325 October 2010: Wouter
1544	- Configure errors if ldns is not found.
1545
154622 October 2010: Wouter
1547	- Windows 7 fix for the installer.
1548
154921 October 2010: Wouter
1550	- Fix bug where fallback_tcp causes wrong roundtrip and edns
1551	  observation to be noted in cache.  Fix bug where EDNSprobe halted
1552	  exponential backoff if EDNS status unknown.
1553	- new unresponsive host method, exponentially increasing block backoff.
1554	- iana portlist updated.
1555
155620 October 2010: Wouter
1557	- interface automatic works for some people with ip6 disabled.
1558	  Therefore the error check is removed, so they can use the option.
1559
156019 October 2010: Wouter
1561	- Fix for request list growth, if a server has long timeout but the
1562	  lost counter is low, then its effective rtt is the one without
1563	  exponential backoff applied.  Because the backoff is not working.
1564	  The lost counter can then increase and the server is blacklisted,
1565	  or the lost counter does not increase and the server is working
1566	  for some queries.
1567
156818 October 2010: Wouter
1569	- iana portlist updated.
1570
157113 October 2010: Wouter
1572	- Fix TCP so it uses a random outgoing-interface.
1573	- unbound-anchor handles ADDPEND keystate.
1574
157511 October 2010: Wouter
1576	- Fix bug when DLV below a trust-anchor that uses NSEC3 optout where
1577	  the zone has a secure delegation hosted on the same server did not
1578	  verify as secure (it was insecure by mistake).
1579	- iana portlist updated.
1580	- ldns tarball updated (for reading cachedumps with bad RR data).
1581
15821 October 2010: Wouter
1583	- test for unbound-anchor. fix for reading certs.
1584	- Fix alloc_reg_release for longer uptime in out of memory conditions.
1585
158628 September 2010: Wouter
1587	- unbound-anchor working, it creates or updates a root.key file.
1588	  Use it before you start the validator (e.g. at system boot time).
1589
159027 September 2010: Wouter
1591	- iana portlist updated.
1592
159324 September 2010: Wouter
1594	- bug#329: in example.conf show correct ipv4 link-local 169.254/16.
1595
159623 September 2010: Wouter
1597	- unbound-anchor app, unbound requires libexpat (xml parser library).
1598
159922 September 2010: Wouter
1600	- compliance with draft-ietf-dnsop-default-local-zones-14, removed
1601	  reverse ipv6 orchid prefix from builtin list.
1602	- iana portlist updated.
1603
160417 September 2010: Wouter
1605	- DLV has downgrade protection again, because the RFC says so.
1606	- iana portlist updated.
1607
160816 September 2010: Wouter
1609	- Algorithm rollover operational reality intrudes, for trust-anchor,
1610	  5011-store, and DLV-anchor if one key matches it's good enough.
1611	- iana portlist updated.
1612	- Fix reported validation error in out of memory condition.
1613
161415 September 2010: Wouter
1615	- Abide RFC5155 section 9.2: no AD flag for replies with NSEC3 optout.
1616
161714 September 2010: Wouter
1618	- increased mesh-max-activation from 1000 to 3000 for crazy domains
1619	  like _tcp.slb.com with 262 servers.
1620	- iana portlist updated.
1621
162213 September 2010: Wouter
1623	- bug#327: Fix for cannot access stub zones until the root is primed.
1624
16259 September 2010: Wouter
1626	- unresponsive servers are not completely blacklisted (because of
1627	  firewalls), but also not probed all the time (because of the request
1628	  list size it generates).  The probe rate is 1%.
1629	- iana portlist updated.
1630
163120 August 2010: Wouter
1632	- openbsd-lint fixes: acl_list_get_mem used if debug-alloc enabled.
1633	  iterator get_mem includes priv_get_mem.  delegpt nodup removed.
1634	  listen_pushback, query_info_allocqname, write_socket, send_packet,
1635	  comm_point_set_cb_arg and listen_resume removed.
1636
163719 August 2010: Wouter
1638	- Fix bug#321: resolution of rs.ripe.net artifacts with 0x20.
1639	  Delegpt structures checked for duplicates always.
1640	  No more nameserver lookups generated when depth is full anyway.
1641	- example.conf notes how to do DNSSEC validation and track the root.
1642	- iana portlist updated.
1643
164418 August 2010: Wouter
1645	- Fix bug#322: configure does not respect CFLAGS on Solaris.
1646	  Pass CFLAGS="-xO4 -xtarget=generic" on the configure command line
1647	  if use sun-cc, but some systems need different flags.
1648
164916 August 2010: Wouter
1650	- Fix acx_nlnetlabs.m4 configure output for autoconf-2.66 AS_TR_CPP
1651	  changes, uses m4_bpatsubst now.
1652	- make test (or make check) should be more portable and run the unit
1653	  test and testbound scripts. (make longtest has special requirements).
1654
165513 August 2010: Wouter
1656	- More pleasant remote control command parsing.
1657	- documentation added for return values reported by doxygen 1.7.1.
1658	- iana portlist updated.
1659
16609 August 2010: Wouter
1661	- Fix name of rrset printed that failed validation.
1662
16635 August 2010: Wouter
1664	- Return NXDOMAIN after chain of CNAMEs ends at name-not-found.
1665
16664 August 2010: Wouter
1667	- Fix validation in case a trust anchor enters into a zone with
1668	  unsupported algorithms.
1669
16703 August 2010: Wouter
1671	- updated ldns tarball with bugfixes.
1672	- release tag 1.4.6.
1673	- trunk becomes 1.4.7 develop.
1674	- iana portlist updated.
1675
167622 July 2010: Wouter
1677	- more error details on failed remote control connection.
1678
167915 July 2010: Wouter
1680	- rlimit adjustments for select and ulimit can happen at the same time.
1681
168214 July 2010: Wouter
1683	- Donation text added to README.
1684	- Fix integer underflow in prefetch ttl creation from cache.  This
1685	  fixes a potential negative prefetch ttl.
1686
168712 July 2010: Wouter
1688	- Changed the defaults for num-queries-per-thread/outgoing-range.
1689	  For builtin-select: 512/960, for libevent 1024/4096 and for
1690	  windows 24/48 (because of win api).  This makes the ratio this way
1691	  to improve resilience under heavy load.  For high performance, use
1692	  libevent and possibly higher numbers.
1693
169410 July 2010: Wouter
1695	- GOST enabled if SSL is recent and ldns has GOST enabled too.
1696	- ldns tarball updated.
1697
16989 July 2010: Wouter
1699	- iana portlist updated.
1700	- Fix validation of qtype DNSKEY when a key-cache entry exists but
1701	  no rr-cache entry is used (it expired or prefetch), it then goes
1702	  back up to the DS or trust-anchor to validate the DNSKEY.
1703
17047 July 2010: Wouter
1705	- Neat function prototypes, unshadowed local declarations.
1706
17076 July 2010: Wouter
1708	- failure to chown the pidfile is not fatal any more.
1709	- testbound uses UTC timezone.
1710	- ldns tarball updated (ports and works on Minix 3.1.7).  On Minix, add
1711	  /usr/gnu/bin to PATH, use ./configure AR=/usr/gnu/bin/gar and gmake.
1712
17135 July 2010: Wouter
1714	- log if a server is skipped because it is on the donotquery list,
1715	  at verbosity 4, to enable diagnosis why no queries to 127.0.0.1.
1716	- added feature to print configure date, target and options with -h.
1717	- added feature to print event backend system details with -h.
1718	- wdiff is not actually required by make test, updated requirements.
1719
17201 July 2010: Wouter
1721	- Fix RFC4035 compliance with 2.2 statement that the DNSKEY at apex
1722	  must be signed with all algorithms from the DS rrset at the parent.
1723	  This is now checked and becomes bogus if not.
1724
172528 June 2010: Wouter
1726	- Fix jostle list bug found by Vince (luoce@cnnic), it caused the qps
1727	  in overload situations to be about 5 qps for the class of shortly
1728	  serviced queries.
1729	  The capacity of the resolver is then about (numqueriesperthread / 2)
1730	  / (average time for such long queries) qps for long queries.
1731	  And about (numqueriesperthread / 2)/(jostletimeout in whole seconds)
1732	  qps for short queries, per thread.
1733	- Fix the max number of reply-address count to be applied for duplicate
1734	  queries, and not for new query list entries.  This raises the memory
1735	  usage to a max of (16+1)*numqueriesperthread reply addresses.
1736
173725 June 2010: Wouter
1738	- Fix handling of corner case reply from lame server, follows rfc2308.
1739	  It could lead to a nodata reply getting into the cache if the search
1740	  for a non-lame server turned up other misconfigured servers.
1741	- unbound.h has extern "C" statement for easier include in c++.
1742
174323 June 2010: Wouter
1744	- iana portlist updated.
1745	- makedist upgraded cross compile openssl option, like this:
1746	  ./makedist.sh -s -wssl openssl-1.0.0a.tar.gz -w --enable-gost
1747
174822 June 2010: Wouter
1749	- Unbound reports libev or libevent correctly in logs in verbose mode.
1750	- Fix to unload gost dynamic library module for leak testing.
1751
175218 June 2010: Wouter
1753	- iana portlist updated.
1754
175517 June 2010: Wouter
1756	- Add AAAA to root hints for I.ROOT-SERVERS.NET.
1757
175816 June 2010: Wouter
1759	- Fix assertion failure reported by Kai Storbeck from XS4ALL, the
1760	  assertion was wrong.
1761	- updated ldns tarball.
1762
176315 June 2010: Wouter
1764	- tag 1.4.5 created.
1765	- trunk contains 1.4.6 in development.
1766	- Fix TCPreply on systems with no writev, if just 1 byte could be sent.
1767	- Fix to use one pointer less for iterator query state store_parent_NS.
1768	- makedist crosscompile to windows uses builtin ldns not host ldns.
1769	- Max referral count from 30 to 130, because 128 one character domains
1770	  is valid DNS.
1771	- added documentation for the histogram printout to syslog.
1772
177311 June 2010: Wouter
1774	- When retry to parent the retrycount is not wiped, so failed
1775	  nameservers are not tried again.
1776	- iana portlist updated.
1777
177810 June 2010: Wouter
1779	- Fix bug where a long loop could be entered, now cycle detection
1780	  has a loop-counter and maximum search amount.
1781
17824 June 2010: Wouter
1783	- iana portlist updated.
1784	- 1.4.5rc1 tag created.
1785
17863 June 2010: Wouter
1787	- ldns tarball updated, 1.6.5.
1788	- review comments, split dependency cycle tracking for parentside
1789	  last resort lookups for A and AAAA so there are more lookup options.
1790
17912 June 2010: Wouter
1792	- Fix compile warning if compiled without threads.
1793	- updated ldns-tarball with current ldns svn (pre 1.6.5).
1794	- GOST disabled-by-default, the algorithm number is allocated but the
1795	  RFC is still has to pass AUTH48 at the IETF.
1796
17971 June 2010: Wouter
1798	- Ignore Z flag in incoming messages too.
1799	- Fix storage of negative parent glue if that last resort fails.
1800	- libtoolize 2.2.6b, autoconf 2.65 applied to configure.
1801	- new splint flags for newer splint install.
1802
180331 May 2010: Wouter
1804	- Fix AD flag handling, it could in some cases mistakenly copy the AD
1805	  flag from upstream servers.
1806	- alloc_special_obtain out of memory is not a fatal error any more,
1807	  enabling unbound to continue longer in out of memory conditions.
1808	- parentside names are dispreferred but not said to be dnssec-lame.
1809	- parentside check for cached newname glue.
1810	- fix parentside and querytargets modulestate, for dump_requestlist.
1811	- unbound-control-setup makes keys -rw-r--- so not all users permitted.
1812	- fix parentside from cache to be marked dispreferred for bad names.
1813
181428 May 2010: Wouter
1815	- iana portlist updated.
1816	- parent-child disagreement approach altered.  Older fixes are
1817	  removed in place of a more exhaustive search for misconfigured data
1818	  available via the parent of a delegation.
1819	  This is designed to be throttled by cache entries, with TTL from the
1820	  parent if possible.  Additionally the loop-counter is used.
1821	  It also tests for NS RRset differences between parent and child.
1822	  The fetch of misconfigured data should be more reliable and thorough.
1823	  It should work reliably even with no or only partial data in cache.
1824	  Data received from the child (as always) is deemed more
1825	  authoritative than information received from the delegation parent.
1826	  The search for misconfigured data is not performed normally.
1827
182826 May 2010: Wouter
1829	- Contribution from Migiel de Vos (Surfnet): nagios patch for
1830	  unbound-host, in contrib/ (in the source tarball).  Makes
1831	  unbound-host suitable for monitoring dnssec(-chain) status.
1832
183321 May 2010: Wouter
1834	- EDNS timeout code will not fire if EDNS status already known.
1835	- EDNS failure not stored if EDNS status known to work.
1836
183719 May 2010: Wouter
1838	- Fix resolution for domains like safesvc.com.cn.  If the iterator
1839	  can not recurse further and it finds the delegation in a state
1840	  where it would otherwise have rejected it outhand if so received
1841	  from a cache lookup, then it can try to ask higherup (with loop
1842	  protection).
1843	- Fix comments in iter_utils:dp_is_useless.
1844
184518 May 2010: Wouter
1846	- Fix various compiler warnings from the clang llvm compiler.
1847	- iana portlist updated.
1848
18496 May 2010: Wouter
1850	- Fix bug#308: spelling error in variable name in parser and lexer.
1851
18524 May 2010: Wouter
1853	- Fix dnssec-missing detection that was turned off by server selection.
1854	- Conforms to draft-ietf-dnsop-default-local-zones-13.  Added default
1855	  reverse lookup blocks for IPv4 test nets 100.51.198.in-addr.arpa,
1856	  113.0.203.in-addr.arpa and Orchid prefix 0.1.1.0.0.2.ip6.arpa.
1857
185829 April 2010: Wouter
1859	- Fix for dnssec lameness detection to use the key cache.
1860	- infra cache entries that are expired are wiped clean.  Previously
1861	  it was possible to not expire host data (if accessed often).
1862
186328 April 2010: Wouter
1864	- ldns tarball updated and GOST support is detected and then enabled.
1865	- iana portlist updated.
1866	- Fix detection of gost support in ldns (reported by Chris Smith).
1867
186827 April 2010: Wouter
1869	- unbound-control get_option domain-insecure shows config file items.
1870	- fix retry sequence if prime hints are recursion-lame.
1871	- autotrust anchor file can be initialized with a ZSK key as well.
1872	- harden-referral-path does not result in failures due to max-depth.
1873	  You can increase the max-depth by adding numbers (' 0') after the
1874	  target-fetch-policy, this increases the depth to which is checked.
1875
187626 April 2010: Wouter
1877	- Compile fix using Sun Studio 12 compiler on Solaris 5.9, use
1878	  CPPFLAGS during configure process.
1879	- if libev is installed on the base system (not libevent), detect
1880	  it from the event.h header file and link with -lev.
1881	- configlexer.lex gets config.h, and configyyrename.h added by make,
1882	  no more double include.
1883	- More strict scrubber (Thanks to George Barwood for the idea):
1884	  NS set must be pertinent to the query (qname subdomain nsname).
1885	- Fix bug#307: In 0x20 backoff fix fallback so the number of
1886	  outstanding queries does not become -1 and block the request.
1887	  Fixed handling of recursion-lame in combination with 0x20 fallback.
1888	  Fix so RRsets are compared canonicalized and sorted if the immediate
1889	  comparison fails, this makes it work around round-robin sites.
1890
189123 April 2010: Wouter
1892	- Squelch log message: sendto failed permission denied for
1893	  255.255.255.255, it is visible in VERB_DETAIL (verbosity 2).
1894	- Fix to fetch data as last resort more tenaciously.  When cycle
1895	  targets cause the server selection to believe there are more options
1896	  when they really are not there, the server selection is reinitiated.
1897	- Fix fetch from blacklisted dnssec lame servers as last resort.  The
1898	  server's IP address is then given in validator errors as well.
1899	- Fix local-zone type redirect that did not use the query name for
1900	  the answer rrset.
1901
190222 April 2010: Wouter
1903	- tag 1.4.4.
1904	- trunk contains 1.4.5 in development.
1905	- Fix validation failure for qtype ANY caused by a RRSIG parse failure.
1906	  The validator error message was 'no signatures from ...'.
1907
190816 April 2010: Wouter
1909	- more portability defines for CMSG_SPACE, CMSG_ALIGN, CMSG_LEN.
1910	- tag 1.4.4rc1.
1911
191215 April 2010: Wouter
1913	- ECC-GOST algorithm number 12 that is assigned by IANA.  New test
1914	  example key and signatures for GOST.  GOST requires openssl-1.0.0.
1915	  GOST is still disabled by default.
1916
19179 April 2010: Wouter
1918	- Fix bug#305: pkt_dname_tolower could read beyond end of buffer or
1919	  get into an endless loop, if 0x20 was enabled, and buffers are small
1920	  or particular broken packets are received.
1921	- Fix chain of trust with CNAME at an intermediate step, for the DS
1922	  processing proof.
1923
19248 April 2010: Wouter
1925	- Fix validation of queries with wildcard names (*.example).
1926
19276 April 2010: Wouter
1928	- Fix EDNS probe for .de DNSSEC testbed failure, where the infra
1929	  cache timeout coincided with a server update, the current EDNS
1930	  backoff is less sensitive, and does not cache the backoff unless
1931	  the backoff actually works and the domain is not expecting DNSSEC.
1932	- GOST support with correct algorithm numbers.
1933
19341 April 2010: Wouter
1935	- iana portlist updated.
1936
193724 March 2010: Wouter
1938	- unbound control flushed items are not counted when flushed again.
1939
194023 March 2010: Wouter
1941	- iana portlist updated.
1942
194322 March 2010: Wouter
1944	- unbound-host disables use-syslog from config file so that the
1945	  config file for the main server can be used more easily.
1946	- fix bug#301: unbound-checkconf could not parse interface
1947	  '0.0.0.0@5353', even though unbound itself worked fine.
1948
194919 March 2010: Wouter
1950	- fix fwd_ancil test to pass if the socket options are not supported.
1951
195218 March 2010: Wouter
1953	- Fixed random numbers for port, interface and server selection.
1954	  Removed very small bias.
1955	- Refer to the listing in unbound-control man page in the extended
1956	  statistics entry in the unbound.conf man page.
1957
195816 March 2010: Wouter
1959	- Fix interface-automatic for OpenBSD: msg.controllen was too small,
1960	  also assertions on ancillary data buffer.
1961	- check for IP_SENDSRCADDR for interface-automatic or IP_PKTINFO.
1962	- for NSEC3 check if signatures are cached.
1963
196415 March 2010: Wouter
1965	- unit test for util/regional.c.
1966
196712 March 2010: Wouter
1968	- Reordered configure checks so fork and -lnsl -lsocket checks are
1969	  earlier, and thus later checks benefit from and do not hinder them.
1970	- iana portlist updated.
1971	- ldns tarball updated.
1972	- Fix python use when multithreaded.
1973	- Fix solaris python compile.
1974	- Include less in config.h and include per code file for ldns, ssl.
1975
197611 March 2010: Wouter
1977	- another memory allocation option: --enable-alloc-nonregional.
1978	  exposes the regional allocations to other memory purifiers.
1979	- fix for memory alignment in struct sock_list allocation.
1980	- Fix for MacPorts ldns without ssl default, unbound checks if ldns
1981	  has dnssec functionality and uses the builtin if not.
1982	- Fix daemonize on Solaris 10, it did not detach from terminal.
1983	- tag 1.4.3 created.
1984	- trunk is 1.4.4 in development.
1985	- spelling fix in validation error involving cnames.
1986
198710 March 2010: Wouter
1988	- --enable-alloc-lite works with test set.
1989	- portability in the testset: printf format conversions, prototypes.
1990
19919 March 2010: Wouter
1992	- tag 1.4.2 created.
1993	- trunk is 1.4.3 in development.
1994	- --enable-alloc-lite debug option.
1995
19968 March 2010: Wouter
1997	- iana portlist updated.
1998
19994 March 2010: Wouter
2000	- Fix crash in control channel code.
2001
20023 March 2010: Wouter
2003	- better casts in pipe code, brackets placed wrongly.
2004	- iana portlist updated.
2005
20061 March 2010: Wouter
2007	- make install depends on make all.
2008	- Fix 5011 auto-trust-anchor-file initial read to skip RRSIGs.
2009	- --enable-checking: enables assertions but does not look nonproduction.
2010	- nicer VERB_DETAIL (verbosity 2, unbound-host -d) output, with
2011	  nxdomain and nodata distinguished.
2012	- ldns tarball updated.
2013	- --disable-rpath fixed for libtool not found errors.
2014	- new fedora specfile from Fedora13 in contrib from Paul Wouters.
2015
201626 February 2010: Wouter
2017	- Fixup prototype for lexer cleanup in daemon code.
2018	- unbound-control list_stubs, list_forwards, list_local_zones and
2019	  list_local_data.
2020
202124 February 2010: Wouter
2022	- Fix scrubber bug that potentially let NS records through.  Reported
2023	  by Amanda Constant.
2024	- Also delete potential poison references from additional.
2025	- Fix: no classification of a forwarder as lame, throw away instead.
2026
202723 February 2010: Wouter
2028	- libunbound ub_ctx_get_option() added.
2029	- unbound-control set_option and get_option commands.
2030	- iana portlist updated.
2031
203218 February 2010: Wouter
2033	- A little more strict DS scrubbing.
2034	- No more blacklisting of unresponsive servers, a 2 minute timeout
2035	  is backed off to.
2036	- RD flag not enabled for dnssec-blacklisted tries, unless necessary.
2037	- pickup ldns compile fix, libdl for libcrypto.
2038	- log 'tcp connect: connection timed out' only in high verbosity.
2039	- unbound-control log_reopen command.
2040	- moved get_option code from unbound-checkconf to util/config_file.c
2041
204217 February 2010: Wouter
2043	- Disregard DNSKEY from authority section for chain of trust.
2044	  DS records that are irrelevant to a referral scrubbed.  Anti-poison.
2045	- iana portlist updated.
2046
204716 February 2010: Wouter
2048	- Check for 'no space left on device' (or other errors) when
2049	  writing updated autotrust anchors and print errno to log.
2050
205115 February 2010: Wouter
2052	- Fixed the requery protection, the TTL was 0, it is now 900 seconds,
2053	  hardcoded.  We made the choice to send out more conservatively,
2054	  protecting against an aggregate effect more than protecting a
2055	  single user (from their own folly, perhaps in case of misconfig).
2056
205712 February 2010: Wouter
2058	- Re-query pattern changed on validation failure.  To protect troubled
2059	  authority servers, unbound caches a failure for the DNSKEY or DS
2060	  records for the entire zone, and only retries that 900 seconds later.
2061	  This implies that only a handful of packets are sent extra to the
2062	  authority if the zone fails.
2063
206411 February 2010: Wouter
2065	- ldns tarball update for long label length syntax error fix.
2066	- iana portlist updated.
2067
20689 February 2010: Wouter
2069	- Fixup in compat snprintf routine, %f 1.02 and %g support.
2070	- include math.h for testbound test compile portability.
2071
20722 February 2010: Wouter
2073	- Updated url of IANA itar, interim trust anchor repository, in script.
2074
20751 February 2010: Wouter
2076	- iana portlist updated.
2077	- configure test for memcmp portability.
2078
207927 January 2010: Wouter
2080	- removed warning on format string in validator error log statement.
2081	- iana portlist updated.
2082
208322 January 2010: Wouter
2084	- libtool finish the install of unbound python dynamic library.
2085
208621 January 2010: Wouter
2087	- acx_nlnetlabs.m4 synchronised with nsd's version.
2088
208920 January 2010: Wouter
2090	- Fixup lookup trouble for parent-child domains on the first query.
2091
209214 January 2010: Wouter
2093	- Fixup ldns detection to also check for header files.
2094
209513 January 2010: Wouter
2096	- prefetch-key option that performs DNSKEY queries earlier in the
2097	  validation process, and that could halve the latency on DNSSEC
2098	  queries.  It takes some extra processing (CPU, a cache is needed).
2099
210012 January 2010: Wouter
2101	- Fix unbound-checkconf for auto-trust-anchor-file present checks.
2102
21038 January 2010: Wouter
2104	- Fix for parent-child disagreement code which could have trouble
2105	  when (a) ipv6 was disabled and (b) the TTL for parent and child
2106	  were different.  There were two bugs, the parent-side information
2107	  is fixed to no longer block lookup of child side information and
2108	  the iterator is fixed to no longer attempt to get ipv6 when it is
2109	  not enabled and then give up in failure.
2110	- test and fixes to make prefetch actually store the answer in the
2111	  cache.  Considers some rrsets 'already expired' but does not allow
2112	  overwriting of rrsets considered more secure.
2113
21147 January 2010: Wouter
2115	- Fixup python documentation (thanks Leo Vandewoestijne).
2116	- Work on cache prefetch feature.
2117	- Stats for prefetch, in log print stats, unbound-control stats
2118	  and in unbound_munin plugin.
2119
21206 January 2010: Wouter
2121	- iana portlist updated.
2122	- bug#291: DNS wireformat max is 255. dname_valid allowed 256 length.
2123	- verbose output includes parent-side-address notion for lameness.
2124	- documented val-log-level: 2 setting in example.conf and man page.
2125	- change unbound-control-setup from 1024(sha1) to 1536(sha256).
2126
21271 January 2010: Wouter
2128	- iana portlist updated.
2129
213022 December 2009: Wouter
2131	- configure with newer libtool 2.2.6b.
2132
213317 December 2009: Wouter
2134	- review comments.
2135	- tag 1.4.1.
2136	- trunk to version 1.4.2.
2137
213815 December 2009: Wouter
2139	- Answer to qclass=ANY queries, with class IN contents.
2140	  Test that validation also works.
2141	- updated ldns snapshot tarball with latest fixes (parsing records).
2142
214311 December 2009: Wouter
2144	- on IPv4 UDP turn off DF flag.
2145
214610 December 2009: Wouter
2147	- requirements.txt updated with design choice explanations.
2148	- Reading fixes: fix to set unlame when child confirms parent glue,
2149	  and fix to avoid duplicate addresses in delegation point.
2150	- verify_rrsig routine checks expiration last.
2151
21529 December 2009: Wouter
2153	- Fix Bug#287(reopened): update of ldns tarball with fix for parse
2154	  errors generated for domain names like '.example.com'.
2155	- Fix SOA excluded from negative DS responses.  Reported by Hauke
2156	  Lampe.  The negative cache did not include proper SOA records for
2157	  negative qtype DS responses which makes BIND barf on it, such
2158	  responses are now only used internally.
2159	- Fix negative cache lookup of closestencloser check of DS type bit.
2160
21618 December 2009: Wouter
2162	- Fix for lookup of parent-child disagreement domains, where the
2163	  parent-side glue works but it does not provide proper NS, A or AAAA
2164	  for itself, fixing domains such as motorcaravanners.eu.
2165	- Feature: you can specify a port number in the interface: line, so
2166	  you can bind the same interface multiple times at different ports.
2167
21687 December 2009: Wouter
2169	- Bug#287: Fix segfault when unbound-control remove nonexistent local
2170	  data.  Added check to tests.
2171
21721 December 2009: Wouter
2173	- Fix crash with module-config "iterator".
2174	- Added unit test that has "iterator" module-config.
2175
217630 November 2009: Wouter
2177	- bug#284: fix parse of # without end-of-line at end-of-file.
2178
217926 November 2009: Wouter
2180	- updated ldns with release candidate for version 1.6.3.
2181	- tag for 1.4.0 release.
2182	- 1.4.1 version in trunk.
2183	- Fixup major libtool version to 2 because of why_bogus change.
2184	  It was 1:5:0 but should have been 2:0:0.
2185
218623 November 2009: Wouter
2187	- Patch from David Hubbard for libunbound manual page.
2188	- Fixup endless spinning in unbound-control stats reported by
2189	  Attila Nagy.  Probably caused by clock reversal.
2190
219120 November 2009: Wouter
2192	- contrib/split-itar.sh contributed by Tom Hendrikx.
2193
219419 November 2009: Wouter
2195	- better argument help for unbound-control.
2196	- iana portlist updated.
2197
219817 November 2009: Wouter
2199	- noted multiple entries for multiple domain names in example.conf.
2200	- iana portlist updated.
2201
220216 November 2009: Wouter
2203	- Fixed signer detection of CNAME responses without signatures.
2204	- Fix#282 libunbound memleak on error condition by Eric Sesterhenn.
2205	- Tests for CNAMEs to deeper trust anchors, secure and bogus.
2206	- svn tag 1.4.0rc1 made.
2207
220813 November 2009: Wouter
2209	- Fixed validation failure for CNAME to optout NSEC3 nodata answer.
2210	- unbound-host does not fail on type ANY.
2211	- Fixed wireparse failure to put RRSIGs together with data in some
2212	  long ANY mix cases, which fixes validation failures.
2213
221412 November 2009: Wouter
2215	- iana portlist updated.
2216	- fix manpage errors reported by debian lintian.
2217	- review comments.
2218	- fixup very long vallog2 level error strings.
2219
222011 November 2009: Wouter
2221	- ldns tarball updated (to 1.6.2).
2222	- review comments.
2223
222410 November 2009: Wouter
2225	- Thanks to Surfnet found bug in new dnssec-retry code that failed
2226	  to combine well when combined with DLV and a particular failure.
2227	- Fixed unbound-control -h output about argument optionality.
2228	- review comments.
2229
22305 November 2009: Wouter
2231	- lint fixes and portability tests.
2232	- better error text for multiple domain keys in one autotrust file.
2233
22342 November 2009: Wouter
2235	- Fix bug where autotrust does not work when started with a DS.
2236	- Updated GOST unit tests for unofficial algorithm number 249
2237	  and DNSKEY-format changes in draft version -01.
2238
223929 October 2009: Wouter
2240	- iana portlist updated.
2241	- edns-buffer-size option, default 4096.
2242	- fixed do-udp: no.
2243
224428 October 2009: Wouter
2245	- removed abort on prealloc failure, error still printed but softfail.
2246	- iana portlist updated.
2247	- RFC 5702: RSASHA256 and RSASHA512 support enabled by default.
2248	- ldns tarball updated (which also enables rsasha256 support).
2249
225027 October 2009: Wouter
2251	- iana portlist updated.
2252
22538 October 2009: Wouter
2254	- please doxygen
2255	- add val-log-level print to corner case (nameserver.epost.bg).
2256	- more detail to errors from insecure delegation checks.
2257	- Fix double time subtraction in negative cache reported by
2258	  Amanda Constant and Hugh Mahon.
2259	- Made new validator error string available from libunbound for
2260	  applications.  It is in result->why_bogus, a zero-terminated string.
2261	  unbound-host prints it by default if a result is bogus.
2262	  Also the errinf is public in module_qstate (for other modules).
2263
22647 October 2009: Wouter
2265	- retry for validation failure in DS and prime results. Less mem use.
2266	  unit test.  Provisioning in other tests for requeries.
2267	- retry for validation failure in DNSKEY in middle of chain of trust.
2268	  unit test.
2269	- retry for empty non terminals in chain of trust and unit test.
2270	- Fixed security bug where the signatures for NSEC3 records were not
2271	  checked when checking for absence of DS records.  This could have
2272	  enabled the substitution of an insecure delegation.
2273	- moved version number to 1.4.0 because of 1.3.4 release with only
2274	  the NSEC3 patch from the entry above.
2275	- val-log-level: 2 shows extended error information for validation
2276	  failures, but still one (longish) line per failure.  For example:
2277	  validation failure <example.com. DNSKEY IN>: signature expired from
2278	  192.0.2.4 for trust anchor example.com. while building chain of trust
2279	  validation failure <www.example.com. A IN>: no signatures from
2280	  192.0.2.6 for key example.com. while building chain of trust
2281
22826 October 2009: Wouter
2283	- Test set updated to provide additional ns lookup result.
2284	  The retry would attempt to fetch the data from other nameservers
2285	  for bogus data, and this needed to be provisioned in the tests.
2286
22875 October 2009: Wouter
2288	- first validation failure retry code.  Retries for data failures.
2289	  And unit test.
2290
22912 October 2009: Wouter
2292	- improve 5011 modularization.
2293	- fix unbound-host so -d can be given before -C.
2294	- iana portlist updated.
2295
229628 September 2009: Wouter
2297	- autotrust-anchor-file can read multiline input and $ORIGIN.
2298	- prevent integer overflow in holddown calculation. review fixes.
2299	- fixed race condition in trust point revocation. review fix.
2300	- review fixes to comments, removed unused code.
2301
230225 September 2009: Wouter
2303	- so-rcvbuf: 4m option added.  Set this on large busy servers to not
2304	  drop the occasional packet in spikes due to full socket buffers.
2305	  netstat -su keeps a counter of UDP dropped due to full buffers.
2306	- review of validator/autotrust.c, small fixes and comments.
2307
230823 September 2009: Wouter
2309	- 5011 query failed counts verification failures, not lookup failures.
2310	- 5011 probe failure handling fixup.
2311	- test unbound reading of original autotrust data.
2312	  The metadata per-key, such as key state (PENDING, MISSING, VALID) is
2313	  picked up, otherwise performs initial probe like usual.
2314
231522 September 2009: Wouter
2316	- autotrust test with algorithm rollover, new ordering of checks
2317	  assists in orderly rollover.
2318	- autotrust test with algorithm rollover to unknown algorithm.
2319	  checks if new keys are supported before adding them.
2320	- autotrust test with trust point revocation, becomes unsigned.
2321	- fix DNSSEC-missing-signature detection for minimal responses
2322	  for qtype DNSKEY (assumes DNSKEY occurs at zone apex).
2323
232418 September 2009: Wouter
2325	- autotrust tests, fix trustpoint timer deletion code.
2326	  fix count of valid anchors during missing remove.
2327	- autotrust: pick up REVOKE even if not signed with known other keys.
2328
232917 September 2009: Wouter
2330	- fix compile of unbound-host when --enable-alloc-checks.
2331	- Fix lookup problem reported by Koh-ichi Ito and Jaap Akkerhuis.
2332	- Manual page fixes reported by Tony Finch.
2333
233416 September 2009: Wouter
2335	- Fix memory leak reported by Tao Ma.
2336	- Fix memstats test tool for log-time-ascii log format.
2337
233815 September 2009: Wouter
2339	- iana portlist updated.
2340
234110 September 2009: Wouter
2342	- increased MAXSYSLOGLEN so .bg key can be printed in debug output.
2343	- use linebuffering for log-file: output, this can be significantly
2344	  faster than the previous fflush method and enable some class of
2345	  resolvers to use high verbosity (for short periods).
2346	  Not on windows, because line buffering does not work there.
2347
23489 September 2009: Wouter
2349	- Fix bug where DNSSEC-bogus messages were marked with too high TTL.
2350	  The RRsets would still expire at the normal time, but this would
2351	  keep messages bogus in the cache for too long.
2352	- regression test for that bug.
2353	- documented that load_cache is meant for debugging.
2354
23558 September 2009: Wouter
2356	- fixup printing errors when load_cache, they were printed to the
2357	  SSL connection which broke, now to the log.
2358	- new ldns - with fixed parse of large SOA values.
2359
23607 September 2009: Wouter
2361	- autotrust testbound scenarios.
2362	- autotrust fix that failure count is written to file.
2363	- autotrust fix that keys may become valid after add holddown time
2364	  alone, before the probe returns.
2365
23664 September 2009: Wouter
2367	- Changes to make unbound work with libevent-2.0.3 alpha. (in
2368	  configure detection due to new ssl dependency in libevent)
2369	- do not call sphinx for documentation when python is disabled.
2370	- remove EV_PERSIST from libevent timeout code to make the code
2371	  compatible with the libevent-2.0.  Works with older libevent too.
2372	- fix memory leak in python code.
2373
23743 September 2009: Wouter
2375	- Got a patch from Luca Bruno for libunbound support on windows to
2376	  pick up the system resolvconf nameservers and hosts there.
2377	- included ldns updated (enum warning fixed).
2378	- makefile fix for parallel makes.
2379	- Patch from Zdenek Vasicek and Attila Nagy for using the source IP
2380	  from python scripts.  See pythonmod/examples/resip.py.
2381	- doxygen comment fixes.
2382
23832 September 2009: Wouter
2384	- TRAFFIC keyword for testbound. Simplifies test generation.
2385	  ${range lower val upper} to check probe timeout values.
2386	- test with 5011-prepublish rollover and revocation.
2387	- fix revocation of RR for autotrust, stray exclamation mark.
2388
23891 September 2009: Wouter
2390	- testbound variable arithmetic.
2391	- autotrust probe time is randomised.
2392	- autotrust: the probe is active and does not fetch from cache.
2393
239431 August 2009: Wouter
2395	- testbound variable processing.
2396
239728 August 2009: Wouter
2398	- fixup unbound-control lookup to print forward and stub servers.
2399
240027 August 2009: Wouter
2401	- autotrust: mesh answer callback is empty.
2402
240326 August 2009: Wouter
2404	- autotrust probing.
2405	- iana portlist updated.
2406
240725 August 2009: Wouter
2408	- fixup memleak in trust anchor unsupported algorithm check.
2409	- iana portlist updated.
2410	- autotrust options: add-holddown, del-holddown, keep-missing.
2411	- autotrust store revoked status of trust points.
2412	- ctime_r compat definition.
2413	- detect yylex_destroy() in configure.
2414	- detect SSL_get_compression_methods declaration in configure.
2415	- fixup DS lookup at anchor point with unsigned parent.
2416	- fixup DLV lookup for DS queries to unsigned domains.
2417
241824 August 2009: Wouter
2419	- cleaner memory allocation on exit. autotrust test routines.
2420	- free all memory on program exit, fix for ssl and flex.
2421
242221 August 2009: Wouter
2423	- autotrust: debug routines. Read,write and conversions work.
2424
242520 August 2009: Wouter
2426	- autotrust: save and read trustpoint variables.
2427
242819 August 2009: Wouter
2429	- autotrust: state table updates.
2430	- iana portlist updated.
2431
243217 August 2009: Wouter
2433	- autotrust: process events.
2434
243517 August 2009: Wouter
2436	- Fix so that servers are only blacklisted if they fail to reply
2437	  to 16 queries in a row and the timeout gets above 2 minutes.
2438	- autotrust work, split up DS verification of DNSKEYs.
2439
244014 August 2009: Wouter
2441	- unbound-control lookup prints out infra cache information, like RTT.
2442	- Fix bug in DLV lookup reported by Amanda from Secure64.
2443	  It could sometimes wrongly classify a domain as unsigned, which
2444	  does not give the AD bit on replies.
2445
244613 August 2009: Wouter
2447	- autotrust read anchor files. locked trust anchors.
2448
244912 August 2009: Wouter
2450	- autotrust import work.
2451
245211 August 2009: Wouter
2453	- Check for openssl compatible with gost if enabled.
2454	- updated unit test for GOST=211 code.
2455	  Nicer naming of test files.
2456	- iana portlist updated.
2457
24587 August 2009: Wouter
2459	- call OPENSSL_config() in unbound and unit test so that the
2460	  operator can use openssl.cnf for configuration options.
2461	- removed small memory leak from config file reader.
2462
24636 August 2009: Wouter
2464	- configure --enable-gost for GOST support, experimental
2465	  implementation of draft-dolmatov-dnsext-dnssec-gost-01.
2466	- iana portlist updated.
2467	- ldns tarball updated (with GOST support).
2468
24695 August 2009: Wouter
2470	- trunk moved to 1.3.4.
2471
24724 August 2009: Wouter
2473	- Added test that the examples from draft rsasha256-14 verify.
2474	- iana portlist updated.
2475	- tagged 1.3.3
2476
24773 August 2009: Wouter
2478	- nicer warning when algorithm not supported, tells you to upgrade.
2479	- iana portlist updated.
2480
248127 July 2009: Wouter
2482	- Updated unbound-cacti contribution from Dmitriy Demidov, with
2483	  the queue statistics displayed in its own graph.
2484	- iana portlist updated.
2485
248622 July 2009: Wouter
2487	- Fix bug found by Michael Tokarev where unbound would try to
2488	  prime the root servers even though forwarders are configured for
2489	  the root.
2490	- tagged 1.3.3rc1
2491
249221 July 2009: Wouter
2493	- Fix server selection, so that it waits for open target queries when
2494	  faced with lameness.
2495
249620 July 2009: Wouter
2497	- Ignore transient sendto errors, no route to host, and host, net down.
2498	- contrib/update-anchor.sh has -r option for root-hints.
2499	- feature val-log-level: 1 prints validation failures so you can
2500	  keep track of them during dnssec deployment.
2501
250216 July 2009: Wouter
2503	- fix replacement malloc code.  Used in crosscompile.
2504	- makedist -w creates crosscompiled setup.exe on fedora11.
2505
250615 July 2009: Wouter
2507	- dependencies for compat items, for crosscompile.
2508	- mingw32 crosscompile changes, dependencies and zipfile creation.
2509	  and with System.dll from the windows NSIS you can make setup.exe.
2510	- package libgcc_s_sjlj exception handler for NSISdl.dll.
2511
251214 July 2009: Wouter
2513	- updated ldns tarball for solaris x64 compile assistance.
2514	- no need to define RAND_MAX from config.h.
2515	- iana portlist updated.
2516	- configure changes and ldns update for mingw32 crosscompile.
2517
251813 July 2009: Wouter
2519	- Fix for crash at start on windows.
2520	- tag for release 1.3.2.
2521	- trunk has version 1.3.3.
2522	- Fix for ID bits on windows to use all 16. RAND_MAX was not
2523	  defined like you'd expect on mingw. Reported by Mees de Roo.
2524
25259 July 2009: Wouter
2526	- tag for release 1.3.1.
2527	- trunk has version 1.3.2.
2528
25297 July 2009: Wouter
2530	- iana portlist updated.
2531
25326 July 2009: Wouter
2533	- prettier error handling in SSL setup.
2534	- makedist.sh uname fix (same as ldns).
2535	- updated fedora spec file.
2536
25373 July 2009: Wouter
2538	- fixup linking when ldnsdir is "".
2539
254030 June 2009: Wouter
2541	- more lenient truncation checks.
2542
254329 June 2009: Wouter
2544	- ldns trunk r2959 imported as tarball, because of solaris cc compile
2545	  support for c99.  r2960 for better configure.
2546	- better wrongly_truncated check.
2547	- On Linux, fragment IPv6 datagrams to the IPv6 minimum MTU, to
2548	  avoid dropped packets at routers.
2549
255026 June 2009: Wouter
2551	- Fix EDNS fallback when EDNS works for short answers but long answers
2552	  are dropped.
2553
255422 June 2009: Wouter
2555	- fixup iter priv strict aliasing while preserving size of sockaddr.
2556	- iana portlist updated.  (one less port allocated, one more fraction
2557	  of a bit for security!)
2558	- updated fedora specfile in contrib from Paul Wouters.
2559
256019 June 2009: Wouter
2561	- Fixup strict aliasing warning in iter priv code.
2562	  and config_file code.
2563	- iana portlist updated.
2564	- harden-referral-path: handle cases where NS is in answer section.
2565
256618 June 2009: Wouter
2567	- Fix of message parse bug where (specifically) an NSEC and RRSIG
2568	  in the wrong order would be parsed, but put wrongly into internal
2569	  structures so that later validation would fail.
2570	- Extreme lenience for wrongly truncated replies where a positive
2571	  reply has an NS in the authority but no signatures.  They are
2572	  turned into minimal responses with only the (secure) answer.
2573	- autoconf 2.63 for configure.
2574	- python warnings suppress.  Keep python API away from header files.
2575
257617 June 2009: Wouter
2577	- CREDITS entry for cz.nic, sponsoring a 'summer of code' that was
2578	  used for the python code in unbound. (http://www.nic.cz/vip/ in cz).
2579
258016 June 2009: Wouter
2581	- Fixup opportunistic target query generation to it does not
2582	  generate queries that are known to fail.
2583	- Touchup on munin total memory report.
2584	- messages picked out of the cache by the iterator are checked
2585	  if their cname chain is still correct and if validation status
2586	  has to be reexamined.
2587
258815 June 2009: Wouter
2589	- iana portlist updated.
2590
259114 June 2009: Wouter
2592	- Fixed bug where cached responses would lose their security
2593	  status on second validation, which especially impacted dlv
2594	  lookups.  Reported by Hauke Lampe.
2595
259613 June 2009: Wouter
2597	- bug #254. removed random whitespace from example.conf.
2598
259912 June 2009: Wouter
2600	- Fixup potential wrong NSEC picked out of the cache.
2601	- If unfulfilled callbacks are deleted they are called with an error.
2602	- fptr wlist checks for mesh callbacks.
2603	- fwd above stub in configuration works.
2604
260511 June 2009: Wouter
2606	- Fix queries for type DS when forward or stub zones are there.
2607	  They are performed to higherup domains, and thus treated as if
2608	  going to higher zones when looking up the right forward or stub
2609	  server.  This makes a stub pointing to a local server that has
2610	  a local view of example.com signed with the same keys as are
2611	  publicly used work.  Reported by Johan Ihren.
2612	- Added build-unbound-localzone-from-hosts.pl to contrib, from
2613	  Dennis DeDonatis.  It converts /etc/hosts into config statements.
2614	- same thing fixed for forward-zone and DS, chain of trust from
2615	  public internet into the forward-zone works now.  Added unit test.
2616
26179 June 2009: Wouter
2618	- openssl key files are opened apache-style, when user is root and
2619	  before chrooting.  This makes permissions on remote-control key
2620	  files easier to set up.  Fixes bug #251.
2621	- flush_type and flush_name remove msg cache entries.
2622	- codereview - dp copy bogus setting fix.
2623
26248 June 2009: Wouter
2625	- Removed RFC5011 REVOKE flag support. Partial 5011 support may cause
2626	  inadvertant behaviour.
2627	- 1.3.0 tarball for release created.
2628	- 1.3.1 development in svn trunk.
2629	- iana portlist updated.
2630	- fix lint from complaining on ldns/sha.h.
2631	- help compiler figure out aliasing in priv_rrset_bad() routine.
2632	- fail to configure with python if swig is not found.
2633	- unbound_munin_ in contrib uses ps to show rss if sbrk does not work.
2634
26353 June 2009: Wouter
2636	- fixup bad free() when wrongly encoded DSA signature is seen.
2637	  Reported by Paul Wouters.
2638	- review comments from Matthijs.
2639
26402 June 2009: Wouter
2641	- --enable-sha2 option. The draft rsasha256 changed its algorithm
2642	  numbers too often.  Therefore it is more prudent to disable the
2643	  RSASHA256 and RSASHA512 support by default.
2644	- ldns trunk included as new tarball.
2645	- recreated the 1.3.0 tag in svn. rc1 tarball generated at this point.
2646
264729 May 2009: Wouter
2648	- fixup doc bug in README reported by Matthew Dempsky.
2649
265028 May 2009: Wouter
2651	- update iana port list
2652	- update ldns lib tarball
2653
265427 May 2009: Wouter
2655	- detect lack of IPv6 support on XP (with a different error code).
2656	- Fixup a crash-on-exit which was triggered by a very long queue.
2657	  Unbound would try to re-use ports that came free, but this is
2658	  of course not really possible because everything is deleted.
2659	  Most easily triggered on XP (not Vista), maybe because of the
2660	  network stack encouraging large messages backlogs.
2661	- change in debug statements.
2662	- Fixed bug that could cause a crash if root prime failed when there
2663	  were message backlogs.
2664
266526 May 2009: Wouter
2666	- Thanks again to Brett Carr, found an assertion that was not true.
2667	  Assertion checked if recursion parent query still existed.
2668
266929 April 2009: Wouter
2670	- Thanks to Brett Carr, caught windows resource leak, use
2671	  closesocket() and not close() on sockets or else the network stack
2672	  starts to leak handles.
2673	- Removed usage of windows Mutex because windows cannot handle enough
2674	  mutexes open.  Provide own mutex implementation using primitives.
2675
267628 April 2009: Wouter
2677	- created svn tag for 1.3.0.
2678
267927 April 2009: Wouter
2680	- optimised cname from cache.
2681	- ifdef windows functions in testbound.
2682
268323 April 2009: Wouter
2684	- fix for threadsafety in solaris thr_key_create() in tests.
2685	- iana portlist updated.
2686	- fix pylib test for Darwin.
2687	- fix pymod test for Darwin and a python threading bug in pymod init.
2688	- check python >= 2.4 in configure.
2689	- -ldl check for libcrypto 1.0.0beta.
2690
269121 April 2009: Wouter
2692	- fix for build outside sourcedir.
2693	- fix for configure script swig detection.
2694
269517 April 2009: Wouter
2696	- Fix reentrant in minievent handler for unix. Could have resulted
2697	  in spurious event callbacks.
2698	- timers do not take up a fd slot for winsock handler.
2699	- faster fix for winsock reentrant check.
2700	- fix rsasha512 unit test for new (interim) algorithm number.
2701	- fix test:ldns doesn't like DOS line endings in keyfiles on unix.
2702	- fix compile warning on ubuntu (configlexer fwrite return value).
2703	- move python include directives into CPPFLAGS instead of CFLAGS.
2704
270516 April 2009: Wouter
2706	- winsock event handler exit very quickly on signal, even if
2707	  under heavy load.
2708	- iana portlist updated.
2709	- fixup windows winsock handler reentrant problem.
2710
271114 April 2009: Wouter
2712	- bug #245: fix munin plugin, perform cleanup of stale lockfiles.
2713	- makedist.sh; better help text.
2714	- cache-min-ttl option and tests.
2715	- mingw detect error condition on TCP sockets (NOTCONN).
2716
27179 April 2009: Wouter
2718	- Fix for removal of RSASHA256_NSEC3 protonumber from ldns.
2719	- ldns tarball updated.
2720	- iana portlist update.
2721	- detect GOST support in openssl-1.0.0-beta1, and fix compile problem
2722	  because that openssl defines the name STRING for itself.
2723
27246 April 2009: Wouter
2725	- windows compile fix.
2726	- Detect FreeBSD jail without ipv6 addresses assigned.
2727	- python libunbound wrapper unit test.
2728	- installs the following files. Default is to not build them.
2729	  	from configure --with-pythonmodule:
2730	  /usr/lib/python2.x/site-packages/unboundmodule.py
2731	  	from configure --with-pyunbound:
2732	  /usr/lib/python2.x/site-packages/unbound.py
2733	  /usr/lib/python2.x/site-packages/_unbound.so*
2734	  The example python scripts (pythonmod/examples and
2735	  libunbound/python/examples) are not installed.
2736	- python invalidate routine respects packed rrset ids and locks.
2737	- clock skew checks in unbound, config statements.
2738	- nxdomain ttl considerations in requirements.txt
2739
27403 April 2009: Wouter
2741	- Fixed a bug that caused messages to be stored in the cache too
2742	  long.  Hard to trigger, but NXDOMAINs for nameservers or CNAME
2743	  targets have been more vulnerable to the TTL miscalculation bug.
2744	- documentation test fixed for python addition.
2745
27462 April 2009: Wouter
2747	- pyunbound (libunbound python plugin) compiles using libtool.
2748	- documentation for pythonmod and pyunbound is generated in doc/html.
2749	- iana portlist updated.
2750	- fixed bug in unbound-control flush_zone where it would not flush
2751	  every message in the target domain.  This especially impacted
2752	  NXDOMAIN messages which could remain in the cache regardless.
2753	- python module test package.
2754
27551 April 2009: Wouter
2756	- suppress errors when trying to contact authority servers that gave
2757	  ipv6 AAAA records for their nameservers with ipv4 mapped contents.
2758	  Still tries to do so, could work when deployed in intranet.
2759	  Higher verbosity shows the error.
2760	- new libunbound calls documented.
2761	- pyunbound in libunbound/python. Removed compile warnings.
2762	  Makefile to make it.
2763
276430 March 2009: Wouter
2765	- Fixup LDFLAGS from libevent sourcedir compile configure restore.
2766	- Fixup so no non-absolute rpaths are added.
2767	- Fixup validation of RRSIG queries, they are let through.
2768	- read /dev/random before chroot
2769	- checkconf fix no python checks when no python module enabled.
2770	- fix configure, pthread first, so other libs do not change outcome.
2771
277227 March 2009: Wouter
2773	- nicer -h output. report linked libraries and modules.
2774	- prints modules in intuitive order (config file friendly).
2775	- python compiles easily on BSD.
2776
277726 March 2009: Wouter
2778	- ignore swig varargs warnings with gcc.
2779	- remove duplicate example.conf text from python example configs.
2780	- outofdir compile fix for python.
2781	- pyunbound works.
2782	- print modules compiled in on -h. manpage.
2783
278425 March 2009: Wouter
2785	- initial import of the python contribution from Zdenek Vasicek and
2786	  Marek Vavrusa.
2787	- pythonmod in Makefile; changes to remove warnings/errors for 1.3.0.
2788
278924 March 2009: Wouter
2790	- more neat configure.ac. Removed duplicate config.h includes.
2791	- neater config.h.in.
2792	- iana portlist updated.
2793	- fix util/configlexer.c and solaris -std=c99 flag.
2794	- fix postcommit aclocal errors.
2795	- spaces stripped. Makefile cleaner, /usr omitted from -I, -L, -R.
2796	- swap order of host detect and libtool generation.
2797
279823 March 2009: Wouter
2799	- added launchd plist example file for MacOSX to contrib.
2800	- deprecation test for daemon(3).
2801	- moved common configure actions to m4 include, prettier Makefile.
2802
280320 March 2009: Wouter
2804	- bug #239: module-config entries order is important. Documented.
2805	- build fix for test asynclook.
2806
280719 March 2009: Wouter
2808	- winrc/README.txt dos-format text file.
2809	- iana portlist updated.
2810	- use _beginthreadex() when available (performs stack alignment).
2811	- defaults for windows baked into configure.ac (used if on mingw).
2812
281318 March 2009: Wouter
2814	- Added tests, unknown algorithms become insecure. fallback works.
2815	- Fix for and test for unknown algorithms in a trust anchor
2816	  definition.  Trust anchors with no supported algos are ignored.
2817	  This means a (higher)DS or DLV entry for them could succeed, and
2818	  otherwise they are treated as insecure.
2819	- domain-insecure: "example.com" statement added. Sets domain
2820	  insecure regardless of chain of trust DSs or DLVs. The inverse
2821	  of a trust-anchor.
2822
282317 March 2009: Wouter
2824	- unit test for unsupported algorithm in anchor warning.
2825	- fixed so queries do not fail on opportunistic target queries.
2826
282716 March 2009: Wouter
2828	- fixup diff error printout in contrib/update-itar.sh.
2829	- added contrib/unbound_cacti for statistics support in cacti,
2830	  contributed by Dmitriy Demidov.
2831
283213 March 2009: Wouter
2833	- doxygen and lex/yacc on linux.
2834	- strip update-anchor on makedist -w.
2835	- fix testbound on windows.
2836	- default log to syslog for windows.
2837	- uninstaller can stop unbound - changed text on it to reflect that.
2838	- remove debugging from windows 'cron' actions.
2839
284012 March 2009: Wouter
2841	- log to App.logs on windows prints executable identity.
2842	- fixup tests.
2843	- munin plugin fix benign locking error printout.
2844	- anchor-update for windows, called every 24 hours; unbound reloads.
2845
284611 March 2009: Wouter
2847	- winsock event handler resets WSAevents after signalled.
2848	- winsock event handler tests if signals are really signalled.
2849	- install and service with log to file works on XP and Vista on
2850	  default install location.
2851	- on windows logging to the Application logbook works (as a service).
2852	- fix RUN_DIR on windows compile setting in makedist.
2853	- windows registry has Software\Unbound\ConfigFile element.
2854	  If does not exist, the default is used. The -c switch overrides it.
2855	- fix makedist version cleanup function.
2856
285710 March 2009: Wouter
2858	- makedist -w strips out old rc.. and snapshot info from version.
2859	- setup.exe starts and stops unbound after install, before uninstall.
2860	- unbound-checkconf recognizes absolute pathnames on windows (C:...).
2861
28629 March 2009: Wouter
2863	- Nullsoft NSIS installer creation script.
2864
28655 March 2009: Wouter
2866	- fixup memory leak introduced on 18feb in mesh reentrant fix.
2867
28683 March 2009: Wouter
2869	- combined icon with 16x16(4) 32x32(4) 48x48(8) 64x64(8).
2870	- service works on xp/vista, no config necessary (using defaults).
2871	- windows registry settings.
2872
28732 March 2009: Wouter
2874	- fixup --export-symbols to be -export-symbls for libtool.
2875	  This should fix extraneous symbols exported from libunbound.
2876	  Thanks to Ondrej Sury and Robert Edmonds for finding it.
2877	- iana portlist updated.
2878	- document FAQ entry on stub/forward zones and default blocking.
2879	- fix asynclook test app for libunbound not exporting symbols.
2880	- service install and remove utils that work with vista UAC.
2881
288227 February 2009: Wouter
2883	- Fixup lexer, to not give warnings about fwrite. Appeared in
2884	  new lexer features.
2885	- makedistro functionality for mingw. Has RC support.
2886	- support spaces and backslashes in configured defaults paths.
2887	- register, deregister in service control manager.
2888
288925 February 2009: Wouter
2890	- windres usage for application resources.
2891
289224 February 2009: Wouter
2893	- isc moved their dlv key download location.
2894	- fixup warning on vista/mingw.
2895	- makedist -w for window zip distribution first version.
2896
289720 February 2009: Wouter
2898	- Fixup contrib/update-itar.sh, the exit codes 1 and 0 were swapped.
2899	  Nicer script layout.  Added url to site in -h output.
2900
290119 February 2009: Wouter
2902	- unbound-checkconf and unbound print warnings when trust anchors
2903	  have unsupported algorithms.
2904	- added contrib/update-itar.sh  This script is similar to
2905	  update-anchor.sh, and updates from the IANA ITAR repository.
2906	  You can provide your own PGP key and trust repo, or can use the
2907	  builtin.  The program uses wget and gpg to work.
2908	- iana portlist updated.
2909	- update-itar.sh: using ftp:// urls because https godaddy certificate
2910	  is not available everywhere and then gives fatal errors.  The
2911	  security is provided by pgp signature.
2912
291318 February 2009: Wouter
2914	- more cycle detection. Also for target queries.
2915	- fixup bug where during deletion of the mesh queries the callbacks
2916	  that were reentrant caused assertion failures. Keep the mesh in
2917	  a reentrant safe state.  Affects libunbound, reload of server,
2918	  on quit and flush_requestlist.
2919	- iana portlist updated.
2920
292113 February 2009: Wouter
2922	- forwarder information now per-thread duplicated.
2923	  This keeps it read only for speed, with no locking necessary.
2924	- forward command for unbound control to change forwarders to use
2925	  on the fly.
2926	- document that unbound-host reads no config file by default.
2927	- updated iana portlist.
2928
292912 February 2009: Wouter
2930	- call setusercontext if available (on BSD).
2931	- small refactor of stats clearing.
2932	- #227: flush_stats feature for unbound-control.
2933	- stats_noreset feature for unbound-control.
2934	- flush_requestlist feature for unbound-control.
2935	- libunbound version upped API (was changed 5 feb).
2936	- unbound-control status shows if root forwarding is in use.
2937	- slightly nicer memory management in iter-fwd code.
2938
293910 February 2009: Wouter
2940	- keys with rfc5011 REVOKE flag are skipped and not considered when
2941	  validating data.
2942	- iana portlist updated
2943	- #226: dump_requestlist feature for unbound-control.
2944
29456 February 2009: Wouter
2946	- contrib contains specfile for fedora 1.2.1 (from Paul Wouters).
2947	- iana portlist updated.
2948	- fixup EOL in include directive (reported by Paul Wouters).
2949	  You can no longer specify newlines in the names of included files.
2950	- config parser changed. Gives some syntax errors closer to where they
2951	  occurred. Does not enforce a space after keyword anymore.
2952	  Does not allow literal newlines inside quoted strings anymore.
2953	- verbosity level 5 logs customer IP for new requestlist entries.
2954	- test fix, lexer and cancel test.
2955	- new option log-time-ascii: yes  if you enable it prints timestamps
2956	  in the log file as Feb 06 13:45:26 (like syslog does).
2957	- detect event_base_new in libevent-1.4.1 and later and use it.
2958	- #231 unbound-checkconf -o option prints that value from config file.
2959	  Useful for scripting in management scripts and the like.
2960
29615 February 2009: Wouter
2962	- ldns 1.5.0 rc as tarball included.
2963	- 1.3.0 development continues:
2964	  change in libunbound API: ub_cancel can return an error, that
2965	  the async_id did not exist, or that it was already delivered.
2966	  The result could have been delivered just before the cancel
2967	  routine managed to acquire the lock, so a caller may get the
2968	  result at the same time they call cancel.  For this case,
2969	  ub_cancel tries to return an error code.
2970	  Fixes race condition in ub_cancel() libunbound function.
2971	- MacOSX Leopard cleaner text output from configure.
2972	- initgroups(3) is called to drop secondary group permissions, if
2973	  applicable.
2974	- configure option --with-ldns-builtin forces the use of the
2975	  inluded ldns package with the unbound source.  The -I include
2976	  is put before the others, so it avoids bad include files from
2977	  an older ldns install.
2978	- daemon(3) posix call is used when available.
2979	- testbound test for older fix added.
2980
29814 February 2009: Wouter
2982	- tag for release 1.2.1.
2983	- trunk setup for 1.3.0 development.
2984
29853 February 2009: Wouter
2986	- noted feature requests in doc/TODO.
2987	- printout more detailed errors on ssl certificate loading failures.
2988	- updated IANA portlist.
2989
299016 January 2009: Wouter
2991	- more quiet about ipv6 network failures, i.e. when ipv6 is not
2992	  available (network unreachable). Debug still printed on high
2993	  verbosity.
2994	- unbound-host -4 and -6 options. Stops annoying ipv6 errors when
2995	  debugging with unbound-host -4 -d ...
2996	- more cycle detection for NS-check, addr-check, root-prime and
2997	  stub-prime queries in the iterator.  Avoids possible deadlock
2998	  when priming fails.
2999
300015 January 2009: Wouter
3001	- bug #229: fixup configure checks for compilation with Solaris
3002	  Sun cc compiler, ./configure CC=/opt/SUNWspro/bin/cc
3003	- fixup suncc warnings.
3004	- fix bug where unbound could crash using libevent 1.3 and older.
3005	- update testset for recent retry change.
3006
300714 January 2009: Wouter
3008	- 1.2.1 feature: negative caching for failed queries.
3009	  Queries that failed are cached for 5 seconds (NORR_TTL).
3010	  If the failure is local, like out of memory, it is not cached.
3011	- the TTL comparison for the cache used different comparisons,
3012	  causing many cache responses that used the iterator and validator
3013	  state machines unnecessarily.
3014	- retry from 4 to 5 so that EDNS drop retry is part of the first
3015	  query resolve attempt, and cached error does not stop EDNS fallback.
3016	- remove debug prints that protect against bad referrals.
3017	- honor QUIET=no on make commandline (or QUIET=yes ).
3018
301913 January 2009: Wouter
3020	- fixed bug in lameness marking, removed printouts.
3021	- find NS rrset more cleanly for qtype NS.
3022	- Moved changes to 1.2.0 for release. Thanks to Mark Zealey for
3023	  reporting and logs.
3024	- 1.2.1 feature: stops resolving AAAAs promiscuously when they
3025	  are in the negative cache.
3026
302712 January 2009: Wouter
3028	- fixed bug in infrastructure lameness cache, did not lowercase
3029	  name of zone to hash when setting lame.
3030	- lameness debugging printouts.
3031
30329 January 2009: Wouter
3033	- created svn tag for 1.2.0 release.
3034	- svn trunk contains 1.2.1 version number.
3035	- iana portlist updated for todays list.
3036	- removed debug print.
3037
30388 January 2009: Wouter
3039	- new version of ldns-trunk (today) included as tarball, fixed
3040	  bug #224, building with -j race condition.
3041	- remove possible race condition in the test for race conditions.
3042
30437 January 2009: Wouter
3044	- version 1.2.0 in preparation.
3045	- feature to allow wildcards (*, ?, [], {}. ~) in trusted-keys-file
3046	  statements. (Adapted from patch by Paul Wouters).
3047	- typo fix and iana portlist updated.
3048	- porting testsuite; unused var warning, and type fixup.
3049
30506 January 2009: Wouter
3051	- fixup packet-of-death when compiled with --enable-debug.
3052	  A malformed packet could cause an internal assertion failure.
3053	- added test for HINFO canonicalisation behaviour.
3054	- fixup reported problem with transparent local-zone data where
3055	  queries with different type could get nxdomain. Now queries
3056	  with a different name get resolved normally, with different type
3057	  get a correct NOERROR/NODATA answer.
3058	- HINFO no longer downcased for validation, making unbound compatible
3059	  with bind and ldns.
3060	- fix reading included config files when chrooted.
3061	  Give full path names for include files.
3062	  Relative path names work if the start dir equals the working dir.
3063	- fix libunbound message transport when no packet buffer is available.
3064
30655 January 2009: Wouter
3066	- fixup getaddrinfo failure handling for remote control port.
3067	- added L.ROOT-SERVERS.NET. AAAA 2001:500:3::42 to builtin root hints.
3068	- fixup so it works with libev-3.51 from http://dist.schmorp.de/libev/
3069	- comm_timer_set performs base_set operation after event_add.
3070
307118 December 2008: Wouter
3072	- fixed bug reported by Duane Wessels: error in DLV lookup, would make
3073	  some zones that had correct DLV keys as insecure.
3074	- follows -rc makedist from ldns changes (no _rc).
3075	- ldns tarball updated with 1.4.1rc for DLV unit test.
3076	- verbose prints about recursion lame detection and server selection.
3077	- fixup BSD port for infra host storage. It hashed wrongly.
3078	- fixup makedist snapshot name generation.
3079	- do not reopen syslog to avoid dev/log dependency.
3080
308117 December 2008: Wouter
3082	- follows ldns makedist.sh. -rc option. autom4te dir removed.
3083	- unbound-control status command.
3084	- extended statistics has a number of ipv6 queries counter.
3085	  contrib/unbound_munin_ was updated to draw ipv6 in the hits graph.
3086
308716 December 2008: Wouter
3088	- follow makedist improvements from ldns, for maintainers prereleases.
3089	- snapshot version uses _ not - to help rpm distinguish the
3090	  version number.
3091
309211 December 2008: Wouter
3093	- better fix for bug #219: use LOG_NDELAY with openlog() call.
3094	  Thanks to Tamas Tevesz.
3095
30969 December 2008: Wouter
3097	- bug #221 fixed: unbound checkconf checks if key files exist if
3098	  remote control is enabled. Also fixed NULL printf when not chrooted.
3099	- iana portlist updated.
3100
31013 December 2008: Wouter
3102	- Fix problem reported by Jaco Engelbrecht where unbound-control stats
3103	  freezes up unbound if this was compiled without threading, and
3104	  was using multiple processes.
3105	- iana portlist updated.
3106	- test for remote control with interprocess communication.
3107	- created command distribution mechanism so that remote control
3108	  commands other than 'stats' work on all processes in a nonthreaded
3109	  compiled version. dump/load cache work, on the first process.
3110	- fixup remote control local_data addition memory corruption bug.
3111
31121 December 2008: Wouter
3113	- SElinux policy files in contrib/selinux for the unbound daemon,
3114	  by Paul Wouters and Adam Tkac.
3115
311625 November 2008: Wouter
3117	- configure complains when --without-ssl is given (bug #220).
3118	- skip unsupported feature tests on vista/mingw.
3119	- fixup testcode/streamtcp to work on vista/mingw.
3120	- root-hints test checks version of dig required.
3121	- blacklisted servers are polled at a low rate (1%) to see if they
3122	  come back up. But not if there is some other working server.
3123
312424 November 2008: Wouter
3125	- document that the user of the server daemon needs read privileges
3126	  on the keys and certificates generated by unbound-control-setup.
3127	  This is different per system or distribution, usually, running the
3128	  script under the same username as the server uses suffices.
3129	  i.e.  sudo -u unbound unbound-control-setup
3130	- testset port to vista/mingw.
3131	- tcp_sigpipe to freebsd port.
3132
313321 November 2008: Wouter
3134	- fixed tcp accept, errors were printed when they should not.
3135	- unbound-control-setup.sh removes read/write permissions other
3136	  from the keys it creates (as suggested by Dmitriy Demidov).
3137
313820 November 2008: Wouter
3139	- fixup fatal error due to faulty error checking after tcp accept.
3140	- add check in rlimit to avoid integer underflow.
3141	- rlimit check with new formula; better estimate for number interfaces
3142	- nicer comments in rlimit check.
3143	- tag 1.1.1 created in svn.
3144	- trunk label is 1.1.2
3145
314619 November 2008: Wouter
3147	- bug #219: fixed so that syslog which delays opening until the first
3148	  log line is written, gets a log line while not chroot'ed yet.
3149
315018 November 2008: Wouter
3151	- iana portlist updated.
3152	- removed cast in unit test debug print that was not 64bit safe.
3153	- trunk back to 1.1.0; copied to tags 1.1.0 release.
3154	- trunk to has version number 1.1.1 again.
3155	- in 1.1.1; make clean nicer. grammar in manpage.
3156
315717 November 2008: Wouter
3158	- theoretical fix for problems reported on mailing list.
3159	  If a delegation point has no A but only AAAA and do-ip6 is no,
3160	  resolution would fail. Fixed to ask for the A and AAAA records.
3161	  It has to ask for both always, so that it can fail quietly, from
3162	  TLD perspective, when a zone is only reachable on one transport.
3163	- test for above, only AAAA and doip6 is no. Fix causes A record
3164	  for nameserver to be fetched.
3165	- fixup address duplication on cache fillup for delegation points.
3166	- testset updated for new query answer requirements.
3167
316814 November 2008: Wouter
3169	- created 1.1.0 release tag in svn.
3170	- trunk moved to 1.1.1
3171	- fixup unittest-neg for locking.
3172
317313 November 2008: Wouter
3174	- added fedora init and specfile to contrib (by Paul Wouters).
3175	- added configure check for ldns 1.4.0 (using its compat funcs).
3176	- neater comments in worker.h.
3177	- removed doc/plan and updated doc/TODO.
3178	- silenced EHOSTDOWN (verbosity 2 or higher to see it).
3179	- review comments from Jelte, Matthijs. Neater code.
3180
318112 November 2008: Wouter
3182	- add unbound-control manpage to makedist replace list.
3183
318411 November 2008: Wouter
3185	- unit test for negative cache, stress tests the refcounting.
3186	- fix for refcounting error that could cause fptr_wlist fatal exit
3187	  in the negative cache rbtree (upcoming 1.1 feature). (Thanks to
3188	  Attila Nagy for testing).
3189	- nicer comments in cachedump about failed RR to string conversion.
3190	- fix 32bit wrap around when printing large (4G and more) mem usage
3191	  for extended statistics.
3192
319310 November 2008: Wouter
3194	- fixup the getaddrinfo compat code rename.
3195
31968 November 2008: Wouter
3197	- added configure check for eee build warning.
3198
31997 November 2008: Wouter
3200	- fix bug 217: fixed, setreuid and setregid do not work on MacOSX10.4.
3201	- detect nonblocking problems in network stack in configure script.
3202
32036 November 2008: Wouter
3204	- dname_priv must decompress the name before comparison.
3205	- iana portlist updated.
3206
32075 November 2008: Wouter
3208	- fixed possible memory leak in key_entry_key deletion.
3209	  Would leak a couple bytes when trust anchors were replaced.
3210	- if query and reply qname overlap, the bytes are skipped not copied.
3211	- fixed file descriptor leak when messages were jostled out that
3212	  had outstanding (TCP) replies.
3213	- DNAMEs used from cache have their synthesized CNAMEs initialized
3214	  properly.
3215	- fixed file descriptor leak for localzone type deny (for TCP).
3216	- fixed memleak at exit for nsec3 negative cached zones.
3217	- fixed memleak for the keyword 'nodefault' when reading config.
3218	- made verbosity of 'edns incapable peer' warning higher, so you
3219	  do not get spammed by it.
3220	- caught elusive Bad file descriptor error bug, that would print the
3221	  error while unnecessarily try to listen to a closed fd. Fixed.
3222
32234 November 2008: Wouter
3224	- fixed -Wwrite-strings warnings that result in better code.
3225
32263 November 2008: Wouter
3227	- fixup build process for Mac OSX linker, use ldns b32 compat funcs.
3228	- generated configure with autoconf-2.61.
3229	- iana portlist updated.
3230	- detect if libssl needs libdl.  For static linking with libssl.
3231	- changed to use new algorithm identifiers for sha256/sha512
3232	  from ldns 1.4.0 (need very latest version).
3233	- updated the included ldns tarball.
3234	- proper detection of SHA256 and SHA512 functions (not just sizes).
3235
323623 October 2008: Wouter
3237	- a little more debug info for failure on signer names. prints names.
3238
323922 October 2008: Wouter
3240	- CFLAGS are picked up by configure from the environment.
3241	- iana portlist updated.
3242	- updated ldns to use 1.4.0-pre20081022 so it picks up CFLAGS too.
3243	- new stub-prime: yesno option. Default is off, so it does not prime.
3244	  can be turned on to get same behaviour as previous unbound release.
3245	- made automated test that checks if builtin root hints are uptodate.
3246	- finished draft-wijngaards-dnsext-resolver-side-mitigation
3247	  implementation. The unwanted-reply-threshold can be set.
3248	- fixup so fptr_whitelist test in alloc.c works.
3249
325021 October 2008: Wouter
3251	- fix update-anchors.sh, so it does not report different RR order
3252	  as an update.  Sorts the keys in the file.  Updated copyright.
3253	- fixup testbound on windows, the command control pipe doesn't exist.
3254	- skip 08hostlib test on windows, no fork() available.
3255	- made unbound-remote work on windows.
3256
325720 October 2008: Wouter
3258	- quench a log message that is debug only.
3259	- iana portlist updated.
3260	- do not query bogus nameservers.  It is like nameservers that have
3261	  the NS or A or AAAA record bogus are listed as donotquery.
3262	- if server selection is faced with only bad choices, it will
3263	  attempt to get more options to be fetched.
3264	- changed bogus-ttl default value from 900 to 60 seconds.
3265	  In anticipation that operator caused failures are more likely than
3266	  actual attacks at this time.  And thus repeated validation helps
3267	  the operators get the problem fixed sooner.  It makes validation
3268	  failures go away sooner (60 seconds after the zone is fixed).
3269	  Also it is likely to try different nameserver targets every minute,
3270	  so that if a zone is bad on one server but not another, it is
3271	  likely to pick up the 'correct' one after a couple minutes,
3272	  and if the TTL is big enough that solves validation for the zone.
3273	- fixup unbound-control compilation on windows.
3274
327517 October 2008: Wouter
3276	- port Leopard/G5: fixup type conversion size_t/uint32.
3277	  please ranlib, stop file without symbols warning.
3278	- harden referral path now also validates the root after priming.
3279	  It looks up the root NS authoritatively as well as the root servers
3280	  and attemps to validate the entries.
3281
328216 October 2008: Wouter
3283	- Fixup negative TTL values appearing (reported by Attila Nagy).
3284
328515 October 2008: Wouter
3286	- better documentation for 0x20; remove fallback TODO, it is done.
3287	- harden-referral-path feature includes A, AAAA queries for glue,
3288	  as well as very careful NS caching (only when doing NS query).
3289	  A, AAAA use the delegation from the NS-query.
3290
329114 October 2008: Wouter
3292	- fwd_three.tpkg test was flaky.  If the three requests hit the
3293	  wrong threads by chance (or bad OS) then the test would fail.
3294	  Made less flaky by increasing number of retries.
3295	- stub_udp.tpkg changed to work, give root hints. fixed ldns_dname_abs.
3296	- ldns tarball is snapshot of ldns r2759 (1.4.0-pre-20081014).
3297	  Which includes the ldns_dname_absolute fix.
3298	- fwd_three test remains flaky now that unbound does not stop
3299	  listening when full.  Thus, removed timeout problem.
3300	  It may be serviced by three threads, or maybe by one.
3301	  Mostly only useful for lock-check testing now.
3302
330313 October 2008: Wouter
3304	- fixed recursion servers deployed as authoritative detection, so
3305	  that as a last resort, a +RD query is sent there to get the
3306	  correct answer.
3307	- iana port list update.
3308	- ldns tarball is snapshot of ldns r2759 (1.4.0-pre-20081013).
3309
331010 October 2008: Wouter
3311	- fixup tests - the negative cache contained the correct NSEC3s for
3312	  two tests that are supposed to fail to validate.
3313
33149 October 2008: Wouter
3315	- negative cache caps max iterations of NSEC3 done.
3316	- NSEC3 negative cache for qtype DS works.
3317
33188 October 2008: Wouter
3319	- NSEC negative cache for DS.
3320
33216 October 2008: Wouter
3322	- jostle-timeout option, so you can config for slow links.
3323	- 0x20 fallback code.  Tries 3xnumber of nameserver addresses
3324	  queries that must all be the same.  Sent to random nameservers.
3325	- documented choices for DoS, EDNS, 0x20.
3326
33272 October 2008: Wouter
3328	- fixup unlink of pidfile.
3329	- fixup SHA256 algorithm collation code.
3330	- contrib/update-anchor.sh does not overwrite anchors if not needed.
3331	  exits 0 when a restart is needed, other values if not.
3332	  so,  update-anchor.sh -d mydir && /etc/rc.d/unbound restart
3333	  can restart unbound exactly when needed.
3334
333530 September 2008: Wouter
3336	- fixup SHA256 DS downgrade, no longer possible to downgrade to SHA1.
3337	- tests for sha256 support and downgrade resistance.
3338	- RSASHA256 and RSASHA512 support (using the draft in dnsext),
3339	  using the drafted protocol numbers.
3340	- when using stub on localhost (127.0.0.1@10053) unbound works.
3341	  Like when running NSD to host a local zone, on the same machine.
3342	  The noprime feature. manpages more explanation. Added a test for it.
3343	- shorthand for reverse PTR,  local-data-ptr: "1.2.3.4 www.ex.com"
3344
334529 September 2008: Wouter
3346	- EDNS lameness detection, if EDNS packets are dropped this is
3347	  detected, eventually.
3348	- multiple query timeout rtt backoff does not backoff too much.
3349
335026 September 2008: Wouter
3351	- tests for remote-control.
3352	- small memory leak in exception during remote control fixed.
3353	- fixup for lock checking but not unchecking in remote control.
3354	- iana portlist updated.
3355
335623 September 2008: Wouter
3357	- Msg cache is loaded. A cache load enables cache responses.
3358	- unbound-control flush [name], flush_type and flush_zone.
3359
336022 September 2008: Wouter
3361	- dump_cache and load_cache statements in unbound-control.
3362	  RRsets are dumped and loaded correctly.
3363	  Msg cache is dumped.
3364
336519 September 2008: Wouter
3366	- locking on the localdata structure.
3367	- add and remove local zone and data with unbound-control.
3368	- ldns trunk snapshot updated, make tests work again.
3369
337018 September 2008: Wouter
3371	- fixup error in time calculation.
3372	- munin plugin improvements.
3373	- nicer abbreviations for high query types values (ixfr, axfr, any...)
3374	- documented the statistics output in unbound-control man page.
3375	- extended statistics prints out histogram, over unbound-control.
3376
337717 September 2008: Wouter
3378	- locking for threadsafe bogus rrset counter.
3379	- ldns trunk no longer exports b32 functions, provide compat.
3380	- ldns tarball updated.
3381	- testcode/ldns-testpkts.c const fixups.
3382	- fixed rcode stat printout.
3383	- munin plugin in contrib.
3384	- stats always printout uptime, because stats plugins need it.
3385
338616 September 2008: Wouter
3387	- extended-statistics: yesno config option.
3388	- unwanted replies spoof nearmiss detector.
3389	- iana portlist updated.
3390
339115 September 2008: Wouter
3392	- working start, stop, reload commands for unbound-control.
3393	- test for unbound-control working; better exit value for control.
3394	- verbosity control via unbound-control.
3395	- unbound-control stats.
3396
339712 September 2008: Wouter
3398	- removed browser control mentions. Proto speccy.
3399
340011 September 2008: Wouter
3401	- set nonblocking on new TCP streams, because linux does not inherit
3402	  the socket options to the accepted socket.
3403	- fix TCP timeouts.
3404	- SSL protected connection between server and unbound-control.
3405
340610 September 2008: Wouter
3407	- remove memleak in privacy addresses on reloads and quits.
3408	- remote control work.
3409
34109 September 2008: Wouter
3411	- smallapp/unbound-control-setup.sh script to set up certificates.
3412
34134 September 2008: Wouter
3414	- scrubber scrubs away private addresses.
3415	- test for private addresses. man page entry.
3416	- code refactored for name and address tree lookups.
3417
34183 September 2008: Wouter
3419	- options for 'DNS Rebinding' protection: private-address and
3420	  private-domain.
3421	- dnstree for reuse of routines that help with domain, addr lookups.
3422	- private-address and private-domain config option read, stored.
3423
34242 September 2008: Wouter
3425	- DoS protection features. Queries are jostled out to make room.
3426	- testbound can pass time, increasing the internal timer.
3427	- do not mark unsigned additionals bogus, leave unchecked, which
3428	  is removed too.
3429
34301 September 2008: Wouter
3431	- disallow nonrecursive queries for cache snooping by default.
3432	  You can allow is using access-control: <subnet> allow_snoop.
3433	  The defaults do allow access no authoritative data without RD bit.
3434	- two tests for it and fixups of tests for nonrec refused.
3435
343629 August 2008: Wouter
3437	- version 1.1 number in trunk.
3438	- harden-referral-path option for query for NS records.
3439	  Default turns off expensive, experimental option.
3440
344128 August 2008: Wouter
3442	- fixup logfile handling; it is created with correct permissions
3443	  again. (from bugfix#199).
3444	  Some errors are not written to logfile (pidfile writing, forking),
3445	  and these are only visible by using the -d commandline flag.
3446
344727 August 2008: Wouter
3448	- daemon(3) is causing problems for people. Reverting the patch.
3449	  bug#200, and 199 and 203 contain sideline discussion on it.
3450	- bug#199 fixed: pidfile can be outside chroot. openlog is done before
3451	  chroot and drop permissions.
3452	- config option to set size of aggressive negative cache,
3453	  neg-cache-size.
3454	- bug#203 fixed: dlv has been implemented.
3455
345626 August 2008: Wouter
3457	- test for insecure zone when DLV is in use, also does negative cache.
3458	- test for trustanchor when DLV is in use (the anchor works).
3459	- test for DLV used for a zone below a trustanchor.
3460	- added scrub filter for overreaching NSEC records and unit test.
3461	- iana portlist update
3462	- use of setresuid or setreuid when available.
3463	- use daemon(3) if available.
3464
346525 August 2008: Wouter
3466	- realclean patch from Robert Edmonds.
3467
346822 August 2008: Wouter
3469	- nicer debuglogging of DLV.
3470	- test with secure delegation inside the DLV repository.
3471
347221 August 2008: Wouter
3473	- negative cache code linked into validator, for DLV use.
3474	  negative cache works for DLV.
3475	- iana portlist update.
3476	- dlv-anchor option for unit tests.
3477	- fixup NSEC_AT_APEX classification for short typemaps.
3478	- ldns-testns has subdomain checks, for unit tests.
3479
348020 August 2008: Wouter
3481	- negative cache code, reviewed.
3482
348318 August 2008: Wouter
3484	- changes info: in logfile to notice: info: or debug: depending on
3485	  the verbosity of the statements.  Better logfile message
3486	  classification.
3487	- bug #208: extra rc.d unbound flexibility for freebsd/nanobsd.
3488
348915 August 2008: Wouter
3490	- DLV nsec code fixed for better detection of closest existing
3491	  enclosers from NSEC responses.
3492	- DLV works, straight to the dlv repository, so not for production.
3493	- Iana port update.
3494
349514 August 2008: Wouter
3496	- synthesize DLV messages from the rrset cache, like done for DS.
3497
349813 August 2008: Wouter
3499	- bug #203: nicer do-auto log message when user sets incompatible
3500	  options.
3501	- bug #204: variable name ameliorated in log.c.
3502	- bug #206: in iana_update, no egrep, but awk use.
3503	- ldns snapshot r2699 taken (includes DLV type).
3504	- DLV work, config file element, trust anchor read in.
3505
350612 August 2008: Wouter
3507	- finished adjusting testset to provide qtype NS answers.
3508
350911 August 2008: Wouter
3510	- Fixup rrset security updates overwriting 2181 trust status.
3511	  This makes validated to be insecure data just as worthless as
3512	  nonvalidated data, and 2181 rules prevent cache overwrites to them.
3513	- Fix assertion fail on bogus key handling.
3514	- dnssec lameness detection works on first query at trust apex.
3515	- NS queries get proper cache and dnssec lameness treatment.
3516	- fixup compilation without pthreads on linux.
3517
35188 August 2008: Wouter
3519	- NS queries are done after every referral.
3520	  validator is used on those NS records (if anchors enabled).
3521
35227 August 2008: Wouter
3523	- Scrubber more strict. CNAME chains, DNAMEs from cache, other
3524	  irrelevant rrsets removed.
3525	- 1.0.2 released from 1.0 support branch.
3526	- fixup update-anchor.sh to work both in BSD shell and bash.
3527
35285 August 2008: Wouter
3529	- fixup DS test so apex nodata works again.
3530
35314 August 2008: Wouter
3532	- iana port update.
3533	- TODO update.
3534	- fix bug 201: null ptr deref on cleanup while udp pkts wait for port.
3535	- added explanatory text for outgoing-port-permit in manpage.
3536
353730 July 2008: Wouter
3538	- fixup bug qtype DS for unsigned zone and signed parent validation.
3539
354025 July 2008: Wouter
3541	- added original copyright statement of OpenBSD arc4random code.
3542	- created tube signaling solution on windows, as a pipe replacement.
3543	  this makes background asynchronous resolution work on windows.
3544	- removed very insecure socketpair compat code. It also did not
3545	  work with event_waiting. Solved by pipe replacement.
3546	- unbound -h prints openssl version number as well.
3547
354822 July 2008: Wouter
3549	- moved pipe actions to util/tube.c. easier porting and shared code.
3550	- check _raw() commpoint callbacks with fptr_wlist.
3551	- iana port update.
3552
355321 July 2008: Wouter
3554	- #198: nicer entropy warning message. manpage OS hints.
3555
355619 July 2008: Wouter
3557	- #198: fixup man page to suggest chroot entropy fix.
3558
355918 July 2008: Wouter
3560	- branch for 1.0 support.
3561	- trunk work on tube.c.
3562
356317 July 2008: Wouter
3564	- fix bug #196, compile outside source tree.
3565	- fix bug #195, add --with-username=user configure option.
3566	- print error and exit if started with config that requires more
3567	  fds than the builtin minievent can handle.
3568
356916 July 2008: Wouter
3570	- made svn tag 1.0.1, trunk now 1.0.2
3571	- sha256 checksums enabled in makedist.sh
3572
357315 July 2008: Wouter
3574	- Follow draft-ietf-dnsop-default-local-zones-06 added reverse
3575	  IPv6 example prefix to AS112 default blocklist.
3576	- fixup lookup of DS records by client with trustanchor for same.
3577	- libunbound ub_resolve, fix handling of error condition during setup.
3578	- lowered log_hex blocksize to fit through BSD syslog linesize.
3579	- no useless initialisation if getpwnam not available.
3580	- iana, ldns snapshot updated.
3581
35823 July 2008: Wouter
3583	- Matthijs fixed memory leaks in root hints file reading.
3584
358526 June 2008: Wouter
3586	- fixup streamtcp bounds setting for udp mode, in the test framework.
3587	- contrib item for updating trust anchors.
3588
358925 June 2008: Wouter
3590	- fixup fwd_ancil test typos.
3591	- Fix for newegg lameness : ok for qtype=A, but lame for others.
3592	- fixup unit test for infra cache, test lame merging.
3593	- porting to mingw, bind, listen, getsockopt and setsockopt error
3594	  handling.
3595
359624 June 2008: Wouter
3597	- removed testcode/checklocks from production code compilation path.
3598	- streamtcp can use UDP mode (connected UDP socket), for testing IPv6
3599	  on windows.
3600	- fwd_ancil test fails if platform support is lacking.
3601
360223 June 2008: Wouter
3603	- fixup minitpkg to cleanup on windows with its file locking troubles.
3604	- minitpkg shows skipped tests in report.
3605	- skip ipv6 tests on ipv4 only hosts (requires only ipv6 localhost not
3606	  ipv6 connectivity).
3607	- winsock event handler keeps track of sticky TCP events, that have
3608	  not been fully handled yet. when interest in the event(s) resumes,
3609	  they are sent again. When WOULDBLOCK is returned events are cleared.
3610	- skip tests that need signals when testing on mingw.
3611
361218 June 2008: Wouter
3613	- open testbound replay files in binary mode, because fseek/ftell
3614	  do not work in ascii-mode on windows. The b does nothing on unix.
3615	  unittest and testbound tests work on windows (xp too).
3616	- ioctlsocket prints nicer error message.
3617	- fixed up some TCP porting for winsock.
3618	- lack of IPv6 gives a warning, no fatal error.
3619	- use WSAGetLastError() on windows instead of errno for some errors.
3620
362117 June 2008: Wouter
3622	- outgoing num fds 32 by default on windows ; it supports less
3623	  fds for waiting on than unixes.
3624	- winsock_event minievent handler for windows. (you could also
3625	  attempt to link with libevent/libev ports for windows).
3626	- neater crypto check and gdi32 detection.
3627	- unbound.exe works to resolve and validate www.nlnetlabs.nl on vista.
3628
362916 June 2008: Wouter
3630	- on windows, use windows threads, mutex and thread-local-storage(Tls).
3631	- detect if openssl needs gdi32.
3632	- if no threading, THREADS_DISABLED is defined for use in the code.
3633	- sets USE_WINSOCK if using ws2_32 on windows.
3634	- wsa_strerror() function for more readable errors.
3635	- WSA Startup and Cleanup called in unbound.exe.
3636
363713 June 2008: Wouter
3638	- port mingw32, more signal ifdefs, detect sleep, usleep,
3639	  random, srandom (used inside the tests).
3640	- signed or unsigned FD_SET is cast.
3641
364210 June 2008: Wouter
3643	- fixup warnings compiling on eeepc xandros linux.
3644
36459 June 2008: Wouter
3646	- in iteration response type code
3647	  * first check for SOA record (negative answer) before NS record
3648	    and lameness.
3649	  * check if no AA bit for non-forwarder, and thus lame zone.
3650	    In response to error report by Richard Doty for mail.opusnet.com.
3651	- fixup unput warning from lexer on freeBSD.
3652	- bug#183. pidfile, rundir, and chroot configure options. Also the
3653	  example.conf and manual pages get the configured defaults.
3654	  You can use: (or accept the defaults to /usr/local/etc/unbound/)
3655	  --with-conf-file=filename
3656	  --with-pidfile=filename
3657	  --with-run-dir=path
3658	  --with-chroot-dir=path
3659
36608 June 2008: Wouter
3661	- if multiple CNAMEs, use the first one. Fixup akamai CNAME bug.
3662	  Reported by Robert Edmonds.
3663	- iana port updated.
3664
36654 June 2008: Wouter
3666	- updated libtool files with newer version.
3667	- iana portlist updated.
3668
36693 June 2008: Wouter
3670	- fixup local-zone: "30.172.in-addr.arpa." nodefault, so that the
3671	  trailing dot is not used during comparison.
3672
36732 June 2008: Wouter
3674	- Jelte fixed bugs in my absence
3675	  - bug 178: fixed unportable shell usage in configure (relied on
3676	    bash shell).
3677	  - bug 180: fixed buffer overflow in unbound-checkconf use of strncat.
3678	  - bug 181: fixed buffer overflow in ldns (called by unbound to parse
3679	    config file parts).
3680	- fixes by Wouter
3681	  - bug 177: fixed compilation failure on opensuse, the
3682	    --disable-static configure flag caused problems.  (Patch from
3683	    Klaus Singvogel)
3684	  - bug 179: same fix as 177.
3685	  - bug 185: --disable-shared not passed along to ldns included with
3686	    unbound. Fixed so that configure parameters are passed to the
3687	    subdir configure script.
3688	    fixed that ./libtool is used always, you can still override
3689	    manually with ./configure libtool=mylibtool or set $libtool in
3690	    the environment.
3691	- update of the ldns tarball to current ldns svn version (fix 181).
3692	- bug 184: -r option for unbound-host, read resolv.conf for
3693	  forwarder. (Note that forwarder must support DNSSEC for validation
3694	  to succeed).
3695
369623 May 2008: Wouter
3697	- mingw32 porting.
3698	  - test for sys/wait.h
3699	  - WSAEWOULDBLOCK test after nonblocking TCP connect.
3700	  - write_iov_buffer removed: unused and no struct iov on windows.
3701	  - signed/unsigned warning fixup mini_event.
3702	  - use ioctlsocket to set nonblocking I/O if fnctl is unavailable.
3703	  - skip signals that are not defined
3704	  - detect pwd.h.
3705	  - detect getpwnam, getrlimit, setsid, sbrk, chroot.
3706	  - default config has no chroot if chroot() unavailable.
3707	  - if no kill() then no pidfile is read or written.
3708	  - gmtime_r is replaced by nonthreadsafe alternative if unavail.
3709	    used in rrsig time validation errors.
3710
371122 May 2008: Wouter
3712	- contrib unbound.spec from Patrick Vande Walle.
3713	- fixup bug#175: call tzset before chroot to have correct timestamps
3714	  in system log.
3715	- do not generate lex input and lex unput functions.
3716	- mingw port. replacement functions labelled _unbound.
3717	- fix bug 174 - check for tcp_sigpipe that ldns-testns is installed.
3718
371919 May 2008: Wouter
3720	- fedora 9, check in6_pktinfo define in configure.
3721	- CREDITS fixup of history.
3722	- ignore ldns-1.2.2 if installed, use builtin 1.3.0-pre alternative.
3723
372416 May 2008: Wouter
3725	- fixup for MacOSX hosts file reading (reported by John Dickinson).
3726	- created 1.0.0 svn tag.
3727	- trunk version 1.0.1.
3728
372914 May 2008: Wouter
3730	- accepted patch from Ondrej Sury for library version libtool option.
3731	- configure --disable-rpath fixes up libtool for rpath trouble.
3732	  Adapted from debian package patch file.
3733
373413 May 2008: Wouter
3735	- Added root ipv6 addresses to builtin root hints.
3736	- TODO modified for post 1.0 plans.
3737	- trunk version set to 1.0.0.
3738	- no unnecessary linking with librt (only when libevent/libev used).
3739
37407 May 2008: Wouter
3741	- fixup no-ip4 problem with error callback in outside network.
3742
374325 April 2008: Wouter
3744	- DESTDIR is honored by the Makefile for rpms.
3745	- contrib files unbound.spec and unbound.init, builds working RPM
3746	  on FC7 Linux, a chrooted caching resolver, and libunbound.
3747	- iana ports update.
3748
374924 April 2008: Wouter
3750	- chroot checks improved. working directory relative to chroot.
3751	  checks if config file path is inside chroot. Documentation on it.
3752	- nicer example.conf text.
3753	- created 0.11 tag.
3754
375523 April 2008: Wouter
3756	- parseunbound.pl contrib update from Kai Storbeck for threads.
3757	- iana ports update
3758
375922 April 2008: Wouter
3760	- ignore SIGPIPE.
3761	- unit test for SIGPIPE ignore.
3762
376321 April 2008: Wouter
3764	- FEATURES document.
3765	- fixup reread of config file if it was given as a full path
3766	  and chroot was used.
3767
376816 April 2008: Wouter
3769	- requirements doc, updated clean query returns.
3770	- parseunbound.pl update from Kai Storbeck.
3771	- sunos4 porting changes.
3772
377315 April 2008: Wouter
3774	- fixup default rc.d pidfile location to /usr/local/etc.
3775	- iana ports updated.
3776	- copyright updated in ldns-testpkts to keep same as in ldns.
3777	- fixup checkconf chroot tests a bit more, chdir must be inside
3778	  chroot dir.
3779	- documented 'gcc: unrecognized -KPIC option' errors on Solaris.
3780	- example.conf values changed to /usr/local/etc/unbound
3781	- DSA test work.
3782	- DSA signatures: unbound is compatible with both encodings found.
3783	  It will detect and convert when necessary.
3784
378514 April 2008: Wouter
3786	- got update for parseunbound.pl statistics script from Kai Storbeck.
3787	- tpkg tests for udp wait list.
3788	- documented 0x20 status.
3789	- fixup chroot and checkconf, it is much smarter now.
3790	- fixup DSA EVP signature decoding. Solution that Jelte found copied.
3791	- and check first sig byte for the encoding type.
3792
379311 April 2008: Wouter
3794	- random port selection out of the configged ports.
3795	- fixup threadsafety for libevent-1.4.3+ (event_base_get_method).
3796	- removed base_port.
3797	- created 256-port ephemeral space for the OS, 59802 available.
3798	- fixup consistency of port_if out array during heavy use.
3799
380010 April 2008: Wouter
3801	- --with-libevent works with latest libevent 1.4.99-trunk.
3802	- added log file statistics perl script to contrib.
3803	- automatic iana ports update from makefile. 60058 available.
3804
38059 April 2008: Wouter
3806	- configure can detect libev(from its build directory) when passed
3807	  --with-libevent=/home/wouter/libev-3.2
3808	  libev-3.2 is a little faster than libevent-1.4.3-stable (about 5%).
3809	- unused commpoints not listed in epoll list.
3810	- statistics-cumulative option so that the values are not reset.
3811	- config creates array of available ports, 61841 available,
3812	  it excludes <1024 and iana assigned numbers.
3813	  config statements to modify the available port numbers.
3814
38158 April 2008: Wouter
3816	- unbound tries to set the ulimit fds when started as server.
3817	  if that does not work, it will scale back its requirements.
3818
381927 March 2008: Wouter
3820	- documented /dev/random symlink from chrootdir as FAQ entry.
3821
382226 March 2008: Wouter
3823	- implemented AD bit signaling. If a query sets AD bit (but not DO)
3824	  then the AD bit is set in the reply if the answer validated.
3825	  Without including DNSSEC signatures. Useful if you have a trusted
3826	  path from the client to the resolver. Follows dnssec-updates draft.
3827
382825 March 2008: Wouter
3829	- implemented check that for NXDOMAIN and NOERROR answers a query
3830	  section must be present in the reply (by the scrubber). And it must
3831	  be equal to the question sent, at least lowercase folded.
3832	  Previously this feature happened because the cache code refused
3833	  to store such messages. However blocking by the scrubber makes
3834	  sure nothing gets into the RRset cache. Also, this looks like a
3835	  timeout (instead of an allocation failure) and this retries are
3836	  done (which is useful in a spoofing situation).
3837	- RTT banding. Band size 400 msec, this makes band around zero (fast)
3838	  include unknown servers. This makes unbound explore unknown servers.
3839
38407 March 2008: Wouter
3841	- -C config feature for harvest program.
3842	- harvest handles CNAMEs too.
3843
38445 March 2008: Wouter
3845	- patch from Hugo Koji Kobayashi for iterator logs spelling.
3846
38474 March 2008: Wouter
3848	- From report by Jinmei Tatuya, rfc2181 trust value for remainder
3849	  of a cname trust chain is lower; not full answer_AA.
3850	- test for this fix.
3851	- default config file location is /usr/local/etc/unbound.
3852	  Thus prefix is used to determine the location. This is also the
3853	  chroot and pidfile default location.
3854
38553 March 2008: Wouter
3856	- Create 0.10 svn tag.
3857	- 0.11 version in trunk.
3858	- indentation nicer.
3859
386029 February 2008: Wouter
3861	- documentation update.
3862	- fixup port to Solaris of perf test tool.
3863	- updated ldns-tarball with decl-after-statement fixes.
3864
386528 February 2008: Wouter
3866	- fixed memory leaks in libunbound (during cancellation and wait).
3867	- libunbound returns the answer packet in full.
3868	- snprintf compat update.
3869	- harvest performs lookup.
3870	- ldns-tarball update with fix for ldns_dname_label.
3871	- installs to sbin by default.
3872	- install all manual pages (unbound-host and libunbound too).
3873
387427 February 2008: Wouter
3875	- option to use caps for id randomness.
3876	- config file option use-caps-for-id: yes
3877	- harvest debug tool
3878
387926 February 2008: Wouter
3880	- delay utility delays TCP as well. If the server that is forwarded
3881	  to has a TCP error, the delay utility closes the connection.
3882	- delay does REUSE_ADDR, and can handle a server that closes its end.
3883	- answers use casing from query.
3884
388525 February 2008: Wouter
3886	- delay utility works. Gets decent thoughput too (>20000).
3887
388822 February 2008: Wouter
3889	- +2% for recursions, if identical queries (except for destination
3890	  and query ID) in the reply list, avoid re-encoding the answer.
3891	- removed TODO items for optimizations that do not show up in
3892	  profile reports.
3893	- default is now minievent - not libevent. As its faster and
3894	  not needed for regular installs, only for very large port ranges.
3895	- loop check different speedup pkt-dname-reading, 1% faster for
3896	  nocache-recursion check.
3897	- less hashing during msg parse, 4% for recursion.
3898	- small speed fix for dname_count_size_labels, +1 or +2% recursion.
3899	- some speed results noted:
3900	  optimization resulted in +40% for recursion (cache miss) and
3901	  +70 to +80 for cache hits, and +96% for version.bind.
3902	  zone nsec3 example, 100 NXDOMAIN queries, NSD 35182.8 Ub 36048.4
3903	  www.nlnetlabs.nl from cache: BIND 8987.99 Ub 31218.3
3904	  www with DO bit set : BIND 8269.31 Ub 28735.6 qps.
3905	  So, unbound can be about equal qps to NSD in cache hits.
3906	  And about 3.4x faster than BIND in cache performance.
3907	- delay utility for testing.
3908
390921 February 2008: Wouter
3910	- speedup of root-delegation message encoding by 15%.
3911	- minor speedup of compress tree_lookup, maybe 1%.
3912	- speedup of dname_lab_cmp and memlowercmp - the top functions in
3913	  profiler output, maybe a couple percent when it matters.
3914
391520 February 2008: Wouter
3916	- setup speec_cache for need-ldns-testns in dotests.
3917	- check number of queued replies on incoming queries to avoid overload
3918	  on that account.
3919	- fptr whitelist checks are not disabled in optimize mode.
3920	- do-daemonize config file option.
3921	- minievent time share initializes time at start.
3922	- updated testdata for nsec3 new algorithm numbers (6, 7).
3923	- small performance test of packet encoding (root delegation).
3924
392519 February 2008: Wouter
3926	- applied patch to unbound-host man page from Jan-Piet Mens.
3927	- fix donotquery-localhost: yes default (it erroneously was switched
3928	  to default 'no').
3929	- time is only gotten once and the value is shared across unbound.
3930	- unittest cleans up crypto, so that it has no memory leaks.
3931	- mini_event shares the time value with unbound this results in
3932	  +3% speed for cache responses and +9% for recursions.
3933	- ldns tarball update with new NSEC3 sign code numbers.
3934	- perform several reads per UDP operation. This improves performance
3935	  in DoS conditions, and costs very little in normal conditions.
3936	  improves cache response +50%, and recursions +10%.
3937	- modified asynclook test. because the callback from async is not
3938	  in any sort of lock (and thus can use all library functions freely),
3939	  this causes a tiny race condition window when the last lock is
3940	  released for a callback and a new cancel() for that callback.
3941	  The only way to remove this is by putting callbacks into some
3942	  lock window. I'd rather have the small possibility of a callback
3943	  for a cancelled function then no use of library functions in
3944	  callbacks. Could be possible to only outlaw process(), wait(),
3945	  cancel() from callbacks, by adding another lock, but I'd rather not.
3946
394718 February 2008: Wouter
3948	- patch to unbound-host from Jan-Piet Mens.
3949	- unbound host prints errors if fails to configure context.
3950	- fixup perf to resend faster, so that long waiting requests do
3951	  not hold up the queue, they become lost packets or SERVFAILs,
3952	  or can be sent a little while later (i.e. processing time may
3953	  take long, but throughput has to be high).
3954	- fixup iterator operating in no cache conditions (RD flag unset
3955	  after a CNAME).
3956	- streamlined code for RD flag setting.
3957	- profiled code and changed dname compares to be faster.
3958	  The speedup is about +3% to +8% (depending on the test).
3959	- minievent tests for eintr and eagain.
3960
396115 February 2008: Wouter
3962	- added FreeBSD rc.d script to contrib.
3963	- --prefix option for configure also changes directory: pidfile:
3964	  and chroot: defaults in config file.
3965	- added cache speed test, for cache size OK and cache too small.
3966
396714 February 2008: Wouter
3968	- start without a config file (will complain, but start with
3969	  defaults).
3970	- perf test program works.
3971
397213 February 2008: Wouter
3973	- 0.9 released.
3974	- 1.0 development. Printout ldns version on unbound -h.
3975	- start of perf tool.
3976	- bugfix to read empty lines from /etc/hosts.
3977
397812 February 2008: Wouter
3979	- fixup problem with configure calling itself if ldns-src tarball
3980	  is not present.
3981
398211 February 2008: Wouter
3983	- changed library to use ub_ instead of ub_val_ as prefix.
3984	- statistics output text nice.
3985	- etc/hosts handling.
3986	- library function to put logging to a stream.
3987	- set any option interface.
3988
39898 February 2008: Wouter
3990	- test program for multiple queries over a TCP channel.
3991	- tpkg test for stream tcp queries.
3992	- unbound replies to multiple TCP queries on a TCP channel.
3993	- fixup misclassification of root referral with NS in answer
3994	  when validating a nonrec query.
3995	- tag 0.9
3996	- layout of manpages, spelling fix in header, manpages process by
3997	  makedist, list asynclook and tcpstream tests as ldns-testns
3998	  required.
3999
40007 February 2008: Wouter
4001	- moved up all current level 2 to be level 3. And 3 to 4.
4002	  to make room for new debug level 2 for detailed information
4003	  for operators.
4004	- verbosity level 2. Describes recursion and validation.
4005	- cleaner configure script and fixes for libevent solaris.
4006	- signedness for log output memory sizes in high verbosity.
4007
40086 February 2008: Wouter
4009	- clearer explanation of threading configure options.
4010	- fixup asynclook test for nothreading (it creates only one process
4011	  to do the extended test).
4012	- changed name of ub_val_result_free to ub_val_resolve_free.
4013	- removes warning message during library linking, renamed
4014	  libunbound/unbound.c -> libunbound.c and worker to libworker.
4015	- fallback without EDNS if result is NOTIMPL as well as on FORMERR.
4016
40175 February 2008: Wouter
4018	- statistics-interval: seconds option added.
4019	- test for statistics option
4020	- ignore errors making directories, these can occur in parallel builds
4021	- fixup Makefile strip command and libunbound docs typo.
4022
402331 January 2008: Wouter
4024	- bg thread/process reads and writes the pipe nonblocking all the time
4025	  so that even if the pipe is buffered or so, the bg thread does not
4026	  block, and services both pipes and queries.
4027
402830 January 2008: Wouter
4029	- check trailing / on chrootdir in checkconf.
4030	- check if root hints and anchor files are in chrootdir.
4031	- no route to host tcp error is verbosity level 2.
4032	- removed unused send_reply_iov. and its configure check.
4033	- added prints of 'remote address is 1.2.3.4 port 53' to errors
4034	  from netevent; the basic socket errors.
4035
403628 January 2008: Wouter
4037	- fixup uninit use of buffer by libunbound (query id, flags) for
4038	  local_zone answers.
4039	- fixup uninit warning from random.c; also seems to fix sporadic
4040	  sigFPE coming out of openssl.
4041	- made openssl entropy warning more silent for library use. Needs
4042	  verbosity 1 now.
4043	- fixup forgotten locks for rbtree_searches on ctx->query tree.
4044	- random generator cleanup - RND_STATE_SIZE removed, and instead
4045	  a super-rnd can be passed at init to chain init random states.
4046	- test also does lock checks if available.
4047	- protect config access in libworker_setup().
4048	- libevent doesn't like comm_base_exit outside of runloop.
4049	- close fds after removing commpoints only (for epoll, kqueue).
4050
405125 January 2008: Wouter
4052	- added tpkg for asynclook and library use.
4053	- allows localhost to be queried when as a library.
4054	- fixup race condition between cancel and answer (in case of
4055	  really fast answers that beat the cancel).
4056	- please doxygen, put doxygen comment in one place.
4057	- asynclook -b blocking mode and test.
4058	- refactor asynclook, nicer code.
4059	- fixup race problems from opensll in rand init from library, with
4060	  a mutex around the rand init.
4061	- fix pass async_id=NULL to _async resolve().
4062	- rewrote _wait() routine, so that it is threadsafe.
4063	- cancelation is threadsafe.
4064	- asynclook extended test in tpkg.
4065	- fixed two races where forked bg process waits for (somehow shared?)
4066	  locks, so does not service the query pipe on the bg side.
4067	  Now those locks are only held for fg_threads and for bg_as_a_thread.
4068
406924 January 2008: Wouter
4070	- tested the cancel() function.
4071	- asynclook -c (cancel) feature.
4072	- fix fail to allocate context actions.
4073	- make pipe nonblocking at start.
4074	- update plane for retry mode with caution to limit bandwidth.
4075	- fix Makefile for concurrent make of unbound-host.
4076	- renamed ub_val_ctx_wait/poll/process/fd to ub_val*.
4077	- new calls to set forwarding added to header and docs.
4078
407923 January 2008: Wouter
4080	- removed debug prints from if-auto, verb-algo enables some.
4081	- libunbound QUIT setup, remove memory leaks, when using threads
4082	  will share memory for passing results instead of writing it over
4083	  the pipe, only writes ID number over the pipe (towards the handler
4084	  thread that does process() ).
4085
408622 January 2008: Wouter
4087	- library code for async in libunbound/unbound.c.
4088	- fix link testbound.
4089	- fixup exit bug in mini_event.
4090	- background worker query enter and result functions.
4091	- bg query test application asynclook, it looks up multiple
4092	  hostaddresses (A records) at the same time.
4093
409421 January 2008: Wouter
4095	- libworker work, netevent raw commpoints, write_msg, serialize.
4096
409718 January 2008: Wouter
4098	- touch up of manpage for libunbound.
4099	- support for IP_RECVDSTADDR (for *BSD ip4).
4100	- fix for BSD, do not use ip4to6 mapping, make two sockets, once
4101	  ip6 and once ip4, uses socket options.
4102	- goodbye ip4to6 mapping.
4103	- update ldns-testpkts with latest version from ldns-trunk.
4104	- updated makedist for relative ldns pathnames.
4105	- library API with more information inside the result structure.
4106	- work on background resolves.
4107
410817 January 2008: Wouter
4109	- fixup configure in case -lldns is installed.
4110	- fixup a couple of doxygen warnings, about enum variables.
4111	- interface-automatic now copies the interface address from the
4112	  PKT_INFO structure as well.
4113	- manual page with library API, all on one page 'man libunbound'.
4114	- rewrite of PKTINFO structure, it also captures IP4 PKTINFO.
4115
411616 January 2008: Wouter
4117	- incoming queries to the server with TC bit on are replied FORMERR.
4118	- interface-automatic replied the wrong source address on localhost
4119	  queries. Seems to be due to ifnum=0 in recvmsg PKTINFO. Trying
4120	  to use ifnum=-1 to mean 'no interface, use kernel route'.
4121
412215 January 2008: Wouter
4123	- interface-automatic feature. experimental. Nice for anycast.
4124	- tpkg test for ip6 ancillary data.
4125	- removed debug prints.
4126	- porting experience, define for Solaris, test refined for BSD
4127	  compatibility. The feature probably will not work on OpenBSD.
4128	- makedist fixup for ldns-src in build-dir.
4129
413014 January 2008: Wouter
4131	- in no debug sets NDEBUG to remove asserts.
4132	- configure --enable-debug is needed for dependency generation
4133	  for assertions and for compiler warnings.
4134	- ldns.tgz updated with ldns-trunk (where buffer.h is updated).
4135	- fix lint, unit test in optimize mode.
4136	- default access control allows ::ffff:127.0.0.1 v6mapped localhost.
4137
413811 January 2008: Wouter
4139	- man page, warning removed.
4140	- added text describing the use of stub zones for private zones.
4141	- checkconf tests for bad hostnames (IP address), and for doubled
4142	  interface lines.
4143	- memory sizes can be given with 'k', 'Kb', or M or G appended.
4144
414510 January 2008: Wouter
4146	- typo in example.conf.
4147	- made using ldns-src that is included the package more portable
4148	  by linking with .lo instead of .o files in the ldns package.
4149	- nicer do-ip6: yes/no documentation.
4150	- nicer linking of libevent .o files.
4151	- man pages render correctly on solaris.
4152
41539 January 2008: Wouter
4154	- fixup openssl RAND problem, when the system is not configured to
4155	  give entropy, and the rng needs to be seeded.
4156
41578 January 2008: Wouter
4158	- print median and quartiles with extensive logging.
4159
41604 January 2008: Wouter
4161	- document misconfiguration in private network.
4162
41632 January 2008: Wouter
4164	- fixup typo in requirements.
4165	- document that 'refused' is a better choice than 'drop' for
4166	  the access control list, as refused will stop retries.
4167
41687 December 2007: Wouter
4169	- unbound-host has a -d option to show what happens. This can help
4170	  with debugging (why do I get this answer).
4171	- fixup CNAME handling, on nodata, sets and display canonname.
4172	- dot removed from CNAME display.
4173	- respect -v for NXDOMAINs.
4174	- updated ldns-src.tar.gz with ldns-trunk today (1.2.2 fixes).
4175	- size_t to int for portability of the header file.
4176	- fixup bogus handling.
4177	- dependencies and lint for unbound-host.
4178
41796 December 2007: Wouter
4180	- library resolution works in foreground mode, unbound-host app
4181	  receives data.
4182	- unbound-host prints rdata using ldns.
4183	- unbound-host accepts trust anchors, and prints validation
4184	  information when you give -v.
4185
41865 December 2007: Wouter
4187	- locking in context_new() inside the function.
4188	- setup of libworker.
4189
41904 December 2007: Wouter
4191	- minor Makefile fixup.
4192	- moved module-stack code out of daemon/daemon into services/modstack,
4193	  preparing for code-reuse.
4194	- move context into own header file.
4195	- context query structure.
4196	- removed unused variable pwd from checkconf.
4197	- removed unused assignment from outside netw.
4198	- check timeval length of string.
4199	- fixup error in val_utils getsigner.
4200	- fixup same (*var) error in netblocktostr.
4201	- fixup memleak on parse error in localzone.
4202	- fixup memleak on packet parse error.
4203	- put ; after union in parser.y.
4204	- small hardening in iter_operate against iq==NULL.
4205	- hardening, if error reply with rcode=0 (noerror) send servfail.
4206	- fixup same (*var) error in find_rrset in msgparse, was harmless.
4207	- check return value of evtimer_add().
4208	- fixup lockorder in lruhash_reclaim(), building up a list of locked
4209	  entries one at a time. Instead they are removed and unlocked.
4210	- fptr_wlist for markdelfunc.
4211	- removed is_locked param from lruhash delkeyfunc.
4212	- moved bin_unlock during bin_split purely to please.
4213
42143 December 2007: Wouter
4215	- changed checkconf/ to smallapp/ to make room for more support tools.
4216	  (such as unbound-host).
4217	- install dirs created with -m 755 because they need to be accessible.
4218	- library extensive featurelist added to TODO.
4219	- please doxygen, lint.
4220	- library test application, with basic functionality.
4221	- fix for building in a subdirectory.
4222	- link lib fix for Leopard.
4223
422430 November 2007: Wouter
4225	- makefile that creates libunbound.la, basic file or libunbound.a
4226	  when creating static executables (no libtool).
4227	- more API setup.
4228
422929 November 2007: Wouter
4230	- 0.9 public API start.
4231
423228 November 2007: Wouter
4233	- Changeup plan for 0.8 - no complication needed, a simple solution
4234	  has been chosen for authoritative features.
4235	- you can use single quotes in the config file, so it is possible
4236	  to specify TXT records in local data.
4237	- fixup small memory problem in implicit transparent zone creation.
4238	- test for implicit zone creation and multiple RR RRsets local data.
4239	- local-zone nodefault test.
4240	- show testbound testlist on commit.
4241	- iterator normalizer changes CNAME chains ending in NXDOMAIN where
4242	  the packet got rcode NXDOMAIN into rcode NOERROR. (since the initial
4243	  domain exists).
4244	- nicer verbosity: 0 and 1 levels.
4245	- lower nonRDquery chance of eliciting wrongly typed validation
4246	  requiring message from the cache.
4247	- fix for nonRDquery validation typing; nodata is detected when
4248	  SOA record in auth section (all validation-requiring nodata messages
4249	  have a SOA record in authority, so this is OK for the validator),
4250	  and NS record is needed to be a referral.
4251	- duplicate checking when adding NSECs for a CNAME, and test.
4252	- created svn tag 0.8, after completing testbed tests.
4253
425427 November 2007: Wouter
4255	- per suggestion in rfc2308, replaced default max-ttl value with 1 day.
4256	- set size of msgparse lookup table to 32, from 1024, so that its size
4257	  is below the 2048 regional large size threshold, and does not cause
4258	  a call to malloc when a message is parsed.
4259	- update of memstats tool to print number of allocation calls.
4260	  This is what is taking time (not space) and indicates the avg size
4261	  of the allocations as well. region_alloc stat is removed.
4262
426322 November 2007: Wouter
4264	- noted EDNS in-the-middle dropping trouble as a TODO.
4265	  At this point theoretical, no user trouble has been reported.
4266	- added all default AS112 zones.
4267	- answers from local zone content.
4268		* positive answer, the rrset in question
4269		* nodata answer (exist, but not that type).
4270		* nxdomain answer (domain does not exist).
4271		* empty-nonterminal answer.
4272		* But not: wildcard, nsec, referral, rrsig, cname/dname,
4273			or additional section processing, NS put in auth.
4274	- test for correct working of static and transparent and couple
4275	  of important defaults (localhost, as112, reverses).
4276	  Also checks deny and refuse settings.
4277	- fixup implicit zone generation and AA bit for NXDOMAIN on localdata.
4278
427921 November 2007: Wouter
4280	- local zone internal data setup.
4281
428220 November 2007: Wouter
4283	- 0.8 - str2list config support for double string config options.
4284	- local-zone and local-data options, config storage and documentation.
4285
428619 November 2007: Wouter
4287	- do not downcase NSEC and RRSIG for verification. Follows
4288	  draft-ietf-dnsext-dnssec-bis-updates-06.txt.
4289	- fixup leaking unbound daemons at end of tests.
4290	- README file updated.
4291	- nice libevent not found error.
4292	- README talks about gnu make.
4293	- 0.8: unit test for addr_mask and fixups for it.
4294	  and unit test for addr_in_common().
4295	- 0.8: access-control config file element.
4296	  and unit test rpl replay file.
4297	- 0.8: fixup address reporting from netevent.
4298
429916 November 2007: Wouter
4300	- privilege separation is not needed in unbound at this time.
4301	  TODO item marked as such.
4302	- created beta-0.7 branch for support.
4303	- tagged 0.7 for beta release.
4304	- moved trunk to 0.8 for 0.8(auth features) development.
4305	- 0.8: access control list setup.
4306
430715 November 2007: Wouter
4308	- review fixups from Jelte.
4309
431014 November 2007: Wouter
4311	- testbed script does not recreate configure, since its in svn now.
4312	- fixup checkconf test so that it does not test
4313	  /etc/unbound/unbound.conf.
4314	- tag 0.6.
4315
431613 November 2007: Wouter
4317	- remove debug print.
4318	- fixup testbound exit when LIBEVENT_SIGNAL_PROBLEM exists.
4319
432012 November 2007: Wouter
4321	- fixup signal handling where SIGTERM could be ignored if a SIGHUP
4322	  arrives later on.
4323	- bugreports to unbound-bugs@nlnetlabs.nl
4324	- fixup testbound so it exits cleanly.
4325	- cleanup the caches on a reload, so that rrsetID numbers won't clash.
4326
43279 November 2007: Wouter
4328	- took ldns snapshot in repo.
4329	- default config file is /etc/unbound/unbound.conf.
4330	  If it doesn't exist, it is installed with the doc/example.conf file.
4331	  The file is not deleted on uninstall.
4332	- default listening is not all, but localhost interfaces.
4333
43348 November 2007: Wouter
4335	- Fixup chroot and drop user privileges.
4336	- new L root ip address in default hints.
4337
43381 November 2007: Wouter
4339	- Fixup of crash on reload, due to anchors in env not NULLed after
4340	  dealloc during deinit.
4341	- Fixup of chroot call. Happens after privileges are dropped, so
4342	  that checking the passwd entry still works.
4343	- minor touch up of clear() hashtable function.
4344	- VERB_DETAIL prints out what chdir, username, chroot is being done.
4345	- when id numbers run out, caches are cleared, as in design notes.
4346	  Tested with a mock setup with very few bits in id, it worked.
4347	- harden-dnssec-stripped: yes is now default. It insists on dnssec
4348	  data for trust anchors. Included tests for the feature.
4349
435031 October 2007: Wouter
4351	- cache-max-ttl config option.
4352	- building outside sourcedir works again.
4353	- defaults more secure:
4354		username: "unbound"
4355		chroot: "/etc/unbound"
4356	  The operator can override them to be less secure ("") if necessary.
4357	- fix horrible oversight in sorting rrset references in a message,
4358	  sort per reference key pointer, not on referencepointer itself.
4359	- pidfile: "/etc/unbound/unbound.pid" is now the default.
4360	- tests changed to reflect the updated default.
4361	- created hashtable clear() function that respects locks.
4362
436330 October 2007: Wouter
4364	- fixup assertion failure that relied on compressed names to be
4365	  smaller than uncompressed names. A packet from comrite.com was seen
4366	  to be compressed to a larger size. Added it as unit test.
4367	- quieter logging at low verbosity level for common tcp messages.
4368	- no greedy TTL update.
4369
437023 October 2007: Wouter
4371	- fixup (grand-)parent problem for dnssec-lameness detection.
4372	- fixup tests to do additional section processing for lame replies,
4373	  since the detection needs that.
4374	- no longer trust in query section in reply during dnssec lame detect.
4375	- dnssec lameness does not make the server never ever queried, but
4376	  non-preferred. If no other servers exist or answer, the dnssec lame
4377	  server is used; the fastest dnssec lame server is chosen.
4378	- added test then when trust anchor cannot be primed (nodata), the
4379	  insecure mode from unbound works.
4380	- Fixup max queries per thread, any more are dropped.
4381
438222 October 2007: Wouter
4383	- added donotquerylocalhost config option. Can be turned off for
4384	  out test cases.
4385	- ISO C compat changes.
4386	- detect RA-no-AA lameness, as LAME.
4387	- DNSSEC-lameness detection, as LAME.
4388	  See notes in requirements.txt for choices made.
4389	- tests for lameness detection.
4390	- added all to make test target; need unbound for fwd tests.
4391	- testbound does not pollute /etc/unbound.
4392
439319 October 2007: Wouter
4394	- added configure (and its files) to svn, so that the trunk is easier
4395	  to use. ./configure, config.guess, config.sub, ltmain.sh,
4396	  and config.h.in.
4397	- added yacc/lex generated files, util/configlexer.c,
4398	  util/configparser.c util/configparser.h, to svn.
4399	- without lex no attempt to use it.
4400	- unsecure response validation collated into one block.
4401	- remove warning about const cast of cfgfile name.
4402	- outgoing-interfaces can be different from service interfaces.
4403	- ldns-src configure is done during unbound configure and
4404	  ldns-src make is done during unbound make, and so inherits the
4405	  make arguments from the unbound make invocation.
4406	- nicer error when libevent problem causes instant exit on signal.
4407	- read root hints from a root hint file (like BIND does).
4408
440918 October 2007: Wouter
4410	- addresses are logged with errors.
4411	- fixup testcode fake event to remove pending before callback
4412	  since the callback may create new pending items.
4413	- tests updated because retries are now in iterator module.
4414	- ldns-testpkts code is checked for differences between unbound
4415	  and ldns by makedist.sh.
4416	- ldns trunk from today added in svn repo for fallback in case
4417	  no ldns is installed on the system.
4418	  make download_ldns refreshes the tarball with ldns svn trunk.
4419	- ldns-src.tar.gz is used if no ldns is found on the system, and
4420	  statically linked into unbound.
4421	- start of regional allocator code.
4422	- regional uses less memory and variables, simplified code.
4423	- remove of region-allocator.
4424	- alloc cache keeps a cache of recently released regional blocks,
4425	  up to a maximum.
4426	- make unit test cleanly free memory.
4427
442817 October 2007: Wouter
4429	- fixup another cycle detect and ns-addr timeout resolution bug.
4430	  This time by refusing delegations from the cache without addresses
4431	  when resolving a mandatory-glue nameserver-address for that zone.
4432	  We're going to have to ask a TLD server anyway; might as well be
4433	  the TLD server for this name. And this resolves a lot of cases where
4434	  the other nameserver names lead to cycles or are not available.
4435	- changed random generator from random(3) clone to arc4random wrapped
4436	  for thread safety. The random generator is initialised with
4437	  entropy from the system.
4438	- fix crash where failure to prime DNSKEY tried to print null pointer
4439	  in the log message.
4440	- removed some debug prints, only verb_algo (4) enables them.
4441	- fixup test; new random generator took new paths; such as one
4442	  where no scripted answer was available.
4443	- mark insecure RRs as insecure.
4444	- fixup removal of nonsecure items from the additional.
4445	- reduced timeout values to more realistic, 376 msec (262 msec has
4446	  90% of roundtrip times, 512 msec has 99% of roundtrip times.)
4447	- server selection failover to next server after timeout (376 msec).
4448
444916 October 2007: Wouter
4450	- no malloc in log_hex.
4451	- assertions around system calls.
4452	- protect against gethostname without ending zero.
4453	- ntop output is null terminated by unbound.
4454	- pidfile content null termination
4455	- various snprintf use sizeof(stringbuf) instead of fixed constant.
4456	- changed loopdetect % 8 with & 0x7 since % can become negative for
4457	  weird negative input and particular interpretation of integer math.
4458	- dname_pkt_copy checks length of result, to protect result buffers.
4459	  prints an error, this should not happen. Bad strings should have
4460	  been rejected earlier in the program.
4461	- remove a size_t underflow from msgreply size func.
4462
446315 October 2007: Wouter
4464	- nicer warning.
4465	- fix IP6 TCP, wrong definition check. With test package.
4466	- fixup the fact that the query section was not compressed to,
4467	  the code was there but was called by value instead of by reference.
4468	  And test for the case, uses xxd and nc.
4469	- more portable ip6 check for sockaddr types.
4470
44718 October 2007: Wouter
4472	- --disable-rpath option in configure for 64bit systems with
4473	  several dynamic lib dirs.
4474
44757 October 2007: Wouter
4476	- fixup tests for no AD bit in non-DO queries.
4477	- test that makes sure AD bit is not set on non-DO query.
4478
44796 October 2007: Wouter
4480	- removed logfile open early. It did not have the proper permissions;
4481	  it was opened as root instead of the user. And we cannot change user
4482	  id yet, since chroot and bind ports need to be done.
4483	- callback checks for event callbacks done from mini_event. Because
4484	  of deletions cannot do this from netevent. This means when using
4485	  libevent the protection does not work on event-callbacks.
4486	- fixup too small reply (did not zero counts).
4487	- fixup reply no longer AD bit when query without DO bit.
4488
44895 October 2007: Wouter
4490	- function pointer whitelist.
4491
44924 October 2007: Wouter
4493	- overwrite sensitive random seed value after use.
4494	- switch to logfile very soon if not -d (console attached).
4495	- error messages do not reveal the trustanchor contents.
4496	- start work on function pointer whitelists.
4497
44983 October 2007: Wouter
4499	- fix for multiple empty nonterminals, after multiple DSes in the
4500	  chain of trust.
4501	- mesh checks if modules are looping, and stops them.
4502	- refetch with CNAMEd nameserver address regression test added.
4503	- fixup line count bug in testcode, so testbound prints correct line
4504	  number with parse errors.
4505	- unit test for multiple ENT case.
4506	- fix for cname out of validated unsec zone.
4507	- fixup nasty id=0 reuse. Also added assertions to detect its
4508	  return (the assertion catches in the existing test cases).
4509
45101 October 2007: Wouter
4511	- skip F77, CXX, objC tests in configure step.
4512	- fixup crash in refetch glue after a CNAME.
4513	  and protection against similar failures (with error print).
4514
451528 September 2007: Wouter
4516	- test case for unbound-checkconf, fixed so it also checks the
4517	  interface: statements.
4518
451926 September 2007: Wouter
4520	- SIGHUP will reopen the log file.
4521	- Option to log to syslog.
4522	- please lint, fixup tests (that went to syslog on open, oops).
4523	- config check program.
4524
452525 September 2007: Wouter
4526	- tests for NSEC3. Fixup bitmap checks for NSEC3.
4527	- positive ANY response needs to check if wildcard expansion, and
4528	  check that original data did not exist.
4529	- tests for NSEC3 that wrong use of OPTOUT is bad. For insecure
4530	  delegation, for abuse of child zone apex nsec3.
4531	- create 0.5 release tag.
4532
453324 September 2007: Wouter
4534	- do not make test programs by default.
4535	- But 'make test' will perform all of the tests.
4536	- Advertise builtin select libevent alternative when no libevent
4537	  is found.
4538	- signit can generate NSEC3 hashes, for generating tests.
4539	- multiple nsec3 paramaters in message test.
4540	- too high nsec3 iterations becomes insecure test.
4541
454221 September 2007: Wouter
4543	- fixup empty_DS_name allocated in wrong region (port DEC Alpha).
4544	- fixup testcode lock safety (port FreeBSD).
4545	- removes subscript has type char warnings (port Solaris 9).
4546	- fixup of field with format type to int (port MacOS/X intel).
4547	- added test for infinite loop case in nonRD answer validation.
4548	  It was a more general problem, but hard to reproduce. When an
4549	  unsigned rrset is being validated and the key fetched, the DS
4550	  sequence is followed, but if the final name has no DS, then no
4551	  proof is possible - the signature has been stripped off.
4552
455320 September 2007: Wouter
4554	- fixup and test for NSEC wildcard with empty nonterminals.
4555	- makedist.sh fixup for svn info.
4556	- acl features request in plan.
4557	- improved DS empty nonterminal handling.
4558	- compat with ANS nxdomain for empty nonterminals. Attempts the nodata
4559	  proof anyway, which succeeds in ANS failure case.
4560	- striplab protection in case it becomes -1.
4561	- plans for static and blacklist config.
4562
456319 September 2007: Wouter
4564	- comments about non-packed usage.
4565	- plan for overload support in 0.6.
4566	- added testbound tests for a failed resolution from the logs
4567	  and for failed prime when missing glue.
4568	- fixup so useless delegation points are not returned from the
4569	  cache. Also the safety belt is used if priming fails to complete.
4570	- fixup NSEC rdata not to be lowercased, bind compat.
4571
457218 September 2007: Wouter
4573	- wildcard nsec3 testcases, and fixup to get correct wildcard name.
4574	- validator prints subtype classification for debug.
4575
457617 September 2007: Wouter
4577	- NSEC3 hash cache unit test.
4578	- validator nsec3 nameerror test.
4579
458014 September 2007: Wouter
4581	- nsec3 nodata proof, nods proof, wildcard proof.
4582	- nsec3 support for cname chain ending in noerror or nodata.
4583	- validator calls nsec3 proof routines if no NSECs prove anything.
4584	- fixup iterator bug where it stored the answer to a cname under
4585	  the wrong qname into the cache. When prepending the cnames, the
4586	  qname has to be reset to the original qname.
4587
458813 September 2007: Wouter
4589	- nsec3 find matching and covering, ce proof, prove namerror msg.
4590
459112 September 2007: Wouter
4592	- fixup of manual page warnings, like for NSD bugreport.
4593	- nsec3 work, config, max iterations, filter, and hash cache.
4594
45956 September 2007: Wouter
4596	- fixup to find libevent on mac port install.
4597	- fixup size_t vs unsigned portability in validator/sigcrypt.
4598	- please compiler on different platforms, for unreachable code.
4599	- val_nsec3 file.
4600	- pthread_rwlock type is optional, in case of old pthread libs.
4601
46025 September 2007: Wouter
4603	- cname, name error validator tests.
4604	- logging of qtype ANY works.
4605	- ANY type answers get RRSIG in answer section of replies (but not
4606	  in other sections, unless DO bit is on).
4607	- testbound can replay a TCP query (set MATCH TCP in the QUERY).
4608	- DS and noDS referral validation test.
4609	- if you configure many trust anchors, parent trust anchors can
4610	  securely deny existance of child trust anchors, if validated.
4611	- not all *.name NSECs are present because a wildcard was matched,
4612	  and *.name NSECs can prove nodata for empty nonterminals.
4613	  Also, for wildcard name NSECs, check they are not from the parent
4614	  zone (for wildcarded zone cuts), and check absence of CNAME bit,
4615	  for a nodata proof.
4616	- configure option for memory allocation debugging.
4617	- port configure option for memory allocation to solaris10.
4618
46194 September 2007: Wouter
4620	- fixup of Leakage warning when serviced queries processed multiple
4621	  callbacks for the same query from the same server.
4622	- testbound removes config file from /tmp on failed exit.
4623	- fixup for referral cleanup of the additional section.
4624	- tests for cname, referral validation.
4625	- neater testbound tpkg output.
4626	- DNAMEs no longer match their apex when synthesized from the cache.
4627	- find correct signer name for DNAME responses.
4628	- wildcarded DNAME test and fixup code to detect.
4629	- prepend NSEC and NSEC3 rrsets in the iterator while chasing CNAMEs.
4630	  So that wildcarded CNAMEs get their NSEC with them to the answer.
4631	- test for a CNAME to a DNAME to a CNAME to an answer, all from
4632	  different domains, for key fetching and signature checking of
4633	  CNAME'd messages.
4634
46353 September 2007: Wouter
4636	- Fixed error in iterator that would cause assertion failure in
4637	  validator. CNAME to a NXDOMAIN response was collated into a response
4638	  with both a CNAME and the NXDOMAIN rcode. Added a test that the
4639	  rcode is changed to NOERROR (because of the CNAME).
4640	- timeout on tcp does not lead to spurious leakage detect.
4641	- account memory for name of lame zones, so that memory leakages does
4642	  not show lame cache growth as a leakage growth.
4643	- config setting for lameness cache expressed in bytes, instead of
4644	  number of entries.
4645	- tool too summarize allocations per code line.
4646
464731 August 2007: Wouter
4648	- can read bind trusted-keys { ... }; files, in a compatibility mode.
4649	- iterator should not detach target queries that it still could need.
4650	  the protection against multiple outstanding queries is moved to a
4651	  current_query num check.
4652	- validator nodata, positive, referral tests.
4653	- dname print can print '*' wildcard.
4654
465530 August 2007: Wouter
4656	- fixup override date config option.
4657	- config options to control memory usage.
4658	- caught bad free of un-alloced data in worker_send error case.
4659	- memory accounting for key cache (trust anchors and temporary cache).
4660	- memory accounting fixup for outside network tcp pending waits.
4661	- memory accounting fixup for outside network tcp callbacks.
4662	- memory accounting for iterator fixed storage.
4663	- key cache size and slabs config options.
4664	- lib crypto cleanups at exit.
4665
466629 August 2007: Wouter
4667	- test tool to sign rrsets for testing validator with.
4668	- added RSA and DSA test keys, public and private pairs, 512 bits.
4669	- default configuration is with validation enabled.
4670	  Only a trust-anchor needs to be configured for DNSSEC to work.
4671	- do not convert to DER for DSA signature verification.
4672	- validator replay test file, for a DS to DNSKEY DSA key prime and
4673	  positive response.
4674
467528 August 2007: Wouter
4676	- removed double use for udp buffers, that could fail,
4677	  instead performs a malloc to do the backup.
4678	- validator validates referral messages, by validating all the rrsets
4679	  and stores the rrsets in the cache. Further referral (nonRD queries)
4680	  replies are made from the rrset cache directly. Unless unchecked
4681	  rrsets are encountered, there are then validated.
4682	- enforce that signing is done by a parent domain (or same domain).
4683	- adjust TTL downwards if rrset TTL bigger than signature allows.
4684	- permissive mode feature, sets AD bit for secure, but bogus does
4685	  not give servfail (bogus is changed into indeterminate).
4686	- optimization of rrset verification. rr canonical sorting is reused,
4687	  for the same rrset. canonical rrset image in buffer is reused for
4688	  the same signature.
4689	- if the rrset is too big (64k exactly + large owner name) the
4690	  canonicalization routine will fail if it does not fit in buffer.
4691	- faster verification for large sigsets.
4692	- verb_detail mode reports validation failures, but not the entire
4693	  algorithm for validation. Key prime failures are reported as
4694	  verb_ops level.
4695
469627 August 2007: Wouter
4697	- do not garble the edns if a cache answer fails.
4698	- answer norecursive from cache if possible.
4699	- honor clean_additional setting when returning secure non-recursive
4700	  referrals.
4701	- do not store referral in msg cache for nonRD queries.
4702	- store verification status in the rrset cache to speed up future
4703	  verification.
4704	- mark rrsets indeterminate and insecure if they are found to be so.
4705	  and store this in the cache.
4706
470724 August 2007: Wouter
4708	- message is bogus if unsecure authority rrsets are present.
4709	- val-clean-additional option, so you can turn it off.
4710	- move rrset verification out of the specific proof types into one
4711	  routine. This makes the proof routines prettier.
4712	- fixup cname handling in validator, cname-to-positive and cname-to-
4713	  nodata work.
4714	- Do not synthesize DNSKEY and DS responses from the rrset cache if
4715	  the rrset is from the additional section. Signatures may have
4716	  fallen off the packet, and cause validation failure.
4717	- more verbose signature date errors (with the date attached).
4718	- increased default infrastructure cache size. It is important for
4719	  performance, and 1000 entries are only 212k (or a 400 k total cache
4720	  size). To 10000 entries (for 2M entries, 4M cache size).
4721
472223 August 2007: Wouter
4723	- CNAME handling - move needs_validation to before val_new().
4724	  val_new() setups the chase-reply to be an edited copy of the msg.
4725	  new classification, and find signer can find for it.
4726	  removal of unsigned crap from additional, and query restart for
4727	  cname.
4728	- refuse to follow wildcarded DNAMEs when validating.
4729	  But you can query for qtype ANY, or qtype DNAME and validate that.
4730
473122 August 2007: Wouter
4732	- bogus TTL.
4733	- review - use val_error().
4734
473521 August 2007: Wouter
4736	- ANY response validation.
4737	- store security status in cache.
4738	- check cache security status and either send the query to be
4739	  validated, return the query to client, or send servfail to client.
4740	  Sets AD bit on validated replies.
4741	- do not examine security status on an error reply in mesh_done.
4742	- construct DS, DNSKEY messages from rrset cache.
4743	- manual page entry for override-date.
4744
474520 August 2007: Wouter
4746	- validate and positive validation, positive wildcard NSEC validation.
4747	- nodata validation, nxdomain validation.
4748
474918 August 2007: Wouter
4750	- process DNSKEY response in FINDKEY state.
4751
475217 August 2007: Wouter
4753	- work on DS2KE routine.
4754	- val_nsec.c for validator NSEC proofs.
4755	- unit test for NSEC bitmap reading.
4756	- dname iswild and canonical_compare with unit tests.
4757
475816 August 2007: Wouter
4759	- DS sig unit test.
4760	- latest release libevent 1.3c and 1.3d have threading fixed.
4761	- key entry fixup data pointer and ttl absolute.
4762	- This makes a key-prime succeed in validator, with DS or DNSKEY as
4763	  trust-anchor.
4764	- fixup canonical compare byfield routine, fix bug and also neater.
4765	- fixed iterator response type classification for queries of type
4766	  ANY and NS.
4767	  dig ANY gives sometimes NS rrset in AN and NS section, and parser
4768	  removes the NS section duplicate. dig NS gives sometimes the NS
4769	  in the answer section, as referral.
4770	- validator FINDKEY state.
4771
477215 August 2007: Wouter
4773	- crypto calls to verify signatures.
4774	- unit test for rrsig verification.
4775
477614 August 2007: Wouter
4777	- default outgoing ports changed to avoid port 2049 by default.
4778	  This port is widely blocked by firewalls.
4779	- count infra lameness cache in memory size.
4780	- accounting of memory improved
4781	- outbound entries are allocated in the query region they are for.
4782	- extensive debugging for memory allocations.
4783	- --enable-lock-checks can be used to enable lock checking.
4784	- protect undefs in config.h from autoheaders ministrations.
4785	- print all received udp packets. log hex will print on multiple
4786	  lines if needed.
4787	- fixed error in parser with backwards rrsig references.
4788	- mark cycle targets for iterator did not have CD flag so failed
4789	  its task.
4790
479113 August 2007: Wouter
4792	- fixup makefile, if lexer is missing give nice error and do not
4793	  mess up the dependencies.
4794	- canonical compare routine updated.
4795	- canonical hinfo compare.
4796	- printout list of the queries that the mesh is working on.
4797
479810 August 2007: Wouter
4799	- malloc and free overrides that track total allocation and frees.
4800	  for memory debugging.
4801	- work on canonical sort.
4802
48039 August 2007: Wouter
4804	- canonicalization, signature checks
4805	- dname signature label count and unit test.
4806	- added debug heap size print to memory printout.
4807	- typo fixup in worker.c
4808	- -R needed on solaris.
4809	- validator override option for date check testing.
4810
48118 August 2007: Wouter
4812	- ldns _raw routines created (in ldns trunk).
4813	- sigcrypt DS digest routines
4814	- val_utils uses sigcrypt to perform signature cryptography.
4815	- sigcrypt keyset processing
4816
48177 August 2007: Wouter
4818	- security status type.
4819	- security status is copied when rdata is equal for rrsets.
4820	- rrset id is updated to invalidate all the message cache entries
4821	  that refer to NSEC, NSEC3, DNAME rrsets that have changed.
4822	- val_util work
4823	- val_sigcrypt file for validator signature checks.
4824
48256 August 2007: Wouter
4826	- key cache for validator.
4827	- moved isroot and dellabel to own dname routines, with unit test.
4828
48293 August 2007: Wouter
4830	- replanning.
4831	- scrubber check section of lame NS set.
4832	- trust anchors can be in config file or read from zone file,
4833	  DS and DNSKEY entries.
4834	- unit test trust anchor storage.
4835	- trust anchors converted to packed rrsets.
4836	- key entry definition.
4837
48382 August 2007: Wouter
4839	- configure change for latest libevent trunk version (needs -lrt).
4840	- query_done and walk_supers are moved out of module interface.
4841	- fixup delegation point duplicates.
4842	- fixup iterator scrubber; lame NS set is let through the scrubber
4843	  so that the classification is lame.
4844	- validator module exists, and does nothing but pass through,
4845	  with calling of next module and return.
4846	- validator work.
4847
48481 August 2007: Wouter
4849	- set version to 0.5
4850	- module work for module to module interconnections.
4851	- config of modules.
4852	- detect cycle takes flags.
4853
485431 July 2007: Wouter
4855	- updated plan
4856	- release 0.4 tag.
4857
485830 July 2007: Wouter
4859	- changed random state init, so that sequential process IDs are not
4860	  cancelled out by sequential thread-ids in the random number seed.
4861	- the fwd_three test, which sends three queries to unbound, and
4862	  unbound is kept waiting by ldns-testns for 3 seconds, failed
4863	  because the retry timeout for default by unbound is 3 seconds too,
4864	  it would hit that timeout and fail the test. Changed so that unbound
4865	  is kept waiting for 2 seconds instead.
4866
486727 July 2007: Wouter
4868	- removed useless -C debug option. It did not work.
4869	- text edit of documentation.
4870	- added doc/CREDITS file, referred to by the manpages.
4871	- updated planning.
4872
487326 July 2007: Wouter
4874	- cycle detection, for query state dependencies. Will attempt to
4875	  circumvent the cycle, but if no other targets available fails.
4876	- unit test for AXFR, IXFR response.
4877	- test for cycle detection.
4878
487925 July 2007: Wouter
4880	- testbound read ADDRESS and check it.
4881	- test for version.bind and friends.
4882	- test for iterator chaining through several referrals.
4883	- test and fixup for refetch for glue. Refetch fails if glue
4884	  is still not provided.
4885
488624 July 2007: Wouter
4887	- Example section in config manual.
4888	- Addr stored for range and moment in replay.
4889
489020 July 2007: Wouter
4891	- Check CNAME chain before returning cache entry with CNAMEs.
4892	- Option harden-glue, default is on. It will discard out of zone
4893	  data. If disabled, performance is faster, but spoofing attempts
4894	  become a possibility. Note that still normalize scrubbing is done,
4895	  and that the potentially spoofed data is used for infrastructure
4896	  and not returned to the client.
4897	- if glue times out, refetch by asking parent of delegation again.
4898	  Much like asking for DS at the parent side.
4899	- TODO items from forgery-resilience draft.
4900	  and on memory handling improvements.
4901	- renamed module_event_timeout to module_event_noreply.
4902	- memory reporting code; reports on memory usage after handling
4903	  a network packet (not on cache replies).
4904
490519 July 2007: Wouter
4906	- shuffle NS selection when getting nameserver target addresses.
4907	- fixup of deadlock warnings, yield cpu in checklock code so that
4908	  freebsd scheduler selects correct process to run.
4909	- added identity and version config options and replies.
4910	- store cname messages complete answers.
4911
491218 July 2007: Wouter
4913	- do not query addresses, 127.0.0.1, and ::1 by default.
4914
491517 July 2007: Wouter
4916	- forward zone options in config file.
4917	- forward per zone in iterator. takes precendence over stubs.
4918	- fixup commithooks.
4919	- removed forward-to and forward-to-port features, subsumed by
4920	  new forward zones.
4921	- fix parser to handle absent server: clause.
4922	- change untrusted rrset test to account for scrubber that is now
4923	  applied during the test (which removes the poison, by the way).
4924	- feature, addresses can be specified with @portnumber, like nsd.conf.
4925	- test config files changed over to new forwarder syntax.
4926
492727 June 2007: Wouter
4928	- delete of mesh does a postorder traverse of the tree.
4929	- found and fixed a memory leak. For TTL=0 messages, that would
4930	  not be cached, instead the msg-replyinfo structure was leaked.
4931	- changed server selection so it will filter out hosts that are
4932	  unresponsive. This is defined as a host with the maximum rto value.
4933	  This means that unbound tried the host for retries up to 120 secs.
4934	  The rto value will time out after host-ttl seconds from the cache.
4935	  This keeps such unresolvable queries from taking up resources.
4936	- utility for keeping histogram.
4937
493826 June 2007: Wouter
4939	- mesh is called by worker, and iterator uses it.
4940	  This removes the hierarchical code.
4941	  QueryTargets state and Finished state are merged for iterator.
4942	- forwarder mode no longer sets AA bit on first reply.
4943	- rcode in walk_supers is not needed.
4944
494525 June 2007: Wouter
4946	- more mesh work.
4947	- error encode routine for ease.
4948
494922 June 2007: Wouter
4950	- removed unused _node iterator value from rbtree_t. Takes up space.
4951	- iterator can handle querytargets state without a delegation point
4952	  set, so that a priming(stub) subquery error can be handled.
4953	- iterator stores if it is priming or not.
4954	- log_query_info() neater logging.
4955	- changed iterator so that it does not alter module_qstate.qinfo
4956	  but keeps a chase query info. Also query_flags are not altered,
4957	  the iterator uses chase_flags.
4958	- fixup crash in case no ports for the family exist.
4959
496021 June 2007: Wouter
4961	- Fixup secondary buffer in case of error callback.
4962	- cleanup slumber list of runnable states.
4963	- module_subreq_depth fails to work in slumber list.
4964	- fixup query release for cached results to sub targets.
4965	- neater error for tcp connection failure, shows addr in verbose.
4966	- rbtree_init so that it can be used with preallocated memory.
4967
496820 June 2007: Wouter
4969	- new -C option to enable coredumps after forking away.
4970	- doc update.
4971	- fixup CNAME generation by scrubber, and memory allocation of it.
4972	- fixup deletion of serviced queries when all callbacks delete too.
4973	- set num target queries to 0 when you move them to slumber list.
4974	- typo in check caused subquery errors to be ignored, fixed.
4975	- make lint happy about rlim_t.
4976	- freeup of modules after freeup of module-states.
4977	- duplicate replies work, this uses secondary udp buffer in outnet.
4978
497919 June 2007: Wouter
4980	- nicer layout in stats.c, review 0.3 change.
4981	- spelling improvement, review 0.3 change.
4982	- uncapped timeout for server selection, so that very fast or slow
4983	  servers will stand out from the rest.
4984	- target-fetch-policy: "3 2 1 0 0" config setting.
4985	- fixup queries answered without RD bit (for root prime results).
4986	- refuse AXFR and IXFR requests.
4987	- fixup RD flag in error reply from iterator. fixup RA flag from
4988	  worker error reply.
4989	- fixup encoding of very short edns buffer sizes, now sets TC bit.
4990	- config options harden-short-bufsize and harden-large-queries.
4991
499218 June 2007: Wouter
4993	- same, move subqueries to slumber list when first has resolved.
4994	- fixup last fix for duplicate callbacks.
4995	- another offbyone in targetcounter. Also in Java prototype by the way.
4996
499715 June 2007: Wouter
4998	- if a query asks to be notified of the same serviced query result
4999	  multiple times, this will succeed. Only one callback will happen;
5000	  multiple outbound-list entries result (but the double cleanup of it
5001	  will not matter).
5002	- when iterator moves on due to CNAME or referral, it will remove
5003	  the subqueries (for other targets). These are put on the slumber
5004	  list.
5005	- state module wait subq is OK with no new subqs, an old one may have
5006	  stopped, with an error, and it is still waiting for other ones.
5007	- if a query loops, halt entire query (easy way to clean up properly).
5008
500914 June 2007: Wouter
5010	- num query targets was > 0 , not >= 0 compared, so that fetch
5011	  policy of 0 did nothing.
5012
501313 June 2007: Wouter
5014	- debug option: configure --enable-static-exe for compile where
5015	  ldns and libevent are linked statically. Default is off.
5016	- make install and make uninstall. Works with static-exe and without.
5017	  installation of unbound binary and manual pages.
5018	- alignement problem fix on solaris 64.
5019	- fixup address in case of TCP error.
5020
502112 June 2007: Wouter
5022	- num target queries was set to 0 at a bad time. Default it to 0 and
5023	  increase as target queries are done.
5024	- synthesize CNAME and DNAME responses from the cache.
5025	- Updated doxygen config for doxygen 1.5.
5026	- aclocal newer version.
5027	- doxygen 1.5 fixes for comments (for the strict check on docs).
5028
502911 June 2007: Wouter
5030	- replies on TCP queries have the address field set in replyinfo,
5031	  for serviced queries, because the initiator does not know that
5032	  a TCP fallback has occured.
5033	- omit DNSSEC types from nonDO replies, except if qtype is ANY or
5034	  if qtype directly queries for the type (and then only show that
5035	  'unknown type' in the answer section).
5036	- fixed message parsing where rrsigs on their own would be put
5037	  in the signature list over the rrsig type.
5038
50397 June 2007: Wouter
5040	- fixup error in double linked list insertion for subqueries and
5041	  for outbound list of serviced queries for iterator module.
5042	- nicer printout of outgoing port selection.
5043	- fixup cname target readout.
5044	- nicer debug output.
5045	- fixup rrset counts when prepending CNAMEs to the answer.
5046	- fixup rrset TTL for prepended CNAMEs.
5047	- process better check for looping modules, and which submodule to
5048	  run next.
5049	- subreq insertion code fixup for slumber list.
5050	- VERB_DETAIL, verbosity: 2 level gives short but readable output.
5051	  VERB_ALGO, verbosity: 3 gives extensive output.
5052	- fixup RA bit in cached replies.
5053	- fixup CNAME responses from the cache no longer partial response.
5054	- error in network send handled without leakage.
5055	- enable ip6 from config, and try ip6 addresses if available,
5056	  if ip6 is not connected, skips to next server.
5057
50585 June 2007: Wouter
5059	- iterator state finished.
5060	- subrequests without parent store in cache and stop.
5061	- worker slumber list for ongoing promiscuous queries.
5062	- subrequest error handling.
5063	- priming failure returns SERVFAIL.
5064	- priming gives LAME result, returns SERVFAIL.
5065	- debug routine to print dns_msg as handled by iterator.
5066	- memleak in config file stubs fixup.
5067	- more small bugs, in scrubber, query compare no ID for lookup,
5068	  in dname validation for NS targets.
5069	- sets entry.key for new special allocs.
5070	- lognametypeclass can display unknown types and classes.
5071
50724 June 2007: Wouter
5073	- random selection of equally preferred nameserver targets.
5074	- reply info copy routine. Reuses existing code.
5075	- cache lameness in response handling.
5076	- do not touch qstate after worker_process_query because it may have
5077	  been deleted by that routine.
5078	- Prime response state.
5079	- Process target response state.
5080	- some memcmp changed to dname_compare for case preservation.
5081
50821 June 2007: Wouter
5083	- normalize incoming messages. Like unbound-java, with CNAME chain
5084	  checked, DNAME checked, CNAME's synthesized, glue checked.
5085	- sanitize incoming messages.
5086	- split msgreply encode functions into own file msgencode.c.
5087	- msg_parse to queryinfo/replyinfo conversion more versatile.
5088	- process_response, classify response, delegpt_from_message.
5089
509031 May 2007: Wouter
5091	- querytargets state.
5092	- dname_subdomain_c() routine.
5093	- server selection, based on RTT. ip6 is filtered out if not available,
5094	  and lameness is checked too.
5095	- delegation point copy routine.
5096
509730 May 2007: Wouter
5098	- removed FLAG_CD from message and rrset caches. This was useful for
5099	  an agnostic forwarder, but not for a sophisticated (trust value per
5100	  rrset enabled) cache.
5101	- iterator reponse typing.
5102	- iterator cname handle.
5103	- iterator prime start.
5104	- subquery work.
5105	- processInitRequest and processInitRequest2.
5106	- cache synthesizes referral messages, with DS and NSEC.
5107	- processInitRequest3.
5108	- if a request creates multiple subrequests these are all activated.
5109
511029 May 2007: Wouter
5111	- routines to lock and unlock array of rrsets moved to cache/rrset.
5112	- lookup message from msg cache (and copy to region).
5113	- fixed cast error in dns msg lookup.
5114	- message with duplicate rrset does not increase its TTLs twice.
5115	- 'qnamesize' changed to 'qname_len' for similar naming scheme.
5116
511725 May 2007: Wouter
5118	- Acknowledge use of unbound-java code in iterator. Nicer readme.
5119	- services/cache/dns.c DNS Cache. Hybrid cache uses msgcache and
5120	  rrset cache from module environment.
5121	- packed rrset key has type and class as easily accessable struct
5122	  members. They are still kept in network format for fast msg encode.
5123	- dns cache find_delegation routine.
5124	- iterator main functions setup.
5125	- dns cache lookup setup.
5126
512724 May 2007: Wouter
5128	- small changes to prepare for subqueries.
5129	- iterator forwarder feature separated out.
5130	- iterator hints stub code, config file stub code, so that first
5131	  testing can proceed locally.
5132	- replay tests now have config option to enable forwarding mode.
5133
513423 May 2007: Wouter
5135	- outside network does precise timers for roundtrip estimates for rtt
5136	  and for setting timeout for UDP. Pending_udp takes milliseconds.
5137	- cleaner iterator sockaddr conversion of forwarder address.
5138	- iterator/iter_utils and iter_delegpt setup.
5139	- root hints.
5140
514122 May 2007: Wouter
5142	- outbound query list for modules and support to callback with the
5143	  outbound entry to the module.
5144	- testbound support for new serviced queries.
5145	- test for retry to TCP cannot use testbound any longer.
5146	- testns test for EDNS fallback, test for TCP fallback already exists.
5147	- fixes for no-locking compile.
5148	- mini_event timer precision and fix for change in timeouts during
5149	  timeout callback. Fix for fwd_three tests, performed nonexit query.
5150
515121 May 2007: Wouter
5152	- small comment on hash table locking.
5153	- outside network serviced queries, contain edns and tcp fallback,
5154	  and udp retries and rtt timing.
5155
515616 May 2007: Wouter
5157	- lruhash_touch() would cause locking order problems. Fixup in
5158	  lock-verify in case locking cycle is found.
5159	- services/cache/rrset.c for rrset cache code.
5160	- special rrset_cache LRU updating function that uses the rrset id.
5161	- no dependencies calculation when make clean is called.
5162	- config settings for infra cache.
5163	- daemon code slightly cleaner, only creates caches once.
5164
516515 May 2007: Wouter
5166	- host cache code.
5167	- unit test for host cache.
5168
516914 May 2007: Wouter
5170	- Port to OS/X and Dec Alpha. Printf format and alignment fixes.
5171	- extensive lock debug report on join timeout.
5172	- proper RTT calculation, in utility code.
5173	- setup of services/cache/infra, host cache.
5174
517511 May 2007: Wouter
5176	- iterator/iterator.c module.
5177	- fixup to pass reply_info in testcode and in netevent.
5178
517910 May 2007: Wouter
5180	- created release-0.3 svn tag.
5181	- util/module.h
5182	- fixed compression - no longer compresses root name.
5183
51849 May 2007: Wouter
5185	- outside network cleans up waiting tcp queries on exit.
5186	- fallback to TCP.
5187	- testbound replay with retry in TCP mode.
5188	- tpkg test for retry in TCP mode, against ldns-testns server.
5189	- daemon checks max number of open files and complains if not enough.
5190	- test where data expires in the cache.
5191	- compiletests: fixed empty body ifstatements in alloc.c, in case
5192	  locks are disabled.
5193
51948 May 2007: Wouter
5195	- outgoing network keeps list of available tcp buffers for outgoing
5196	  tcp queries.
5197	- outgoing-num-tcp config option.
5198	- outgoing network keeps waiting list of queries waiting for buffer.
5199	- netevent supports outgoing tcp commpoints, nonblocking connects.
5200
52017 May 2007: Wouter
5202	- EDNS read from query, used to make reply smaller.
5203	- advertised edns value constants.
5204	- EDNS BADVERS response, if asked for too high edns version.
5205	- EDNS extended error reponses once the EDNS record from the query
5206	  has successfully been parsed.
5207
52084 May 2007: Wouter
5209	- msgreply sizefunc is more accurate.
5210	- config settings for rrset cache size and slabs.
5211	- hashtable insert takes argument so that a thread can use its own
5212	  alloc cache to store released keys.
5213	- alloc cache special_release() locks if necessary.
5214	- rrset trustworthiness type added.
5215	- thread keeps a scratchpad region for handling messages.
5216	- writev used in netevent to write tcp length and data after another.
5217	  This saves a roundtrip on tcp replies.
5218	- test for one rrset updated in the cache.
5219	- test for one rrset which is not updated, as it is not deemed
5220	  trustworthy enough.
5221	- test for TTL refreshed in rrset.
5222
52233 May 2007: Wouter
5224	- fill refs. Use new parse and encode to answer queries.
5225	- stores rrsets in cache.
5226	- uses new msgreply format in cache.
5227
52282 May 2007: Wouter
5229	- dname unit tests in own file and spread out neatly in functions.
5230	- more dname unit tests.
5231	- message encoding creates truncated TC flagged messages if they do
5232	  not fit, and will leave out (whole)rrsets from additional if needed.
5233
52341 May 2007: Wouter
5235	- decompress query section, extremely lenient acceptance.
5236	  But only for answers from other servers, not for plain queries.
5237	- compression and decompression test cases.
5238	- some stats added.
5239	- example.conf interface: line is changed from 127.0.0.1 which leads
5240	  to problems if used (restricting communication to the localhost),
5241	  to a documentation and test address.
5242
524327 April 2007: Wouter
5244	- removed iov usage, it is not good for dns message encoding.
5245	- owner name compression more optimal.
5246	- rrsig owner name compression.
5247	- rdata domain name compression.
5248
524926 April 2007: Wouter
5250	- floating point exception fix in lock-verify.
5251	- lint uses make dependency
5252	- fixup lint in dname owner domain name compression code.
5253	- define for offset range that can be compressed to.
5254
525525 April 2007: Wouter
5256	- prettier code; parse_rrset->type kept in host byte order.
5257	- datatype used for hashvalue of converted rrsig structure.
5258	- unit test compares edns section data too.
5259
526024 April 2007: Wouter
5261	- ttl per RR, for RRSIG rrsets and others.
5262	- dname_print debug function.
5263	- if type is not known, size calc will skip DNAME decompression.
5264	- RRSIG parsing and storing and putting in messages.
5265	- dnssec enabled unit tests (from nlnetlabs.nl and se queries).
5266	- EDNS extraction routine.
5267
526820 April 2007: Wouter
5269	- code comes through all of the unit tests now.
5270	- disabled warning about spurious extra data.
5271	- documented the RRSIG parse plan in msgparse.h.
5272	- rrsig reading and outputting.
5273
527419 April 2007: Wouter
5275	- fix unit test to actually to tests.
5276	- fix write iov helper, and fakevent code.
5277	- extra builtin testcase (small packet).
5278	- ttl converted to network format in packets.
5279	- flags converted correctly
5280	- rdatalen off by 2 error fixup.
5281	- uses less iov space for header.
5282
528318 April 2007: Wouter
5284	- review of msgparse code.
5285	- smaller test cases.
5286
528717 April 2007: Wouter
5288	- copy and decompress dnames.
5289	- store calculated hash value too.
5290	- routine to create message out of stored information.
5291	- util/data/msgparse.c for message parsing code.
5292	- unit test, and first fixes because of test.
5293		* forgot rrset_count addition.
5294		* did & of ptr on stack for memory position calculation.
5295		* dname_pkt_copy forgot to read next label length.
5296	- test from file and fixes
5297		* double frees fixed in error conditions.
5298		* types with less than full rdata allowed by parser.
5299		  Some dynamic update packets seem to use it.
5300
530116 April 2007: Wouter
5302	- following a small change in LDNS, parsing code calculates the
5303	  memory size to allocate for rrs.
5304	- code to handle ID creation.
5305
530613 April 2007: Wouter
5307	- parse routines. Code that parses rrsets, rrs.
5308
530912 April 2007: Wouter
5310	- dname compare routine that preserves case, with unit tests.
5311
531211 April 2007: Wouter
5313	- parse work - dname packet parse, msgparse, querysection parse,
5314	  start of sectionparse.
5315
531610 April 2007: Wouter
5317	- Improved alignment of reply_info packet, nice for 32 and 64 bit.
5318	- Put RRset counts in reply_info, because the number of RRs can change
5319	  due to RRset updates.
5320	- import of region-allocator code from nsd.
5321	- set alloc special type to ub_packed_rrset_key.
5322	  Uses lruhash entry overflow chain next pointer in alloc cache.
5323	- doxygen documentation for region-allocator.
5324	- setup for parse scratch data.
5325
53265 April 2007: Wouter
5327	- discussed packed rrset with Jelte.
5328
53294 April 2007: Wouter
5330	- moved to version 0.3.
5331	- added util/data/dname.c
5332	- layout of memory for rrsets.
5333
53343 April 2007: Wouter
5335	- detect sign of msghdr.msg_iovlen so that the cast to that type
5336	  in netevent (which is there to please lint) can be correct.
5337	  The type on several OSes ranges from int, int32, uint32, size_t.
5338	  Detects unsigned or signed using math trick.
5339	- constants for DNS flags.
5340	- compilation without locks fixup.
5341	- removed include of unportable header from lookup3.c.
5342	- more portable use of struct msghdr.
5343	- casts for printf warning portability.
5344	- tweaks to tests to port them to the testbed.
5345	- 0.2 tag created.
5346
53472 April 2007: Wouter
5348	- check sizes of udp received messages, not too short.
5349	- review changes. Some memmoves can be memcpys: 4byte aligned.
5350	  set id correctly on cached answers.
5351	- review changes msgreply.c, memleak on error condition. AA flag
5352	  clear on cached reply. Lowercase queries on hashing.
5353	  unit test on lowercasing. Test AA bit not set on cached reply.
5354	  Note that no TTLs are managed.
5355
535629 March 2007: Wouter
5357	- writev or sendmsg used when answering from cache.
5358	  This avoids a copy of the data.
5359	- do not do useless byteswap on query id. Store reply flags in uint16
5360	  for easier access (and no repeated byteswapping).
5361	- reviewed code.
5362	- configure detects and config.h includes sys/uio.h for writev decl.
5363
536428 March 2007: Wouter
5365	- new config option: num-queries-per-thread.
5366	- added tpkg test for answering three queries at the same time
5367	  using one thread (from the query service list).
5368
536927 March 2007: Wouter
5370	- added test for cache and not cached answers, in testbound replays.
5371	- testbound can give config file and commandline options from the
5372	  replay file to unbound.
5373	- created test that checks if items drop out of the cache.
5374	- added word 'partitioned hash table' to documentation on slab hash.
5375	  A slab hash is a partitioned hash table.
5376	- worker can handle multiple queries at a time.
5377
537826 March 2007: Wouter
5379	- config settings for slab hash message cache.
5380	- test for cached answer.
5381	- Fixup deleting fake answer from testbound list.
5382
538323 March 2007: Wouter
5384	- review of yesterday's commits.
5385	- covered up memory leak of the entry locks.
5386	- answers from the cache correctly. Copies flags correctly.
5387	- sanity check for incoming query replies.
5388	- slabbed hash table. Much nicer contention, need dual cpu to see.
5389
539022 March 2007: Wouter
5391	- AIX configure check.
5392	- lock-verify can handle references to locks that are created
5393	  in files it has not yet read in.
5394	- threaded hash table test.
5395	- unit test runs lock-verify afterwards and checks result.
5396	- need writelock to update data on hash_insert.
5397	- message cache code, msgreply code.
5398
539921 March 2007: Wouter
5400	- unit test of hash table, fixup locking problem in table_grow().
5401	- fixup accounting of sizes for removing items from hashtable.
5402	- unit test for hash table, single threaded test of integrity.
5403	- lock-verify reports errors nicely. More quiet in operation.
5404
540516 March 2007: Wouter
5406	- lock-verifier, checks consistent order of locking.
5407
540814 March 2007: Wouter
5409	- hash table insert (and subroutines) and lookup implemented.
5410	- hash table remove.
5411	- unit tests for hash internal bin, lru functions.
5412
541313 March 2007: Wouter
5414	- lock_unprotect in checklocks.
5415	- util/storage/lruhash.h for LRU hash table structure.
5416
541712 March 2007: Wouter
5418	- configure.ac moved to 0.2.
5419	- query_info and replymsg util/data structure.
5420
54219 March 2007: Wouter
5422	- added rwlock writelock checking.
5423	  So it will keep track of the writelock, and readlocks are enforced
5424	  to not change protected memory areas.
5425	- log_hex function to dump hex strings to the logfile.
5426	- checklocks zeroes its destroyed lock after checking memory areas.
5427	- unit test for alloc.
5428	- identifier for union in checklocks to please older compilers.
5429	- created 0.1 tag.
5430
54318 March 2007: Wouter
5432	- Reviewed checklock code.
5433
54347 March 2007: Wouter
5435	- created a wrapper around thread calls that performs some basic
5436	  checking for data race and deadlock, and basic performance
5437	  contention measurement.
5438
54396 March 2007: Wouter
5440	- Testbed works with threading (different machines, different options).
5441	- alloc work, does the special type.
5442
54432 March 2007: Wouter
5444	- do not compile fork funcs unless needed. Otherwise will give
5445	  type errors as their typedefs have not been enabled.
5446	- log shows thread numbers much more nicely (and portably).
5447	- even on systems with nonthreadsafe libevent signal handling,
5448	  unbound will exit if given a signal.
5449	  Reloads will not work, and exit is not graceful.
5450	- start of alloc framework layout.
5451
54521 March 2007: Wouter
5453	- Signals, libevent and threads work well, with libevent patch and
5454	  changes to code (close after event_del).
5455	- set ipc pipes nonblocking.
5456
545727 February 2007: Wouter
5458	- ub_thread_join portable definition.
5459	- forking is used if no threading is available.
5460	  Tested, it works, since pipes work across processes as well.
5461	  Thread_join is replaced with waitpid.
5462	- During reloads the daemon will temporarily handle signals,
5463	  so that they do not result in problems.
5464	- Also randomize the outgoing port range for tests.
5465	- If query list is full, will stop selecting listening ports for read.
5466	  This makes all threads service incoming requests, instead of one.
5467	  No memory is leaking during reloads, service of queries, etc.
5468	- test that uses ldns-testns -f to test threading. Have to answer
5469	  three queries at the same time.
5470	- with verbose=0 operates quietly.
5471
547226 February 2007: Wouter
5473	- ub_random code used to select ID and port.
5474	- log code prints thread id.
5475	- unbound can thread itself, with reload(HUP) and quit working
5476	  correctly.
5477	- don't open pipes for #0, doesn't need it.
5478	- listens to SIGTERM, SIGQUIT, SIGINT (all quit) and SIGHUP (reload).
5479
548023 February 2007: Wouter
5481	- Can do reloads on sigHUP. Everything is stopped, and freed,
5482	  except the listening ports. Then the config file is reread.
5483	  And everything is started again (and listening ports if needed).
5484	- Ports for queries are shared.
5485	- config file added interface:, chroot: and username:.
5486	- config file: directory, logfile, pidfile. And they work too.
5487	- will daemonize by default now. Use -d to stay in the foreground.
5488	- got BSD random[256 state] code, made it threadsafe. util/random.
5489
549022 February 2007: Wouter
5491	- Have a config file. Removed commandline options, moved to config.
5492	- tests use config file.
5493
549421 February 2007: Wouter
5495	- put -c option in man page.
5496	- minievent fd array capped by FD_SETSIZE.
5497
549820 February 2007: Wouter
5499	- Added locks code and pthread spinlock detection.
5500	- can use no locks, or solaris native thread library.
5501	- added yacc and lex configure, and config file parsing code.
5502	  also makedist.sh, and manpage.
5503	- put include errno.h in config.h
5504
550519 February 2007: Wouter
5506	- Created 0.0 svn tag.
5507	- added acx_pthread.m4 autoconf check for pthreads from
5508	  the autoconf archive. It is GPL-with-autoconf-exception Licensed.
5509	  You can specify --with-pthreads, or --without-pthreads to configure.
5510
551116 February 2007: Wouter
5512	- Updated testbed script, works better by using make on remote end.
5513	- removed check decls, we can compile without them.
5514	- makefile supports LIBOBJ replacements.
5515	- docs checks ignore compat code.
5516	- added util/mini-event.c and .h, a select based alternative used with
5517	  ./configure --with-libevent=no
5518	  It is limited to 1024 file descriptors, and has less features.
5519	- will not create ip6 sockets if ip6 not on the machine.
5520
552115 February 2007: Wouter
5522	- port to FreeBSD 4.11 Dec Alpha. Also works on Solaris 10 sparc64,
5523	  Solaris 9, FreeBSD 6, Linux i386 and OSX powerpc.
5524	- malloc rndstate, so that it is aligned for access.
5525	- fixed rbtree cleanup with postorder traverse.
5526	- fixed pending messages are deleted when handled.
5527	- You can control verbosity; default is not verbose, every -v
5528	  adds more verbosity.
5529
553014 February 2007: Wouter
5531	- Included configure.ac changes from ldns.
5532	- detect (some) headers before the standards check.
5533	- do not use isblank to test c99, since its not available on solaris9.
5534	- review of testcode.
5535		* entries in a RANGE are no longer reversed.
5536		* print name of file with replay entry parse errors.
5537	- port to OSX: cast to int for some prints of sizet.
5538	- Makefile copies ldnstestpkts.c before doing dependencies on it.
5539
554013 February 2007: Wouter
5541	- work on fake events, first fwd replay works.
5542	- events can do timeouts and errors on queries to servers.
5543	- test package that runs replay scenarios.
5544
554512 February 2007: Wouter
5546	- work on fake events.
5547
55489 February 2007: Wouter
5549	- replay file reading.
5550	- fake event setup, it creates fake structures, and teardowns,
5551	  added signal callbacks to reply to be able to fake those,
5552	  and main structure of event replay routines.
5553
55548 February 2007: Wouter
5555	- added tcp test.
5556	- replay storage.
5557	- testcode/fake_event work.
5558
55597 February 2007: Wouter
5560	- return answer with the same ID as query was sent with.
5561	- created udp forwarder test. I've done some effort to make it perform
5562	  quickly. After servers are created, no big sleep statements but
5563	  it checks the logfiles to see if servers have come up. Takes 0.14s.
5564	- set addrlen value when calling recvfrom.
5565	- comparison of addrs more portable.
5566	- LIBEVENT option for testbed to set libevent directory.
5567	- work on tcp input.
5568
55696 February 2007: Wouter
5570	- reviewed code and improved in places.
5571
55725 February 2007: Wouter
5573	- Picked up stdc99 and other define tests from ldns. Improved
5574	  POSIX define test to include getaddrinfo.
5575	- defined constants for netevent callback error code.
5576	- unit test for strisip6.
5577
55782 February 2007: Wouter
5579	- Created udp4 and udp6 port arrays to provide service for both
5580	  address families.
5581	- uses IPV6_USE_MIN_MTU for udp6 ,IPV6_V6ONLY to make ip6 sockets.
5582	- listens on both ip4 and ip6 ports to provide correct return address.
5583	- worker fwder address filled correctly.
5584	- fixup timer code.
5585	- forwards udp queries and sends answer.
5586
55871 February 2007: Wouter
5588	- outside network more UDP work.
5589	- moved * closer to type.
5590	- comm_timer object and events.
5591
559231 January 2007: Wouter
5593	- Added makedist.sh script to make release tarball.
5594	- Removed listen callback layer, did not add anything.
5595	- Added UDP recv to netevent, worker callback for udp.
5596	- netevent communication reply storage structure.
5597	- minimal query header sanity checking for worker.
5598	- copied over rbtree implementation from NSD (BSD licensed too).
5599	- outgoing network query service work.
5600
560130 January 2007: Wouter
5602	- links in example/ldns-testpkts.c and .h for premade packet support.
5603	- added callback argument to listen_dnsport and daemon/worker.
5604
560529 January 2007: Wouter
5606	- unbound.8 a short manpage.
5607
560826 January 2007: Wouter
5609	- fixed memleak.
5610	- make lint works on BSD and Linux (openssl defines).
5611	- make tags works.
5612	- testbound program start.
5613
561425 January 2007: Wouter
5615	- fixed lint so it may work on BSD.
5616	- put license into header of every file.
5617	- created verbosity flag.
5618	- fixed libevent configure flag.
5619	- detects event_base_free() in new libevent 1.2 version.
5620	- getopt in daemon. fatal_exit() and verbose() logging funcs.
5621	- created log_assert, that throws assertions to the logfile.
5622	- listen_dnsport service. Binds ports.
5623
562424  January 2007: Wouter
5625	- cleaned up configure.ac.
5626
562723  January 2007: Wouter
5628	- added libevent to configure to link with.
5629	- util/netevent setup work.
5630	- configure searches for libevent.
5631	- search for libs at end of configure (when other headers and types
5632	  have been found).
5633	- doxygen works with ATTR_UNUSED().
5634	- util/netevent implementation.
5635
563622  January 2007: Wouter
5637	- Designed header file for network communication.
5638
563916  January 2007: Wouter
5640	- added readme.svn and readme.tests.
5641
56424 January 2007: Wouter
5643	- Testbed script (run on multiple platforms the test set).
5644	  Works on Sunos9, Sunos10, FreeBSD 6.1, Fedora core 5.
5645	- added unit test tpkg.
5646
56473 January 2007: Wouter
5648	- committed first set of files into subversion repository.
5649	  svn co svn+ssh://unbound.net/svn/unbound
5650	  You need a ssh login.  There is no https access yet.
5651	- Added LICENSE, the BSD license.
5652	- Added doc/README with compile help.
5653	- main program stub and quiet makefile.
5654	- minimal logging service (to stderr).
5655	- added postcommit hook that serves emails.
5656	- added first test 00-lint. postcommit also checks if build succeeds.
5657	- 01-doc: doxygen doc target added for html docs. And stringent test
5658	  on documented files, functions and parameters.
5659
566015 December 2006: Wouter
5661	- Created Makefile.in and configure.ac.
5662