xref: /freebsd/contrib/unbound/doc/Changelog (revision af71f40a983c21a3c4a5c7c3d88d566e721bae45)
129 June 2015: Wouter
2	- iana portlist update.
3	- Fix alloc with log for allocation size checks.
4
526 June 2015: Wouter
6	- Fix #677 Fix DNAME responses from cache that failed internal chain
7	  test.
8	- iana portlist update.
9
1022 June 2015: Wouter
11	- Fix #677 Fix CNAME corresponding to a DNAME was checked incorrectly
12	  and was therefore always synthesized (thanks to Valentin Dietrich).
13
144 June 2015: Wouter
15	- RFC 7553 RR type URI support, is now enabled by default.
16
172 June 2015: Wouter
18	- Fix #674: Do not free pointers given by getenv.
19
2029 May 2015: Wouter
21	- Fix that unparseable error responses are ratelimited.
22	- SOA negative TTL is capped at minimumttl in its rdata section.
23	- cache-max-negative-ttl config option, default 3600.
24
2526 May 2015: Wouter
26	- Document that ratelimit works with unbound-control set_option.
27
2821 May 2015: Wouter
29	- iana portlist update.
30	- documentation proposes ratelimit of 1000 (closer to what upstream
31	  servers expect from us).
32
3320 May 2015: Wouter
34	- DLV is going to be decommissioned.  Advice to stop using it, and
35	  put text in the example configuration and man page to that effect.
36
3710 May 2015: Wouter
38	- Change syntax of particular validator error to be easier for
39	  machine parse, swap rrset and ip adres info so it looks like:
40	  validation failure <www.example.nl. TXT IN>: signature crypto
41	  failed from 2001:DB8:7:bba4::53 for <*.example.nl. NSEC IN>
42
431 May 2015: Wouter
44	- caps-whitelist in unbound.conf allows whitelist of loadbalancers
45	  that cannot work with caps-for-id or its fallback.
46
4730 April 2015: Wouter
48	- Unit test for type ANY synthesis.
49
5022 April 2015: Wouter
51	- Removed contrib/unbound_unixsock.diff, because it has been
52	  integrated, use control-interface: /path in unbound.conf.
53	- iana portlist update.
54
5517 April 2015: Wouter
56	- Synthesize ANY responses from cache.  Does not search exhaustively,
57	  but MX,A,AAAA,SOA,NS also CNAME.
58	- Fix leaked dns64prefix configuration string.
59
6016 April 2015: Wouter
61	- Add local-zone type inform_deny, that logs query and drops answer.
62	- Ratelimit does not apply to prefetched queries, and ratelimit-factor
63	  is default 10.  Repeated normal queries get resolved and with
64	  prefetch stay in the cache.
65	- Fix bug#664: libunbound python3 related fixes (from Tomas Hozza)
66	  Use print_function also for Python2.
67	  libunbound examples: produce sorted output.
68	  libunbound-Python: libldns is not used anymore.
69	  Fix issue with Python 3 mapping of FILE* using file_py3.i from ldns.
70
7110 April 2015: Wouter
72	- unbound-control ratelimit_list lists high rate domains.
73	- ratelimit feature, ratelimit: 100, or some sensible qps, can be
74	  used to turn it on.  It ratelimits recursion effort per zone.
75	  For particular names you can configure exceptions in unbound.conf.
76	- Fix that get_option for cache-sizes does not print double newline.
77	- Fix#663: ssl handshake fails when using unix socket because dh size
78	  is too small.
79
808 April 2015: Wouter
81	- Fix crash in dnstap: Do not try to log TCP responses after timeout.
82
837 April 2015: Wouter
84	- Libunbound skips dos-line-endings from etc/hosts.
85	- Unbound exits with a fatal error when the auto-trust-anchor-file
86	  fails to be writable.  This is seconds after startup.  You can
87	  load a readonly auto-trust-anchor-file with trust-anchor-file.
88	  The file has to be writable to notice the trust anchor change,
89	  without it, a trust anchor change will be unnoticed and the system
90	  will then become inoperable.
91	- unbound-control list_insecure command shows the negative trust
92	  anchors currently configured, patch from Jelte Jansen.
93
942 April 2015: Wouter
95	- Fix #660: Fix interface-automatic broken in the presence of
96	  asymmetric routing.
97
9826 March 2015: Wouter
99	- remote.c probedelay line is easier to read.
100	- rename ldns subdirectory to sldns to avoid name collision.
101
10225 March 2015: Wouter
103	- Fix #657:  libunbound(3) recommends deprecated
104	  CRYPTO_set_id_callback.
105	- If unknown trust anchor algorithm, and libressl is used, error
106	  message encourages upgrade of the libressl package.
107
10823 March 2015: Wouter
109	- Fix segfault on user not found at startup (from Maciej Soltysiak).
110
11120 March 2015: Wouter
112	- Fixed to add integer overflow checks on allocation (defense in depth).
113
11419 March 2015: Wouter
115	- Add ip-transparent config option for bind to non-local addresses.
116
11717 March 2015: Wouter
118	- Use reallocarray for integer overflow protection, patch submitted
119	  by Loganaden Velvindron.
120
12116 March 2015: Wouter
122	- Fixup compile on cygwin, more portable openssl thread id.
123
12412 March 2015: Wouter
125	- Updated default keylength in unbound-control-setup to 3k.
126
12710 March 2015: Wouter
128	- Fix lintian warning in unbound-checkconf man page (from Andreas
129	  Schulze).
130	- print svnroot when building windows dist.
131	- iana portlist update.
132	- Fix warning on sign compare in getentropy_linux.
133
1349 March 2015: Wouter
135	- Fix #644: harden-algo-downgrade option, if turned off, fixes the
136	  reported excessive validation failure when multiple algorithms
137	  are present.  It allows the weakest algorithm to validate the zone.
138	- iana portlist update.
139
1405 March 2015: Wouter
141	- contrib/unbound_smf22.tar.gz: Solaris SMF installation/removal
142	  scripts.  Contributed by Yuri Voinov.
143	- Document that incoming-num-tcp increase is good for large servers.
144	- stats reports tcp usage, of incoming-num-tcp buffers.
145
1464 March 2015: Wouter
147	- Patch from Brad Smith that syncs compat/getentropy_linux with
148	  OpenBSD's version (2015-03-04).
149	- 0x20 fallback improved: servfail responses do not count as missing
150	  comparisons (except if all responses are errors),
151	  inability to find nameservers does not fail equality comparisons,
152	  many nameservers does not try to compare more than max-sent-count,
153	  parse failures start 0x20 fallback procedure.
154	- store caps_response with best response in case downgrade response
155	  happens to be the last one.
156	- Document windows 8 tests.
157
1583 March 2015: Wouter
159	- tag 1.5.3rc1
160	[ This became 1.5.3 on 10 March, trunk is 1.5.4 in development ]
161
1622 March 2015: Wouter
163	- iana portlist update.
164
16520 February 2015: Wouter
166	- Use the getrandom syscall introduced in Linux 3.17 (from Heiner
167	  Kallweit).
168	- Fix #645 Portability to Solaris 10, use AF_LOCAL.
169	- Fix #646 Portability to Solaris, -lrt for getentropy_solaris.
170	- Fix #647 crash in 1.5.2 because pwd.db no longer accessible after
171	  reload.
172
17319 February 2015: Wouter
174	- 1.5.2 release tag.
175	- svn trunk contains 1.5.3 under development.
176
17713 February 2015: Wouter
178	- Fix #643: doc/example.conf.in: unnecessary whitespace.
179
18012 February 2015: Wouter
181	- tag 1.5.2rc1
182
18311 February 2015: Wouter
184	- iana portlist update.
185
18610 February 2015: Wouter
187	- Fix scrubber with harden-glue turned off to reject NS (and other
188	  not-address) records.
189
1909 February 2015: Wouter
191	- Fix validation failure in case upstream forwarder (ISC BIND) does
192	  not have the same trust anchors and decides to insert unsigned NS
193	  record in authority section.
194
1952 February 2015: Wouter
196	- infra-cache-min-rtt patch from Florian Riehm, for expected long
197	  uplink roundtrip times.
198
19930 January 2015: Wouter
200	- Fix 0x20 capsforid fallback to omit gratuitous NS and additional
201	  section changes.
202	- Portability fix for Solaris ('sun' is not usable for a variable).
203
20429 January 2015: Wouter
205	- Fix pyunbound byte string representation for python3.
206
20726 January 2015: Wouter
208	- Fix unintended use of gcc extension for incomplete enum types,
209	  compile with pedantic c99 compliance (from Daniel Dickman).
210
21123 January 2015: Wouter
212	- windows port fixes, no AF_LOCAL, no chown, no chmod(grp).
213
21416 January 2015: Wouter
215	- unit test for local unix connection.  Documentation and log_addr
216	  does not inspect port for AF_LOCAL.
217	- unbound-checkconf -f prints chroot with pidfile path.
218
21913 January 2015: Wouter
220	- iana portlist update.
221
22212 January 2015: Wouter
223	- Cast sun_len sizeof to socklen_t.
224	- Fix pyunbound ord call, portable for python 2 and 3.
225
2267 January 2015: Wouter
227	- Fix warnings in pythonmod changes.
228
2296 January 2015: Wouter
230	- iana portlist update.
231	- patch for remote control over local sockets, from Dag-Erling
232	  Smorgrav, Ilya Bakulin.  Use control-interface: /path/sock and
233	  control-use-cert: no.
234	- Fixup that patch and uid lookup (only for daemon).
235	- coded the default of control-use-cert, to yes.
236
2375 January 2015: Wouter
238	- getauxval test for ppc64 linux compatibility.
239	- make strip works for unbound-host and unbound-anchor.
240	- patch from Stephane Lapie that adds to the python API, that
241	  exposes struct delegpt, and adds the find_delegation function.
242	- print query name when max target count is exceeded.
243	- patch from Stuart Henderson that fixes DESTDIR in
244	  unbound-control-setup for installs where config is not in
245	  the prefix location.
246	- Fix #634: fix fail to start on Linux LTS 3.14.X, ignores missing
247	  IP_MTU_DISCOVER OMIT option (fix from Remi Gacogne).
248	- Updated contrib warmup.cmd/sh to support two modes - load
249	  from pre-defined list of domains or (with filename as argument)
250	  load from user-specified list of domains, and updated contrib
251	  unbound_cache.sh/cmd to support loading/save/reload cache to/from
252	  default path or (with secondary argument) arbitrary path/filename,
253	  from Yuri Voinov.
254	- Patch from Philip Paeps to contrib/unbound_munin_ that uses
255	  type ABSOLUTE.  Allows munin.conf: [idleserver.example.net]
256	  unbound_munin_hits.graph_period minute
257
2589 December 2014: Wouter
259	- svn trunk has 1.5.2 in development.
260	- config.guess and config.sub update from libtoolize.
261	- local-zone: example.com inform makes unbound log a message with
262	  client IP for queries in that zone.  Eg. for finding infected hosts.
263
2648 December 2014: Wouter
265	- Fix CVE-2014-8602: denial of service by making resolver chase
266	  endless series of delegations.
267
2681 December 2014: Wouter
269	- Fix bug#632: unbound fails to build on AArch64, protects
270	  getentropy compat code from calling sysctl if it is has been removed.
271
27229 November 2014: Wouter
273	- Add include to getentropy_linux.c, hopefully fixing debian build.
274
27528 November 2014: Wouter
276	- Fix makefile for build from noexec source tree.
277
27826 November 2014: Wouter
279	- Fix libunbound undefined symbol errors for main.
280	  Referencing main does not seem to be possible for libunbound.
281
28224 November 2014: Wouter
283	- Fix log at high verbosity and memory allocation failure.
284	- iana portlist update.
285
28621 November 2014: Wouter
287	- Fix crash on multiple thread random usage on systems without
288	  arc4random.
289
29020 November 2014: Wouter
291	- fix compat/getentropy_win.c check if CryptGenRandom works and no
292	  immediate exit on windows.
293
29419 November 2014: Wouter
295	- Fix cdflag dns64 processing.
296
29718 November 2014: Wouter
298	- Fix that CD flag disables DNS64 processing, returning the DNSSEC
299	  signed AAAA denial.
300	- iana portlist update.
301
30217 November 2014: Wouter
303	- Fix #627: SSL_CTX_load_verify_locations return code not properly
304	  checked.
305
30614 November 2014: Wouter
307	- parser with bison 2.7
308
30913 November 2014: Wouter
310	- Patch from Stephane Lapie for ASAHI Net that implements aaaa-filter,
311	added to contrib/aaaa-filter-iterator.patch.
312
31312 November 2014: Wouter
314	- trunk has 1.5.1 in development.
315	- Patch from Robert Edmonds to build pyunbound python module
316	  differently.  No versioninfo, with -shared and without $(LIBS).
317	- Patch from Robert Edmonds fixes hyphens in unbound-anchor man page.
318	- Removed 'increased limit open files' log message that is written
319	  to console.  It is only written on verbosity 4 and higher.
320	  This keeps system bootup console cleaner.
321	- Patch from James Raftery, always print stats for rcodes 0..5.
322
32311 November 2014: Wouter
324	- iana portlist update.
325	- Fix bug where forward or stub addresses with same address but
326	  different port number were not tried.
327	- version number in svn trunk is 1.5.0
328	- tag 1.5.0rc1
329	- review fix from Ralph.
330
3317 November 2014: Wouter
332	- dnstap fixes by Robert Edmonds:
333		dnstap/dnstap.m4: cosmetic fixes
334		dnstap/: Remove compiled protoc-c output files
335		dnstap/dnstap.m4: Error out if required libraries are not found
336		dnstap: Fix ProtobufCBufferSimple usage that is incorrect as of
337			protobuf-c 1.0.0
338		dnstap/: Adapt to API changes in latest libfstrm (>= 0.2.0)
339
3404 November 2014: Wouter
341	- Add ub_ctx_add_ta_autr function to add a RFC5011 automatically
342	  tracked trust anchor to libunbound.
343	- Redefine internal minievent symbols to unique symbols that helps
344	  linking on platforms where the linker leaks names across modules.
345
34627 October 2014: Wouter
347	- Disabled use of SSLv3 in remote-control and ssl-upstream.
348	- iana portlist update.
349
35016 October 2014: Wouter
351	- Documented dns64 configuration in unbound.conf man page.
352
35313 October 2014: Wouter
354	- Fix #617: in ldns in unbound, lowercase WKS services.
355	- Fix ctype invocation casts.
356
35710 October 2014: Wouter
358	- Fix unbound-checkconf check for module config with dns64 module.
359	- Fix unbound capsforid fallback, it ignores TTLs in comparison.
360
3616 October 2014: Wouter
362	- Fix #614: man page variable substitution bug.
3636 October 2014: Willem
364	- Whitespaces after $ORIGIN are not part of the origin dname (ldns).
365	- $TTL's value starts at position 5 (ldns).
366
3671 October 2014: Wouter
368	- fix #613: Allow tab ws in var length last rdfs (in ldns str2wire).
369
37029 September 2014: Wouter
371	- Fix #612: create service with service.conf in present directory and
372	  auto load it.
373	- Fix for mingw compile openssl ranlib.
374
37525 September 2014: Wouter
376	- updated configure and aclocal with newer autoconf 1.13.
377
37822 September 2014: Wouter
379	- Fix swig and python examples for Python 3.x.
380	- Fix for mingw compile with openssl-1.0.1i.
381
38219 September 2014: Wouter
383	- improve python configuration detection to build on Fedora 22.
384
38518 September 2014: Wouter
386	- patches to also build with Python 3.x (from Pavel Simerda).
387
38816 September 2014: Wouter
389	- Fix tcp timer waiting list removal code.
390	- iana portlist update.
391	- Updated the TCP_BACLOG from 5 to 256, so that the tcp accept queue
392	  is longer and more tcp connections can be handled.
393
39415 September 2014: Wouter
395	- Fix unit test for CDS typecode.
396
3975 September 2014: Wouter
398	- type CDS and CDNSKEY types in sldns.
399
40025 August 2014: Wouter
401	- Fixup checklock code for log lock and its mutual initialization
402	  dependency.
403	- iana portlist update.
404	- Removed necessity for pkg-config from the dnstap.m4, new are
405	  the --with-libfstrm and --with-protobuf-c configure options.
406
40719 August 2014: Wouter
408	- Update unbound manpage with more explanation (from Florian Obser).
409
41018 August 2014: Wouter
411	- Fix #603: unbound-checkconf -o <option> should skip verification
412	  checks.
413	- iana portlist update.
414	- Fixup doc/unbound.doxygen to remove obsolete 1.8.7 settings.
415
4165 August 2014: Wouter
417	- dnstap support, with a patch from Farsight Security, written by
418	  Robert Edmonds. The --enable-dnstap needs libfstrm and protobuf-c.
419	  It is BSD licensed (see dnstap/dnstap.c).
420	  Building with --enable-dnstap needs pkg-config with this patch.
421	- Noted dnstap in doc/README and doc/CREDITS.
422	- Changes to the dnstap patch.
423	  - lint fixes.
424	  - dnstap/dnstap_config.h should not have been added to the repo,
425	    because is it generated.
426
4271 August 2014: Wouter
428	- Patch add msg, rrset, infra and key cache sizes to stats command
429	  from Maciej Soltysiak.
430	- iana portlist update.
431
43231 July 2014: Wouter
433	- DNS64 from Viagenie (BSD Licensed), written by Simon Perrault.
434	  Initial commit of the patch from the FreeBSD base (with its fixes).
435	  This adds a module (for module-config in unbound.conf) dns64 that
436	  performs DNS64 processing, see README.DNS64.
437	- Changes from DNS64:
438	  strcpy changed to memmove.
439	  arraybound check fixed from prefix_net/8/4 to prefix_net/8+4.
440	  allocation of result consistently in the correct region.
441	  time_t is now used for ttl in unbound (since the patch's version).
442	- testdata/dns64_lookup.rpl for unit test for dns64 functionality.
443
44429 July 2014: Wouter
445	- Patch from Dag-Erling Smorgrav that implements feature, unbound -dd
446	  does not fork in the background and also logs to stderr.
447
44821 July 2014: Wouter
449	- Fix endian.h include for OpenBSD.
450
45116 July 2014: Wouter
452	- And Fix#596: Bail out of unbound-control dump_infra when ssl
453	  write fails.
454
45515 July 2014: Wouter
456	- Fix #596: Bail out of unbound-control list_local_zones when ssl
457	  write fails.
458	- iana portlist update.
459
46013 July 2014: Wouter
461	- Configure tests if main can be linked to from getentropy compat.
462
46312 July 2014: Wouter
464	- Fix getentropy compat code, function refs were not portable.
465	- Fix to check openssl version number only for OpenSSL.
466	- LibreSSL provides compat items, check for that in configure.
467	- Fix bug in fix for log locks that caused deadlock in signal handler.
468	- update compat/getentropy and arc4random to the most recent ones from OpenBSD.
469
47011 July 2014: Matthijs
471	- fake-rfc2553 patch (thanks Benjamin Baier).
472
47311 July 2014: Wouter
474	- arc4random in compat/ and getentropy, explicit_bzero, chacha for
475	  dependencies, from OpenBSD.  arc4_lock and sha512 in compat.
476	  This makes arc4random available on all platforms, except when
477	  compiled with LIBNSS (it uses libNSS crypto random).
478	- fix strptime implicit declaration error on OpenBSD.
479	- arc4random, getentropy and explicit_bzero compat for Windows.
480
4814 July 2014: Wouter
482	- Fix #593: segfault or crash upon rotating logfile.
483
4843 July 2014: Wouter
485	- DLV tests added.
486	- signit tool fixup for compile with libldns library.
487	- iana portlist updated.
488
48927 June 2014: Wouter
490	- so-reuseport is available on BSDs(such as FreeBSD 10) and OS/X.
491
49226 June 2014: Wouter
493	- unbound-control status reports if so-reuseport was successful.
494	- iana portlist updated.
495
49624 June 2014: Wouter
497	- Fix caps-for-id fallback, and added fallback attempt when servers
498	  drop 0x20 perturbed queries.
499	- Fixup testsetup for VM tests (run testcode/run_vm.sh).
500
50117 June 2014: Wouter
502	- iana portlist updated.
503
5043 June 2014: Wouter
505	- Add AAAA for B root server to default root hints.
506
5072 June 2014: Wouter
508	- Remove unused define from iterator.h
509
51030 May 2014: Wouter
511	- Fixup sldns_enum_edns_option typedef definition.
512
51328 May 2014: Wouter
514	- Code cleanup patch from Dag-Erling Smorgrav, with compiler issue
515	  fixes from FreeBSD's copy of Unbound, he notes:
516	  Generate unbound-control-setup.sh at build time so it respects
517	  prefix and sysconfdir from the configure script.  Also fix the
518	  umask to match the comment, and the comment to match the umask.
519	  Add const and static where needed.  Use unions instead of
520	  playing pointer poker.  Move declarations that are needed in
521	  multiple source files into a shared header.  Move sldns_bgetc()
522	  from parse.c to buffer.c where it belongs.  Introduce a new
523	  header file, worker.h, which declares the callbacks that
524	  all workers must define.  Remove those declarations from
525	  libworker.h.	Include the correct headers in the correct places.
526	  Fix a few dummy callbacks that don't match their prototype.
527	  Fix some casts.  Hide the sbrk madness behind #ifdef HAVE_SBRK.
528	  Remove a useless printf which breaks reproducible builds.
529	  Get rid of CONFIGURE_{TARGET,DATE,BUILD_WITH} now that they're
530	  no longer used.  Add unbound-control-setup.sh to the list of
531	  generated files.  The prototype for libworker_event_done_cb()
532	  needs to be moved from libunbound/libworker.h to
533	  libunbound/worker.h.
534	- Fixup out-of-directory compile with unbound-control-setup.sh.in.
535	- make depend.
536
53723 May 2014: Wouter
538	- unbound-host -D enabled dnssec and reads root trust anchor from
539	  the default root key file that was compiled in.
540
54120 May 2014: Wouter
542	- Feature, unblock-lan-zones: yesno that you can use to make unbound
543	  perform 10.0.0.0/8 and other reverse lookups normally, for use if
544	  unbound is running service for localhost on localhost.
545
54616 May 2014: Wouter
547	- Updated create_unbound_ad_servers and unbound_cache scripts from
548	  Yuri Voinov in the source/contrib directory. Added
549	  warmup.cmd (and .sh): warm up the DNS cache with your MRU domains.
550
5519 May 2014: Wouter
552	- Implement draft-ietf-dnsop-rfc6598-rfc6303-01.
553	- iana portlist updated.
554
5558 May 2014: Wouter
556	- Contrib windows scripts from Yuri Voinov added to src/contrib:
557	  create_unbound_ad_servers.cmd: enters anti-ad server lists.
558	  unbound_cache.cmd: saves and loads the cache.
559	- Added unbound-control-setup.cmd from Yuri Voinov to the windows
560	  unbound distribution set.  It requires openssl installed in %PATH%.
561
5626 May 2014: Wouter
563	- Change MAX_SENT_COUNT from 16 to 32 to resolve some cases easier.
564
5655 May 2014: Wouter
566	- More #567: remove : from output of stub and forward lists, this is
567	  easier to parse.
568
56929 April 2014: Wouter
570	- iana portlist updated.
571	- Add unbound-control flush_negative that flushed nxdomains, nodata,
572	  and errors from the cache.  For dnssec-trigger and NetworkManager,
573	  fixes cases where network changes have localdata that was already
574	  negatively cached from the previous network.
575
57623 April 2014: Wouter
577	- Patch from Jeremie Courreges-Anglas to use arc4random_uniform
578	  if available on the OS, it gets entropy from the OS.
579
58015 April 2014: Wouter
581	- Fix compile with libevent2 on FreeBSD.
582
58311 April 2014: Wouter
584	- Fix #502: explain that do-ip6 disable does not stop AAAA lookups,
585	  but it stops the use of the ipv6 transport layer for DNS traffic.
586	- iana portlist updated.
587
58810 April 2014: Wouter
589	- iana portlist updated.
590	- Patch from Hannes Frederic Sowa for Linux 3.15 fragmentation
591	  option for DNS fragmentation defense.
592	- Document that dump_requestlist only prints queries from thread 0.
593	- unbound-control stats prints num.query.tcpout with number of TCP
594	  outgoing queries made in the previous statistics interval.
595	- Fix #567: unbound lists if forward zone is secure or insecure with
596	  +i annotation in output of list_forwards, also for list_stubs
597	  (for NetworkManager integration.)
598	- Fix #554: use unsigned long to print 64bit statistics counters on
599	  64bit systems.
600	- Fix #558: failed prefetch lookup does not remove cached response
601	  but delays next prefetch (in lieu of caching a SERVFAIL).
602	- Fix #545: improved logging, the ip address of the error is printed
603	  on the same log-line as the error.
604
6058 April 2014: Wouter
606	- Fix #574: make test fails on Ubuntu 14.04.  Disabled remote-control
607	  in testbound scripts.
608	- iana portlist updated.
609
6107 April 2014: Wouter
611	- C.ROOT-SERVERS.NET has an IPv6 address, and we updated the root
612	  hints (patch from Anand Buddhdev).
613	- Fix #572: Fix unit test failure for systems with different
614	  /etc/services.
615
61628 March 2014: Wouter
617	- Fix #569: do_tcp is do-tcp in unbound.conf man page.
618
61925 March 2014: Wouter
620	- Patch from Stuart Henderson to build unbound-host man from .1.in.
621
62224 March 2014: Wouter
623	- Fix print filename of encompassing config file on read failure.
624
62512 March 2014: Wouter
626	- tag 1.4.22
627	- trunk has 1.4.23 in development.
628
62910 March 2014: Wouter
630	- Fix bug#561: contrib/cacti plugin did not report SERVFAIL rcodes
631	  because of spelling.  Patch from Chris Coates.
632
63327 February 2014: Wouter
634	- tag 1.4.22rc1
635
63621 February 2014: Wouter
637	- iana portlist updated.
638
63920 February 2014: Matthijs
640	- Be lenient when a NSEC NameError response with RCODE=NXDOMAIN is
641	  received. This is okay according 4035, but not after revising
642	  existence in 4592.  NSEC empty non-terminals exist and thus the
643	  RCODE should have been NOERROR. If this occurs, and the RRsets
644	  are secure, we set the RCODE to NOERROR and the security status
645	  of the reponse is also considered secure.
646
64714 February 2014: Wouter
648	- Works on Minix (3.2.1).
649
65011 February 2014: Wouter
651	- Fix parse of #553(NSD) string in sldns, quotes without spaces.
652
6537 February 2014: Wouter
654	- iana portlist updated.
655	- add body to ifstatement if locks disabled.
656	- add TXT string"string" test case to unit test.
657	- Fix #551: License change "Regents" to "Copyright holder", matching
658	  the BSD license on opensource.org.
659
6606 February 2014: Wouter
661	- sldns has type HIP.
662	- code documentation on the module interface.
663
6645 February 2014: Wouter
665	- Fix sldns parse tests on osx.
666
6673 February 2014: Wouter
668	- Detect libevent2 install automatically by configure.
669	- Fixup link with lib/event2 subdir.
670	- Fix parse in sldns of quoted parenthesized text strings.
671
67231 January 2014: Wouter
673	- unit test for ldns wire to str and back with zones, root, nlnetlabs
674	  and types.sidnlabs.
675	- Fix for hex to string in unknown, atma and nsap.
676	- fixup nss compile (no ldns in it).
677	- fixup warning in unitldns
678	- fixup WKS and rdata type service to print unsigned because strings
679	  are not portable; they cannot be read (for sure) on other computers.
680	- fixup type EUI48 and EUI64, type APL and type IPSECKEY in string
681	  parse sldns.
682
68330 January 2014: Wouter
684	- delay-close does not act if there are udp-wait queries, so that
685	  it does not make a socketdrain DoS easier.
686
68728 January 2014: Wouter
688	- iana portlist updated.
689	- iana portlist test updated so it does not touch the source
690	  if there are no changes.
691	- delay-close: msec option that delays closing ports for which
692	  the UDP reply has timed out.  Keeps the port open, only accepts
693	  the correct reply.  This correct reply is not used, but the port
694	  is open so that no port-denied ICMPs are generated.
695
69627 January 2014: Wouter
697	- reuseport is attempted, then fallback to without on failure.
698
69924 January 2014: Wouter
700	- Change unbound-event.h to use void* buffer, length idiom.
701	- iana portlist updated.
702	- unbound-event.h is installed if you configure --enable-event-api.
703	- speed up unbound (reports say it could be up to 10%), by reducing
704	  lock contention on localzones.lock.  It is changed to an rwlock.
705	- so-reuseport: yesno option to distribute queries evenly over
706	  threads on Linux (Thanks Robert Edmonds).
707	- made lint clean.
708
70921 January 2014: Wouter
710	- Fix #547: no trustanchor written if filesystem full, fclose checked.
711
71217 January 2014: Wouter
713	- Fix isprint() portability in sldns, uses unsigned int.
714	- iana portlist updated.
715
71616 January 2014: Wouter
717	- fix #544: Fixed +i causes segfault when running with module conf
718	  "iterator".
719	- Windows port, adjust %lld to %I64d, and warning in win_event.c.
720
72114 January 2014: Wouter
722	- iana portlist updated.
723
7245 Dec 2013: Wouter
725	- Fix bug in cachedump that uses sldns.
726	- update pythonmod for ldns_ to sldns_ name change.
727
7283 Dec 2013: Wouter
729	- Fix sldns to use sldns_ prefix for all ldns_ variables.
730	- Fix windows compile to compile with sldns.
731
73230 Nov 2013: Wouter
733	- Fix sldns to make globals use sldns_ prefix.  This fixes
734	  linking with libldns that uses global variables ldns_ .
735
73613 Nov 2013: Wouter
737	- Fix bug#537: compile python plugin without ldns library.
738
73912 Nov 2013: Wouter
740	- Fix bug#536: acl_deny_non_local and refuse_non_local added.
741
7425 Nov 2013: Wouter
743	- Patch from Neel Goyal to fix async id assignment if callback
744	  is called by libunbound in the mesh attach.
745	- Accept ip-address: as an alternative for interface: for
746	  consistency with nsd.conf syntax.
747
7484 Nov 2013: Wouter
749	- Patch from Neel Goyal to fix callback in libunbound.
750
7513 Nov 2013: Wouter
752	- if configured --with-libunbound-only fix make install.
753
75431 Oct 2013: Wouter
755	- Fix #531: Set SO_REUSEADDR so that the wildcard interface and a
756	  more specific interface port 53 can be used at the same time, and
757	  one of the daemons is unbound.
758	- iana portlist update.
759	- separate ldns into core ldns inside ldns/ subdirectory.  No more
760	  --with-ldns is needed and unbound does not rely on libldns.
761	- portability fixes for new USE_SLDNS ldns subdir codebase.
762
76322 Oct 2013: Wouter
764	- Patch from Neel Goyal: Add an API call to set an event base on an
765	  existing ub_ctx.  This basically just destroys the current worker and
766	  sets the event base to the current.  And fix a deadlock in
767	  ub_resolve_event – the cfglock is held when libworker_create is
768	  called.  This ends up trying to acquire the lock again in
769	  context_obtain_alloc in the call chain.
770	- Fix #528: if very high logging (4 or more) segfault on allow_snoop.
771
77226 Sep 2013: Wouter
773	- unbound-event.h is installed if configured --with-libevent.  It
774	  contains low-level library calls, that use libevent's event_base
775	  and an ldns_buffer for the wire return packet to perform async
776	  resolution in the client's eventloop.
777
77819 Sep 2013: Wouter
779	- 1.4.21 tag created.
780	- trunk has 1.4.22 number inside it.
781	- iana portlist updated.
782	- acx_nlnetlabs.m4 to 26; improve FLTO help text.
783
78416 Sep 2013: Wouter
785	- Fix#524: max-udp-size not effective to non-EDNS0 queries, from
786	  Daisuke HIGASHI.
787
78810 Sep 2013: Wouter
789	- MIN_TTL and MAX_TTL also in time_t.
790	- tag 1.4.21rc1 made again.
791
79226 Aug 2013: Wouter
793	- More fixes for bug#519: for the threaded case test if the bg
794	  thread has been killed, on ub_ctx_delete, to avoid hangs.
795
79622 Aug 2013: Wouter
797	- more fixes that I overlooked.
798	- review fixes from Willem.
799
80021 Aug 2013: Wouter
801	- Fix#520: Errors found by static analysis from Tomas Hozza(redhat).
802
80320 Aug 2013: Wouter
804	- Fix for 2038, with time_t instead of uint32_t.
805
80619 Aug 2013: Wouter
807	- Fix#519 ub_ctx_delete may hang in some scenarios (libunbound).
808
80914 Aug 2013: Wouter
810	- Fix uninit variable in fix#516.
811
8128 Aug 2013: Wouter
813	- Fix#516 dnssec lameness detection for answers that are improper.
814
81530 Jun 2013: Wouter
816	- tag 1.4.21rc1
817
81829 Jun 2013: Wouter
819	- Fix#512 memleak in testcode for testbound (if it fails).
820	- Fix#512 NSS returned arrays out of setup function to be statics.
821
82226 Jun 2013: Wouter
823	- max include of 100.000 files (depth and globbed at one time).
824	  This is to preserve system memory in bug cases, or endless cases.
825	- iana portlist updated.
826
82719 Jun 2013: Wouter
828	- streamtcp man page, contributed by Tomas Hozza.
829	- iana portlist updated.
830	- libunbound documentation on how to avoid openssl race conditions.
831
83225 Jun 2013: Wouter
833	- Squelch sendto-permission denied errors when the network is
834	  not connected, to avoid spamming syslog.
835	- configure --disable-flto option (from Robert Edmonds).
836
83718 Jun 2013: Wouter
838	- Fix for const string literals in C++ for libunbound, from Karel
839	  Slany.
840	- iana portlist updated.
841
84217 Jun 2013: Wouter
843	- Fixup manpage syntax.
844
84514 Jun 2013: Wouter
846	- get_option and set_option support for log-time-ascii, python-script
847	  val-sig-skew-min and val-sig-skew-max.  log-time-ascii takes effect
848	  immediately.  The others are mostly useful for libunbound users.
849
85013 Jun 2013: Wouter
851	- get_option, set_option, unbound-checkconf -o and libunbound
852	  getoption and setoption support cache-min-ttl and cache-max-ttl.
853
85410 Jun 2013: Wouter
855	- Fix#501: forward-first does not recurse, when forward name is ".".
856	- iana portlist update.
857	- Max include depth is unlimited.
858
85927 May 2013: Wouter
860	- Update acx_pthreads.m4 to ax_pthreads.4 (2013-03-29), and apply
861	  patch to it to not fail when -Werror is also specified, from the
862	  autoconf-archives.
863	- iana portlist update.
864
86521 May 2013: Wouter
866	- Explain bogus and secure flags in libunbound more.
867
86816 May 2013: Wouter
869	- Fix#499 use-after-free in out-of-memory handling code (thanks Jake
870	  Montgomery).
871	- Fix#500 use on non-initialised values on socket bind failures.
872
87315 May 2013: Wouter
874	- Fix round-robin doesn't work with some Windows clients (from Ilya
875	  Bakulin).
876
8773 May 2013: Wouter
878	- update acx_nlnetlabs.m4 to v23, sleep w32 fix.
879
88026 April 2013: Wouter
881	- add unbound-control insecure_add and insecure_remove for the
882	  administration of negative trust anchors.
883
88425 April 2013: Wouter
885	- Implement max-udp-size config option, default 4096 (thanks
886	  Daisuke Higashi).
887	- Robust checks on dname validity from rdata for dname compare.
888	- updated iana portlist.
889
89019 April 2013: Wouter
891	- Fixup snprintf return value usage, fixed libunbound_get_option.
892
89318 April 2013: Wouter
894	- fix bug #491: pick program name (0th argument) as syslog identity.
895	- own implementation of compat/snprintf.c.
896
89715 April 2013: Wouter
898	- Fix so that for a configuration line of include: "*.conf" it is not
899	  an error if there are no files matching the glob pattern.
900	- unbound-anchor review: BIO_write can return 0 successfully if it
901	  has successfully appended a zero length string.
902
90311 April 2013: Wouter
904	- Fix queries leaking up for stubs and forwards, if the configured
905	  nameservers all fail to answer.
906
90710 April 2013: Wouter
908	- code improve for minimal responses, small speed increase.
909
9109 April 2013: Wouter
911	- updated iana portlist.
912	- Fix crash in previous private address fixup of 22 March.
913
91428 March 2013: Wouter
915	- Make reverse zones easier by documenting the nodefault statements
916	  commented-out in the example config file.
917
91826 March 2013: Wouter
919	- more fixes to lookup3.c endianness detection.
920
92125 March 2013: Wouter
922	- #492: Fix endianness detection, revert to older lookup3.c detection
923	  and put new detect lines after previous tests, to avoid regressions
924	  but allow new detections to succeed.
925	  And add detection for machine/endian.h to it.
926
92722 March 2013: Wouter
928	- Fix resolve of names that use a mix of public and private addresses.
929	- iana portlist update.
930	- Fix makedist for new svn for -d option.
931	- unbound.h header file has UNBOUND_VERSION_MAJOR define.
932	- Fix windows RSRC version for long version numbers.
933
93421 March 2013: Wouter
935	- release 1.4.20
936	- trunk has 1.4.21
937	- committed libunbound version 4:1:2 for binary API updated in 1.4.20
938	- install copy of unbound-control.8 man page for unbound-control-setup
939
94014 March 2013: Wouter
941	- iana portlist update.
942	- tag 1.4.20rc1
943
94412 March 2013: Wouter
945	- Fixup makedist.sh for windows compile.
946
94711 March 2013: Wouter
948	- iana portlist update.
949	- testcode/ldns-testpkts.c check for makedist is informational.
950
95115 February 2013: Wouter
952	- fix defines in lookup3 for bigendian bsd alpha
953
95411 February 2013: Wouter
955	- Fixup openssl_thread init code to only run if compiled with SSL.
956
9577 February 2013: Wouter
958	- detect endianness in lookup3 on BSD.
959	- add libunbound.ttl at end of result structure, version bump for
960	  libunbound and binary backwards compatible, but 1.4.19 is not
961	  forward compatible with 1.4.20.
962	- update iana port list.
963
96430 January 2013: Wouter
965	- includes and have_ssl fixes for nss.
966
96729 January 2013: Wouter
968	- printout name of zone with duplicate fwd and hint errors.
969
97028 January 2013: Wouter
971	- updated fwd_zero for newer nc. Updated common.sh for newer netstat.
972
97317 January 2013: Wouter
974	- unbound-anchors checks the emailAddress of the signer of the
975	  root.xml file, default is dnssec@iana.org.  It also checks that
976	  the signer has the correct key usage for a digital signature.
977	- update iana port list.
978
9793 January 2013: Wouter
980	- Test that unbound-control checks client credentials.
981	- Test that unbound can handle a CNAME at an intermediate node in
982	  the chain of trust (where it seeks a DS record).
983	- Check the commonName of the signer of the root.xml file in
984	  unbound-anchor, default is dnssec@iana.org.
985
9862 January 2013: Wouter
987	- Fix openssl lock free on exit (reported by Robert Fleischman).
988	- iana portlist updated.
989	- Tested that unbound implements the RFC5155 Technical Errata id 3441.
990	  Unbound already implements insecure classification of an empty
991	  nonterminal in NSEC3 optout zone.
992
99320 December 2012: Wouter
994	- Fix unbound-anchor xml parse of entity declarations for safety.
995
99619 December 2012: Wouter
997	- iana portlist updated.
998
99918 December 2012: Wouter
1000	- iana portlist updated.
1001
100214 December 2012: Wouter
1003	- Change of D.ROOT-SERVERS.NET A address in default root hints.
1004
100512 December 2012: Wouter
1006	- 1.4.19 release.
1007	- trunk has 1.4.20 under development.
1008
10095 December 2012: Wouter
1010	- note support for AAAA RR type RFC.
1011
10124 December 2012: Wouter
1013	- 1.4.19rc1 tag.
1014
101530 November 2012: Wouter
1016	- bug 481: fix python example0.
1017	- iana portlist updated.
1018
101927 November 2012: Wouter
1020	- iana portlist updated.
1021
10229 November 2012: Wouter
1023	- Fix unbound-control forward disables configured stubs below it.
1024
10257 November 2012: Wouter
1026	- Fixup ldns-testpkts, identical to ldns/examples.
1027	- iana portlist updated.
1028
102930 October 2012: Wouter
1030	- Fix bug #477: unbound-anchor segfaults if EDNS is blocked.
1031
103229 October 2012: Matthijs
1033	- Fix validation for responses with both CNAME and wildcard
1034	  expanded CNAME records in answer section.
1035
10368 October 2012: Wouter
1037	- update ldns-testpkts.c to ldns 1.6.14 version.
1038	- fix build of pythonmod in objdir, for unbound.py.
1039	- make clean and makerealclean remove generated python and docs.
1040
10415 October 2012: Wouter
1042	- fix build of pythonmod in objdir (thanks Jakob Schlyter).
1043
10443 October 2012: Wouter
1045	- fix text in unbound-anchor man page.
1046
10471 October 2012: Wouter
1048	- ignore trusted-keys globs that have no files (from Paul Wouters).
1049
105027 September 2012: Wouter
1051	- include: directive in config file accepts wildcards.  Patch from
1052	  Paul Wouters.  Suggested use: include: "/etc/unbound.d/conf.d/*"
1053	- unbound-control -q option is quiet, patch from Mariano Absatz.
1054	- iana portlist updated.
1055	- updated contrib/unbound.spec, patch from Valentin Bud.
1056
105721 September 2012: Wouter
1058	- chdir to / after chroot call (suggested by Camiel Dobbelaar).
1059
106017 September 2012: Wouter
1061	- patch_rsamd5_enable.diff: this patch enables RSAMD5 validation
1062	  otherwise it is treated as insecure.  The RSAMD5 algorithm is
1063	  deprecated (RFC6725).  The MD5 hash is considered weak for some
1064	  purposes, if you want to sign your zone, then RSASHA256 is an
1065	  uncontested hash.
1066
106730 August 2012: Wouter
1068	- RFC6725 deprecates RSAMD5: this DNSKEY algorithm is disabled.
1069	- iana portlist updated.
1070
107129 August 2012: Wouter
1072	- Nicer comments outgoing-port-avoid, thanks Stu (bug #465).
1073
107422 August 2012: Wouter
1075	- Fallback to 1472 and 1232, one fragment size without headers.
1076
107721 August 2012: Wouter
1078	- Fix timeouts so that when a server has been offline for a while
1079	  and is probed to see it works, it becomes fully available for
1080	  server selection again.
1081
108217 August 2012: Wouter
1083	- Add documentation to libunbound for default nonuse of resolv.conf.
1084
10852 August 2012: Wouter
1086	- trunk has 1.4.19 under development (fixes from 1 aug and 31 july
1087	are for 1.4.19).
1088	- iana portlist updated.
1089
10901 August 2012: Wouter
1091	- Fix openssl race condition, initializes openssl locks, reported
1092	  by Einar Lonn and Patrik Wallstrom.
1093
109431 July 2012: Wouter
1095	- Improved forward-first and stub-first documentation.
1096	- Fix that enables modules to register twice for the same
1097	  serviced_query, without race conditions or administration issues.
1098	  This should not happen with the current codebase, but it is robust.
1099	- Fix forward-first option where it sets the RD flag wrongly.
1100	- added manpage links for libunbound calls (Thanks Paul Wouters).
1101
110230 July 2012: Wouter
1103	- tag 1.4.18rc2 (became 1.4.18 release at 2 august 2012).
1104
110527 July 2012: Wouter
1106	- unbound-host works with libNSS
1107	- fix bogus nodata cname chain not reported as bogus by validator,
1108	  (Thanks Peter van Dijk).
1109
111026 July 2012: Wouter
1111	- iana portlist updated.
1112	- tag 1.4.18rc1.
1113
111425 July 2012: Wouter
1115	- review fix for libnss, check hash prefix allocation size.
1116
111723 July 2012: Wouter
1118	- fix missing break for GOST DS hash function.
1119	- implemented forward_first for the root.
1120
112120 July 2012: Wouter
1122	- Fix bug#452 and another assertion failure in mesh.c, makes
1123	  assertions in mesh.c resist duplicates.  Fixes DS NS search to
1124	  not generate duplicate sub queries.
1125
112619 July 2012: Willem
1127	- Fix bug#454: Remove ACX_CHECK_COMPILER_FLAG from configure.ac,
1128	  if CFLAGS is specified at configure time then '-g -O2' is not
1129	  appended to CFLAGS, so that the user can override them.
1130
113118 July 2012: Willem
1132	- Fix libunbound report of errors when in background mode.
1133
113411 July 2012: Willem
1135	- updated iana ports list.
1136
11379 July 2012: Willem
1138	- Add flush_bogus option for unbound-control
1139
11406 July 2012: Wouter
1141	- Fix validation of qtype DS queries that result in no data for
1142	  non-optout NSEC3 zones.
1143
11444 July 2012: Wouter
1145	- compile libunbound with libnss on Suse, passes regression tests.
1146
11473 July 2012: Wouter
1148	- FIPS_mode openssl does not use arc4random but RAND_pseudo_bytes.
1149
11502 July 2012: Wouter
1151	- updated iana ports list.
1152
115329 June 2012: Wouter
1154	- patch for unbound_munin_ script to handle arbitrary thread count by
1155	  Sven Ulland.
1156
115728 June 2012: Wouter
1158	- detect if openssl has FIPS_mode.
1159	- code review: return value of cache_store can be ignored for better
1160	  performance in out of memory conditions.
1161	- fix edns-buffer-size and msg-buffer-size manpage documentation.
1162	- updated iana ports list.
1163
116425 June 2012: Wouter
1165	- disable RSAMD5 if in FIPS mode (for openssl and for libnss).
1166
116722 June 2012: Wouter
1168	- implement DS records, NSEC3 and ECDSA for compile with libnss.
1169
117021 June 2012: Wouter
1171	- fix error handling of alloc failure during rrsig verification.
1172	- nss check for verification failure.
1173	- nss crypto works for RSA and DSA.
1174
117520 June 2012: Wouter
1176	- work on --with-nss build option (for now, --with-libunbound-only).
1177
117819 June 2012: Wouter
1179	- --with-libunbound-only build option, only builds the library and
1180	  not the daemon and other tools.
1181
118218 June 2012: Wouter
1183	- code review.
1184
118515 June 2012: Wouter
1186	- implement log-time-ascii on windows.
1187	- The key-cache bad key ttl is now 60 seconds.
1188	- updated iana ports list.
1189	- code review.
1190
119111 June 2012: Wouter
1192	- bug #452: fix crash on assert in mesh_state_attachment.
1193
119430 May 2012: Wouter
1195	- silence warning from swig-generated code (md set but not used in
1196	  swig initmodule, due to ifdefs in swig-generated code).
1197
119827 May 2012: Wouter
1199	- Fix debian-bugs-658021: Please enable hardened build flags.
1200
120125 May 2012: Wouter
1202	- updated iana ports list.
1203
120424 May 2012: Wouter
1205	- tag for 1.4.17 release.
1206	- trunk is 1.4.18 in development.
1207
120818 May 2012: Wouter
1209	- Review comments, removed duplicate memset to zero in delegpt.
1210
121116 May 2012: Wouter
1212	- Updated doc/FEATURES with RFCs that are implemented but not listed.
1213	- Protect if statements in val_anchor for compile without locks.
1214	- tag for 1.4.17rc1.
1215
121615 May 2012: Wouter
1217	- fix configure ECDSA support in ldns detection for windows compile.
1218	- fix possible uninitialised variable in windows pipe implementation.
1219
12209 May 2012: Wouter
1221	- Fix alignment problem in util/random on sparc64/freebsd.
1222
12238 May 2012: Wouter
1224	- Fix for accept spinning reported by OpenBSD.
1225	- iana portlist updated.
1226
12272 May 2012: Wouter
1228	- Fix validation of nodata for DS query in NSEC zones, reported by
1229	  Ondrej Mikle.
1230
123113 April 2012: Wouter
1232	- ECDSA support (RFC 6605) by default. Use --disable-ecdsa for older
1233	  openssl.
1234
123510 April 2012: Wouter
1236	- Applied patch from Daisuke HIGASHI for rrset-roundrobin and
1237	  minimal-responses features.
1238	- iana portlist updated.
1239
12405 April 2012: Wouter
1241	- fix bug #443: --with-chroot-dir not honoured by configure.
1242	- fix bug #444: setusercontext was called too late (thanks Bjorn
1243	  Ketelaars).
1244
124527 March 2012: Wouter
1246	- fix bug #442: Fix that Makefile depends on pythonmod headers
1247	  even using --without-pythonmodule.
1248
124922 March 2012: Wouter
1250	- contrib/validation-reporter follows rotated log file (patch from
1251	  Augie Schwer).
1252
125321 March 2012: Wouter
1254	- new approach to NS fetches for DS lookup that works with
1255	  cornercases, and is more robust and considers forwarders.
1256
125719 March 2012: Wouter
1258	- iana portlist updated.
1259	- fix to locate nameservers for DS lookup with NS fetches.
1260
126116 March 2012: Wouter
1262	- Patch for access to full DNS packet data in unbound python module
1263	  from Ondrej Mikle.
1264
12659 March 2012: Wouter
1266	- Applied line-buffer patch from Augie Schwer to validation.reporter.sh.
1267
12682 March 2012: Wouter
1269	- flush_infra cleans timeouted servers from the cache too.
1270	- removed warning from --enable-ecdsa.
1271
12721 March 2012: Wouter
1273	- forward-first option.  Tries without forward if a query fails.
1274	  Also stub-first option that is similar.
1275
127628 February 2012: Wouter
1277	- Fix from code review, if EINPROGRESS not defined chain if statement
1278	  differently.
1279
128027 February 2012: Wouter
1281	- Fix bug#434: on windows check registry for config file location
1282	  for unbound-control.exe, and unbound-checkconf.exe.
1283
128423 February 2012: Wouter
1285	- Fix to squelch 'network unreachable' errors from tcp connect in
1286	  logs, high verbosity will show them.
1287
128816 February 2012: Wouter
1289	- iter_hints is now thread-owned in module env, and thus threadsafe.
1290	- Fix prefetch and sticky NS, now the prefetch works.  It picks
1291	  nameservers that 'would be valid in the future', and if this makes
1292	  the NS timeout, it updates that NS by asking delegation from the
1293	  parent again.  If child NS has longer TTL, that TTL does not get
1294	  refreshed from the lookup to the child nameserver.
1295
129615 February 2012: Wouter
1297	- Fix forward-zone memory, uses malloc and frees original root dp.
1298	- iter hints (stubs) uses malloc inside for more dynamicity.
1299	- unbound-control forward_add, forward_remove, stub_add, stub_remove
1300	  can modify stubs and forwards for running unbound (on mobile computer)
1301	  they can also add and remove domain-insecure for the zone.
1302
130314 February 2012: Wouter
1304	- Fix sticky NS (ghost domain problem) if prefetch is yes.
1305	- iter forwards uses malloc inside for more dynamicity.
1306
130713 February 2012: Wouter
1308	- RT#2955. Fix for cygwin compilation.
1309	- iana portlist updated.
1310
131110 February 2012: Wouter
1312	- Slightly smaller critical region in one case in infra cache.
1313	- Fix timeouts to keep track of query type, A, AAAA and other, if
1314	  another has caused timeout blacklist, different type can still probe.
1315	- unit test fix for nomem_cnametopos.rpl race condition.
1316
13179 February 2012: Wouter
1318	- Fix AHX_BROKEN_MEMCMP for autoheader mess up of #undef in config.h.
1319
13208 February 2012: Wouter
1321	- implement draft-ietf-dnsext-ecdsa-04; which is in IETF LC; This
1322	  implementation is experimental at this time and not recommended
1323	  for use on the public internet (the protocol numbers have not
1324	  been assigned).  Needs recent ldns with --enable-ecdsa.
1325	- fix memory leak in errorcase for DSA signatures.
1326	- iana portlist updated.
1327	- workaround for openssl 0.9.8 ecdsa sha2 and evp problem.
1328
13293 February 2012: Wouter
1330	- fix for windows, rename() is not posix compliant on windows.
1331
13322 February 2012: Wouter
1333	- 1.4.16 release tag.
1334	- svn trunk is 1.4.17 in development.
1335	- iana portlist updated.
1336
13371 February 2012: Wouter
1338	- Fix validation failures (like: validation failure xx: no NSEC3
1339	  closest encloser from yy for DS zz. while building chain of trust,
1340	  because of a bug in the TTL-fix in 1.4.15, it picked the wrong rdata
1341	  for an NSEC3.  Now it does not change rdata, and fixes TTL.
1342
134330 January 2012: Wouter
1344	- Fix version-number in libtool to be version-info so it produces
1345	  libunbound.so.2 like it should.
1346
134726 January 2012: Wouter
1348	- Tag 1.4.15 (same as 1.4.15rc1), for 1.4.15 release.
1349	- trunk 1.4.16; includes changes memset testcode, #424 openindiana,
1350	  and keyfile write fixup.
1351	- applied patch to support outgoing-interface with ub_ctx_set_option.
1352
135323 January 2012: Wouter
1354	- Fix memset in test code.
1355
135620 January 2012: Wouter
1357	- Fix bug #424: compile on OpenIndiana OS with gcc 4.6.2.
1358
135919 January 2012: Wouter
1360	- Fix to write key files completely to a temporary file, and if that
1361	  succeeds, replace the real key file.  So failures leave a useful file.
1362
136318 January 2012: Wouter
1364	- tag 1.4.15rc1 created
1365	- updated libunbound/ubsyms.def and remade tag 1.4.15rc1.
1366
136717 January 2012: Wouter
1368	- Fix bug where canonical_compare of RRSIG did not downcase the
1369	  signer-name.  This is mostly harmless because RRSIGs do not have
1370	  to be sorted in canonical order, usually.
1371
137212 January 2012: Wouter
1373	- bug#428: add ub_version() call to libunbound.  API version increase,
1374	  with (binary) backwards compatibility for the previous version.
1375
137610 January 2012: Wouter
1377	- Fix bug #425: unbound reports wrong TTL in reply, it reports a TTL
1378	  that would be permissible by the RFCs but it is not the TTL in the
1379	  cache.
1380	- iana portlist updated.
1381	- uninitialised variable in reprobe for rtt blocked domains fixed.
1382	- lintfix and new flex output.
1383
13842 January 2012: Wouter
1385	- Fix to randomize hash function, based on 28c3 congress, reported
1386	  by Peter van Dijk.
1387
138824 December 2011: Wouter
1389	- Fix for memory leak (about 20 bytes when a tcp or udp send operation
1390	  towards authority servers failed, takes about 50.000 such failures to
1391	  leak one Mb, such failures are also usually logged), reported by
1392	  Robert Fleischmann.
1393	- iana portlist updated.
1394
139519 December 2011: Wouter
1396	- Fix for VU#209659 CVE-2011-4528: Unbound denial of service
1397	  vulnerabilities from nonstandard redirection and denial of existence
1398	  http://www.unbound.net/downloads/CVE-2011-4528.txt
1399	- robust checks for next-closer NSEC3s.
1400	- tag 1.4.14 created.
1401	- trunk has 1.4.15 in development.
1402
140315 December 2011: Wouter
1404	- remove uninit warning from cachedump code.
1405	- Fix parse error on negative SOA RRSIGs if badly ordered in the packet.
1406
140713 December 2011: Wouter
1408	- iana portlist updated.
1409	- svn tag 1.4.14rc1
1410	- fix infra cache comparison.
1411	- Fix to constrain signer_name to be a parent of the lookupname.
1412
14135 December 2011: Wouter
1414	- Fix getaddrinfowithincludes on windows with fedora16 mingw32-gcc.
1415	- Fix warnings with gcc 4.6 in compat/inet_ntop.c.
1416	- Fix warning unused in compat/strptime.c.
1417	- Fix malloc detection and double defintion.
1418
14192 December 2011: Wouter
1420	- configure generated with autoconf 2.68.
1421
142230 November 2011: Wouter
1423	- Fix for tcp-upstream and ssl-upstream for if a laptop sleeps, causes
1424	  SERVFAILs.  Also fixed for UDP (but less likely).
1425
142628 November 2011: Wouter
1427	- Fix quartile time estimate, it was too low, (thanks Jan Komissar).
1428	- iana ports updated.
1429
143011 November 2011: Wouter
1431	- Makefile compat with SunOS make, BSD make and GNU make.
1432	- iana ports updated.
1433
143410 November 2011: Wouter
1435	- Makefile changed for BSD make compatibility.
1436
14379 November 2011: Wouter
1438	- added unit test for SSL service and SSL-upstream.
1439
14408 November 2011: Wouter
1441	- can configure ssl service to one port number, and not on others.
1442	- fixup windows compile with ssl support.
1443	- Fix double free in unbound-host, reported by Steve Grubb.
1444	- iana portlist updated.
1445
14461 November 2011: Wouter
1447	- dns over ssl support as a client, ssl-upstream yes turns it on.
1448	  It performs an SSL transaction for every DNS query (250 msec).
1449	- documentation for new options: ssl-upstream, ssl-service-key and
1450	  ssl-service.pem.
1451	- iana portlist updated.
1452	- fix -flto detection on Lion for llvm-gcc.
1453
145431 October 2011: Wouter
1455	- dns over ssl support, ssl-service-pem and ssl-service-key files
1456	  can be given and then TCP queries are serviced wrapped in SSL.
1457
145827 October 2011: Wouter
1459	- lame-ttl and lame-size options no longer exist, it is integrated
1460	  with the host info.  They are ignored (with verbose warning) if
1461	  encountered to keep the config file backwards compatible.
1462	- fix iana-update for changing gzip compression of results.
1463	- fix export-all-symbols on OSX.
1464
146526 October 2011: Wouter
1466	- iana portlist updated.
1467	- Infra cache stores information about ping and lameness per IP, zone.
1468	  This fixes bug #416.
1469	- fix iana_update target for gzipped file on iana site.
1470
147124 October 2011: Wouter
1472	- Fix resolve of partners.extranet.microsoft.com with a fix for the
1473	  server selection for choosing out of a (particular) list of bad
1474	  choices. (bug#415)
1475	- Fix make_new_space function so that the incoming query is not
1476	  overwritten if a jostled out query causes a waiting query to be
1477	  resumed that then fails and sends an error message.  (Thanks to
1478	  Matthew Lee).
1479
148021 October 2011: Wouter
1481	- fix --enable-allsymbols, fptr wlist is disabled on windows with this
1482	  option enabled because of memory layout exe vs dll.
1483
148419 October 2011: Wouter
1485	- fix unbound-anchor for broken strptime on OSX lion, detected
1486	  in configure.
1487	- Detect if GOST really works, openssl1.0 on OSX fails.
1488	- Implement ipv6%interface notation for scope_id usage.
1489
149017 October 2011: Wouter
1491	- better documentation for inform_super (Thanks Yang Zhe).
1492
149314 October 2011: Wouter
1494	- Fix for out-of-memory condition in libunbound (thanks
1495	  Robert Fleischman).
1496
149713 October 2011: Wouter
1498	- Fix --enable-allsymbols, it depended on link specifics of the
1499	  target platform, or fptr_wlist assertion failures could occur.
1500
150112 October 2011: Wouter
1502	- updated contrib/unbound_munin_ to family=auto so that it works with
1503	  munin-node-configure automatically (if installed as
1504	  /usr/local/share/munin/plugins/unbound_munin_ ).
1505
150627 September 2011: Wouter
1507	- unbound.exe -w windows option for start and stop service.
1508
150923 September 2011: Wouter
1510	- TCP-upstream calculates tcp-ping so server selection works if there
1511	  are alternatives.
1512
151320 September 2011: Wouter
1514	- Fix classification of NS set in answer section, where there is a
1515	  parent-child server, and the answer has the AA flag for dir.slb.com.
1516	  Thanks to Amanda Constant from Secure64.
1517
151816 September 2011: Wouter
1519	- fix bug #408: accept patch from Steve Snyder that comments out
1520	  unused functions in lookup3.c.
1521	- iana portlist updated.
1522	- fix EDNS1480 change memleak and TCP fallback.
1523	- fix various compiler warnings (reported by Paul Wouters).
1524	- max sent count.  EDNS1480 only for rtt < 5000.  No promiscuous
1525	  fetch if sentcount > 3, stop query if sentcount > 16.  Count is
1526	  reset when referral or CNAME happens.  This makes unbound better
1527	  at managing large NS sets, they are explored when there is continued
1528	  interest (in the form of queries).
1529
153015 September 2011: Wouter
1531	- release 1.4.13.
1532	- trunk contains 1.4.14 in development.
1533	- Unbound probes at EDNS1480 if there an EDNS0 timeout.
1534
153512 September 2011: Wouter
1536	- Reverted dns EDNS backoff fix, it did not help and needs
1537	  fragmentation fixes instead.
1538	- tag 1.4.13rc2
1539
15407 September 2011: Wouter
1541	- Fix operation in ipv6 only (do-ip4: no) mode.
1542
15436 September 2011: Wouter
1544	- fedora specfile updated.
1545
15465 September 2011: Wouter
1547	- tag 1.4.13rc1
1548
15492 September 2011: Wouter
1550	- iana portlist updated.
1551
155226 August 2011: Wouter
1553	- Fix num-threads 0 does not segfault, reported by Simon Deziel.
1554	- Fix validation failures due to EDNS backoff retries, the retry
1555	  for fetch of data has want_dnssec because the iter_indicate_dnssec
1556	  function returns true when validation failure retry happens, and
1557	  then the serviced query code does not fallback to noEDNS, even if
1558	  the cache says it has this.  This helps for DLV deployment when
1559	  the DNSSEC status is not known for sure before the lookup concludes.
1560
156124 August 2011: Wouter
1562	- Applied patch from Karel Slany that fixes a memory leak in the
1563	  unbound python module, in string conversions.
1564
156522 August 2011: Wouter
1566	- Fix validation of qtype ANY responses with CNAMEs (thanks Cathy
1567	  Zhang and Luo Ce).  Unbound responds with the RR types that are
1568	  available at the name for qtype ANY and validates those RR types.
1569	  It does not test for completeness (i.e. with NSEC or NSEC3 query),
1570	  and it does not follow the CNAME or DNAME to another name (with
1571	  even more data for the already large response).
1572	- Fix that internally, CNAMEs with NXDOMAIN have that as rcode.
1573	- Documented the options that work with control set_option command.
1574	- tcp-upstream yes/no option (works with set_option) for tunnels.
1575
157618 August 2011: Wouter
1577	- fix autoconf call in makedist crosscompile to RC or snapshot.
1578
157917 August 2011: Wouter
1580	- Fix validation of . DS query.
1581	- new xml format at IANA, new awk for iana_update.
1582	- iana portlist updated.
1583
158410 August 2011: Wouter
1585	- Fix python site-packages path to /usr/lib64.
1586	- updated patch from Tom.
1587	- fix memory and fd leak after out-of-memory condition.
1588
15899 August 2011: Wouter
1590	- patch from Tom Hendrikx fixes load of python modules.
1591
15928 August 2011: Wouter
1593	- make clean had ldns-src reference, removed.
1594
15951 August 2011: Wouter
1596	- Fix autoconf 2.68 warnings
1597
159814 July 2011: Wouter
1599	- Unbound implements RFC6303 (since version 1.4.7).
1600	- tag 1.4.12rc1 is released as 1.4.12 (without the other fixes in the
1601	  meantime, those are for 1.4.13).
1602	- iana portlist updated.
1603
160413 July 2011: Wouter
1605	- Quick fix for contrib/unbound.spec example, no ldns-builtin any more.
1606
160711 July 2011: Wouter
1608	- Fix wildcard expansion no-data reply under an optout NSEC3 zone is
1609	  validated as insecure, reported by Jia Li (lijia@cnnic.cn).
1610
16114 July 2011: Wouter
1612	- 1.4.12rc1 tag created.
1613
16141 July 2011: Wouter
1615	- version number in example config file.
1616	- fix that --enable-static-exe does not complain about it unknown.
1617
161830 June 2011: Wouter
1619	- tag relase 1.4.11, trunk is 1.4.12 development.
1620	- iana portlist updated.
1621	- fix bug#395: id bits of other query may leak out under conditions
1622	- fix replyaddr count wrong after jostled queries, which leads to
1623	  eventual starvation where the daemon has no replyaddrs left to use.
1624	- fix comment about rndc port, that referred to the old port number.
1625	- fix that the listening socket is not closed when too many remote
1626	  control connections are made at the same time.
1627	- removed ldns-src tarball inside the unbound tarball.
1628
162923 June 2011: Wouter
1630	- Changed -flto check to support clang compiler.
1631	- tag 1.4.11rc3 created.
1632
163317 June 2011: Wouter
1634	- tag 1.4.11rc1 created.
1635	- remove warning about signed/unsigned from flex (other flex version).
1636	- updated aclocal.m4 and libtool to match.
1637	- tag 1.4.11rc2 created.
1638
163916 June 2011: Wouter
1640	- log-queries: yesno option, default is no, prints querylog.
1641	- version is 1.4.11.
1642
164314 June 2011: Wouter
1644	- Use -flto compiler flag for link time optimization, if supported.
1645	- iana portlist updated.
1646
164712 June 2011: Wouter
1648	- IPv6 service address for d.root-servers.net (2001:500:2D::D).
1649
165010 June 2011: Wouter
1651	- unbound-control has version number in the header,
1652	  UBCT[version]_space_ is the header sent by the client now.
1653	- Unbound control port number is registered with IANA:
1654	  ub-dns-control  8953/tcp    unbound dns nameserver control
1655	  This is the new default for the control-port config setting.
1656	- statistics-interval prints the number of jostled queries to log.
1657
165830 May 2011: Wouter
1659	- Fix Makefile for U in environment, since wrong U is more common than
1660	  deansification necessity.
1661	- iana portlist updated.
1662	- updated ldns tarball to 1.6.10rc2 snapshot of today.
1663
166425 May 2011: Wouter
1665	- Fix assertion failure when unbound generates an empty error reply
1666	  in response to a query, CVE-2011-1922 VU#531342.
1667	- This fix is in tag 1.4.10.
1668	- defense in depth against the above bug, an error is printed to log
1669	  instead of an assertion failure.
1670
167110 May 2011: Wouter
1672	- bug#386: --enable-allsymbols option links all binaries to libunbound
1673	  and reduces install size significantly.
1674	- feature, ignore-cd-flag: yesno to provide dnssec to legacy servers.
1675	- iana portlist updated.
1676	- Fix TTL of SOA so negative TTL is separately cached from normal TTL.
1677
167814 April 2011: Wouter
1679	- configure created with newer autoconf 2.66.
1680
168112 April 2011: Wouter
1682	- bug#378: Fix that configure checks for ldns_get_random presence.
1683
16848 April 2011: Wouter
1685	- iana portlist updated.
1686	- queries with CD flag set cause DNSSEC validation, but the answer is
1687	  not withheld if it is bogus.  Thus, unbound will retry if it is bad
1688	  and curb the TTL if it is bad, thus protecting the cache for use by
1689	  downstream validators.
1690	- val-override-date: -1 ignores dates entirely, for NTP usage.
1691
169229 March 2011: Wouter
1693	- harden-below-nxdomain: changed so that it activates when the
1694	  cached nxdomain is dnssec secure.  This avoids backwards
1695	  incompatibility because those old servers do not have dnssec.
1696
169724 March 2011: Wouter
1698	- iana portlist updated.
1699	- release 1.4.9.
1700	- trunk is 1.5.0
1701
170217 March 2011: Wouter
1703	- bug#370: new unbound.spec for CentOS 5.x from Harold Jones.
1704	  Applied but did not do the --disable-gost.
1705
170610 March 2011: Wouter
1707	- tag 1.4.9 release candidate 1 created.
1708
17093 March 2011: Wouter
1710	- updated ldns to today.
1711
17121 March 2011: Wouter
1713	- Fix no ADflag for NXDOMAIN in NSEC3 optout. And wildcard in optout.
1714	- give config parse error for multiple names on a stub or forward zone.
1715	- updated ldns tarball to 1.6.9(todays snapshot).
1716
171724 February 2011: Wouter
1718	- bug #361: Fix, time.elapsed variable not reset with stats_noreset.
1719
172023 February 2011: Wouter
1721	- iana portlist updated.
1722	- common.sh to version 3.
1723
172418 February 2011: Wouter
1725	- common.sh in testdata updated to version 2.
1726
172715 February 2011: Wouter
1728	- Added explicit note on unbound-anchor usage:
1729	  Please note usage of unbound-anchor root anchor is at your own risk
1730	  and under the terms of our LICENSE (see that file in the source).
1731
173211 February 2011: Wouter
1733	- iana portlist updated.
1734	- tpkg updated with common.sh for common functionality.
1735
17367 February 2011: Wouter
1737	- Added regression test for addition of a .net DS to the root, and
1738	  cache effects with different TTL for glue and DNSKEY.
1739	- iana portlist updated.
1740
174128 January 2011: Wouter
1742	- Fix remove private address does not throw away entire response.
1743
174424 January 2011: Wouter
1745	- release 1.4.8
1746
174719 January 2011: Wouter
1748	- fix bug#349: no -L/usr for ldns.
1749
175018 January 2011: Wouter
1751	- ldns 1.6.8 tarball included.
1752	- release 1.4.8rc1.
1753
175417 January 2011: Wouter
1755	- add get and set option for harden-below-nxdomain feature.
1756	- iana portlist updated.
1757
175814 January 2011: Wouter
1759	- Fix so a changed NS RRset does not get moved name stuck on old
1760	  server, for type NS the TTL is not increased.
1761
176213 January 2011: Wouter
1763	- Fix prefetch so it does not get stuck on old server for moved names.
1764
176512 January 2011: Wouter
1766	- iana portlist updated.
1767
176811 January 2011: Wouter
1769	- Fix insecure CNAME sequence marked as secure, reported by Bert
1770	  Hubert.
1771
177210 January 2011: Wouter
1773	- faster lruhash get_mem routine.
1774
17754 January 2011: Wouter
1776	- bug#346: remove ITAR scripts from contrib, the service is discontinued, use the root.
1777	- iana portlist updated.
1778
177923 December 2010: Wouter
1780	- Fix in infra cache that could cause rto larger than TOP_TIMEOUT kept.
1781
178221 December 2010: Wouter
1783	- algorithm compromise protection using the algorithms signalled in
1784	  the DS record.  Also, trust anchors, DLV, and RFC5011 receive this,
1785	  and thus, if you have multiple algorithms in your trust-anchor-file
1786	  then it will now behave different than before.  Also, 5011 rollover
1787	  for algorithms needs to be double-signature until the old algorithm
1788	  is revoked.
1789	  It is not an option, because I see no use to turn the security off.
1790	- iana portlist updated.
1791
179217 December 2010: Wouter
1793	- squelch 'tcp connect: bla' in logfile, (set verbosity 2 to see them).
1794	- fix validation in this case: CNAME to nodata for co-hosted opt-in
1795	  NSEC3 insecure delegation, was bogus, fixed to be insecure.
1796
179716 December 2010: Wouter
1798	- Fix our 'BDS' license (typo reported by Xavier Belanger).
1799
180010 December 2010: Wouter
1801	- iana portlist updated.
1802	- review changes for unbound-anchor.
1803
18042 December 2010: Wouter
1805	- feature typetransparent localzone, does not block other RR types.
1806
18071 December 2010: Wouter
1808	- Fix bug#338: print address when socket creation fails.
1809
181030 November 2010: Wouter
1811	- Fix storage of EDNS failures in the infra cache.
1812	- iana portlist updated.
1813
181418 November 2010: Wouter
1815	- harden-below-nxdomain option, default off (because very old
1816	  software may be incompatible).  We could enable it by default in
1817	  the future.
1818
181917 November 2010: Wouter
1820	- implement draft-vixie-dnsext-resimprove-00, we stop on NXDOMAIN.
1821	- make test output nicer.
1822
182315 November 2010: Wouter
1824	- silence 'tcp connect: broken pipe' and 'net down' at low verbosity.
1825	- iana portlist updated.
1826	- so-sndbuf option for very busy servers, a bit like so-rcvbuf.
1827
18289 November 2010: Wouter
1829	- unbound-anchor compiles with openssl 0.9.7.
1830
18318 November 2010: Wouter
1832	- release tag 1.4.7.
1833	- trunk is version 1.4.8.
1834	- Be lenient and accept imgw.pl malformed packet (like BIND).
1835
18365 November 2010: Wouter
1837	- do not synthesize a CNAME message from cache for qtype DS.
1838
18394 November 2010: Wouter
1840	- Use central entropy to seed threads.
1841
18423 November 2010: Wouter
1843	- Change the rtt used to probe EDNS-timeout hosts to 1000 msec.
1844
18452 November 2010: Wouter
1846	- tag 1.4.7rc1.
1847	- code review.
1848
18491 November 2010: Wouter
1850	- GOST code enabled by default (RFC 5933).
1851
185227 October 2010: Wouter
1853	- Fix uninit value in dump_infra print.
1854	- Fix validation failure for parent and child on same server with an
1855	  insecure childzone and a CNAME from parent to child.
1856	- Configure detects libev-4.00.
1857
185826 October 2010: Wouter
1859	- dump_infra and flush_infra commands for unbound-control.
1860	- no timeout backoff if meanwhile a query succeeded.
1861	- Change of timeout code.  No more lost and backoff in blockage.
1862	  At 12sec timeout (and at least 2x lost before) one probe per IP
1863	  is allowed only.  At 120sec, the IP is blocked.  After 15min, a
1864	  120sec entry has a single retry packet.
1865
186625 October 2010: Wouter
1867	- Configure errors if ldns is not found.
1868
186922 October 2010: Wouter
1870	- Windows 7 fix for the installer.
1871
187221 October 2010: Wouter
1873	- Fix bug where fallback_tcp causes wrong roundtrip and edns
1874	  observation to be noted in cache.  Fix bug where EDNSprobe halted
1875	  exponential backoff if EDNS status unknown.
1876	- new unresponsive host method, exponentially increasing block backoff.
1877	- iana portlist updated.
1878
187920 October 2010: Wouter
1880	- interface automatic works for some people with ip6 disabled.
1881	  Therefore the error check is removed, so they can use the option.
1882
188319 October 2010: Wouter
1884	- Fix for request list growth, if a server has long timeout but the
1885	  lost counter is low, then its effective rtt is the one without
1886	  exponential backoff applied.  Because the backoff is not working.
1887	  The lost counter can then increase and the server is blacklisted,
1888	  or the lost counter does not increase and the server is working
1889	  for some queries.
1890
189118 October 2010: Wouter
1892	- iana portlist updated.
1893
189413 October 2010: Wouter
1895	- Fix TCP so it uses a random outgoing-interface.
1896	- unbound-anchor handles ADDPEND keystate.
1897
189811 October 2010: Wouter
1899	- Fix bug when DLV below a trust-anchor that uses NSEC3 optout where
1900	  the zone has a secure delegation hosted on the same server did not
1901	  verify as secure (it was insecure by mistake).
1902	- iana portlist updated.
1903	- ldns tarball updated (for reading cachedumps with bad RR data).
1904
19051 October 2010: Wouter
1906	- test for unbound-anchor. fix for reading certs.
1907	- Fix alloc_reg_release for longer uptime in out of memory conditions.
1908
190928 September 2010: Wouter
1910	- unbound-anchor working, it creates or updates a root.key file.
1911	  Use it before you start the validator (e.g. at system boot time).
1912
191327 September 2010: Wouter
1914	- iana portlist updated.
1915
191624 September 2010: Wouter
1917	- bug#329: in example.conf show correct ipv4 link-local 169.254/16.
1918
191923 September 2010: Wouter
1920	- unbound-anchor app, unbound requires libexpat (xml parser library).
1921
192222 September 2010: Wouter
1923	- compliance with draft-ietf-dnsop-default-local-zones-14, removed
1924	  reverse ipv6 orchid prefix from builtin list.
1925	- iana portlist updated.
1926
192717 September 2010: Wouter
1928	- DLV has downgrade protection again, because the RFC says so.
1929	- iana portlist updated.
1930
193116 September 2010: Wouter
1932	- Algorithm rollover operational reality intrudes, for trust-anchor,
1933	  5011-store, and DLV-anchor if one key matches it's good enough.
1934	- iana portlist updated.
1935	- Fix reported validation error in out of memory condition.
1936
193715 September 2010: Wouter
1938	- Abide RFC5155 section 9.2: no AD flag for replies with NSEC3 optout.
1939
194014 September 2010: Wouter
1941	- increased mesh-max-activation from 1000 to 3000 for crazy domains
1942	  like _tcp.slb.com with 262 servers.
1943	- iana portlist updated.
1944
194513 September 2010: Wouter
1946	- bug#327: Fix for cannot access stub zones until the root is primed.
1947
19489 September 2010: Wouter
1949	- unresponsive servers are not completely blacklisted (because of
1950	  firewalls), but also not probed all the time (because of the request
1951	  list size it generates).  The probe rate is 1%.
1952	- iana portlist updated.
1953
195420 August 2010: Wouter
1955	- openbsd-lint fixes: acl_list_get_mem used if debug-alloc enabled.
1956	  iterator get_mem includes priv_get_mem.  delegpt nodup removed.
1957	  listen_pushback, query_info_allocqname, write_socket, send_packet,
1958	  comm_point_set_cb_arg and listen_resume removed.
1959
196019 August 2010: Wouter
1961	- Fix bug#321: resolution of rs.ripe.net artifacts with 0x20.
1962	  Delegpt structures checked for duplicates always.
1963	  No more nameserver lookups generated when depth is full anyway.
1964	- example.conf notes how to do DNSSEC validation and track the root.
1965	- iana portlist updated.
1966
196718 August 2010: Wouter
1968	- Fix bug#322: configure does not respect CFLAGS on Solaris.
1969	  Pass CFLAGS="-xO4 -xtarget=generic" on the configure command line
1970	  if use sun-cc, but some systems need different flags.
1971
197216 August 2010: Wouter
1973	- Fix acx_nlnetlabs.m4 configure output for autoconf-2.66 AS_TR_CPP
1974	  changes, uses m4_bpatsubst now.
1975	- make test (or make check) should be more portable and run the unit
1976	  test and testbound scripts. (make longtest has special requirements).
1977
197813 August 2010: Wouter
1979	- More pleasant remote control command parsing.
1980	- documentation added for return values reported by doxygen 1.7.1.
1981	- iana portlist updated.
1982
19839 August 2010: Wouter
1984	- Fix name of rrset printed that failed validation.
1985
19865 August 2010: Wouter
1987	- Return NXDOMAIN after chain of CNAMEs ends at name-not-found.
1988
19894 August 2010: Wouter
1990	- Fix validation in case a trust anchor enters into a zone with
1991	  unsupported algorithms.
1992
19933 August 2010: Wouter
1994	- updated ldns tarball with bugfixes.
1995	- release tag 1.4.6.
1996	- trunk becomes 1.4.7 develop.
1997	- iana portlist updated.
1998
199922 July 2010: Wouter
2000	- more error details on failed remote control connection.
2001
200215 July 2010: Wouter
2003	- rlimit adjustments for select and ulimit can happen at the same time.
2004
200514 July 2010: Wouter
2006	- Donation text added to README.
2007	- Fix integer underflow in prefetch ttl creation from cache.  This
2008	  fixes a potential negative prefetch ttl.
2009
201012 July 2010: Wouter
2011	- Changed the defaults for num-queries-per-thread/outgoing-range.
2012	  For builtin-select: 512/960, for libevent 1024/4096 and for
2013	  windows 24/48 (because of win api).  This makes the ratio this way
2014	  to improve resilience under heavy load.  For high performance, use
2015	  libevent and possibly higher numbers.
2016
201710 July 2010: Wouter
2018	- GOST enabled if SSL is recent and ldns has GOST enabled too.
2019	- ldns tarball updated.
2020
20219 July 2010: Wouter
2022	- iana portlist updated.
2023	- Fix validation of qtype DNSKEY when a key-cache entry exists but
2024	  no rr-cache entry is used (it expired or prefetch), it then goes
2025	  back up to the DS or trust-anchor to validate the DNSKEY.
2026
20277 July 2010: Wouter
2028	- Neat function prototypes, unshadowed local declarations.
2029
20306 July 2010: Wouter
2031	- failure to chown the pidfile is not fatal any more.
2032	- testbound uses UTC timezone.
2033	- ldns tarball updated (ports and works on Minix 3.1.7).  On Minix, add
2034	  /usr/gnu/bin to PATH, use ./configure AR=/usr/gnu/bin/gar and gmake.
2035
20365 July 2010: Wouter
2037	- log if a server is skipped because it is on the donotquery list,
2038	  at verbosity 4, to enable diagnosis why no queries to 127.0.0.1.
2039	- added feature to print configure date, target and options with -h.
2040	- added feature to print event backend system details with -h.
2041	- wdiff is not actually required by make test, updated requirements.
2042
20431 July 2010: Wouter
2044	- Fix RFC4035 compliance with 2.2 statement that the DNSKEY at apex
2045	  must be signed with all algorithms from the DS rrset at the parent.
2046	  This is now checked and becomes bogus if not.
2047
204828 June 2010: Wouter
2049	- Fix jostle list bug found by Vince (luoce@cnnic), it caused the qps
2050	  in overload situations to be about 5 qps for the class of shortly
2051	  serviced queries.
2052	  The capacity of the resolver is then about (numqueriesperthread / 2)
2053	  / (average time for such long queries) qps for long queries.
2054	  And about (numqueriesperthread / 2)/(jostletimeout in whole seconds)
2055	  qps for short queries, per thread.
2056	- Fix the max number of reply-address count to be applied for duplicate
2057	  queries, and not for new query list entries.  This raises the memory
2058	  usage to a max of (16+1)*numqueriesperthread reply addresses.
2059
206025 June 2010: Wouter
2061	- Fix handling of corner case reply from lame server, follows rfc2308.
2062	  It could lead to a nodata reply getting into the cache if the search
2063	  for a non-lame server turned up other misconfigured servers.
2064	- unbound.h has extern "C" statement for easier include in c++.
2065
206623 June 2010: Wouter
2067	- iana portlist updated.
2068	- makedist upgraded cross compile openssl option, like this:
2069	  ./makedist.sh -s -wssl openssl-1.0.0a.tar.gz -w --enable-gost
2070
207122 June 2010: Wouter
2072	- Unbound reports libev or libevent correctly in logs in verbose mode.
2073	- Fix to unload gost dynamic library module for leak testing.
2074
207518 June 2010: Wouter
2076	- iana portlist updated.
2077
207817 June 2010: Wouter
2079	- Add AAAA to root hints for I.ROOT-SERVERS.NET.
2080
208116 June 2010: Wouter
2082	- Fix assertion failure reported by Kai Storbeck from XS4ALL, the
2083	  assertion was wrong.
2084	- updated ldns tarball.
2085
208615 June 2010: Wouter
2087	- tag 1.4.5 created.
2088	- trunk contains 1.4.6 in development.
2089	- Fix TCPreply on systems with no writev, if just 1 byte could be sent.
2090	- Fix to use one pointer less for iterator query state store_parent_NS.
2091	- makedist crosscompile to windows uses builtin ldns not host ldns.
2092	- Max referral count from 30 to 130, because 128 one character domains
2093	  is valid DNS.
2094	- added documentation for the histogram printout to syslog.
2095
209611 June 2010: Wouter
2097	- When retry to parent the retrycount is not wiped, so failed
2098	  nameservers are not tried again.
2099	- iana portlist updated.
2100
210110 June 2010: Wouter
2102	- Fix bug where a long loop could be entered, now cycle detection
2103	  has a loop-counter and maximum search amount.
2104
21054 June 2010: Wouter
2106	- iana portlist updated.
2107	- 1.4.5rc1 tag created.
2108
21093 June 2010: Wouter
2110	- ldns tarball updated, 1.6.5.
2111	- review comments, split dependency cycle tracking for parentside
2112	  last resort lookups for A and AAAA so there are more lookup options.
2113
21142 June 2010: Wouter
2115	- Fix compile warning if compiled without threads.
2116	- updated ldns-tarball with current ldns svn (pre 1.6.5).
2117	- GOST disabled-by-default, the algorithm number is allocated but the
2118	  RFC is still has to pass AUTH48 at the IETF.
2119
21201 June 2010: Wouter
2121	- Ignore Z flag in incoming messages too.
2122	- Fix storage of negative parent glue if that last resort fails.
2123	- libtoolize 2.2.6b, autoconf 2.65 applied to configure.
2124	- new splint flags for newer splint install.
2125
212631 May 2010: Wouter
2127	- Fix AD flag handling, it could in some cases mistakenly copy the AD
2128	  flag from upstream servers.
2129	- alloc_special_obtain out of memory is not a fatal error any more,
2130	  enabling unbound to continue longer in out of memory conditions.
2131	- parentside names are dispreferred but not said to be dnssec-lame.
2132	- parentside check for cached newname glue.
2133	- fix parentside and querytargets modulestate, for dump_requestlist.
2134	- unbound-control-setup makes keys -rw-r--- so not all users permitted.
2135	- fix parentside from cache to be marked dispreferred for bad names.
2136
213728 May 2010: Wouter
2138	- iana portlist updated.
2139	- parent-child disagreement approach altered.  Older fixes are
2140	  removed in place of a more exhaustive search for misconfigured data
2141	  available via the parent of a delegation.
2142	  This is designed to be throttled by cache entries, with TTL from the
2143	  parent if possible.  Additionally the loop-counter is used.
2144	  It also tests for NS RRset differences between parent and child.
2145	  The fetch of misconfigured data should be more reliable and thorough.
2146	  It should work reliably even with no or only partial data in cache.
2147	  Data received from the child (as always) is deemed more
2148	  authoritative than information received from the delegation parent.
2149	  The search for misconfigured data is not performed normally.
2150
215126 May 2010: Wouter
2152	- Contribution from Migiel de Vos (Surfnet): nagios patch for
2153	  unbound-host, in contrib/ (in the source tarball).  Makes
2154	  unbound-host suitable for monitoring dnssec(-chain) status.
2155
215621 May 2010: Wouter
2157	- EDNS timeout code will not fire if EDNS status already known.
2158	- EDNS failure not stored if EDNS status known to work.
2159
216019 May 2010: Wouter
2161	- Fix resolution for domains like safesvc.com.cn.  If the iterator
2162	  can not recurse further and it finds the delegation in a state
2163	  where it would otherwise have rejected it outhand if so received
2164	  from a cache lookup, then it can try to ask higherup (with loop
2165	  protection).
2166	- Fix comments in iter_utils:dp_is_useless.
2167
216818 May 2010: Wouter
2169	- Fix various compiler warnings from the clang llvm compiler.
2170	- iana portlist updated.
2171
21726 May 2010: Wouter
2173	- Fix bug#308: spelling error in variable name in parser and lexer.
2174
21754 May 2010: Wouter
2176	- Fix dnssec-missing detection that was turned off by server selection.
2177	- Conforms to draft-ietf-dnsop-default-local-zones-13.  Added default
2178	  reverse lookup blocks for IPv4 test nets 100.51.198.in-addr.arpa,
2179	  113.0.203.in-addr.arpa and Orchid prefix 0.1.1.0.0.2.ip6.arpa.
2180
218129 April 2010: Wouter
2182	- Fix for dnssec lameness detection to use the key cache.
2183	- infra cache entries that are expired are wiped clean.  Previously
2184	  it was possible to not expire host data (if accessed often).
2185
218628 April 2010: Wouter
2187	- ldns tarball updated and GOST support is detected and then enabled.
2188	- iana portlist updated.
2189	- Fix detection of gost support in ldns (reported by Chris Smith).
2190
219127 April 2010: Wouter
2192	- unbound-control get_option domain-insecure shows config file items.
2193	- fix retry sequence if prime hints are recursion-lame.
2194	- autotrust anchor file can be initialized with a ZSK key as well.
2195	- harden-referral-path does not result in failures due to max-depth.
2196	  You can increase the max-depth by adding numbers (' 0') after the
2197	  target-fetch-policy, this increases the depth to which is checked.
2198
219926 April 2010: Wouter
2200	- Compile fix using Sun Studio 12 compiler on Solaris 5.9, use
2201	  CPPFLAGS during configure process.
2202	- if libev is installed on the base system (not libevent), detect
2203	  it from the event.h header file and link with -lev.
2204	- configlexer.lex gets config.h, and configyyrename.h added by make,
2205	  no more double include.
2206	- More strict scrubber (Thanks to George Barwood for the idea):
2207	  NS set must be pertinent to the query (qname subdomain nsname).
2208	- Fix bug#307: In 0x20 backoff fix fallback so the number of
2209	  outstanding queries does not become -1 and block the request.
2210	  Fixed handling of recursion-lame in combination with 0x20 fallback.
2211	  Fix so RRsets are compared canonicalized and sorted if the immediate
2212	  comparison fails, this makes it work around round-robin sites.
2213
221423 April 2010: Wouter
2215	- Squelch log message: sendto failed permission denied for
2216	  255.255.255.255, it is visible in VERB_DETAIL (verbosity 2).
2217	- Fix to fetch data as last resort more tenaciously.  When cycle
2218	  targets cause the server selection to believe there are more options
2219	  when they really are not there, the server selection is reinitiated.
2220	- Fix fetch from blacklisted dnssec lame servers as last resort.  The
2221	  server's IP address is then given in validator errors as well.
2222	- Fix local-zone type redirect that did not use the query name for
2223	  the answer rrset.
2224
222522 April 2010: Wouter
2226	- tag 1.4.4.
2227	- trunk contains 1.4.5 in development.
2228	- Fix validation failure for qtype ANY caused by a RRSIG parse failure.
2229	  The validator error message was 'no signatures from ...'.
2230
223116 April 2010: Wouter
2232	- more portability defines for CMSG_SPACE, CMSG_ALIGN, CMSG_LEN.
2233	- tag 1.4.4rc1.
2234
223515 April 2010: Wouter
2236	- ECC-GOST algorithm number 12 that is assigned by IANA.  New test
2237	  example key and signatures for GOST.  GOST requires openssl-1.0.0.
2238	  GOST is still disabled by default.
2239
22409 April 2010: Wouter
2241	- Fix bug#305: pkt_dname_tolower could read beyond end of buffer or
2242	  get into an endless loop, if 0x20 was enabled, and buffers are small
2243	  or particular broken packets are received.
2244	- Fix chain of trust with CNAME at an intermediate step, for the DS
2245	  processing proof.
2246
22478 April 2010: Wouter
2248	- Fix validation of queries with wildcard names (*.example).
2249
22506 April 2010: Wouter
2251	- Fix EDNS probe for .de DNSSEC testbed failure, where the infra
2252	  cache timeout coincided with a server update, the current EDNS
2253	  backoff is less sensitive, and does not cache the backoff unless
2254	  the backoff actually works and the domain is not expecting DNSSEC.
2255	- GOST support with correct algorithm numbers.
2256
22571 April 2010: Wouter
2258	- iana portlist updated.
2259
226024 March 2010: Wouter
2261	- unbound control flushed items are not counted when flushed again.
2262
226323 March 2010: Wouter
2264	- iana portlist updated.
2265
226622 March 2010: Wouter
2267	- unbound-host disables use-syslog from config file so that the
2268	  config file for the main server can be used more easily.
2269	- fix bug#301: unbound-checkconf could not parse interface
2270	  '0.0.0.0@5353', even though unbound itself worked fine.
2271
227219 March 2010: Wouter
2273	- fix fwd_ancil test to pass if the socket options are not supported.
2274
227518 March 2010: Wouter
2276	- Fixed random numbers for port, interface and server selection.
2277	  Removed very small bias.
2278	- Refer to the listing in unbound-control man page in the extended
2279	  statistics entry in the unbound.conf man page.
2280
228116 March 2010: Wouter
2282	- Fix interface-automatic for OpenBSD: msg.controllen was too small,
2283	  also assertions on ancillary data buffer.
2284	- check for IP_SENDSRCADDR for interface-automatic or IP_PKTINFO.
2285	- for NSEC3 check if signatures are cached.
2286
228715 March 2010: Wouter
2288	- unit test for util/regional.c.
2289
229012 March 2010: Wouter
2291	- Reordered configure checks so fork and -lnsl -lsocket checks are
2292	  earlier, and thus later checks benefit from and do not hinder them.
2293	- iana portlist updated.
2294	- ldns tarball updated.
2295	- Fix python use when multithreaded.
2296	- Fix solaris python compile.
2297	- Include less in config.h and include per code file for ldns, ssl.
2298
229911 March 2010: Wouter
2300	- another memory allocation option: --enable-alloc-nonregional.
2301	  exposes the regional allocations to other memory purifiers.
2302	- fix for memory alignment in struct sock_list allocation.
2303	- Fix for MacPorts ldns without ssl default, unbound checks if ldns
2304	  has dnssec functionality and uses the builtin if not.
2305	- Fix daemonize on Solaris 10, it did not detach from terminal.
2306	- tag 1.4.3 created.
2307	- trunk is 1.4.4 in development.
2308	- spelling fix in validation error involving cnames.
2309
231010 March 2010: Wouter
2311	- --enable-alloc-lite works with test set.
2312	- portability in the testset: printf format conversions, prototypes.
2313
23149 March 2010: Wouter
2315	- tag 1.4.2 created.
2316	- trunk is 1.4.3 in development.
2317	- --enable-alloc-lite debug option.
2318
23198 March 2010: Wouter
2320	- iana portlist updated.
2321
23224 March 2010: Wouter
2323	- Fix crash in control channel code.
2324
23253 March 2010: Wouter
2326	- better casts in pipe code, brackets placed wrongly.
2327	- iana portlist updated.
2328
23291 March 2010: Wouter
2330	- make install depends on make all.
2331	- Fix 5011 auto-trust-anchor-file initial read to skip RRSIGs.
2332	- --enable-checking: enables assertions but does not look nonproduction.
2333	- nicer VERB_DETAIL (verbosity 2, unbound-host -d) output, with
2334	  nxdomain and nodata distinguished.
2335	- ldns tarball updated.
2336	- --disable-rpath fixed for libtool not found errors.
2337	- new fedora specfile from Fedora13 in contrib from Paul Wouters.
2338
233926 February 2010: Wouter
2340	- Fixup prototype for lexer cleanup in daemon code.
2341	- unbound-control list_stubs, list_forwards, list_local_zones and
2342	  list_local_data.
2343
234424 February 2010: Wouter
2345	- Fix scrubber bug that potentially let NS records through.  Reported
2346	  by Amanda Constant.
2347	- Also delete potential poison references from additional.
2348	- Fix: no classification of a forwarder as lame, throw away instead.
2349
235023 February 2010: Wouter
2351	- libunbound ub_ctx_get_option() added.
2352	- unbound-control set_option and get_option commands.
2353	- iana portlist updated.
2354
235518 February 2010: Wouter
2356	- A little more strict DS scrubbing.
2357	- No more blacklisting of unresponsive servers, a 2 minute timeout
2358	  is backed off to.
2359	- RD flag not enabled for dnssec-blacklisted tries, unless necessary.
2360	- pickup ldns compile fix, libdl for libcrypto.
2361	- log 'tcp connect: connection timed out' only in high verbosity.
2362	- unbound-control log_reopen command.
2363	- moved get_option code from unbound-checkconf to util/config_file.c
2364
236517 February 2010: Wouter
2366	- Disregard DNSKEY from authority section for chain of trust.
2367	  DS records that are irrelevant to a referral scrubbed.  Anti-poison.
2368	- iana portlist updated.
2369
237016 February 2010: Wouter
2371	- Check for 'no space left on device' (or other errors) when
2372	  writing updated autotrust anchors and print errno to log.
2373
237415 February 2010: Wouter
2375	- Fixed the requery protection, the TTL was 0, it is now 900 seconds,
2376	  hardcoded.  We made the choice to send out more conservatively,
2377	  protecting against an aggregate effect more than protecting a
2378	  single user (from their own folly, perhaps in case of misconfig).
2379
238012 February 2010: Wouter
2381	- Re-query pattern changed on validation failure.  To protect troubled
2382	  authority servers, unbound caches a failure for the DNSKEY or DS
2383	  records for the entire zone, and only retries that 900 seconds later.
2384	  This implies that only a handful of packets are sent extra to the
2385	  authority if the zone fails.
2386
238711 February 2010: Wouter
2388	- ldns tarball update for long label length syntax error fix.
2389	- iana portlist updated.
2390
23919 February 2010: Wouter
2392	- Fixup in compat snprintf routine, %f 1.02 and %g support.
2393	- include math.h for testbound test compile portability.
2394
23952 February 2010: Wouter
2396	- Updated url of IANA itar, interim trust anchor repository, in script.
2397
23981 February 2010: Wouter
2399	- iana portlist updated.
2400	- configure test for memcmp portability.
2401
240227 January 2010: Wouter
2403	- removed warning on format string in validator error log statement.
2404	- iana portlist updated.
2405
240622 January 2010: Wouter
2407	- libtool finish the install of unbound python dynamic library.
2408
240921 January 2010: Wouter
2410	- acx_nlnetlabs.m4 synchronised with nsd's version.
2411
241220 January 2010: Wouter
2413	- Fixup lookup trouble for parent-child domains on the first query.
2414
241514 January 2010: Wouter
2416	- Fixup ldns detection to also check for header files.
2417
241813 January 2010: Wouter
2419	- prefetch-key option that performs DNSKEY queries earlier in the
2420	  validation process, and that could halve the latency on DNSSEC
2421	  queries.  It takes some extra processing (CPU, a cache is needed).
2422
242312 January 2010: Wouter
2424	- Fix unbound-checkconf for auto-trust-anchor-file present checks.
2425
24268 January 2010: Wouter
2427	- Fix for parent-child disagreement code which could have trouble
2428	  when (a) ipv6 was disabled and (b) the TTL for parent and child
2429	  were different.  There were two bugs, the parent-side information
2430	  is fixed to no longer block lookup of child side information and
2431	  the iterator is fixed to no longer attempt to get ipv6 when it is
2432	  not enabled and then give up in failure.
2433	- test and fixes to make prefetch actually store the answer in the
2434	  cache.  Considers some rrsets 'already expired' but does not allow
2435	  overwriting of rrsets considered more secure.
2436
24377 January 2010: Wouter
2438	- Fixup python documentation (thanks Leo Vandewoestijne).
2439	- Work on cache prefetch feature.
2440	- Stats for prefetch, in log print stats, unbound-control stats
2441	  and in unbound_munin plugin.
2442
24436 January 2010: Wouter
2444	- iana portlist updated.
2445	- bug#291: DNS wireformat max is 255. dname_valid allowed 256 length.
2446	- verbose output includes parent-side-address notion for lameness.
2447	- documented val-log-level: 2 setting in example.conf and man page.
2448	- change unbound-control-setup from 1024(sha1) to 1536(sha256).
2449
24501 January 2010: Wouter
2451	- iana portlist updated.
2452
245322 December 2009: Wouter
2454	- configure with newer libtool 2.2.6b.
2455
245617 December 2009: Wouter
2457	- review comments.
2458	- tag 1.4.1.
2459	- trunk to version 1.4.2.
2460
246115 December 2009: Wouter
2462	- Answer to qclass=ANY queries, with class IN contents.
2463	  Test that validation also works.
2464	- updated ldns snapshot tarball with latest fixes (parsing records).
2465
246611 December 2009: Wouter
2467	- on IPv4 UDP turn off DF flag.
2468
246910 December 2009: Wouter
2470	- requirements.txt updated with design choice explanations.
2471	- Reading fixes: fix to set unlame when child confirms parent glue,
2472	  and fix to avoid duplicate addresses in delegation point.
2473	- verify_rrsig routine checks expiration last.
2474
24759 December 2009: Wouter
2476	- Fix Bug#287(reopened): update of ldns tarball with fix for parse
2477	  errors generated for domain names like '.example.com'.
2478	- Fix SOA excluded from negative DS responses.  Reported by Hauke
2479	  Lampe.  The negative cache did not include proper SOA records for
2480	  negative qtype DS responses which makes BIND barf on it, such
2481	  responses are now only used internally.
2482	- Fix negative cache lookup of closestencloser check of DS type bit.
2483
24848 December 2009: Wouter
2485	- Fix for lookup of parent-child disagreement domains, where the
2486	  parent-side glue works but it does not provide proper NS, A or AAAA
2487	  for itself, fixing domains such as motorcaravanners.eu.
2488	- Feature: you can specify a port number in the interface: line, so
2489	  you can bind the same interface multiple times at different ports.
2490
24917 December 2009: Wouter
2492	- Bug#287: Fix segfault when unbound-control remove nonexistent local
2493	  data.  Added check to tests.
2494
24951 December 2009: Wouter
2496	- Fix crash with module-config "iterator".
2497	- Added unit test that has "iterator" module-config.
2498
249930 November 2009: Wouter
2500	- bug#284: fix parse of # without end-of-line at end-of-file.
2501
250226 November 2009: Wouter
2503	- updated ldns with release candidate for version 1.6.3.
2504	- tag for 1.4.0 release.
2505	- 1.4.1 version in trunk.
2506	- Fixup major libtool version to 2 because of why_bogus change.
2507	  It was 1:5:0 but should have been 2:0:0.
2508
250923 November 2009: Wouter
2510	- Patch from David Hubbard for libunbound manual page.
2511	- Fixup endless spinning in unbound-control stats reported by
2512	  Attila Nagy.  Probably caused by clock reversal.
2513
251420 November 2009: Wouter
2515	- contrib/split-itar.sh contributed by Tom Hendrikx.
2516
251719 November 2009: Wouter
2518	- better argument help for unbound-control.
2519	- iana portlist updated.
2520
252117 November 2009: Wouter
2522	- noted multiple entries for multiple domain names in example.conf.
2523	- iana portlist updated.
2524
252516 November 2009: Wouter
2526	- Fixed signer detection of CNAME responses without signatures.
2527	- Fix#282 libunbound memleak on error condition by Eric Sesterhenn.
2528	- Tests for CNAMEs to deeper trust anchors, secure and bogus.
2529	- svn tag 1.4.0rc1 made.
2530
253113 November 2009: Wouter
2532	- Fixed validation failure for CNAME to optout NSEC3 nodata answer.
2533	- unbound-host does not fail on type ANY.
2534	- Fixed wireparse failure to put RRSIGs together with data in some
2535	  long ANY mix cases, which fixes validation failures.
2536
253712 November 2009: Wouter
2538	- iana portlist updated.
2539	- fix manpage errors reported by debian lintian.
2540	- review comments.
2541	- fixup very long vallog2 level error strings.
2542
254311 November 2009: Wouter
2544	- ldns tarball updated (to 1.6.2).
2545	- review comments.
2546
254710 November 2009: Wouter
2548	- Thanks to Surfnet found bug in new dnssec-retry code that failed
2549	  to combine well when combined with DLV and a particular failure.
2550	- Fixed unbound-control -h output about argument optionality.
2551	- review comments.
2552
25535 November 2009: Wouter
2554	- lint fixes and portability tests.
2555	- better error text for multiple domain keys in one autotrust file.
2556
25572 November 2009: Wouter
2558	- Fix bug where autotrust does not work when started with a DS.
2559	- Updated GOST unit tests for unofficial algorithm number 249
2560	  and DNSKEY-format changes in draft version -01.
2561
256229 October 2009: Wouter
2563	- iana portlist updated.
2564	- edns-buffer-size option, default 4096.
2565	- fixed do-udp: no.
2566
256728 October 2009: Wouter
2568	- removed abort on prealloc failure, error still printed but softfail.
2569	- iana portlist updated.
2570	- RFC 5702: RSASHA256 and RSASHA512 support enabled by default.
2571	- ldns tarball updated (which also enables rsasha256 support).
2572
257327 October 2009: Wouter
2574	- iana portlist updated.
2575
25768 October 2009: Wouter
2577	- please doxygen
2578	- add val-log-level print to corner case (nameserver.epost.bg).
2579	- more detail to errors from insecure delegation checks.
2580	- Fix double time subtraction in negative cache reported by
2581	  Amanda Constant and Hugh Mahon.
2582	- Made new validator error string available from libunbound for
2583	  applications.  It is in result->why_bogus, a zero-terminated string.
2584	  unbound-host prints it by default if a result is bogus.
2585	  Also the errinf is public in module_qstate (for other modules).
2586
25877 October 2009: Wouter
2588	- retry for validation failure in DS and prime results. Less mem use.
2589	  unit test.  Provisioning in other tests for requeries.
2590	- retry for validation failure in DNSKEY in middle of chain of trust.
2591	  unit test.
2592	- retry for empty non terminals in chain of trust and unit test.
2593	- Fixed security bug where the signatures for NSEC3 records were not
2594	  checked when checking for absence of DS records.  This could have
2595	  enabled the substitution of an insecure delegation.
2596	- moved version number to 1.4.0 because of 1.3.4 release with only
2597	  the NSEC3 patch from the entry above.
2598	- val-log-level: 2 shows extended error information for validation
2599	  failures, but still one (longish) line per failure.  For example:
2600	  validation failure <example.com. DNSKEY IN>: signature expired from
2601	  192.0.2.4 for trust anchor example.com. while building chain of trust
2602	  validation failure <www.example.com. A IN>: no signatures from
2603	  192.0.2.6 for key example.com. while building chain of trust
2604
26056 October 2009: Wouter
2606	- Test set updated to provide additional ns lookup result.
2607	  The retry would attempt to fetch the data from other nameservers
2608	  for bogus data, and this needed to be provisioned in the tests.
2609
26105 October 2009: Wouter
2611	- first validation failure retry code.  Retries for data failures.
2612	  And unit test.
2613
26142 October 2009: Wouter
2615	- improve 5011 modularization.
2616	- fix unbound-host so -d can be given before -C.
2617	- iana portlist updated.
2618
261928 September 2009: Wouter
2620	- autotrust-anchor-file can read multiline input and $ORIGIN.
2621	- prevent integer overflow in holddown calculation. review fixes.
2622	- fixed race condition in trust point revocation. review fix.
2623	- review fixes to comments, removed unused code.
2624
262525 September 2009: Wouter
2626	- so-rcvbuf: 4m option added.  Set this on large busy servers to not
2627	  drop the occasional packet in spikes due to full socket buffers.
2628	  netstat -su keeps a counter of UDP dropped due to full buffers.
2629	- review of validator/autotrust.c, small fixes and comments.
2630
263123 September 2009: Wouter
2632	- 5011 query failed counts verification failures, not lookup failures.
2633	- 5011 probe failure handling fixup.
2634	- test unbound reading of original autotrust data.
2635	  The metadata per-key, such as key state (PENDING, MISSING, VALID) is
2636	  picked up, otherwise performs initial probe like usual.
2637
263822 September 2009: Wouter
2639	- autotrust test with algorithm rollover, new ordering of checks
2640	  assists in orderly rollover.
2641	- autotrust test with algorithm rollover to unknown algorithm.
2642	  checks if new keys are supported before adding them.
2643	- autotrust test with trust point revocation, becomes unsigned.
2644	- fix DNSSEC-missing-signature detection for minimal responses
2645	  for qtype DNSKEY (assumes DNSKEY occurs at zone apex).
2646
264718 September 2009: Wouter
2648	- autotrust tests, fix trustpoint timer deletion code.
2649	  fix count of valid anchors during missing remove.
2650	- autotrust: pick up REVOKE even if not signed with known other keys.
2651
265217 September 2009: Wouter
2653	- fix compile of unbound-host when --enable-alloc-checks.
2654	- Fix lookup problem reported by Koh-ichi Ito and Jaap Akkerhuis.
2655	- Manual page fixes reported by Tony Finch.
2656
265716 September 2009: Wouter
2658	- Fix memory leak reported by Tao Ma.
2659	- Fix memstats test tool for log-time-ascii log format.
2660
266115 September 2009: Wouter
2662	- iana portlist updated.
2663
266410 September 2009: Wouter
2665	- increased MAXSYSLOGLEN so .bg key can be printed in debug output.
2666	- use linebuffering for log-file: output, this can be significantly
2667	  faster than the previous fflush method and enable some class of
2668	  resolvers to use high verbosity (for short periods).
2669	  Not on windows, because line buffering does not work there.
2670
26719 September 2009: Wouter
2672	- Fix bug where DNSSEC-bogus messages were marked with too high TTL.
2673	  The RRsets would still expire at the normal time, but this would
2674	  keep messages bogus in the cache for too long.
2675	- regression test for that bug.
2676	- documented that load_cache is meant for debugging.
2677
26788 September 2009: Wouter
2679	- fixup printing errors when load_cache, they were printed to the
2680	  SSL connection which broke, now to the log.
2681	- new ldns - with fixed parse of large SOA values.
2682
26837 September 2009: Wouter
2684	- autotrust testbound scenarios.
2685	- autotrust fix that failure count is written to file.
2686	- autotrust fix that keys may become valid after add holddown time
2687	  alone, before the probe returns.
2688
26894 September 2009: Wouter
2690	- Changes to make unbound work with libevent-2.0.3 alpha. (in
2691	  configure detection due to new ssl dependency in libevent)
2692	- do not call sphinx for documentation when python is disabled.
2693	- remove EV_PERSIST from libevent timeout code to make the code
2694	  compatible with the libevent-2.0.  Works with older libevent too.
2695	- fix memory leak in python code.
2696
26973 September 2009: Wouter
2698	- Got a patch from Luca Bruno for libunbound support on windows to
2699	  pick up the system resolvconf nameservers and hosts there.
2700	- included ldns updated (enum warning fixed).
2701	- makefile fix for parallel makes.
2702	- Patch from Zdenek Vasicek and Attila Nagy for using the source IP
2703	  from python scripts.  See pythonmod/examples/resip.py.
2704	- doxygen comment fixes.
2705
27062 September 2009: Wouter
2707	- TRAFFIC keyword for testbound. Simplifies test generation.
2708	  ${range lower val upper} to check probe timeout values.
2709	- test with 5011-prepublish rollover and revocation.
2710	- fix revocation of RR for autotrust, stray exclamation mark.
2711
27121 September 2009: Wouter
2713	- testbound variable arithmetic.
2714	- autotrust probe time is randomised.
2715	- autotrust: the probe is active and does not fetch from cache.
2716
271731 August 2009: Wouter
2718	- testbound variable processing.
2719
272028 August 2009: Wouter
2721	- fixup unbound-control lookup to print forward and stub servers.
2722
272327 August 2009: Wouter
2724	- autotrust: mesh answer callback is empty.
2725
272626 August 2009: Wouter
2727	- autotrust probing.
2728	- iana portlist updated.
2729
273025 August 2009: Wouter
2731	- fixup memleak in trust anchor unsupported algorithm check.
2732	- iana portlist updated.
2733	- autotrust options: add-holddown, del-holddown, keep-missing.
2734	- autotrust store revoked status of trust points.
2735	- ctime_r compat definition.
2736	- detect yylex_destroy() in configure.
2737	- detect SSL_get_compression_methods declaration in configure.
2738	- fixup DS lookup at anchor point with unsigned parent.
2739	- fixup DLV lookup for DS queries to unsigned domains.
2740
274124 August 2009: Wouter
2742	- cleaner memory allocation on exit. autotrust test routines.
2743	- free all memory on program exit, fix for ssl and flex.
2744
274521 August 2009: Wouter
2746	- autotrust: debug routines. Read,write and conversions work.
2747
274820 August 2009: Wouter
2749	- autotrust: save and read trustpoint variables.
2750
275119 August 2009: Wouter
2752	- autotrust: state table updates.
2753	- iana portlist updated.
2754
275517 August 2009: Wouter
2756	- autotrust: process events.
2757
275817 August 2009: Wouter
2759	- Fix so that servers are only blacklisted if they fail to reply
2760	  to 16 queries in a row and the timeout gets above 2 minutes.
2761	- autotrust work, split up DS verification of DNSKEYs.
2762
276314 August 2009: Wouter
2764	- unbound-control lookup prints out infra cache information, like RTT.
2765	- Fix bug in DLV lookup reported by Amanda from Secure64.
2766	  It could sometimes wrongly classify a domain as unsigned, which
2767	  does not give the AD bit on replies.
2768
276913 August 2009: Wouter
2770	- autotrust read anchor files. locked trust anchors.
2771
277212 August 2009: Wouter
2773	- autotrust import work.
2774
277511 August 2009: Wouter
2776	- Check for openssl compatible with gost if enabled.
2777	- updated unit test for GOST=211 code.
2778	  Nicer naming of test files.
2779	- iana portlist updated.
2780
27817 August 2009: Wouter
2782	- call OPENSSL_config() in unbound and unit test so that the
2783	  operator can use openssl.cnf for configuration options.
2784	- removed small memory leak from config file reader.
2785
27866 August 2009: Wouter
2787	- configure --enable-gost for GOST support, experimental
2788	  implementation of draft-dolmatov-dnsext-dnssec-gost-01.
2789	- iana portlist updated.
2790	- ldns tarball updated (with GOST support).
2791
27925 August 2009: Wouter
2793	- trunk moved to 1.3.4.
2794
27954 August 2009: Wouter
2796	- Added test that the examples from draft rsasha256-14 verify.
2797	- iana portlist updated.
2798	- tagged 1.3.3
2799
28003 August 2009: Wouter
2801	- nicer warning when algorithm not supported, tells you to upgrade.
2802	- iana portlist updated.
2803
280427 July 2009: Wouter
2805	- Updated unbound-cacti contribution from Dmitriy Demidov, with
2806	  the queue statistics displayed in its own graph.
2807	- iana portlist updated.
2808
280922 July 2009: Wouter
2810	- Fix bug found by Michael Tokarev where unbound would try to
2811	  prime the root servers even though forwarders are configured for
2812	  the root.
2813	- tagged 1.3.3rc1
2814
281521 July 2009: Wouter
2816	- Fix server selection, so that it waits for open target queries when
2817	  faced with lameness.
2818
281920 July 2009: Wouter
2820	- Ignore transient sendto errors, no route to host, and host, net down.
2821	- contrib/update-anchor.sh has -r option for root-hints.
2822	- feature val-log-level: 1 prints validation failures so you can
2823	  keep track of them during dnssec deployment.
2824
282516 July 2009: Wouter
2826	- fix replacement malloc code.  Used in crosscompile.
2827	- makedist -w creates crosscompiled setup.exe on fedora11.
2828
282915 July 2009: Wouter
2830	- dependencies for compat items, for crosscompile.
2831	- mingw32 crosscompile changes, dependencies and zipfile creation.
2832	  and with System.dll from the windows NSIS you can make setup.exe.
2833	- package libgcc_s_sjlj exception handler for NSISdl.dll.
2834
283514 July 2009: Wouter
2836	- updated ldns tarball for solaris x64 compile assistance.
2837	- no need to define RAND_MAX from config.h.
2838	- iana portlist updated.
2839	- configure changes and ldns update for mingw32 crosscompile.
2840
284113 July 2009: Wouter
2842	- Fix for crash at start on windows.
2843	- tag for release 1.3.2.
2844	- trunk has version 1.3.3.
2845	- Fix for ID bits on windows to use all 16. RAND_MAX was not
2846	  defined like you'd expect on mingw. Reported by Mees de Roo.
2847
28489 July 2009: Wouter
2849	- tag for release 1.3.1.
2850	- trunk has version 1.3.2.
2851
28527 July 2009: Wouter
2853	- iana portlist updated.
2854
28556 July 2009: Wouter
2856	- prettier error handling in SSL setup.
2857	- makedist.sh uname fix (same as ldns).
2858	- updated fedora spec file.
2859
28603 July 2009: Wouter
2861	- fixup linking when ldnsdir is "".
2862
286330 June 2009: Wouter
2864	- more lenient truncation checks.
2865
286629 June 2009: Wouter
2867	- ldns trunk r2959 imported as tarball, because of solaris cc compile
2868	  support for c99.  r2960 for better configure.
2869	- better wrongly_truncated check.
2870	- On Linux, fragment IPv6 datagrams to the IPv6 minimum MTU, to
2871	  avoid dropped packets at routers.
2872
287326 June 2009: Wouter
2874	- Fix EDNS fallback when EDNS works for short answers but long answers
2875	  are dropped.
2876
287722 June 2009: Wouter
2878	- fixup iter priv strict aliasing while preserving size of sockaddr.
2879	- iana portlist updated.  (one less port allocated, one more fraction
2880	  of a bit for security!)
2881	- updated fedora specfile in contrib from Paul Wouters.
2882
288319 June 2009: Wouter
2884	- Fixup strict aliasing warning in iter priv code.
2885	  and config_file code.
2886	- iana portlist updated.
2887	- harden-referral-path: handle cases where NS is in answer section.
2888
288918 June 2009: Wouter
2890	- Fix of message parse bug where (specifically) an NSEC and RRSIG
2891	  in the wrong order would be parsed, but put wrongly into internal
2892	  structures so that later validation would fail.
2893	- Extreme lenience for wrongly truncated replies where a positive
2894	  reply has an NS in the authority but no signatures.  They are
2895	  turned into minimal responses with only the (secure) answer.
2896	- autoconf 2.63 for configure.
2897	- python warnings suppress.  Keep python API away from header files.
2898
289917 June 2009: Wouter
2900	- CREDITS entry for cz.nic, sponsoring a 'summer of code' that was
2901	  used for the python code in unbound. (http://www.nic.cz/vip/ in cz).
2902
290316 June 2009: Wouter
2904	- Fixup opportunistic target query generation to it does not
2905	  generate queries that are known to fail.
2906	- Touchup on munin total memory report.
2907	- messages picked out of the cache by the iterator are checked
2908	  if their cname chain is still correct and if validation status
2909	  has to be reexamined.
2910
291115 June 2009: Wouter
2912	- iana portlist updated.
2913
291414 June 2009: Wouter
2915	- Fixed bug where cached responses would lose their security
2916	  status on second validation, which especially impacted dlv
2917	  lookups.  Reported by Hauke Lampe.
2918
291913 June 2009: Wouter
2920	- bug #254. removed random whitespace from example.conf.
2921
292212 June 2009: Wouter
2923	- Fixup potential wrong NSEC picked out of the cache.
2924	- If unfulfilled callbacks are deleted they are called with an error.
2925	- fptr wlist checks for mesh callbacks.
2926	- fwd above stub in configuration works.
2927
292811 June 2009: Wouter
2929	- Fix queries for type DS when forward or stub zones are there.
2930	  They are performed to higherup domains, and thus treated as if
2931	  going to higher zones when looking up the right forward or stub
2932	  server.  This makes a stub pointing to a local server that has
2933	  a local view of example.com signed with the same keys as are
2934	  publicly used work.  Reported by Johan Ihren.
2935	- Added build-unbound-localzone-from-hosts.pl to contrib, from
2936	  Dennis DeDonatis.  It converts /etc/hosts into config statements.
2937	- same thing fixed for forward-zone and DS, chain of trust from
2938	  public internet into the forward-zone works now.  Added unit test.
2939
29409 June 2009: Wouter
2941	- openssl key files are opened apache-style, when user is root and
2942	  before chrooting.  This makes permissions on remote-control key
2943	  files easier to set up.  Fixes bug #251.
2944	- flush_type and flush_name remove msg cache entries.
2945	- codereview - dp copy bogus setting fix.
2946
29478 June 2009: Wouter
2948	- Removed RFC5011 REVOKE flag support. Partial 5011 support may cause
2949	  inadvertant behaviour.
2950	- 1.3.0 tarball for release created.
2951	- 1.3.1 development in svn trunk.
2952	- iana portlist updated.
2953	- fix lint from complaining on ldns/sha.h.
2954	- help compiler figure out aliasing in priv_rrset_bad() routine.
2955	- fail to configure with python if swig is not found.
2956	- unbound_munin_ in contrib uses ps to show rss if sbrk does not work.
2957
29583 June 2009: Wouter
2959	- fixup bad free() when wrongly encoded DSA signature is seen.
2960	  Reported by Paul Wouters.
2961	- review comments from Matthijs.
2962
29632 June 2009: Wouter
2964	- --enable-sha2 option. The draft rsasha256 changed its algorithm
2965	  numbers too often.  Therefore it is more prudent to disable the
2966	  RSASHA256 and RSASHA512 support by default.
2967	- ldns trunk included as new tarball.
2968	- recreated the 1.3.0 tag in svn. rc1 tarball generated at this point.
2969
297029 May 2009: Wouter
2971	- fixup doc bug in README reported by Matthew Dempsky.
2972
297328 May 2009: Wouter
2974	- update iana port list
2975	- update ldns lib tarball
2976
297727 May 2009: Wouter
2978	- detect lack of IPv6 support on XP (with a different error code).
2979	- Fixup a crash-on-exit which was triggered by a very long queue.
2980	  Unbound would try to re-use ports that came free, but this is
2981	  of course not really possible because everything is deleted.
2982	  Most easily triggered on XP (not Vista), maybe because of the
2983	  network stack encouraging large messages backlogs.
2984	- change in debug statements.
2985	- Fixed bug that could cause a crash if root prime failed when there
2986	  were message backlogs.
2987
298826 May 2009: Wouter
2989	- Thanks again to Brett Carr, found an assertion that was not true.
2990	  Assertion checked if recursion parent query still existed.
2991
299229 April 2009: Wouter
2993	- Thanks to Brett Carr, caught windows resource leak, use
2994	  closesocket() and not close() on sockets or else the network stack
2995	  starts to leak handles.
2996	- Removed usage of windows Mutex because windows cannot handle enough
2997	  mutexes open.  Provide own mutex implementation using primitives.
2998
299928 April 2009: Wouter
3000	- created svn tag for 1.3.0.
3001
300227 April 2009: Wouter
3003	- optimised cname from cache.
3004	- ifdef windows functions in testbound.
3005
300623 April 2009: Wouter
3007	- fix for threadsafety in solaris thr_key_create() in tests.
3008	- iana portlist updated.
3009	- fix pylib test for Darwin.
3010	- fix pymod test for Darwin and a python threading bug in pymod init.
3011	- check python >= 2.4 in configure.
3012	- -ldl check for libcrypto 1.0.0beta.
3013
301421 April 2009: Wouter
3015	- fix for build outside sourcedir.
3016	- fix for configure script swig detection.
3017
301817 April 2009: Wouter
3019	- Fix reentrant in minievent handler for unix. Could have resulted
3020	  in spurious event callbacks.
3021	- timers do not take up a fd slot for winsock handler.
3022	- faster fix for winsock reentrant check.
3023	- fix rsasha512 unit test for new (interim) algorithm number.
3024	- fix test:ldns doesn't like DOS line endings in keyfiles on unix.
3025	- fix compile warning on ubuntu (configlexer fwrite return value).
3026	- move python include directives into CPPFLAGS instead of CFLAGS.
3027
302816 April 2009: Wouter
3029	- winsock event handler exit very quickly on signal, even if
3030	  under heavy load.
3031	- iana portlist updated.
3032	- fixup windows winsock handler reentrant problem.
3033
303414 April 2009: Wouter
3035	- bug #245: fix munin plugin, perform cleanup of stale lockfiles.
3036	- makedist.sh; better help text.
3037	- cache-min-ttl option and tests.
3038	- mingw detect error condition on TCP sockets (NOTCONN).
3039
30409 April 2009: Wouter
3041	- Fix for removal of RSASHA256_NSEC3 protonumber from ldns.
3042	- ldns tarball updated.
3043	- iana portlist update.
3044	- detect GOST support in openssl-1.0.0-beta1, and fix compile problem
3045	  because that openssl defines the name STRING for itself.
3046
30476 April 2009: Wouter
3048	- windows compile fix.
3049	- Detect FreeBSD jail without ipv6 addresses assigned.
3050	- python libunbound wrapper unit test.
3051	- installs the following files. Default is to not build them.
3052	  	from configure --with-pythonmodule:
3053	  /usr/lib/python2.x/site-packages/unboundmodule.py
3054	  	from configure --with-pyunbound:
3055	  /usr/lib/python2.x/site-packages/unbound.py
3056	  /usr/lib/python2.x/site-packages/_unbound.so*
3057	  The example python scripts (pythonmod/examples and
3058	  libunbound/python/examples) are not installed.
3059	- python invalidate routine respects packed rrset ids and locks.
3060	- clock skew checks in unbound, config statements.
3061	- nxdomain ttl considerations in requirements.txt
3062
30633 April 2009: Wouter
3064	- Fixed a bug that caused messages to be stored in the cache too
3065	  long.  Hard to trigger, but NXDOMAINs for nameservers or CNAME
3066	  targets have been more vulnerable to the TTL miscalculation bug.
3067	- documentation test fixed for python addition.
3068
30692 April 2009: Wouter
3070	- pyunbound (libunbound python plugin) compiles using libtool.
3071	- documentation for pythonmod and pyunbound is generated in doc/html.
3072	- iana portlist updated.
3073	- fixed bug in unbound-control flush_zone where it would not flush
3074	  every message in the target domain.  This especially impacted
3075	  NXDOMAIN messages which could remain in the cache regardless.
3076	- python module test package.
3077
30781 April 2009: Wouter
3079	- suppress errors when trying to contact authority servers that gave
3080	  ipv6 AAAA records for their nameservers with ipv4 mapped contents.
3081	  Still tries to do so, could work when deployed in intranet.
3082	  Higher verbosity shows the error.
3083	- new libunbound calls documented.
3084	- pyunbound in libunbound/python. Removed compile warnings.
3085	  Makefile to make it.
3086
308730 March 2009: Wouter
3088	- Fixup LDFLAGS from libevent sourcedir compile configure restore.
3089	- Fixup so no non-absolute rpaths are added.
3090	- Fixup validation of RRSIG queries, they are let through.
3091	- read /dev/random before chroot
3092	- checkconf fix no python checks when no python module enabled.
3093	- fix configure, pthread first, so other libs do not change outcome.
3094
309527 March 2009: Wouter
3096	- nicer -h output. report linked libraries and modules.
3097	- prints modules in intuitive order (config file friendly).
3098	- python compiles easily on BSD.
3099
310026 March 2009: Wouter
3101	- ignore swig varargs warnings with gcc.
3102	- remove duplicate example.conf text from python example configs.
3103	- outofdir compile fix for python.
3104	- pyunbound works.
3105	- print modules compiled in on -h. manpage.
3106
310725 March 2009: Wouter
3108	- initial import of the python contribution from Zdenek Vasicek and
3109	  Marek Vavrusa.
3110	- pythonmod in Makefile; changes to remove warnings/errors for 1.3.0.
3111
311224 March 2009: Wouter
3113	- more neat configure.ac. Removed duplicate config.h includes.
3114	- neater config.h.in.
3115	- iana portlist updated.
3116	- fix util/configlexer.c and solaris -std=c99 flag.
3117	- fix postcommit aclocal errors.
3118	- spaces stripped. Makefile cleaner, /usr omitted from -I, -L, -R.
3119	- swap order of host detect and libtool generation.
3120
312123 March 2009: Wouter
3122	- added launchd plist example file for MacOSX to contrib.
3123	- deprecation test for daemon(3).
3124	- moved common configure actions to m4 include, prettier Makefile.
3125
312620 March 2009: Wouter
3127	- bug #239: module-config entries order is important. Documented.
3128	- build fix for test asynclook.
3129
313019 March 2009: Wouter
3131	- winrc/README.txt dos-format text file.
3132	- iana portlist updated.
3133	- use _beginthreadex() when available (performs stack alignment).
3134	- defaults for windows baked into configure.ac (used if on mingw).
3135
313618 March 2009: Wouter
3137	- Added tests, unknown algorithms become insecure. fallback works.
3138	- Fix for and test for unknown algorithms in a trust anchor
3139	  definition.  Trust anchors with no supported algos are ignored.
3140	  This means a (higher)DS or DLV entry for them could succeed, and
3141	  otherwise they are treated as insecure.
3142	- domain-insecure: "example.com" statement added. Sets domain
3143	  insecure regardless of chain of trust DSs or DLVs. The inverse
3144	  of a trust-anchor.
3145
314617 March 2009: Wouter
3147	- unit test for unsupported algorithm in anchor warning.
3148	- fixed so queries do not fail on opportunistic target queries.
3149
315016 March 2009: Wouter
3151	- fixup diff error printout in contrib/update-itar.sh.
3152	- added contrib/unbound_cacti for statistics support in cacti,
3153	  contributed by Dmitriy Demidov.
3154
315513 March 2009: Wouter
3156	- doxygen and lex/yacc on linux.
3157	- strip update-anchor on makedist -w.
3158	- fix testbound on windows.
3159	- default log to syslog for windows.
3160	- uninstaller can stop unbound - changed text on it to reflect that.
3161	- remove debugging from windows 'cron' actions.
3162
316312 March 2009: Wouter
3164	- log to App.logs on windows prints executable identity.
3165	- fixup tests.
3166	- munin plugin fix benign locking error printout.
3167	- anchor-update for windows, called every 24 hours; unbound reloads.
3168
316911 March 2009: Wouter
3170	- winsock event handler resets WSAevents after signalled.
3171	- winsock event handler tests if signals are really signalled.
3172	- install and service with log to file works on XP and Vista on
3173	  default install location.
3174	- on windows logging to the Application logbook works (as a service).
3175	- fix RUN_DIR on windows compile setting in makedist.
3176	- windows registry has Software\Unbound\ConfigFile element.
3177	  If does not exist, the default is used. The -c switch overrides it.
3178	- fix makedist version cleanup function.
3179
318010 March 2009: Wouter
3181	- makedist -w strips out old rc.. and snapshot info from version.
3182	- setup.exe starts and stops unbound after install, before uninstall.
3183	- unbound-checkconf recognizes absolute pathnames on windows (C:...).
3184
31859 March 2009: Wouter
3186	- Nullsoft NSIS installer creation script.
3187
31885 March 2009: Wouter
3189	- fixup memory leak introduced on 18feb in mesh reentrant fix.
3190
31913 March 2009: Wouter
3192	- combined icon with 16x16(4) 32x32(4) 48x48(8) 64x64(8).
3193	- service works on xp/vista, no config necessary (using defaults).
3194	- windows registry settings.
3195
31962 March 2009: Wouter
3197	- fixup --export-symbols to be -export-symbls for libtool.
3198	  This should fix extraneous symbols exported from libunbound.
3199	  Thanks to Ondrej Sury and Robert Edmonds for finding it.
3200	- iana portlist updated.
3201	- document FAQ entry on stub/forward zones and default blocking.
3202	- fix asynclook test app for libunbound not exporting symbols.
3203	- service install and remove utils that work with vista UAC.
3204
320527 February 2009: Wouter
3206	- Fixup lexer, to not give warnings about fwrite. Appeared in
3207	  new lexer features.
3208	- makedistro functionality for mingw. Has RC support.
3209	- support spaces and backslashes in configured defaults paths.
3210	- register, deregister in service control manager.
3211
321225 February 2009: Wouter
3213	- windres usage for application resources.
3214
321524 February 2009: Wouter
3216	- isc moved their dlv key download location.
3217	- fixup warning on vista/mingw.
3218	- makedist -w for window zip distribution first version.
3219
322020 February 2009: Wouter
3221	- Fixup contrib/update-itar.sh, the exit codes 1 and 0 were swapped.
3222	  Nicer script layout.  Added url to site in -h output.
3223
322419 February 2009: Wouter
3225	- unbound-checkconf and unbound print warnings when trust anchors
3226	  have unsupported algorithms.
3227	- added contrib/update-itar.sh  This script is similar to
3228	  update-anchor.sh, and updates from the IANA ITAR repository.
3229	  You can provide your own PGP key and trust repo, or can use the
3230	  builtin.  The program uses wget and gpg to work.
3231	- iana portlist updated.
3232	- update-itar.sh: using ftp:// urls because https godaddy certificate
3233	  is not available everywhere and then gives fatal errors.  The
3234	  security is provided by pgp signature.
3235
323618 February 2009: Wouter
3237	- more cycle detection. Also for target queries.
3238	- fixup bug where during deletion of the mesh queries the callbacks
3239	  that were reentrant caused assertion failures. Keep the mesh in
3240	  a reentrant safe state.  Affects libunbound, reload of server,
3241	  on quit and flush_requestlist.
3242	- iana portlist updated.
3243
324413 February 2009: Wouter
3245	- forwarder information now per-thread duplicated.
3246	  This keeps it read only for speed, with no locking necessary.
3247	- forward command for unbound control to change forwarders to use
3248	  on the fly.
3249	- document that unbound-host reads no config file by default.
3250	- updated iana portlist.
3251
325212 February 2009: Wouter
3253	- call setusercontext if available (on BSD).
3254	- small refactor of stats clearing.
3255	- #227: flush_stats feature for unbound-control.
3256	- stats_noreset feature for unbound-control.
3257	- flush_requestlist feature for unbound-control.
3258	- libunbound version upped API (was changed 5 feb).
3259	- unbound-control status shows if root forwarding is in use.
3260	- slightly nicer memory management in iter-fwd code.
3261
326210 February 2009: Wouter
3263	- keys with rfc5011 REVOKE flag are skipped and not considered when
3264	  validating data.
3265	- iana portlist updated
3266	- #226: dump_requestlist feature for unbound-control.
3267
32686 February 2009: Wouter
3269	- contrib contains specfile for fedora 1.2.1 (from Paul Wouters).
3270	- iana portlist updated.
3271	- fixup EOL in include directive (reported by Paul Wouters).
3272	  You can no longer specify newlines in the names of included files.
3273	- config parser changed. Gives some syntax errors closer to where they
3274	  occurred. Does not enforce a space after keyword anymore.
3275	  Does not allow literal newlines inside quoted strings anymore.
3276	- verbosity level 5 logs customer IP for new requestlist entries.
3277	- test fix, lexer and cancel test.
3278	- new option log-time-ascii: yes  if you enable it prints timestamps
3279	  in the log file as Feb 06 13:45:26 (like syslog does).
3280	- detect event_base_new in libevent-1.4.1 and later and use it.
3281	- #231 unbound-checkconf -o option prints that value from config file.
3282	  Useful for scripting in management scripts and the like.
3283
32845 February 2009: Wouter
3285	- ldns 1.5.0 rc as tarball included.
3286	- 1.3.0 development continues:
3287	  change in libunbound API: ub_cancel can return an error, that
3288	  the async_id did not exist, or that it was already delivered.
3289	  The result could have been delivered just before the cancel
3290	  routine managed to acquire the lock, so a caller may get the
3291	  result at the same time they call cancel.  For this case,
3292	  ub_cancel tries to return an error code.
3293	  Fixes race condition in ub_cancel() libunbound function.
3294	- MacOSX Leopard cleaner text output from configure.
3295	- initgroups(3) is called to drop secondary group permissions, if
3296	  applicable.
3297	- configure option --with-ldns-builtin forces the use of the
3298	  inluded ldns package with the unbound source.  The -I include
3299	  is put before the others, so it avoids bad include files from
3300	  an older ldns install.
3301	- daemon(3) posix call is used when available.
3302	- testbound test for older fix added.
3303
33044 February 2009: Wouter
3305	- tag for release 1.2.1.
3306	- trunk setup for 1.3.0 development.
3307
33083 February 2009: Wouter
3309	- noted feature requests in doc/TODO.
3310	- printout more detailed errors on ssl certificate loading failures.
3311	- updated IANA portlist.
3312
331316 January 2009: Wouter
3314	- more quiet about ipv6 network failures, i.e. when ipv6 is not
3315	  available (network unreachable). Debug still printed on high
3316	  verbosity.
3317	- unbound-host -4 and -6 options. Stops annoying ipv6 errors when
3318	  debugging with unbound-host -4 -d ...
3319	- more cycle detection for NS-check, addr-check, root-prime and
3320	  stub-prime queries in the iterator.  Avoids possible deadlock
3321	  when priming fails.
3322
332315 January 2009: Wouter
3324	- bug #229: fixup configure checks for compilation with Solaris
3325	  Sun cc compiler, ./configure CC=/opt/SUNWspro/bin/cc
3326	- fixup suncc warnings.
3327	- fix bug where unbound could crash using libevent 1.3 and older.
3328	- update testset for recent retry change.
3329
333014 January 2009: Wouter
3331	- 1.2.1 feature: negative caching for failed queries.
3332	  Queries that failed are cached for 5 seconds (NORR_TTL).
3333	  If the failure is local, like out of memory, it is not cached.
3334	- the TTL comparison for the cache used different comparisons,
3335	  causing many cache responses that used the iterator and validator
3336	  state machines unnecessarily.
3337	- retry from 4 to 5 so that EDNS drop retry is part of the first
3338	  query resolve attempt, and cached error does not stop EDNS fallback.
3339	- remove debug prints that protect against bad referrals.
3340	- honor QUIET=no on make commandline (or QUIET=yes ).
3341
334213 January 2009: Wouter
3343	- fixed bug in lameness marking, removed printouts.
3344	- find NS rrset more cleanly for qtype NS.
3345	- Moved changes to 1.2.0 for release. Thanks to Mark Zealey for
3346	  reporting and logs.
3347	- 1.2.1 feature: stops resolving AAAAs promiscuously when they
3348	  are in the negative cache.
3349
335012 January 2009: Wouter
3351	- fixed bug in infrastructure lameness cache, did not lowercase
3352	  name of zone to hash when setting lame.
3353	- lameness debugging printouts.
3354
33559 January 2009: Wouter
3356	- created svn tag for 1.2.0 release.
3357	- svn trunk contains 1.2.1 version number.
3358	- iana portlist updated for todays list.
3359	- removed debug print.
3360
33618 January 2009: Wouter
3362	- new version of ldns-trunk (today) included as tarball, fixed
3363	  bug #224, building with -j race condition.
3364	- remove possible race condition in the test for race conditions.
3365
33667 January 2009: Wouter
3367	- version 1.2.0 in preparation.
3368	- feature to allow wildcards (*, ?, [], {}. ~) in trusted-keys-file
3369	  statements. (Adapted from patch by Paul Wouters).
3370	- typo fix and iana portlist updated.
3371	- porting testsuite; unused var warning, and type fixup.
3372
33736 January 2009: Wouter
3374	- fixup packet-of-death when compiled with --enable-debug.
3375	  A malformed packet could cause an internal assertion failure.
3376	- added test for HINFO canonicalisation behaviour.
3377	- fixup reported problem with transparent local-zone data where
3378	  queries with different type could get nxdomain. Now queries
3379	  with a different name get resolved normally, with different type
3380	  get a correct NOERROR/NODATA answer.
3381	- HINFO no longer downcased for validation, making unbound compatible
3382	  with bind and ldns.
3383	- fix reading included config files when chrooted.
3384	  Give full path names for include files.
3385	  Relative path names work if the start dir equals the working dir.
3386	- fix libunbound message transport when no packet buffer is available.
3387
33885 January 2009: Wouter
3389	- fixup getaddrinfo failure handling for remote control port.
3390	- added L.ROOT-SERVERS.NET. AAAA 2001:500:3::42 to builtin root hints.
3391	- fixup so it works with libev-3.51 from http://dist.schmorp.de/libev/
3392	- comm_timer_set performs base_set operation after event_add.
3393
339418 December 2008: Wouter
3395	- fixed bug reported by Duane Wessels: error in DLV lookup, would make
3396	  some zones that had correct DLV keys as insecure.
3397	- follows -rc makedist from ldns changes (no _rc).
3398	- ldns tarball updated with 1.4.1rc for DLV unit test.
3399	- verbose prints about recursion lame detection and server selection.
3400	- fixup BSD port for infra host storage. It hashed wrongly.
3401	- fixup makedist snapshot name generation.
3402	- do not reopen syslog to avoid dev/log dependency.
3403
340417 December 2008: Wouter
3405	- follows ldns makedist.sh. -rc option. autom4te dir removed.
3406	- unbound-control status command.
3407	- extended statistics has a number of ipv6 queries counter.
3408	  contrib/unbound_munin_ was updated to draw ipv6 in the hits graph.
3409
341016 December 2008: Wouter
3411	- follow makedist improvements from ldns, for maintainers prereleases.
3412	- snapshot version uses _ not - to help rpm distinguish the
3413	  version number.
3414
341511 December 2008: Wouter
3416	- better fix for bug #219: use LOG_NDELAY with openlog() call.
3417	  Thanks to Tamas Tevesz.
3418
34199 December 2008: Wouter
3420	- bug #221 fixed: unbound checkconf checks if key files exist if
3421	  remote control is enabled. Also fixed NULL printf when not chrooted.
3422	- iana portlist updated.
3423
34243 December 2008: Wouter
3425	- Fix problem reported by Jaco Engelbrecht where unbound-control stats
3426	  freezes up unbound if this was compiled without threading, and
3427	  was using multiple processes.
3428	- iana portlist updated.
3429	- test for remote control with interprocess communication.
3430	- created command distribution mechanism so that remote control
3431	  commands other than 'stats' work on all processes in a nonthreaded
3432	  compiled version. dump/load cache work, on the first process.
3433	- fixup remote control local_data addition memory corruption bug.
3434
34351 December 2008: Wouter
3436	- SElinux policy files in contrib/selinux for the unbound daemon,
3437	  by Paul Wouters and Adam Tkac.
3438
343925 November 2008: Wouter
3440	- configure complains when --without-ssl is given (bug #220).
3441	- skip unsupported feature tests on vista/mingw.
3442	- fixup testcode/streamtcp to work on vista/mingw.
3443	- root-hints test checks version of dig required.
3444	- blacklisted servers are polled at a low rate (1%) to see if they
3445	  come back up. But not if there is some other working server.
3446
344724 November 2008: Wouter
3448	- document that the user of the server daemon needs read privileges
3449	  on the keys and certificates generated by unbound-control-setup.
3450	  This is different per system or distribution, usually, running the
3451	  script under the same username as the server uses suffices.
3452	  i.e.  sudo -u unbound unbound-control-setup
3453	- testset port to vista/mingw.
3454	- tcp_sigpipe to freebsd port.
3455
345621 November 2008: Wouter
3457	- fixed tcp accept, errors were printed when they should not.
3458	- unbound-control-setup.sh removes read/write permissions other
3459	  from the keys it creates (as suggested by Dmitriy Demidov).
3460
346120 November 2008: Wouter
3462	- fixup fatal error due to faulty error checking after tcp accept.
3463	- add check in rlimit to avoid integer underflow.
3464	- rlimit check with new formula; better estimate for number interfaces
3465	- nicer comments in rlimit check.
3466	- tag 1.1.1 created in svn.
3467	- trunk label is 1.1.2
3468
346919 November 2008: Wouter
3470	- bug #219: fixed so that syslog which delays opening until the first
3471	  log line is written, gets a log line while not chroot'ed yet.
3472
347318 November 2008: Wouter
3474	- iana portlist updated.
3475	- removed cast in unit test debug print that was not 64bit safe.
3476	- trunk back to 1.1.0; copied to tags 1.1.0 release.
3477	- trunk to has version number 1.1.1 again.
3478	- in 1.1.1; make clean nicer. grammar in manpage.
3479
348017 November 2008: Wouter
3481	- theoretical fix for problems reported on mailing list.
3482	  If a delegation point has no A but only AAAA and do-ip6 is no,
3483	  resolution would fail. Fixed to ask for the A and AAAA records.
3484	  It has to ask for both always, so that it can fail quietly, from
3485	  TLD perspective, when a zone is only reachable on one transport.
3486	- test for above, only AAAA and doip6 is no. Fix causes A record
3487	  for nameserver to be fetched.
3488	- fixup address duplication on cache fillup for delegation points.
3489	- testset updated for new query answer requirements.
3490
349114 November 2008: Wouter
3492	- created 1.1.0 release tag in svn.
3493	- trunk moved to 1.1.1
3494	- fixup unittest-neg for locking.
3495
349613 November 2008: Wouter
3497	- added fedora init and specfile to contrib (by Paul Wouters).
3498	- added configure check for ldns 1.4.0 (using its compat funcs).
3499	- neater comments in worker.h.
3500	- removed doc/plan and updated doc/TODO.
3501	- silenced EHOSTDOWN (verbosity 2 or higher to see it).
3502	- review comments from Jelte, Matthijs. Neater code.
3503
350412 November 2008: Wouter
3505	- add unbound-control manpage to makedist replace list.
3506
350711 November 2008: Wouter
3508	- unit test for negative cache, stress tests the refcounting.
3509	- fix for refcounting error that could cause fptr_wlist fatal exit
3510	  in the negative cache rbtree (upcoming 1.1 feature). (Thanks to
3511	  Attila Nagy for testing).
3512	- nicer comments in cachedump about failed RR to string conversion.
3513	- fix 32bit wrap around when printing large (4G and more) mem usage
3514	  for extended statistics.
3515
351610 November 2008: Wouter
3517	- fixup the getaddrinfo compat code rename.
3518
35198 November 2008: Wouter
3520	- added configure check for eee build warning.
3521
35227 November 2008: Wouter
3523	- fix bug 217: fixed, setreuid and setregid do not work on MacOSX10.4.
3524	- detect nonblocking problems in network stack in configure script.
3525
35266 November 2008: Wouter
3527	- dname_priv must decompress the name before comparison.
3528	- iana portlist updated.
3529
35305 November 2008: Wouter
3531	- fixed possible memory leak in key_entry_key deletion.
3532	  Would leak a couple bytes when trust anchors were replaced.
3533	- if query and reply qname overlap, the bytes are skipped not copied.
3534	- fixed file descriptor leak when messages were jostled out that
3535	  had outstanding (TCP) replies.
3536	- DNAMEs used from cache have their synthesized CNAMEs initialized
3537	  properly.
3538	- fixed file descriptor leak for localzone type deny (for TCP).
3539	- fixed memleak at exit for nsec3 negative cached zones.
3540	- fixed memleak for the keyword 'nodefault' when reading config.
3541	- made verbosity of 'edns incapable peer' warning higher, so you
3542	  do not get spammed by it.
3543	- caught elusive Bad file descriptor error bug, that would print the
3544	  error while unnecessarily try to listen to a closed fd. Fixed.
3545
35464 November 2008: Wouter
3547	- fixed -Wwrite-strings warnings that result in better code.
3548
35493 November 2008: Wouter
3550	- fixup build process for Mac OSX linker, use ldns b32 compat funcs.
3551	- generated configure with autoconf-2.61.
3552	- iana portlist updated.
3553	- detect if libssl needs libdl.  For static linking with libssl.
3554	- changed to use new algorithm identifiers for sha256/sha512
3555	  from ldns 1.4.0 (need very latest version).
3556	- updated the included ldns tarball.
3557	- proper detection of SHA256 and SHA512 functions (not just sizes).
3558
355923 October 2008: Wouter
3560	- a little more debug info for failure on signer names. prints names.
3561
356222 October 2008: Wouter
3563	- CFLAGS are picked up by configure from the environment.
3564	- iana portlist updated.
3565	- updated ldns to use 1.4.0-pre20081022 so it picks up CFLAGS too.
3566	- new stub-prime: yesno option. Default is off, so it does not prime.
3567	  can be turned on to get same behaviour as previous unbound release.
3568	- made automated test that checks if builtin root hints are uptodate.
3569	- finished draft-wijngaards-dnsext-resolver-side-mitigation
3570	  implementation. The unwanted-reply-threshold can be set.
3571	- fixup so fptr_whitelist test in alloc.c works.
3572
357321 October 2008: Wouter
3574	- fix update-anchors.sh, so it does not report different RR order
3575	  as an update.  Sorts the keys in the file.  Updated copyright.
3576	- fixup testbound on windows, the command control pipe doesn't exist.
3577	- skip 08hostlib test on windows, no fork() available.
3578	- made unbound-remote work on windows.
3579
358020 October 2008: Wouter
3581	- quench a log message that is debug only.
3582	- iana portlist updated.
3583	- do not query bogus nameservers.  It is like nameservers that have
3584	  the NS or A or AAAA record bogus are listed as donotquery.
3585	- if server selection is faced with only bad choices, it will
3586	  attempt to get more options to be fetched.
3587	- changed bogus-ttl default value from 900 to 60 seconds.
3588	  In anticipation that operator caused failures are more likely than
3589	  actual attacks at this time.  And thus repeated validation helps
3590	  the operators get the problem fixed sooner.  It makes validation
3591	  failures go away sooner (60 seconds after the zone is fixed).
3592	  Also it is likely to try different nameserver targets every minute,
3593	  so that if a zone is bad on one server but not another, it is
3594	  likely to pick up the 'correct' one after a couple minutes,
3595	  and if the TTL is big enough that solves validation for the zone.
3596	- fixup unbound-control compilation on windows.
3597
359817 October 2008: Wouter
3599	- port Leopard/G5: fixup type conversion size_t/uint32.
3600	  please ranlib, stop file without symbols warning.
3601	- harden referral path now also validates the root after priming.
3602	  It looks up the root NS authoritatively as well as the root servers
3603	  and attemps to validate the entries.
3604
360516 October 2008: Wouter
3606	- Fixup negative TTL values appearing (reported by Attila Nagy).
3607
360815 October 2008: Wouter
3609	- better documentation for 0x20; remove fallback TODO, it is done.
3610	- harden-referral-path feature includes A, AAAA queries for glue,
3611	  as well as very careful NS caching (only when doing NS query).
3612	  A, AAAA use the delegation from the NS-query.
3613
361414 October 2008: Wouter
3615	- fwd_three.tpkg test was flaky.  If the three requests hit the
3616	  wrong threads by chance (or bad OS) then the test would fail.
3617	  Made less flaky by increasing number of retries.
3618	- stub_udp.tpkg changed to work, give root hints. fixed ldns_dname_abs.
3619	- ldns tarball is snapshot of ldns r2759 (1.4.0-pre-20081014).
3620	  Which includes the ldns_dname_absolute fix.
3621	- fwd_three test remains flaky now that unbound does not stop
3622	  listening when full.  Thus, removed timeout problem.
3623	  It may be serviced by three threads, or maybe by one.
3624	  Mostly only useful for lock-check testing now.
3625
362613 October 2008: Wouter
3627	- fixed recursion servers deployed as authoritative detection, so
3628	  that as a last resort, a +RD query is sent there to get the
3629	  correct answer.
3630	- iana port list update.
3631	- ldns tarball is snapshot of ldns r2759 (1.4.0-pre-20081013).
3632
363310 October 2008: Wouter
3634	- fixup tests - the negative cache contained the correct NSEC3s for
3635	  two tests that are supposed to fail to validate.
3636
36379 October 2008: Wouter
3638	- negative cache caps max iterations of NSEC3 done.
3639	- NSEC3 negative cache for qtype DS works.
3640
36418 October 2008: Wouter
3642	- NSEC negative cache for DS.
3643
36446 October 2008: Wouter
3645	- jostle-timeout option, so you can config for slow links.
3646	- 0x20 fallback code.  Tries 3xnumber of nameserver addresses
3647	  queries that must all be the same.  Sent to random nameservers.
3648	- documented choices for DoS, EDNS, 0x20.
3649
36502 October 2008: Wouter
3651	- fixup unlink of pidfile.
3652	- fixup SHA256 algorithm collation code.
3653	- contrib/update-anchor.sh does not overwrite anchors if not needed.
3654	  exits 0 when a restart is needed, other values if not.
3655	  so,  update-anchor.sh -d mydir && /etc/rc.d/unbound restart
3656	  can restart unbound exactly when needed.
3657
365830 September 2008: Wouter
3659	- fixup SHA256 DS downgrade, no longer possible to downgrade to SHA1.
3660	- tests for sha256 support and downgrade resistance.
3661	- RSASHA256 and RSASHA512 support (using the draft in dnsext),
3662	  using the drafted protocol numbers.
3663	- when using stub on localhost (127.0.0.1@10053) unbound works.
3664	  Like when running NSD to host a local zone, on the same machine.
3665	  The noprime feature. manpages more explanation. Added a test for it.
3666	- shorthand for reverse PTR,  local-data-ptr: "1.2.3.4 www.ex.com"
3667
366829 September 2008: Wouter
3669	- EDNS lameness detection, if EDNS packets are dropped this is
3670	  detected, eventually.
3671	- multiple query timeout rtt backoff does not backoff too much.
3672
367326 September 2008: Wouter
3674	- tests for remote-control.
3675	- small memory leak in exception during remote control fixed.
3676	- fixup for lock checking but not unchecking in remote control.
3677	- iana portlist updated.
3678
367923 September 2008: Wouter
3680	- Msg cache is loaded. A cache load enables cache responses.
3681	- unbound-control flush [name], flush_type and flush_zone.
3682
368322 September 2008: Wouter
3684	- dump_cache and load_cache statements in unbound-control.
3685	  RRsets are dumped and loaded correctly.
3686	  Msg cache is dumped.
3687
368819 September 2008: Wouter
3689	- locking on the localdata structure.
3690	- add and remove local zone and data with unbound-control.
3691	- ldns trunk snapshot updated, make tests work again.
3692
369318 September 2008: Wouter
3694	- fixup error in time calculation.
3695	- munin plugin improvements.
3696	- nicer abbreviations for high query types values (ixfr, axfr, any...)
3697	- documented the statistics output in unbound-control man page.
3698	- extended statistics prints out histogram, over unbound-control.
3699
370017 September 2008: Wouter
3701	- locking for threadsafe bogus rrset counter.
3702	- ldns trunk no longer exports b32 functions, provide compat.
3703	- ldns tarball updated.
3704	- testcode/ldns-testpkts.c const fixups.
3705	- fixed rcode stat printout.
3706	- munin plugin in contrib.
3707	- stats always printout uptime, because stats plugins need it.
3708
370916 September 2008: Wouter
3710	- extended-statistics: yesno config option.
3711	- unwanted replies spoof nearmiss detector.
3712	- iana portlist updated.
3713
371415 September 2008: Wouter
3715	- working start, stop, reload commands for unbound-control.
3716	- test for unbound-control working; better exit value for control.
3717	- verbosity control via unbound-control.
3718	- unbound-control stats.
3719
372012 September 2008: Wouter
3721	- removed browser control mentions. Proto speccy.
3722
372311 September 2008: Wouter
3724	- set nonblocking on new TCP streams, because linux does not inherit
3725	  the socket options to the accepted socket.
3726	- fix TCP timeouts.
3727	- SSL protected connection between server and unbound-control.
3728
372910 September 2008: Wouter
3730	- remove memleak in privacy addresses on reloads and quits.
3731	- remote control work.
3732
37339 September 2008: Wouter
3734	- smallapp/unbound-control-setup.sh script to set up certificates.
3735
37364 September 2008: Wouter
3737	- scrubber scrubs away private addresses.
3738	- test for private addresses. man page entry.
3739	- code refactored for name and address tree lookups.
3740
37413 September 2008: Wouter
3742	- options for 'DNS Rebinding' protection: private-address and
3743	  private-domain.
3744	- dnstree for reuse of routines that help with domain, addr lookups.
3745	- private-address and private-domain config option read, stored.
3746
37472 September 2008: Wouter
3748	- DoS protection features. Queries are jostled out to make room.
3749	- testbound can pass time, increasing the internal timer.
3750	- do not mark unsigned additionals bogus, leave unchecked, which
3751	  is removed too.
3752
37531 September 2008: Wouter
3754	- disallow nonrecursive queries for cache snooping by default.
3755	  You can allow is using access-control: <subnet> allow_snoop.
3756	  The defaults do allow access no authoritative data without RD bit.
3757	- two tests for it and fixups of tests for nonrec refused.
3758
375929 August 2008: Wouter
3760	- version 1.1 number in trunk.
3761	- harden-referral-path option for query for NS records.
3762	  Default turns off expensive, experimental option.
3763
376428 August 2008: Wouter
3765	- fixup logfile handling; it is created with correct permissions
3766	  again. (from bugfix#199).
3767	  Some errors are not written to logfile (pidfile writing, forking),
3768	  and these are only visible by using the -d commandline flag.
3769
377027 August 2008: Wouter
3771	- daemon(3) is causing problems for people. Reverting the patch.
3772	  bug#200, and 199 and 203 contain sideline discussion on it.
3773	- bug#199 fixed: pidfile can be outside chroot. openlog is done before
3774	  chroot and drop permissions.
3775	- config option to set size of aggressive negative cache,
3776	  neg-cache-size.
3777	- bug#203 fixed: dlv has been implemented.
3778
377926 August 2008: Wouter
3780	- test for insecure zone when DLV is in use, also does negative cache.
3781	- test for trustanchor when DLV is in use (the anchor works).
3782	- test for DLV used for a zone below a trustanchor.
3783	- added scrub filter for overreaching NSEC records and unit test.
3784	- iana portlist update
3785	- use of setresuid or setreuid when available.
3786	- use daemon(3) if available.
3787
378825 August 2008: Wouter
3789	- realclean patch from Robert Edmonds.
3790
379122 August 2008: Wouter
3792	- nicer debuglogging of DLV.
3793	- test with secure delegation inside the DLV repository.
3794
379521 August 2008: Wouter
3796	- negative cache code linked into validator, for DLV use.
3797	  negative cache works for DLV.
3798	- iana portlist update.
3799	- dlv-anchor option for unit tests.
3800	- fixup NSEC_AT_APEX classification for short typemaps.
3801	- ldns-testns has subdomain checks, for unit tests.
3802
380320 August 2008: Wouter
3804	- negative cache code, reviewed.
3805
380618 August 2008: Wouter
3807	- changes info: in logfile to notice: info: or debug: depending on
3808	  the verbosity of the statements.  Better logfile message
3809	  classification.
3810	- bug #208: extra rc.d unbound flexibility for freebsd/nanobsd.
3811
381215 August 2008: Wouter
3813	- DLV nsec code fixed for better detection of closest existing
3814	  enclosers from NSEC responses.
3815	- DLV works, straight to the dlv repository, so not for production.
3816	- Iana port update.
3817
381814 August 2008: Wouter
3819	- synthesize DLV messages from the rrset cache, like done for DS.
3820
382113 August 2008: Wouter
3822	- bug #203: nicer do-auto log message when user sets incompatible
3823	  options.
3824	- bug #204: variable name ameliorated in log.c.
3825	- bug #206: in iana_update, no egrep, but awk use.
3826	- ldns snapshot r2699 taken (includes DLV type).
3827	- DLV work, config file element, trust anchor read in.
3828
382912 August 2008: Wouter
3830	- finished adjusting testset to provide qtype NS answers.
3831
383211 August 2008: Wouter
3833	- Fixup rrset security updates overwriting 2181 trust status.
3834	  This makes validated to be insecure data just as worthless as
3835	  nonvalidated data, and 2181 rules prevent cache overwrites to them.
3836	- Fix assertion fail on bogus key handling.
3837	- dnssec lameness detection works on first query at trust apex.
3838	- NS queries get proper cache and dnssec lameness treatment.
3839	- fixup compilation without pthreads on linux.
3840
38418 August 2008: Wouter
3842	- NS queries are done after every referral.
3843	  validator is used on those NS records (if anchors enabled).
3844
38457 August 2008: Wouter
3846	- Scrubber more strict. CNAME chains, DNAMEs from cache, other
3847	  irrelevant rrsets removed.
3848	- 1.0.2 released from 1.0 support branch.
3849	- fixup update-anchor.sh to work both in BSD shell and bash.
3850
38515 August 2008: Wouter
3852	- fixup DS test so apex nodata works again.
3853
38544 August 2008: Wouter
3855	- iana port update.
3856	- TODO update.
3857	- fix bug 201: null ptr deref on cleanup while udp pkts wait for port.
3858	- added explanatory text for outgoing-port-permit in manpage.
3859
386030 July 2008: Wouter
3861	- fixup bug qtype DS for unsigned zone and signed parent validation.
3862
386325 July 2008: Wouter
3864	- added original copyright statement of OpenBSD arc4random code.
3865	- created tube signaling solution on windows, as a pipe replacement.
3866	  this makes background asynchronous resolution work on windows.
3867	- removed very insecure socketpair compat code. It also did not
3868	  work with event_waiting. Solved by pipe replacement.
3869	- unbound -h prints openssl version number as well.
3870
387122 July 2008: Wouter
3872	- moved pipe actions to util/tube.c. easier porting and shared code.
3873	- check _raw() commpoint callbacks with fptr_wlist.
3874	- iana port update.
3875
387621 July 2008: Wouter
3877	- #198: nicer entropy warning message. manpage OS hints.
3878
387919 July 2008: Wouter
3880	- #198: fixup man page to suggest chroot entropy fix.
3881
388218 July 2008: Wouter
3883	- branch for 1.0 support.
3884	- trunk work on tube.c.
3885
388617 July 2008: Wouter
3887	- fix bug #196, compile outside source tree.
3888	- fix bug #195, add --with-username=user configure option.
3889	- print error and exit if started with config that requires more
3890	  fds than the builtin minievent can handle.
3891
389216 July 2008: Wouter
3893	- made svn tag 1.0.1, trunk now 1.0.2
3894	- sha256 checksums enabled in makedist.sh
3895
389615 July 2008: Wouter
3897	- Follow draft-ietf-dnsop-default-local-zones-06 added reverse
3898	  IPv6 example prefix to AS112 default blocklist.
3899	- fixup lookup of DS records by client with trustanchor for same.
3900	- libunbound ub_resolve, fix handling of error condition during setup.
3901	- lowered log_hex blocksize to fit through BSD syslog linesize.
3902	- no useless initialisation if getpwnam not available.
3903	- iana, ldns snapshot updated.
3904
39053 July 2008: Wouter
3906	- Matthijs fixed memory leaks in root hints file reading.
3907
390826 June 2008: Wouter
3909	- fixup streamtcp bounds setting for udp mode, in the test framework.
3910	- contrib item for updating trust anchors.
3911
391225 June 2008: Wouter
3913	- fixup fwd_ancil test typos.
3914	- Fix for newegg lameness : ok for qtype=A, but lame for others.
3915	- fixup unit test for infra cache, test lame merging.
3916	- porting to mingw, bind, listen, getsockopt and setsockopt error
3917	  handling.
3918
391924 June 2008: Wouter
3920	- removed testcode/checklocks from production code compilation path.
3921	- streamtcp can use UDP mode (connected UDP socket), for testing IPv6
3922	  on windows.
3923	- fwd_ancil test fails if platform support is lacking.
3924
392523 June 2008: Wouter
3926	- fixup minitpkg to cleanup on windows with its file locking troubles.
3927	- minitpkg shows skipped tests in report.
3928	- skip ipv6 tests on ipv4 only hosts (requires only ipv6 localhost not
3929	  ipv6 connectivity).
3930	- winsock event handler keeps track of sticky TCP events, that have
3931	  not been fully handled yet. when interest in the event(s) resumes,
3932	  they are sent again. When WOULDBLOCK is returned events are cleared.
3933	- skip tests that need signals when testing on mingw.
3934
393518 June 2008: Wouter
3936	- open testbound replay files in binary mode, because fseek/ftell
3937	  do not work in ascii-mode on windows. The b does nothing on unix.
3938	  unittest and testbound tests work on windows (xp too).
3939	- ioctlsocket prints nicer error message.
3940	- fixed up some TCP porting for winsock.
3941	- lack of IPv6 gives a warning, no fatal error.
3942	- use WSAGetLastError() on windows instead of errno for some errors.
3943
394417 June 2008: Wouter
3945	- outgoing num fds 32 by default on windows ; it supports less
3946	  fds for waiting on than unixes.
3947	- winsock_event minievent handler for windows. (you could also
3948	  attempt to link with libevent/libev ports for windows).
3949	- neater crypto check and gdi32 detection.
3950	- unbound.exe works to resolve and validate www.nlnetlabs.nl on vista.
3951
395216 June 2008: Wouter
3953	- on windows, use windows threads, mutex and thread-local-storage(Tls).
3954	- detect if openssl needs gdi32.
3955	- if no threading, THREADS_DISABLED is defined for use in the code.
3956	- sets USE_WINSOCK if using ws2_32 on windows.
3957	- wsa_strerror() function for more readable errors.
3958	- WSA Startup and Cleanup called in unbound.exe.
3959
396013 June 2008: Wouter
3961	- port mingw32, more signal ifdefs, detect sleep, usleep,
3962	  random, srandom (used inside the tests).
3963	- signed or unsigned FD_SET is cast.
3964
396510 June 2008: Wouter
3966	- fixup warnings compiling on eeepc xandros linux.
3967
39689 June 2008: Wouter
3969	- in iteration response type code
3970	  * first check for SOA record (negative answer) before NS record
3971	    and lameness.
3972	  * check if no AA bit for non-forwarder, and thus lame zone.
3973	    In response to error report by Richard Doty for mail.opusnet.com.
3974	- fixup unput warning from lexer on freeBSD.
3975	- bug#183. pidfile, rundir, and chroot configure options. Also the
3976	  example.conf and manual pages get the configured defaults.
3977	  You can use: (or accept the defaults to /usr/local/etc/unbound/)
3978	  --with-conf-file=filename
3979	  --with-pidfile=filename
3980	  --with-run-dir=path
3981	  --with-chroot-dir=path
3982
39838 June 2008: Wouter
3984	- if multiple CNAMEs, use the first one. Fixup akamai CNAME bug.
3985	  Reported by Robert Edmonds.
3986	- iana port updated.
3987
39884 June 2008: Wouter
3989	- updated libtool files with newer version.
3990	- iana portlist updated.
3991
39923 June 2008: Wouter
3993	- fixup local-zone: "30.172.in-addr.arpa." nodefault, so that the
3994	  trailing dot is not used during comparison.
3995
39962 June 2008: Wouter
3997	- Jelte fixed bugs in my absence
3998	  - bug 178: fixed unportable shell usage in configure (relied on
3999	    bash shell).
4000	  - bug 180: fixed buffer overflow in unbound-checkconf use of strncat.
4001	  - bug 181: fixed buffer overflow in ldns (called by unbound to parse
4002	    config file parts).
4003	- fixes by Wouter
4004	  - bug 177: fixed compilation failure on opensuse, the
4005	    --disable-static configure flag caused problems.  (Patch from
4006	    Klaus Singvogel)
4007	  - bug 179: same fix as 177.
4008	  - bug 185: --disable-shared not passed along to ldns included with
4009	    unbound. Fixed so that configure parameters are passed to the
4010	    subdir configure script.
4011	    fixed that ./libtool is used always, you can still override
4012	    manually with ./configure libtool=mylibtool or set $libtool in
4013	    the environment.
4014	- update of the ldns tarball to current ldns svn version (fix 181).
4015	- bug 184: -r option for unbound-host, read resolv.conf for
4016	  forwarder. (Note that forwarder must support DNSSEC for validation
4017	  to succeed).
4018
401923 May 2008: Wouter
4020	- mingw32 porting.
4021	  - test for sys/wait.h
4022	  - WSAEWOULDBLOCK test after nonblocking TCP connect.
4023	  - write_iov_buffer removed: unused and no struct iov on windows.
4024	  - signed/unsigned warning fixup mini_event.
4025	  - use ioctlsocket to set nonblocking I/O if fnctl is unavailable.
4026	  - skip signals that are not defined
4027	  - detect pwd.h.
4028	  - detect getpwnam, getrlimit, setsid, sbrk, chroot.
4029	  - default config has no chroot if chroot() unavailable.
4030	  - if no kill() then no pidfile is read or written.
4031	  - gmtime_r is replaced by nonthreadsafe alternative if unavail.
4032	    used in rrsig time validation errors.
4033
403422 May 2008: Wouter
4035	- contrib unbound.spec from Patrick Vande Walle.
4036	- fixup bug#175: call tzset before chroot to have correct timestamps
4037	  in system log.
4038	- do not generate lex input and lex unput functions.
4039	- mingw port. replacement functions labelled _unbound.
4040	- fix bug 174 - check for tcp_sigpipe that ldns-testns is installed.
4041
404219 May 2008: Wouter
4043	- fedora 9, check in6_pktinfo define in configure.
4044	- CREDITS fixup of history.
4045	- ignore ldns-1.2.2 if installed, use builtin 1.3.0-pre alternative.
4046
404716 May 2008: Wouter
4048	- fixup for MacOSX hosts file reading (reported by John Dickinson).
4049	- created 1.0.0 svn tag.
4050	- trunk version 1.0.1.
4051
405214 May 2008: Wouter
4053	- accepted patch from Ondrej Sury for library version libtool option.
4054	- configure --disable-rpath fixes up libtool for rpath trouble.
4055	  Adapted from debian package patch file.
4056
405713 May 2008: Wouter
4058	- Added root ipv6 addresses to builtin root hints.
4059	- TODO modified for post 1.0 plans.
4060	- trunk version set to 1.0.0.
4061	- no unnecessary linking with librt (only when libevent/libev used).
4062
40637 May 2008: Wouter
4064	- fixup no-ip4 problem with error callback in outside network.
4065
406625 April 2008: Wouter
4067	- DESTDIR is honored by the Makefile for rpms.
4068	- contrib files unbound.spec and unbound.init, builds working RPM
4069	  on FC7 Linux, a chrooted caching resolver, and libunbound.
4070	- iana ports update.
4071
407224 April 2008: Wouter
4073	- chroot checks improved. working directory relative to chroot.
4074	  checks if config file path is inside chroot. Documentation on it.
4075	- nicer example.conf text.
4076	- created 0.11 tag.
4077
407823 April 2008: Wouter
4079	- parseunbound.pl contrib update from Kai Storbeck for threads.
4080	- iana ports update
4081
408222 April 2008: Wouter
4083	- ignore SIGPIPE.
4084	- unit test for SIGPIPE ignore.
4085
408621 April 2008: Wouter
4087	- FEATURES document.
4088	- fixup reread of config file if it was given as a full path
4089	  and chroot was used.
4090
409116 April 2008: Wouter
4092	- requirements doc, updated clean query returns.
4093	- parseunbound.pl update from Kai Storbeck.
4094	- sunos4 porting changes.
4095
409615 April 2008: Wouter
4097	- fixup default rc.d pidfile location to /usr/local/etc.
4098	- iana ports updated.
4099	- copyright updated in ldns-testpkts to keep same as in ldns.
4100	- fixup checkconf chroot tests a bit more, chdir must be inside
4101	  chroot dir.
4102	- documented 'gcc: unrecognized -KPIC option' errors on Solaris.
4103	- example.conf values changed to /usr/local/etc/unbound
4104	- DSA test work.
4105	- DSA signatures: unbound is compatible with both encodings found.
4106	  It will detect and convert when necessary.
4107
410814 April 2008: Wouter
4109	- got update for parseunbound.pl statistics script from Kai Storbeck.
4110	- tpkg tests for udp wait list.
4111	- documented 0x20 status.
4112	- fixup chroot and checkconf, it is much smarter now.
4113	- fixup DSA EVP signature decoding. Solution that Jelte found copied.
4114	- and check first sig byte for the encoding type.
4115
411611 April 2008: Wouter
4117	- random port selection out of the configged ports.
4118	- fixup threadsafety for libevent-1.4.3+ (event_base_get_method).
4119	- removed base_port.
4120	- created 256-port ephemeral space for the OS, 59802 available.
4121	- fixup consistency of port_if out array during heavy use.
4122
412310 April 2008: Wouter
4124	- --with-libevent works with latest libevent 1.4.99-trunk.
4125	- added log file statistics perl script to contrib.
4126	- automatic iana ports update from makefile. 60058 available.
4127
41289 April 2008: Wouter
4129	- configure can detect libev(from its build directory) when passed
4130	  --with-libevent=/home/wouter/libev-3.2
4131	  libev-3.2 is a little faster than libevent-1.4.3-stable (about 5%).
4132	- unused commpoints not listed in epoll list.
4133	- statistics-cumulative option so that the values are not reset.
4134	- config creates array of available ports, 61841 available,
4135	  it excludes <1024 and iana assigned numbers.
4136	  config statements to modify the available port numbers.
4137
41388 April 2008: Wouter
4139	- unbound tries to set the ulimit fds when started as server.
4140	  if that does not work, it will scale back its requirements.
4141
414227 March 2008: Wouter
4143	- documented /dev/random symlink from chrootdir as FAQ entry.
4144
414526 March 2008: Wouter
4146	- implemented AD bit signaling. If a query sets AD bit (but not DO)
4147	  then the AD bit is set in the reply if the answer validated.
4148	  Without including DNSSEC signatures. Useful if you have a trusted
4149	  path from the client to the resolver. Follows dnssec-updates draft.
4150
415125 March 2008: Wouter
4152	- implemented check that for NXDOMAIN and NOERROR answers a query
4153	  section must be present in the reply (by the scrubber). And it must
4154	  be equal to the question sent, at least lowercase folded.
4155	  Previously this feature happened because the cache code refused
4156	  to store such messages. However blocking by the scrubber makes
4157	  sure nothing gets into the RRset cache. Also, this looks like a
4158	  timeout (instead of an allocation failure) and this retries are
4159	  done (which is useful in a spoofing situation).
4160	- RTT banding. Band size 400 msec, this makes band around zero (fast)
4161	  include unknown servers. This makes unbound explore unknown servers.
4162
41637 March 2008: Wouter
4164	- -C config feature for harvest program.
4165	- harvest handles CNAMEs too.
4166
41675 March 2008: Wouter
4168	- patch from Hugo Koji Kobayashi for iterator logs spelling.
4169
41704 March 2008: Wouter
4171	- From report by Jinmei Tatuya, rfc2181 trust value for remainder
4172	  of a cname trust chain is lower; not full answer_AA.
4173	- test for this fix.
4174	- default config file location is /usr/local/etc/unbound.
4175	  Thus prefix is used to determine the location. This is also the
4176	  chroot and pidfile default location.
4177
41783 March 2008: Wouter
4179	- Create 0.10 svn tag.
4180	- 0.11 version in trunk.
4181	- indentation nicer.
4182
418329 February 2008: Wouter
4184	- documentation update.
4185	- fixup port to Solaris of perf test tool.
4186	- updated ldns-tarball with decl-after-statement fixes.
4187
418828 February 2008: Wouter
4189	- fixed memory leaks in libunbound (during cancellation and wait).
4190	- libunbound returns the answer packet in full.
4191	- snprintf compat update.
4192	- harvest performs lookup.
4193	- ldns-tarball update with fix for ldns_dname_label.
4194	- installs to sbin by default.
4195	- install all manual pages (unbound-host and libunbound too).
4196
419727 February 2008: Wouter
4198	- option to use caps for id randomness.
4199	- config file option use-caps-for-id: yes
4200	- harvest debug tool
4201
420226 February 2008: Wouter
4203	- delay utility delays TCP as well. If the server that is forwarded
4204	  to has a TCP error, the delay utility closes the connection.
4205	- delay does REUSE_ADDR, and can handle a server that closes its end.
4206	- answers use casing from query.
4207
420825 February 2008: Wouter
4209	- delay utility works. Gets decent thoughput too (>20000).
4210
421122 February 2008: Wouter
4212	- +2% for recursions, if identical queries (except for destination
4213	  and query ID) in the reply list, avoid re-encoding the answer.
4214	- removed TODO items for optimizations that do not show up in
4215	  profile reports.
4216	- default is now minievent - not libevent. As its faster and
4217	  not needed for regular installs, only for very large port ranges.
4218	- loop check different speedup pkt-dname-reading, 1% faster for
4219	  nocache-recursion check.
4220	- less hashing during msg parse, 4% for recursion.
4221	- small speed fix for dname_count_size_labels, +1 or +2% recursion.
4222	- some speed results noted:
4223	  optimization resulted in +40% for recursion (cache miss) and
4224	  +70 to +80 for cache hits, and +96% for version.bind.
4225	  zone nsec3 example, 100 NXDOMAIN queries, NSD 35182.8 Ub 36048.4
4226	  www.nlnetlabs.nl from cache: BIND 8987.99 Ub 31218.3
4227	  www with DO bit set : BIND 8269.31 Ub 28735.6 qps.
4228	  So, unbound can be about equal qps to NSD in cache hits.
4229	  And about 3.4x faster than BIND in cache performance.
4230	- delay utility for testing.
4231
423221 February 2008: Wouter
4233	- speedup of root-delegation message encoding by 15%.
4234	- minor speedup of compress tree_lookup, maybe 1%.
4235	- speedup of dname_lab_cmp and memlowercmp - the top functions in
4236	  profiler output, maybe a couple percent when it matters.
4237
423820 February 2008: Wouter
4239	- setup speec_cache for need-ldns-testns in dotests.
4240	- check number of queued replies on incoming queries to avoid overload
4241	  on that account.
4242	- fptr whitelist checks are not disabled in optimize mode.
4243	- do-daemonize config file option.
4244	- minievent time share initializes time at start.
4245	- updated testdata for nsec3 new algorithm numbers (6, 7).
4246	- small performance test of packet encoding (root delegation).
4247
424819 February 2008: Wouter
4249	- applied patch to unbound-host man page from Jan-Piet Mens.
4250	- fix donotquery-localhost: yes default (it erroneously was switched
4251	  to default 'no').
4252	- time is only gotten once and the value is shared across unbound.
4253	- unittest cleans up crypto, so that it has no memory leaks.
4254	- mini_event shares the time value with unbound this results in
4255	  +3% speed for cache responses and +9% for recursions.
4256	- ldns tarball update with new NSEC3 sign code numbers.
4257	- perform several reads per UDP operation. This improves performance
4258	  in DoS conditions, and costs very little in normal conditions.
4259	  improves cache response +50%, and recursions +10%.
4260	- modified asynclook test. because the callback from async is not
4261	  in any sort of lock (and thus can use all library functions freely),
4262	  this causes a tiny race condition window when the last lock is
4263	  released for a callback and a new cancel() for that callback.
4264	  The only way to remove this is by putting callbacks into some
4265	  lock window. I'd rather have the small possibility of a callback
4266	  for a cancelled function then no use of library functions in
4267	  callbacks. Could be possible to only outlaw process(), wait(),
4268	  cancel() from callbacks, by adding another lock, but I'd rather not.
4269
427018 February 2008: Wouter
4271	- patch to unbound-host from Jan-Piet Mens.
4272	- unbound host prints errors if fails to configure context.
4273	- fixup perf to resend faster, so that long waiting requests do
4274	  not hold up the queue, they become lost packets or SERVFAILs,
4275	  or can be sent a little while later (i.e. processing time may
4276	  take long, but throughput has to be high).
4277	- fixup iterator operating in no cache conditions (RD flag unset
4278	  after a CNAME).
4279	- streamlined code for RD flag setting.
4280	- profiled code and changed dname compares to be faster.
4281	  The speedup is about +3% to +8% (depending on the test).
4282	- minievent tests for eintr and eagain.
4283
428415 February 2008: Wouter
4285	- added FreeBSD rc.d script to contrib.
4286	- --prefix option for configure also changes directory: pidfile:
4287	  and chroot: defaults in config file.
4288	- added cache speed test, for cache size OK and cache too small.
4289
429014 February 2008: Wouter
4291	- start without a config file (will complain, but start with
4292	  defaults).
4293	- perf test program works.
4294
429513 February 2008: Wouter
4296	- 0.9 released.
4297	- 1.0 development. Printout ldns version on unbound -h.
4298	- start of perf tool.
4299	- bugfix to read empty lines from /etc/hosts.
4300
430112 February 2008: Wouter
4302	- fixup problem with configure calling itself if ldns-src tarball
4303	  is not present.
4304
430511 February 2008: Wouter
4306	- changed library to use ub_ instead of ub_val_ as prefix.
4307	- statistics output text nice.
4308	- etc/hosts handling.
4309	- library function to put logging to a stream.
4310	- set any option interface.
4311
43128 February 2008: Wouter
4313	- test program for multiple queries over a TCP channel.
4314	- tpkg test for stream tcp queries.
4315	- unbound replies to multiple TCP queries on a TCP channel.
4316	- fixup misclassification of root referral with NS in answer
4317	  when validating a nonrec query.
4318	- tag 0.9
4319	- layout of manpages, spelling fix in header, manpages process by
4320	  makedist, list asynclook and tcpstream tests as ldns-testns
4321	  required.
4322
43237 February 2008: Wouter
4324	- moved up all current level 2 to be level 3. And 3 to 4.
4325	  to make room for new debug level 2 for detailed information
4326	  for operators.
4327	- verbosity level 2. Describes recursion and validation.
4328	- cleaner configure script and fixes for libevent solaris.
4329	- signedness for log output memory sizes in high verbosity.
4330
43316 February 2008: Wouter
4332	- clearer explanation of threading configure options.
4333	- fixup asynclook test for nothreading (it creates only one process
4334	  to do the extended test).
4335	- changed name of ub_val_result_free to ub_val_resolve_free.
4336	- removes warning message during library linking, renamed
4337	  libunbound/unbound.c -> libunbound.c and worker to libworker.
4338	- fallback without EDNS if result is NOTIMPL as well as on FORMERR.
4339
43405 February 2008: Wouter
4341	- statistics-interval: seconds option added.
4342	- test for statistics option
4343	- ignore errors making directories, these can occur in parallel builds
4344	- fixup Makefile strip command and libunbound docs typo.
4345
434631 January 2008: Wouter
4347	- bg thread/process reads and writes the pipe nonblocking all the time
4348	  so that even if the pipe is buffered or so, the bg thread does not
4349	  block, and services both pipes and queries.
4350
435130 January 2008: Wouter
4352	- check trailing / on chrootdir in checkconf.
4353	- check if root hints and anchor files are in chrootdir.
4354	- no route to host tcp error is verbosity level 2.
4355	- removed unused send_reply_iov. and its configure check.
4356	- added prints of 'remote address is 1.2.3.4 port 53' to errors
4357	  from netevent; the basic socket errors.
4358
435928 January 2008: Wouter
4360	- fixup uninit use of buffer by libunbound (query id, flags) for
4361	  local_zone answers.
4362	- fixup uninit warning from random.c; also seems to fix sporadic
4363	  sigFPE coming out of openssl.
4364	- made openssl entropy warning more silent for library use. Needs
4365	  verbosity 1 now.
4366	- fixup forgotten locks for rbtree_searches on ctx->query tree.
4367	- random generator cleanup - RND_STATE_SIZE removed, and instead
4368	  a super-rnd can be passed at init to chain init random states.
4369	- test also does lock checks if available.
4370	- protect config access in libworker_setup().
4371	- libevent doesn't like comm_base_exit outside of runloop.
4372	- close fds after removing commpoints only (for epoll, kqueue).
4373
437425 January 2008: Wouter
4375	- added tpkg for asynclook and library use.
4376	- allows localhost to be queried when as a library.
4377	- fixup race condition between cancel and answer (in case of
4378	  really fast answers that beat the cancel).
4379	- please doxygen, put doxygen comment in one place.
4380	- asynclook -b blocking mode and test.
4381	- refactor asynclook, nicer code.
4382	- fixup race problems from opensll in rand init from library, with
4383	  a mutex around the rand init.
4384	- fix pass async_id=NULL to _async resolve().
4385	- rewrote _wait() routine, so that it is threadsafe.
4386	- cancelation is threadsafe.
4387	- asynclook extended test in tpkg.
4388	- fixed two races where forked bg process waits for (somehow shared?)
4389	  locks, so does not service the query pipe on the bg side.
4390	  Now those locks are only held for fg_threads and for bg_as_a_thread.
4391
439224 January 2008: Wouter
4393	- tested the cancel() function.
4394	- asynclook -c (cancel) feature.
4395	- fix fail to allocate context actions.
4396	- make pipe nonblocking at start.
4397	- update plane for retry mode with caution to limit bandwidth.
4398	- fix Makefile for concurrent make of unbound-host.
4399	- renamed ub_val_ctx_wait/poll/process/fd to ub_val*.
4400	- new calls to set forwarding added to header and docs.
4401
440223 January 2008: Wouter
4403	- removed debug prints from if-auto, verb-algo enables some.
4404	- libunbound QUIT setup, remove memory leaks, when using threads
4405	  will share memory for passing results instead of writing it over
4406	  the pipe, only writes ID number over the pipe (towards the handler
4407	  thread that does process() ).
4408
440922 January 2008: Wouter
4410	- library code for async in libunbound/unbound.c.
4411	- fix link testbound.
4412	- fixup exit bug in mini_event.
4413	- background worker query enter and result functions.
4414	- bg query test application asynclook, it looks up multiple
4415	  hostaddresses (A records) at the same time.
4416
441721 January 2008: Wouter
4418	- libworker work, netevent raw commpoints, write_msg, serialize.
4419
442018 January 2008: Wouter
4421	- touch up of manpage for libunbound.
4422	- support for IP_RECVDSTADDR (for *BSD ip4).
4423	- fix for BSD, do not use ip4to6 mapping, make two sockets, once
4424	  ip6 and once ip4, uses socket options.
4425	- goodbye ip4to6 mapping.
4426	- update ldns-testpkts with latest version from ldns-trunk.
4427	- updated makedist for relative ldns pathnames.
4428	- library API with more information inside the result structure.
4429	- work on background resolves.
4430
443117 January 2008: Wouter
4432	- fixup configure in case -lldns is installed.
4433	- fixup a couple of doxygen warnings, about enum variables.
4434	- interface-automatic now copies the interface address from the
4435	  PKT_INFO structure as well.
4436	- manual page with library API, all on one page 'man libunbound'.
4437	- rewrite of PKTINFO structure, it also captures IP4 PKTINFO.
4438
443916 January 2008: Wouter
4440	- incoming queries to the server with TC bit on are replied FORMERR.
4441	- interface-automatic replied the wrong source address on localhost
4442	  queries. Seems to be due to ifnum=0 in recvmsg PKTINFO. Trying
4443	  to use ifnum=-1 to mean 'no interface, use kernel route'.
4444
444515 January 2008: Wouter
4446	- interface-automatic feature. experimental. Nice for anycast.
4447	- tpkg test for ip6 ancillary data.
4448	- removed debug prints.
4449	- porting experience, define for Solaris, test refined for BSD
4450	  compatibility. The feature probably will not work on OpenBSD.
4451	- makedist fixup for ldns-src in build-dir.
4452
445314 January 2008: Wouter
4454	- in no debug sets NDEBUG to remove asserts.
4455	- configure --enable-debug is needed for dependency generation
4456	  for assertions and for compiler warnings.
4457	- ldns.tgz updated with ldns-trunk (where buffer.h is updated).
4458	- fix lint, unit test in optimize mode.
4459	- default access control allows ::ffff:127.0.0.1 v6mapped localhost.
4460
446111 January 2008: Wouter
4462	- man page, warning removed.
4463	- added text describing the use of stub zones for private zones.
4464	- checkconf tests for bad hostnames (IP address), and for doubled
4465	  interface lines.
4466	- memory sizes can be given with 'k', 'Kb', or M or G appended.
4467
446810 January 2008: Wouter
4469	- typo in example.conf.
4470	- made using ldns-src that is included the package more portable
4471	  by linking with .lo instead of .o files in the ldns package.
4472	- nicer do-ip6: yes/no documentation.
4473	- nicer linking of libevent .o files.
4474	- man pages render correctly on solaris.
4475
44769 January 2008: Wouter
4477	- fixup openssl RAND problem, when the system is not configured to
4478	  give entropy, and the rng needs to be seeded.
4479
44808 January 2008: Wouter
4481	- print median and quartiles with extensive logging.
4482
44834 January 2008: Wouter
4484	- document misconfiguration in private network.
4485
44862 January 2008: Wouter
4487	- fixup typo in requirements.
4488	- document that 'refused' is a better choice than 'drop' for
4489	  the access control list, as refused will stop retries.
4490
44917 December 2007: Wouter
4492	- unbound-host has a -d option to show what happens. This can help
4493	  with debugging (why do I get this answer).
4494	- fixup CNAME handling, on nodata, sets and display canonname.
4495	- dot removed from CNAME display.
4496	- respect -v for NXDOMAINs.
4497	- updated ldns-src.tar.gz with ldns-trunk today (1.2.2 fixes).
4498	- size_t to int for portability of the header file.
4499	- fixup bogus handling.
4500	- dependencies and lint for unbound-host.
4501
45026 December 2007: Wouter
4503	- library resolution works in foreground mode, unbound-host app
4504	  receives data.
4505	- unbound-host prints rdata using ldns.
4506	- unbound-host accepts trust anchors, and prints validation
4507	  information when you give -v.
4508
45095 December 2007: Wouter
4510	- locking in context_new() inside the function.
4511	- setup of libworker.
4512
45134 December 2007: Wouter
4514	- minor Makefile fixup.
4515	- moved module-stack code out of daemon/daemon into services/modstack,
4516	  preparing for code-reuse.
4517	- move context into own header file.
4518	- context query structure.
4519	- removed unused variable pwd from checkconf.
4520	- removed unused assignment from outside netw.
4521	- check timeval length of string.
4522	- fixup error in val_utils getsigner.
4523	- fixup same (*var) error in netblocktostr.
4524	- fixup memleak on parse error in localzone.
4525	- fixup memleak on packet parse error.
4526	- put ; after union in parser.y.
4527	- small hardening in iter_operate against iq==NULL.
4528	- hardening, if error reply with rcode=0 (noerror) send servfail.
4529	- fixup same (*var) error in find_rrset in msgparse, was harmless.
4530	- check return value of evtimer_add().
4531	- fixup lockorder in lruhash_reclaim(), building up a list of locked
4532	  entries one at a time. Instead they are removed and unlocked.
4533	- fptr_wlist for markdelfunc.
4534	- removed is_locked param from lruhash delkeyfunc.
4535	- moved bin_unlock during bin_split purely to please.
4536
45373 December 2007: Wouter
4538	- changed checkconf/ to smallapp/ to make room for more support tools.
4539	  (such as unbound-host).
4540	- install dirs created with -m 755 because they need to be accessible.
4541	- library extensive featurelist added to TODO.
4542	- please doxygen, lint.
4543	- library test application, with basic functionality.
4544	- fix for building in a subdirectory.
4545	- link lib fix for Leopard.
4546
454730 November 2007: Wouter
4548	- makefile that creates libunbound.la, basic file or libunbound.a
4549	  when creating static executables (no libtool).
4550	- more API setup.
4551
455229 November 2007: Wouter
4553	- 0.9 public API start.
4554
455528 November 2007: Wouter
4556	- Changeup plan for 0.8 - no complication needed, a simple solution
4557	  has been chosen for authoritative features.
4558	- you can use single quotes in the config file, so it is possible
4559	  to specify TXT records in local data.
4560	- fixup small memory problem in implicit transparent zone creation.
4561	- test for implicit zone creation and multiple RR RRsets local data.
4562	- local-zone nodefault test.
4563	- show testbound testlist on commit.
4564	- iterator normalizer changes CNAME chains ending in NXDOMAIN where
4565	  the packet got rcode NXDOMAIN into rcode NOERROR. (since the initial
4566	  domain exists).
4567	- nicer verbosity: 0 and 1 levels.
4568	- lower nonRDquery chance of eliciting wrongly typed validation
4569	  requiring message from the cache.
4570	- fix for nonRDquery validation typing; nodata is detected when
4571	  SOA record in auth section (all validation-requiring nodata messages
4572	  have a SOA record in authority, so this is OK for the validator),
4573	  and NS record is needed to be a referral.
4574	- duplicate checking when adding NSECs for a CNAME, and test.
4575	- created svn tag 0.8, after completing testbed tests.
4576
457727 November 2007: Wouter
4578	- per suggestion in rfc2308, replaced default max-ttl value with 1 day.
4579	- set size of msgparse lookup table to 32, from 1024, so that its size
4580	  is below the 2048 regional large size threshold, and does not cause
4581	  a call to malloc when a message is parsed.
4582	- update of memstats tool to print number of allocation calls.
4583	  This is what is taking time (not space) and indicates the avg size
4584	  of the allocations as well. region_alloc stat is removed.
4585
458622 November 2007: Wouter
4587	- noted EDNS in-the-middle dropping trouble as a TODO.
4588	  At this point theoretical, no user trouble has been reported.
4589	- added all default AS112 zones.
4590	- answers from local zone content.
4591		* positive answer, the rrset in question
4592		* nodata answer (exist, but not that type).
4593		* nxdomain answer (domain does not exist).
4594		* empty-nonterminal answer.
4595		* But not: wildcard, nsec, referral, rrsig, cname/dname,
4596			or additional section processing, NS put in auth.
4597	- test for correct working of static and transparent and couple
4598	  of important defaults (localhost, as112, reverses).
4599	  Also checks deny and refuse settings.
4600	- fixup implicit zone generation and AA bit for NXDOMAIN on localdata.
4601
460221 November 2007: Wouter
4603	- local zone internal data setup.
4604
460520 November 2007: Wouter
4606	- 0.8 - str2list config support for double string config options.
4607	- local-zone and local-data options, config storage and documentation.
4608
460919 November 2007: Wouter
4610	- do not downcase NSEC and RRSIG for verification. Follows
4611	  draft-ietf-dnsext-dnssec-bis-updates-06.txt.
4612	- fixup leaking unbound daemons at end of tests.
4613	- README file updated.
4614	- nice libevent not found error.
4615	- README talks about gnu make.
4616	- 0.8: unit test for addr_mask and fixups for it.
4617	  and unit test for addr_in_common().
4618	- 0.8: access-control config file element.
4619	  and unit test rpl replay file.
4620	- 0.8: fixup address reporting from netevent.
4621
462216 November 2007: Wouter
4623	- privilege separation is not needed in unbound at this time.
4624	  TODO item marked as such.
4625	- created beta-0.7 branch for support.
4626	- tagged 0.7 for beta release.
4627	- moved trunk to 0.8 for 0.8(auth features) development.
4628	- 0.8: access control list setup.
4629
463015 November 2007: Wouter
4631	- review fixups from Jelte.
4632
463314 November 2007: Wouter
4634	- testbed script does not recreate configure, since its in svn now.
4635	- fixup checkconf test so that it does not test
4636	  /etc/unbound/unbound.conf.
4637	- tag 0.6.
4638
463913 November 2007: Wouter
4640	- remove debug print.
4641	- fixup testbound exit when LIBEVENT_SIGNAL_PROBLEM exists.
4642
464312 November 2007: Wouter
4644	- fixup signal handling where SIGTERM could be ignored if a SIGHUP
4645	  arrives later on.
4646	- bugreports to unbound-bugs@nlnetlabs.nl
4647	- fixup testbound so it exits cleanly.
4648	- cleanup the caches on a reload, so that rrsetID numbers won't clash.
4649
46509 November 2007: Wouter
4651	- took ldns snapshot in repo.
4652	- default config file is /etc/unbound/unbound.conf.
4653	  If it doesn't exist, it is installed with the doc/example.conf file.
4654	  The file is not deleted on uninstall.
4655	- default listening is not all, but localhost interfaces.
4656
46578 November 2007: Wouter
4658	- Fixup chroot and drop user privileges.
4659	- new L root ip address in default hints.
4660
46611 November 2007: Wouter
4662	- Fixup of crash on reload, due to anchors in env not NULLed after
4663	  dealloc during deinit.
4664	- Fixup of chroot call. Happens after privileges are dropped, so
4665	  that checking the passwd entry still works.
4666	- minor touch up of clear() hashtable function.
4667	- VERB_DETAIL prints out what chdir, username, chroot is being done.
4668	- when id numbers run out, caches are cleared, as in design notes.
4669	  Tested with a mock setup with very few bits in id, it worked.
4670	- harden-dnssec-stripped: yes is now default. It insists on dnssec
4671	  data for trust anchors. Included tests for the feature.
4672
467331 October 2007: Wouter
4674	- cache-max-ttl config option.
4675	- building outside sourcedir works again.
4676	- defaults more secure:
4677		username: "unbound"
4678		chroot: "/etc/unbound"
4679	  The operator can override them to be less secure ("") if necessary.
4680	- fix horrible oversight in sorting rrset references in a message,
4681	  sort per reference key pointer, not on referencepointer itself.
4682	- pidfile: "/etc/unbound/unbound.pid" is now the default.
4683	- tests changed to reflect the updated default.
4684	- created hashtable clear() function that respects locks.
4685
468630 October 2007: Wouter
4687	- fixup assertion failure that relied on compressed names to be
4688	  smaller than uncompressed names. A packet from comrite.com was seen
4689	  to be compressed to a larger size. Added it as unit test.
4690	- quieter logging at low verbosity level for common tcp messages.
4691	- no greedy TTL update.
4692
469323 October 2007: Wouter
4694	- fixup (grand-)parent problem for dnssec-lameness detection.
4695	- fixup tests to do additional section processing for lame replies,
4696	  since the detection needs that.
4697	- no longer trust in query section in reply during dnssec lame detect.
4698	- dnssec lameness does not make the server never ever queried, but
4699	  non-preferred. If no other servers exist or answer, the dnssec lame
4700	  server is used; the fastest dnssec lame server is chosen.
4701	- added test then when trust anchor cannot be primed (nodata), the
4702	  insecure mode from unbound works.
4703	- Fixup max queries per thread, any more are dropped.
4704
470522 October 2007: Wouter
4706	- added donotquerylocalhost config option. Can be turned off for
4707	  out test cases.
4708	- ISO C compat changes.
4709	- detect RA-no-AA lameness, as LAME.
4710	- DNSSEC-lameness detection, as LAME.
4711	  See notes in requirements.txt for choices made.
4712	- tests for lameness detection.
4713	- added all to make test target; need unbound for fwd tests.
4714	- testbound does not pollute /etc/unbound.
4715
471619 October 2007: Wouter
4717	- added configure (and its files) to svn, so that the trunk is easier
4718	  to use. ./configure, config.guess, config.sub, ltmain.sh,
4719	  and config.h.in.
4720	- added yacc/lex generated files, util/configlexer.c,
4721	  util/configparser.c util/configparser.h, to svn.
4722	- without lex no attempt to use it.
4723	- unsecure response validation collated into one block.
4724	- remove warning about const cast of cfgfile name.
4725	- outgoing-interfaces can be different from service interfaces.
4726	- ldns-src configure is done during unbound configure and
4727	  ldns-src make is done during unbound make, and so inherits the
4728	  make arguments from the unbound make invocation.
4729	- nicer error when libevent problem causes instant exit on signal.
4730	- read root hints from a root hint file (like BIND does).
4731
473218 October 2007: Wouter
4733	- addresses are logged with errors.
4734	- fixup testcode fake event to remove pending before callback
4735	  since the callback may create new pending items.
4736	- tests updated because retries are now in iterator module.
4737	- ldns-testpkts code is checked for differences between unbound
4738	  and ldns by makedist.sh.
4739	- ldns trunk from today added in svn repo for fallback in case
4740	  no ldns is installed on the system.
4741	  make download_ldns refreshes the tarball with ldns svn trunk.
4742	- ldns-src.tar.gz is used if no ldns is found on the system, and
4743	  statically linked into unbound.
4744	- start of regional allocator code.
4745	- regional uses less memory and variables, simplified code.
4746	- remove of region-allocator.
4747	- alloc cache keeps a cache of recently released regional blocks,
4748	  up to a maximum.
4749	- make unit test cleanly free memory.
4750
475117 October 2007: Wouter
4752	- fixup another cycle detect and ns-addr timeout resolution bug.
4753	  This time by refusing delegations from the cache without addresses
4754	  when resolving a mandatory-glue nameserver-address for that zone.
4755	  We're going to have to ask a TLD server anyway; might as well be
4756	  the TLD server for this name. And this resolves a lot of cases where
4757	  the other nameserver names lead to cycles or are not available.
4758	- changed random generator from random(3) clone to arc4random wrapped
4759	  for thread safety. The random generator is initialised with
4760	  entropy from the system.
4761	- fix crash where failure to prime DNSKEY tried to print null pointer
4762	  in the log message.
4763	- removed some debug prints, only verb_algo (4) enables them.
4764	- fixup test; new random generator took new paths; such as one
4765	  where no scripted answer was available.
4766	- mark insecure RRs as insecure.
4767	- fixup removal of nonsecure items from the additional.
4768	- reduced timeout values to more realistic, 376 msec (262 msec has
4769	  90% of roundtrip times, 512 msec has 99% of roundtrip times.)
4770	- server selection failover to next server after timeout (376 msec).
4771
477216 October 2007: Wouter
4773	- no malloc in log_hex.
4774	- assertions around system calls.
4775	- protect against gethostname without ending zero.
4776	- ntop output is null terminated by unbound.
4777	- pidfile content null termination
4778	- various snprintf use sizeof(stringbuf) instead of fixed constant.
4779	- changed loopdetect % 8 with & 0x7 since % can become negative for
4780	  weird negative input and particular interpretation of integer math.
4781	- dname_pkt_copy checks length of result, to protect result buffers.
4782	  prints an error, this should not happen. Bad strings should have
4783	  been rejected earlier in the program.
4784	- remove a size_t underflow from msgreply size func.
4785
478615 October 2007: Wouter
4787	- nicer warning.
4788	- fix IP6 TCP, wrong definition check. With test package.
4789	- fixup the fact that the query section was not compressed to,
4790	  the code was there but was called by value instead of by reference.
4791	  And test for the case, uses xxd and nc.
4792	- more portable ip6 check for sockaddr types.
4793
47948 October 2007: Wouter
4795	- --disable-rpath option in configure for 64bit systems with
4796	  several dynamic lib dirs.
4797
47987 October 2007: Wouter
4799	- fixup tests for no AD bit in non-DO queries.
4800	- test that makes sure AD bit is not set on non-DO query.
4801
48026 October 2007: Wouter
4803	- removed logfile open early. It did not have the proper permissions;
4804	  it was opened as root instead of the user. And we cannot change user
4805	  id yet, since chroot and bind ports need to be done.
4806	- callback checks for event callbacks done from mini_event. Because
4807	  of deletions cannot do this from netevent. This means when using
4808	  libevent the protection does not work on event-callbacks.
4809	- fixup too small reply (did not zero counts).
4810	- fixup reply no longer AD bit when query without DO bit.
4811
48125 October 2007: Wouter
4813	- function pointer whitelist.
4814
48154 October 2007: Wouter
4816	- overwrite sensitive random seed value after use.
4817	- switch to logfile very soon if not -d (console attached).
4818	- error messages do not reveal the trustanchor contents.
4819	- start work on function pointer whitelists.
4820
48213 October 2007: Wouter
4822	- fix for multiple empty nonterminals, after multiple DSes in the
4823	  chain of trust.
4824	- mesh checks if modules are looping, and stops them.
4825	- refetch with CNAMEd nameserver address regression test added.
4826	- fixup line count bug in testcode, so testbound prints correct line
4827	  number with parse errors.
4828	- unit test for multiple ENT case.
4829	- fix for cname out of validated unsec zone.
4830	- fixup nasty id=0 reuse. Also added assertions to detect its
4831	  return (the assertion catches in the existing test cases).
4832
48331 October 2007: Wouter
4834	- skip F77, CXX, objC tests in configure step.
4835	- fixup crash in refetch glue after a CNAME.
4836	  and protection against similar failures (with error print).
4837
483828 September 2007: Wouter
4839	- test case for unbound-checkconf, fixed so it also checks the
4840	  interface: statements.
4841
484226 September 2007: Wouter
4843	- SIGHUP will reopen the log file.
4844	- Option to log to syslog.
4845	- please lint, fixup tests (that went to syslog on open, oops).
4846	- config check program.
4847
484825 September 2007: Wouter
4849	- tests for NSEC3. Fixup bitmap checks for NSEC3.
4850	- positive ANY response needs to check if wildcard expansion, and
4851	  check that original data did not exist.
4852	- tests for NSEC3 that wrong use of OPTOUT is bad. For insecure
4853	  delegation, for abuse of child zone apex nsec3.
4854	- create 0.5 release tag.
4855
485624 September 2007: Wouter
4857	- do not make test programs by default.
4858	- But 'make test' will perform all of the tests.
4859	- Advertise builtin select libevent alternative when no libevent
4860	  is found.
4861	- signit can generate NSEC3 hashes, for generating tests.
4862	- multiple nsec3 paramaters in message test.
4863	- too high nsec3 iterations becomes insecure test.
4864
486521 September 2007: Wouter
4866	- fixup empty_DS_name allocated in wrong region (port DEC Alpha).
4867	- fixup testcode lock safety (port FreeBSD).
4868	- removes subscript has type char warnings (port Solaris 9).
4869	- fixup of field with format type to int (port MacOS/X intel).
4870	- added test for infinite loop case in nonRD answer validation.
4871	  It was a more general problem, but hard to reproduce. When an
4872	  unsigned rrset is being validated and the key fetched, the DS
4873	  sequence is followed, but if the final name has no DS, then no
4874	  proof is possible - the signature has been stripped off.
4875
487620 September 2007: Wouter
4877	- fixup and test for NSEC wildcard with empty nonterminals.
4878	- makedist.sh fixup for svn info.
4879	- acl features request in plan.
4880	- improved DS empty nonterminal handling.
4881	- compat with ANS nxdomain for empty nonterminals. Attempts the nodata
4882	  proof anyway, which succeeds in ANS failure case.
4883	- striplab protection in case it becomes -1.
4884	- plans for static and blacklist config.
4885
488619 September 2007: Wouter
4887	- comments about non-packed usage.
4888	- plan for overload support in 0.6.
4889	- added testbound tests for a failed resolution from the logs
4890	  and for failed prime when missing glue.
4891	- fixup so useless delegation points are not returned from the
4892	  cache. Also the safety belt is used if priming fails to complete.
4893	- fixup NSEC rdata not to be lowercased, bind compat.
4894
489518 September 2007: Wouter
4896	- wildcard nsec3 testcases, and fixup to get correct wildcard name.
4897	- validator prints subtype classification for debug.
4898
489917 September 2007: Wouter
4900	- NSEC3 hash cache unit test.
4901	- validator nsec3 nameerror test.
4902
490314 September 2007: Wouter
4904	- nsec3 nodata proof, nods proof, wildcard proof.
4905	- nsec3 support for cname chain ending in noerror or nodata.
4906	- validator calls nsec3 proof routines if no NSECs prove anything.
4907	- fixup iterator bug where it stored the answer to a cname under
4908	  the wrong qname into the cache. When prepending the cnames, the
4909	  qname has to be reset to the original qname.
4910
491113 September 2007: Wouter
4912	- nsec3 find matching and covering, ce proof, prove namerror msg.
4913
491412 September 2007: Wouter
4915	- fixup of manual page warnings, like for NSD bugreport.
4916	- nsec3 work, config, max iterations, filter, and hash cache.
4917
49186 September 2007: Wouter
4919	- fixup to find libevent on mac port install.
4920	- fixup size_t vs unsigned portability in validator/sigcrypt.
4921	- please compiler on different platforms, for unreachable code.
4922	- val_nsec3 file.
4923	- pthread_rwlock type is optional, in case of old pthread libs.
4924
49255 September 2007: Wouter
4926	- cname, name error validator tests.
4927	- logging of qtype ANY works.
4928	- ANY type answers get RRSIG in answer section of replies (but not
4929	  in other sections, unless DO bit is on).
4930	- testbound can replay a TCP query (set MATCH TCP in the QUERY).
4931	- DS and noDS referral validation test.
4932	- if you configure many trust anchors, parent trust anchors can
4933	  securely deny existance of child trust anchors, if validated.
4934	- not all *.name NSECs are present because a wildcard was matched,
4935	  and *.name NSECs can prove nodata for empty nonterminals.
4936	  Also, for wildcard name NSECs, check they are not from the parent
4937	  zone (for wildcarded zone cuts), and check absence of CNAME bit,
4938	  for a nodata proof.
4939	- configure option for memory allocation debugging.
4940	- port configure option for memory allocation to solaris10.
4941
49424 September 2007: Wouter
4943	- fixup of Leakage warning when serviced queries processed multiple
4944	  callbacks for the same query from the same server.
4945	- testbound removes config file from /tmp on failed exit.
4946	- fixup for referral cleanup of the additional section.
4947	- tests for cname, referral validation.
4948	- neater testbound tpkg output.
4949	- DNAMEs no longer match their apex when synthesized from the cache.
4950	- find correct signer name for DNAME responses.
4951	- wildcarded DNAME test and fixup code to detect.
4952	- prepend NSEC and NSEC3 rrsets in the iterator while chasing CNAMEs.
4953	  So that wildcarded CNAMEs get their NSEC with them to the answer.
4954	- test for a CNAME to a DNAME to a CNAME to an answer, all from
4955	  different domains, for key fetching and signature checking of
4956	  CNAME'd messages.
4957
49583 September 2007: Wouter
4959	- Fixed error in iterator that would cause assertion failure in
4960	  validator. CNAME to a NXDOMAIN response was collated into a response
4961	  with both a CNAME and the NXDOMAIN rcode. Added a test that the
4962	  rcode is changed to NOERROR (because of the CNAME).
4963	- timeout on tcp does not lead to spurious leakage detect.
4964	- account memory for name of lame zones, so that memory leakages does
4965	  not show lame cache growth as a leakage growth.
4966	- config setting for lameness cache expressed in bytes, instead of
4967	  number of entries.
4968	- tool too summarize allocations per code line.
4969
497031 August 2007: Wouter
4971	- can read bind trusted-keys { ... }; files, in a compatibility mode.
4972	- iterator should not detach target queries that it still could need.
4973	  the protection against multiple outstanding queries is moved to a
4974	  current_query num check.
4975	- validator nodata, positive, referral tests.
4976	- dname print can print '*' wildcard.
4977
497830 August 2007: Wouter
4979	- fixup override date config option.
4980	- config options to control memory usage.
4981	- caught bad free of un-alloced data in worker_send error case.
4982	- memory accounting for key cache (trust anchors and temporary cache).
4983	- memory accounting fixup for outside network tcp pending waits.
4984	- memory accounting fixup for outside network tcp callbacks.
4985	- memory accounting for iterator fixed storage.
4986	- key cache size and slabs config options.
4987	- lib crypto cleanups at exit.
4988
498929 August 2007: Wouter
4990	- test tool to sign rrsets for testing validator with.
4991	- added RSA and DSA test keys, public and private pairs, 512 bits.
4992	- default configuration is with validation enabled.
4993	  Only a trust-anchor needs to be configured for DNSSEC to work.
4994	- do not convert to DER for DSA signature verification.
4995	- validator replay test file, for a DS to DNSKEY DSA key prime and
4996	  positive response.
4997
499828 August 2007: Wouter
4999	- removed double use for udp buffers, that could fail,
5000	  instead performs a malloc to do the backup.
5001	- validator validates referral messages, by validating all the rrsets
5002	  and stores the rrsets in the cache. Further referral (nonRD queries)
5003	  replies are made from the rrset cache directly. Unless unchecked
5004	  rrsets are encountered, there are then validated.
5005	- enforce that signing is done by a parent domain (or same domain).
5006	- adjust TTL downwards if rrset TTL bigger than signature allows.
5007	- permissive mode feature, sets AD bit for secure, but bogus does
5008	  not give servfail (bogus is changed into indeterminate).
5009	- optimization of rrset verification. rr canonical sorting is reused,
5010	  for the same rrset. canonical rrset image in buffer is reused for
5011	  the same signature.
5012	- if the rrset is too big (64k exactly + large owner name) the
5013	  canonicalization routine will fail if it does not fit in buffer.
5014	- faster verification for large sigsets.
5015	- verb_detail mode reports validation failures, but not the entire
5016	  algorithm for validation. Key prime failures are reported as
5017	  verb_ops level.
5018
501927 August 2007: Wouter
5020	- do not garble the edns if a cache answer fails.
5021	- answer norecursive from cache if possible.
5022	- honor clean_additional setting when returning secure non-recursive
5023	  referrals.
5024	- do not store referral in msg cache for nonRD queries.
5025	- store verification status in the rrset cache to speed up future
5026	  verification.
5027	- mark rrsets indeterminate and insecure if they are found to be so.
5028	  and store this in the cache.
5029
503024 August 2007: Wouter
5031	- message is bogus if unsecure authority rrsets are present.
5032	- val-clean-additional option, so you can turn it off.
5033	- move rrset verification out of the specific proof types into one
5034	  routine. This makes the proof routines prettier.
5035	- fixup cname handling in validator, cname-to-positive and cname-to-
5036	  nodata work.
5037	- Do not synthesize DNSKEY and DS responses from the rrset cache if
5038	  the rrset is from the additional section. Signatures may have
5039	  fallen off the packet, and cause validation failure.
5040	- more verbose signature date errors (with the date attached).
5041	- increased default infrastructure cache size. It is important for
5042	  performance, and 1000 entries are only 212k (or a 400 k total cache
5043	  size). To 10000 entries (for 2M entries, 4M cache size).
5044
504523 August 2007: Wouter
5046	- CNAME handling - move needs_validation to before val_new().
5047	  val_new() setups the chase-reply to be an edited copy of the msg.
5048	  new classification, and find signer can find for it.
5049	  removal of unsigned crap from additional, and query restart for
5050	  cname.
5051	- refuse to follow wildcarded DNAMEs when validating.
5052	  But you can query for qtype ANY, or qtype DNAME and validate that.
5053
505422 August 2007: Wouter
5055	- bogus TTL.
5056	- review - use val_error().
5057
505821 August 2007: Wouter
5059	- ANY response validation.
5060	- store security status in cache.
5061	- check cache security status and either send the query to be
5062	  validated, return the query to client, or send servfail to client.
5063	  Sets AD bit on validated replies.
5064	- do not examine security status on an error reply in mesh_done.
5065	- construct DS, DNSKEY messages from rrset cache.
5066	- manual page entry for override-date.
5067
506820 August 2007: Wouter
5069	- validate and positive validation, positive wildcard NSEC validation.
5070	- nodata validation, nxdomain validation.
5071
507218 August 2007: Wouter
5073	- process DNSKEY response in FINDKEY state.
5074
507517 August 2007: Wouter
5076	- work on DS2KE routine.
5077	- val_nsec.c for validator NSEC proofs.
5078	- unit test for NSEC bitmap reading.
5079	- dname iswild and canonical_compare with unit tests.
5080
508116 August 2007: Wouter
5082	- DS sig unit test.
5083	- latest release libevent 1.3c and 1.3d have threading fixed.
5084	- key entry fixup data pointer and ttl absolute.
5085	- This makes a key-prime succeed in validator, with DS or DNSKEY as
5086	  trust-anchor.
5087	- fixup canonical compare byfield routine, fix bug and also neater.
5088	- fixed iterator response type classification for queries of type
5089	  ANY and NS.
5090	  dig ANY gives sometimes NS rrset in AN and NS section, and parser
5091	  removes the NS section duplicate. dig NS gives sometimes the NS
5092	  in the answer section, as referral.
5093	- validator FINDKEY state.
5094
509515 August 2007: Wouter
5096	- crypto calls to verify signatures.
5097	- unit test for rrsig verification.
5098
509914 August 2007: Wouter
5100	- default outgoing ports changed to avoid port 2049 by default.
5101	  This port is widely blocked by firewalls.
5102	- count infra lameness cache in memory size.
5103	- accounting of memory improved
5104	- outbound entries are allocated in the query region they are for.
5105	- extensive debugging for memory allocations.
5106	- --enable-lock-checks can be used to enable lock checking.
5107	- protect undefs in config.h from autoheaders ministrations.
5108	- print all received udp packets. log hex will print on multiple
5109	  lines if needed.
5110	- fixed error in parser with backwards rrsig references.
5111	- mark cycle targets for iterator did not have CD flag so failed
5112	  its task.
5113
511413 August 2007: Wouter
5115	- fixup makefile, if lexer is missing give nice error and do not
5116	  mess up the dependencies.
5117	- canonical compare routine updated.
5118	- canonical hinfo compare.
5119	- printout list of the queries that the mesh is working on.
5120
512110 August 2007: Wouter
5122	- malloc and free overrides that track total allocation and frees.
5123	  for memory debugging.
5124	- work on canonical sort.
5125
51269 August 2007: Wouter
5127	- canonicalization, signature checks
5128	- dname signature label count and unit test.
5129	- added debug heap size print to memory printout.
5130	- typo fixup in worker.c
5131	- -R needed on solaris.
5132	- validator override option for date check testing.
5133
51348 August 2007: Wouter
5135	- ldns _raw routines created (in ldns trunk).
5136	- sigcrypt DS digest routines
5137	- val_utils uses sigcrypt to perform signature cryptography.
5138	- sigcrypt keyset processing
5139
51407 August 2007: Wouter
5141	- security status type.
5142	- security status is copied when rdata is equal for rrsets.
5143	- rrset id is updated to invalidate all the message cache entries
5144	  that refer to NSEC, NSEC3, DNAME rrsets that have changed.
5145	- val_util work
5146	- val_sigcrypt file for validator signature checks.
5147
51486 August 2007: Wouter
5149	- key cache for validator.
5150	- moved isroot and dellabel to own dname routines, with unit test.
5151
51523 August 2007: Wouter
5153	- replanning.
5154	- scrubber check section of lame NS set.
5155	- trust anchors can be in config file or read from zone file,
5156	  DS and DNSKEY entries.
5157	- unit test trust anchor storage.
5158	- trust anchors converted to packed rrsets.
5159	- key entry definition.
5160
51612 August 2007: Wouter
5162	- configure change for latest libevent trunk version (needs -lrt).
5163	- query_done and walk_supers are moved out of module interface.
5164	- fixup delegation point duplicates.
5165	- fixup iterator scrubber; lame NS set is let through the scrubber
5166	  so that the classification is lame.
5167	- validator module exists, and does nothing but pass through,
5168	  with calling of next module and return.
5169	- validator work.
5170
51711 August 2007: Wouter
5172	- set version to 0.5
5173	- module work for module to module interconnections.
5174	- config of modules.
5175	- detect cycle takes flags.
5176
517731 July 2007: Wouter
5178	- updated plan
5179	- release 0.4 tag.
5180
518130 July 2007: Wouter
5182	- changed random state init, so that sequential process IDs are not
5183	  cancelled out by sequential thread-ids in the random number seed.
5184	- the fwd_three test, which sends three queries to unbound, and
5185	  unbound is kept waiting by ldns-testns for 3 seconds, failed
5186	  because the retry timeout for default by unbound is 3 seconds too,
5187	  it would hit that timeout and fail the test. Changed so that unbound
5188	  is kept waiting for 2 seconds instead.
5189
519027 July 2007: Wouter
5191	- removed useless -C debug option. It did not work.
5192	- text edit of documentation.
5193	- added doc/CREDITS file, referred to by the manpages.
5194	- updated planning.
5195
519626 July 2007: Wouter
5197	- cycle detection, for query state dependencies. Will attempt to
5198	  circumvent the cycle, but if no other targets available fails.
5199	- unit test for AXFR, IXFR response.
5200	- test for cycle detection.
5201
520225 July 2007: Wouter
5203	- testbound read ADDRESS and check it.
5204	- test for version.bind and friends.
5205	- test for iterator chaining through several referrals.
5206	- test and fixup for refetch for glue. Refetch fails if glue
5207	  is still not provided.
5208
520924 July 2007: Wouter
5210	- Example section in config manual.
5211	- Addr stored for range and moment in replay.
5212
521320 July 2007: Wouter
5214	- Check CNAME chain before returning cache entry with CNAMEs.
5215	- Option harden-glue, default is on. It will discard out of zone
5216	  data. If disabled, performance is faster, but spoofing attempts
5217	  become a possibility. Note that still normalize scrubbing is done,
5218	  and that the potentially spoofed data is used for infrastructure
5219	  and not returned to the client.
5220	- if glue times out, refetch by asking parent of delegation again.
5221	  Much like asking for DS at the parent side.
5222	- TODO items from forgery-resilience draft.
5223	  and on memory handling improvements.
5224	- renamed module_event_timeout to module_event_noreply.
5225	- memory reporting code; reports on memory usage after handling
5226	  a network packet (not on cache replies).
5227
522819 July 2007: Wouter
5229	- shuffle NS selection when getting nameserver target addresses.
5230	- fixup of deadlock warnings, yield cpu in checklock code so that
5231	  freebsd scheduler selects correct process to run.
5232	- added identity and version config options and replies.
5233	- store cname messages complete answers.
5234
523518 July 2007: Wouter
5236	- do not query addresses, 127.0.0.1, and ::1 by default.
5237
523817 July 2007: Wouter
5239	- forward zone options in config file.
5240	- forward per zone in iterator. takes precendence over stubs.
5241	- fixup commithooks.
5242	- removed forward-to and forward-to-port features, subsumed by
5243	  new forward zones.
5244	- fix parser to handle absent server: clause.
5245	- change untrusted rrset test to account for scrubber that is now
5246	  applied during the test (which removes the poison, by the way).
5247	- feature, addresses can be specified with @portnumber, like nsd.conf.
5248	- test config files changed over to new forwarder syntax.
5249
525027 June 2007: Wouter
5251	- delete of mesh does a postorder traverse of the tree.
5252	- found and fixed a memory leak. For TTL=0 messages, that would
5253	  not be cached, instead the msg-replyinfo structure was leaked.
5254	- changed server selection so it will filter out hosts that are
5255	  unresponsive. This is defined as a host with the maximum rto value.
5256	  This means that unbound tried the host for retries up to 120 secs.
5257	  The rto value will time out after host-ttl seconds from the cache.
5258	  This keeps such unresolvable queries from taking up resources.
5259	- utility for keeping histogram.
5260
526126 June 2007: Wouter
5262	- mesh is called by worker, and iterator uses it.
5263	  This removes the hierarchical code.
5264	  QueryTargets state and Finished state are merged for iterator.
5265	- forwarder mode no longer sets AA bit on first reply.
5266	- rcode in walk_supers is not needed.
5267
526825 June 2007: Wouter
5269	- more mesh work.
5270	- error encode routine for ease.
5271
527222 June 2007: Wouter
5273	- removed unused _node iterator value from rbtree_t. Takes up space.
5274	- iterator can handle querytargets state without a delegation point
5275	  set, so that a priming(stub) subquery error can be handled.
5276	- iterator stores if it is priming or not.
5277	- log_query_info() neater logging.
5278	- changed iterator so that it does not alter module_qstate.qinfo
5279	  but keeps a chase query info. Also query_flags are not altered,
5280	  the iterator uses chase_flags.
5281	- fixup crash in case no ports for the family exist.
5282
528321 June 2007: Wouter
5284	- Fixup secondary buffer in case of error callback.
5285	- cleanup slumber list of runnable states.
5286	- module_subreq_depth fails to work in slumber list.
5287	- fixup query release for cached results to sub targets.
5288	- neater error for tcp connection failure, shows addr in verbose.
5289	- rbtree_init so that it can be used with preallocated memory.
5290
529120 June 2007: Wouter
5292	- new -C option to enable coredumps after forking away.
5293	- doc update.
5294	- fixup CNAME generation by scrubber, and memory allocation of it.
5295	- fixup deletion of serviced queries when all callbacks delete too.
5296	- set num target queries to 0 when you move them to slumber list.
5297	- typo in check caused subquery errors to be ignored, fixed.
5298	- make lint happy about rlim_t.
5299	- freeup of modules after freeup of module-states.
5300	- duplicate replies work, this uses secondary udp buffer in outnet.
5301
530219 June 2007: Wouter
5303	- nicer layout in stats.c, review 0.3 change.
5304	- spelling improvement, review 0.3 change.
5305	- uncapped timeout for server selection, so that very fast or slow
5306	  servers will stand out from the rest.
5307	- target-fetch-policy: "3 2 1 0 0" config setting.
5308	- fixup queries answered without RD bit (for root prime results).
5309	- refuse AXFR and IXFR requests.
5310	- fixup RD flag in error reply from iterator. fixup RA flag from
5311	  worker error reply.
5312	- fixup encoding of very short edns buffer sizes, now sets TC bit.
5313	- config options harden-short-bufsize and harden-large-queries.
5314
531518 June 2007: Wouter
5316	- same, move subqueries to slumber list when first has resolved.
5317	- fixup last fix for duplicate callbacks.
5318	- another offbyone in targetcounter. Also in Java prototype by the way.
5319
532015 June 2007: Wouter
5321	- if a query asks to be notified of the same serviced query result
5322	  multiple times, this will succeed. Only one callback will happen;
5323	  multiple outbound-list entries result (but the double cleanup of it
5324	  will not matter).
5325	- when iterator moves on due to CNAME or referral, it will remove
5326	  the subqueries (for other targets). These are put on the slumber
5327	  list.
5328	- state module wait subq is OK with no new subqs, an old one may have
5329	  stopped, with an error, and it is still waiting for other ones.
5330	- if a query loops, halt entire query (easy way to clean up properly).
5331
533214 June 2007: Wouter
5333	- num query targets was > 0 , not >= 0 compared, so that fetch
5334	  policy of 0 did nothing.
5335
533613 June 2007: Wouter
5337	- debug option: configure --enable-static-exe for compile where
5338	  ldns and libevent are linked statically. Default is off.
5339	- make install and make uninstall. Works with static-exe and without.
5340	  installation of unbound binary and manual pages.
5341	- alignement problem fix on solaris 64.
5342	- fixup address in case of TCP error.
5343
534412 June 2007: Wouter
5345	- num target queries was set to 0 at a bad time. Default it to 0 and
5346	  increase as target queries are done.
5347	- synthesize CNAME and DNAME responses from the cache.
5348	- Updated doxygen config for doxygen 1.5.
5349	- aclocal newer version.
5350	- doxygen 1.5 fixes for comments (for the strict check on docs).
5351
535211 June 2007: Wouter
5353	- replies on TCP queries have the address field set in replyinfo,
5354	  for serviced queries, because the initiator does not know that
5355	  a TCP fallback has occured.
5356	- omit DNSSEC types from nonDO replies, except if qtype is ANY or
5357	  if qtype directly queries for the type (and then only show that
5358	  'unknown type' in the answer section).
5359	- fixed message parsing where rrsigs on their own would be put
5360	  in the signature list over the rrsig type.
5361
53627 June 2007: Wouter
5363	- fixup error in double linked list insertion for subqueries and
5364	  for outbound list of serviced queries for iterator module.
5365	- nicer printout of outgoing port selection.
5366	- fixup cname target readout.
5367	- nicer debug output.
5368	- fixup rrset counts when prepending CNAMEs to the answer.
5369	- fixup rrset TTL for prepended CNAMEs.
5370	- process better check for looping modules, and which submodule to
5371	  run next.
5372	- subreq insertion code fixup for slumber list.
5373	- VERB_DETAIL, verbosity: 2 level gives short but readable output.
5374	  VERB_ALGO, verbosity: 3 gives extensive output.
5375	- fixup RA bit in cached replies.
5376	- fixup CNAME responses from the cache no longer partial response.
5377	- error in network send handled without leakage.
5378	- enable ip6 from config, and try ip6 addresses if available,
5379	  if ip6 is not connected, skips to next server.
5380
53815 June 2007: Wouter
5382	- iterator state finished.
5383	- subrequests without parent store in cache and stop.
5384	- worker slumber list for ongoing promiscuous queries.
5385	- subrequest error handling.
5386	- priming failure returns SERVFAIL.
5387	- priming gives LAME result, returns SERVFAIL.
5388	- debug routine to print dns_msg as handled by iterator.
5389	- memleak in config file stubs fixup.
5390	- more small bugs, in scrubber, query compare no ID for lookup,
5391	  in dname validation for NS targets.
5392	- sets entry.key for new special allocs.
5393	- lognametypeclass can display unknown types and classes.
5394
53954 June 2007: Wouter
5396	- random selection of equally preferred nameserver targets.
5397	- reply info copy routine. Reuses existing code.
5398	- cache lameness in response handling.
5399	- do not touch qstate after worker_process_query because it may have
5400	  been deleted by that routine.
5401	- Prime response state.
5402	- Process target response state.
5403	- some memcmp changed to dname_compare for case preservation.
5404
54051 June 2007: Wouter
5406	- normalize incoming messages. Like unbound-java, with CNAME chain
5407	  checked, DNAME checked, CNAME's synthesized, glue checked.
5408	- sanitize incoming messages.
5409	- split msgreply encode functions into own file msgencode.c.
5410	- msg_parse to queryinfo/replyinfo conversion more versatile.
5411	- process_response, classify response, delegpt_from_message.
5412
541331 May 2007: Wouter
5414	- querytargets state.
5415	- dname_subdomain_c() routine.
5416	- server selection, based on RTT. ip6 is filtered out if not available,
5417	  and lameness is checked too.
5418	- delegation point copy routine.
5419
542030 May 2007: Wouter
5421	- removed FLAG_CD from message and rrset caches. This was useful for
5422	  an agnostic forwarder, but not for a sophisticated (trust value per
5423	  rrset enabled) cache.
5424	- iterator reponse typing.
5425	- iterator cname handle.
5426	- iterator prime start.
5427	- subquery work.
5428	- processInitRequest and processInitRequest2.
5429	- cache synthesizes referral messages, with DS and NSEC.
5430	- processInitRequest3.
5431	- if a request creates multiple subrequests these are all activated.
5432
543329 May 2007: Wouter
5434	- routines to lock and unlock array of rrsets moved to cache/rrset.
5435	- lookup message from msg cache (and copy to region).
5436	- fixed cast error in dns msg lookup.
5437	- message with duplicate rrset does not increase its TTLs twice.
5438	- 'qnamesize' changed to 'qname_len' for similar naming scheme.
5439
544025 May 2007: Wouter
5441	- Acknowledge use of unbound-java code in iterator. Nicer readme.
5442	- services/cache/dns.c DNS Cache. Hybrid cache uses msgcache and
5443	  rrset cache from module environment.
5444	- packed rrset key has type and class as easily accessable struct
5445	  members. They are still kept in network format for fast msg encode.
5446	- dns cache find_delegation routine.
5447	- iterator main functions setup.
5448	- dns cache lookup setup.
5449
545024 May 2007: Wouter
5451	- small changes to prepare for subqueries.
5452	- iterator forwarder feature separated out.
5453	- iterator hints stub code, config file stub code, so that first
5454	  testing can proceed locally.
5455	- replay tests now have config option to enable forwarding mode.
5456
545723 May 2007: Wouter
5458	- outside network does precise timers for roundtrip estimates for rtt
5459	  and for setting timeout for UDP. Pending_udp takes milliseconds.
5460	- cleaner iterator sockaddr conversion of forwarder address.
5461	- iterator/iter_utils and iter_delegpt setup.
5462	- root hints.
5463
546422 May 2007: Wouter
5465	- outbound query list for modules and support to callback with the
5466	  outbound entry to the module.
5467	- testbound support for new serviced queries.
5468	- test for retry to TCP cannot use testbound any longer.
5469	- testns test for EDNS fallback, test for TCP fallback already exists.
5470	- fixes for no-locking compile.
5471	- mini_event timer precision and fix for change in timeouts during
5472	  timeout callback. Fix for fwd_three tests, performed nonexit query.
5473
547421 May 2007: Wouter
5475	- small comment on hash table locking.
5476	- outside network serviced queries, contain edns and tcp fallback,
5477	  and udp retries and rtt timing.
5478
547916 May 2007: Wouter
5480	- lruhash_touch() would cause locking order problems. Fixup in
5481	  lock-verify in case locking cycle is found.
5482	- services/cache/rrset.c for rrset cache code.
5483	- special rrset_cache LRU updating function that uses the rrset id.
5484	- no dependencies calculation when make clean is called.
5485	- config settings for infra cache.
5486	- daemon code slightly cleaner, only creates caches once.
5487
548815 May 2007: Wouter
5489	- host cache code.
5490	- unit test for host cache.
5491
549214 May 2007: Wouter
5493	- Port to OS/X and Dec Alpha. Printf format and alignment fixes.
5494	- extensive lock debug report on join timeout.
5495	- proper RTT calculation, in utility code.
5496	- setup of services/cache/infra, host cache.
5497
549811 May 2007: Wouter
5499	- iterator/iterator.c module.
5500	- fixup to pass reply_info in testcode and in netevent.
5501
550210 May 2007: Wouter
5503	- created release-0.3 svn tag.
5504	- util/module.h
5505	- fixed compression - no longer compresses root name.
5506
55079 May 2007: Wouter
5508	- outside network cleans up waiting tcp queries on exit.
5509	- fallback to TCP.
5510	- testbound replay with retry in TCP mode.
5511	- tpkg test for retry in TCP mode, against ldns-testns server.
5512	- daemon checks max number of open files and complains if not enough.
5513	- test where data expires in the cache.
5514	- compiletests: fixed empty body ifstatements in alloc.c, in case
5515	  locks are disabled.
5516
55178 May 2007: Wouter
5518	- outgoing network keeps list of available tcp buffers for outgoing
5519	  tcp queries.
5520	- outgoing-num-tcp config option.
5521	- outgoing network keeps waiting list of queries waiting for buffer.
5522	- netevent supports outgoing tcp commpoints, nonblocking connects.
5523
55247 May 2007: Wouter
5525	- EDNS read from query, used to make reply smaller.
5526	- advertised edns value constants.
5527	- EDNS BADVERS response, if asked for too high edns version.
5528	- EDNS extended error reponses once the EDNS record from the query
5529	  has successfully been parsed.
5530
55314 May 2007: Wouter
5532	- msgreply sizefunc is more accurate.
5533	- config settings for rrset cache size and slabs.
5534	- hashtable insert takes argument so that a thread can use its own
5535	  alloc cache to store released keys.
5536	- alloc cache special_release() locks if necessary.
5537	- rrset trustworthiness type added.
5538	- thread keeps a scratchpad region for handling messages.
5539	- writev used in netevent to write tcp length and data after another.
5540	  This saves a roundtrip on tcp replies.
5541	- test for one rrset updated in the cache.
5542	- test for one rrset which is not updated, as it is not deemed
5543	  trustworthy enough.
5544	- test for TTL refreshed in rrset.
5545
55463 May 2007: Wouter
5547	- fill refs. Use new parse and encode to answer queries.
5548	- stores rrsets in cache.
5549	- uses new msgreply format in cache.
5550
55512 May 2007: Wouter
5552	- dname unit tests in own file and spread out neatly in functions.
5553	- more dname unit tests.
5554	- message encoding creates truncated TC flagged messages if they do
5555	  not fit, and will leave out (whole)rrsets from additional if needed.
5556
55571 May 2007: Wouter
5558	- decompress query section, extremely lenient acceptance.
5559	  But only for answers from other servers, not for plain queries.
5560	- compression and decompression test cases.
5561	- some stats added.
5562	- example.conf interface: line is changed from 127.0.0.1 which leads
5563	  to problems if used (restricting communication to the localhost),
5564	  to a documentation and test address.
5565
556627 April 2007: Wouter
5567	- removed iov usage, it is not good for dns message encoding.
5568	- owner name compression more optimal.
5569	- rrsig owner name compression.
5570	- rdata domain name compression.
5571
557226 April 2007: Wouter
5573	- floating point exception fix in lock-verify.
5574	- lint uses make dependency
5575	- fixup lint in dname owner domain name compression code.
5576	- define for offset range that can be compressed to.
5577
557825 April 2007: Wouter
5579	- prettier code; parse_rrset->type kept in host byte order.
5580	- datatype used for hashvalue of converted rrsig structure.
5581	- unit test compares edns section data too.
5582
558324 April 2007: Wouter
5584	- ttl per RR, for RRSIG rrsets and others.
5585	- dname_print debug function.
5586	- if type is not known, size calc will skip DNAME decompression.
5587	- RRSIG parsing and storing and putting in messages.
5588	- dnssec enabled unit tests (from nlnetlabs.nl and se queries).
5589	- EDNS extraction routine.
5590
559120 April 2007: Wouter
5592	- code comes through all of the unit tests now.
5593	- disabled warning about spurious extra data.
5594	- documented the RRSIG parse plan in msgparse.h.
5595	- rrsig reading and outputting.
5596
559719 April 2007: Wouter
5598	- fix unit test to actually to tests.
5599	- fix write iov helper, and fakevent code.
5600	- extra builtin testcase (small packet).
5601	- ttl converted to network format in packets.
5602	- flags converted correctly
5603	- rdatalen off by 2 error fixup.
5604	- uses less iov space for header.
5605
560618 April 2007: Wouter
5607	- review of msgparse code.
5608	- smaller test cases.
5609
561017 April 2007: Wouter
5611	- copy and decompress dnames.
5612	- store calculated hash value too.
5613	- routine to create message out of stored information.
5614	- util/data/msgparse.c for message parsing code.
5615	- unit test, and first fixes because of test.
5616		* forgot rrset_count addition.
5617		* did & of ptr on stack for memory position calculation.
5618		* dname_pkt_copy forgot to read next label length.
5619	- test from file and fixes
5620		* double frees fixed in error conditions.
5621		* types with less than full rdata allowed by parser.
5622		  Some dynamic update packets seem to use it.
5623
562416 April 2007: Wouter
5625	- following a small change in LDNS, parsing code calculates the
5626	  memory size to allocate for rrs.
5627	- code to handle ID creation.
5628
562913 April 2007: Wouter
5630	- parse routines. Code that parses rrsets, rrs.
5631
563212 April 2007: Wouter
5633	- dname compare routine that preserves case, with unit tests.
5634
563511 April 2007: Wouter
5636	- parse work - dname packet parse, msgparse, querysection parse,
5637	  start of sectionparse.
5638
563910 April 2007: Wouter
5640	- Improved alignment of reply_info packet, nice for 32 and 64 bit.
5641	- Put RRset counts in reply_info, because the number of RRs can change
5642	  due to RRset updates.
5643	- import of region-allocator code from nsd.
5644	- set alloc special type to ub_packed_rrset_key.
5645	  Uses lruhash entry overflow chain next pointer in alloc cache.
5646	- doxygen documentation for region-allocator.
5647	- setup for parse scratch data.
5648
56495 April 2007: Wouter
5650	- discussed packed rrset with Jelte.
5651
56524 April 2007: Wouter
5653	- moved to version 0.3.
5654	- added util/data/dname.c
5655	- layout of memory for rrsets.
5656
56573 April 2007: Wouter
5658	- detect sign of msghdr.msg_iovlen so that the cast to that type
5659	  in netevent (which is there to please lint) can be correct.
5660	  The type on several OSes ranges from int, int32, uint32, size_t.
5661	  Detects unsigned or signed using math trick.
5662	- constants for DNS flags.
5663	- compilation without locks fixup.
5664	- removed include of unportable header from lookup3.c.
5665	- more portable use of struct msghdr.
5666	- casts for printf warning portability.
5667	- tweaks to tests to port them to the testbed.
5668	- 0.2 tag created.
5669
56702 April 2007: Wouter
5671	- check sizes of udp received messages, not too short.
5672	- review changes. Some memmoves can be memcpys: 4byte aligned.
5673	  set id correctly on cached answers.
5674	- review changes msgreply.c, memleak on error condition. AA flag
5675	  clear on cached reply. Lowercase queries on hashing.
5676	  unit test on lowercasing. Test AA bit not set on cached reply.
5677	  Note that no TTLs are managed.
5678
567929 March 2007: Wouter
5680	- writev or sendmsg used when answering from cache.
5681	  This avoids a copy of the data.
5682	- do not do useless byteswap on query id. Store reply flags in uint16
5683	  for easier access (and no repeated byteswapping).
5684	- reviewed code.
5685	- configure detects and config.h includes sys/uio.h for writev decl.
5686
568728 March 2007: Wouter
5688	- new config option: num-queries-per-thread.
5689	- added tpkg test for answering three queries at the same time
5690	  using one thread (from the query service list).
5691
569227 March 2007: Wouter
5693	- added test for cache and not cached answers, in testbound replays.
5694	- testbound can give config file and commandline options from the
5695	  replay file to unbound.
5696	- created test that checks if items drop out of the cache.
5697	- added word 'partitioned hash table' to documentation on slab hash.
5698	  A slab hash is a partitioned hash table.
5699	- worker can handle multiple queries at a time.
5700
570126 March 2007: Wouter
5702	- config settings for slab hash message cache.
5703	- test for cached answer.
5704	- Fixup deleting fake answer from testbound list.
5705
570623 March 2007: Wouter
5707	- review of yesterday's commits.
5708	- covered up memory leak of the entry locks.
5709	- answers from the cache correctly. Copies flags correctly.
5710	- sanity check for incoming query replies.
5711	- slabbed hash table. Much nicer contention, need dual cpu to see.
5712
571322 March 2007: Wouter
5714	- AIX configure check.
5715	- lock-verify can handle references to locks that are created
5716	  in files it has not yet read in.
5717	- threaded hash table test.
5718	- unit test runs lock-verify afterwards and checks result.
5719	- need writelock to update data on hash_insert.
5720	- message cache code, msgreply code.
5721
572221 March 2007: Wouter
5723	- unit test of hash table, fixup locking problem in table_grow().
5724	- fixup accounting of sizes for removing items from hashtable.
5725	- unit test for hash table, single threaded test of integrity.
5726	- lock-verify reports errors nicely. More quiet in operation.
5727
572816 March 2007: Wouter
5729	- lock-verifier, checks consistent order of locking.
5730
573114 March 2007: Wouter
5732	- hash table insert (and subroutines) and lookup implemented.
5733	- hash table remove.
5734	- unit tests for hash internal bin, lru functions.
5735
573613 March 2007: Wouter
5737	- lock_unprotect in checklocks.
5738	- util/storage/lruhash.h for LRU hash table structure.
5739
574012 March 2007: Wouter
5741	- configure.ac moved to 0.2.
5742	- query_info and replymsg util/data structure.
5743
57449 March 2007: Wouter
5745	- added rwlock writelock checking.
5746	  So it will keep track of the writelock, and readlocks are enforced
5747	  to not change protected memory areas.
5748	- log_hex function to dump hex strings to the logfile.
5749	- checklocks zeroes its destroyed lock after checking memory areas.
5750	- unit test for alloc.
5751	- identifier for union in checklocks to please older compilers.
5752	- created 0.1 tag.
5753
57548 March 2007: Wouter
5755	- Reviewed checklock code.
5756
57577 March 2007: Wouter
5758	- created a wrapper around thread calls that performs some basic
5759	  checking for data race and deadlock, and basic performance
5760	  contention measurement.
5761
57626 March 2007: Wouter
5763	- Testbed works with threading (different machines, different options).
5764	- alloc work, does the special type.
5765
57662 March 2007: Wouter
5767	- do not compile fork funcs unless needed. Otherwise will give
5768	  type errors as their typedefs have not been enabled.
5769	- log shows thread numbers much more nicely (and portably).
5770	- even on systems with nonthreadsafe libevent signal handling,
5771	  unbound will exit if given a signal.
5772	  Reloads will not work, and exit is not graceful.
5773	- start of alloc framework layout.
5774
57751 March 2007: Wouter
5776	- Signals, libevent and threads work well, with libevent patch and
5777	  changes to code (close after event_del).
5778	- set ipc pipes nonblocking.
5779
578027 February 2007: Wouter
5781	- ub_thread_join portable definition.
5782	- forking is used if no threading is available.
5783	  Tested, it works, since pipes work across processes as well.
5784	  Thread_join is replaced with waitpid.
5785	- During reloads the daemon will temporarily handle signals,
5786	  so that they do not result in problems.
5787	- Also randomize the outgoing port range for tests.
5788	- If query list is full, will stop selecting listening ports for read.
5789	  This makes all threads service incoming requests, instead of one.
5790	  No memory is leaking during reloads, service of queries, etc.
5791	- test that uses ldns-testns -f to test threading. Have to answer
5792	  three queries at the same time.
5793	- with verbose=0 operates quietly.
5794
579526 February 2007: Wouter
5796	- ub_random code used to select ID and port.
5797	- log code prints thread id.
5798	- unbound can thread itself, with reload(HUP) and quit working
5799	  correctly.
5800	- don't open pipes for #0, doesn't need it.
5801	- listens to SIGTERM, SIGQUIT, SIGINT (all quit) and SIGHUP (reload).
5802
580323 February 2007: Wouter
5804	- Can do reloads on sigHUP. Everything is stopped, and freed,
5805	  except the listening ports. Then the config file is reread.
5806	  And everything is started again (and listening ports if needed).
5807	- Ports for queries are shared.
5808	- config file added interface:, chroot: and username:.
5809	- config file: directory, logfile, pidfile. And they work too.
5810	- will daemonize by default now. Use -d to stay in the foreground.
5811	- got BSD random[256 state] code, made it threadsafe. util/random.
5812
581322 February 2007: Wouter
5814	- Have a config file. Removed commandline options, moved to config.
5815	- tests use config file.
5816
581721 February 2007: Wouter
5818	- put -c option in man page.
5819	- minievent fd array capped by FD_SETSIZE.
5820
582120 February 2007: Wouter
5822	- Added locks code and pthread spinlock detection.
5823	- can use no locks, or solaris native thread library.
5824	- added yacc and lex configure, and config file parsing code.
5825	  also makedist.sh, and manpage.
5826	- put include errno.h in config.h
5827
582819 February 2007: Wouter
5829	- Created 0.0 svn tag.
5830	- added acx_pthread.m4 autoconf check for pthreads from
5831	  the autoconf archive. It is GPL-with-autoconf-exception Licensed.
5832	  You can specify --with-pthreads, or --without-pthreads to configure.
5833
583416 February 2007: Wouter
5835	- Updated testbed script, works better by using make on remote end.
5836	- removed check decls, we can compile without them.
5837	- makefile supports LIBOBJ replacements.
5838	- docs checks ignore compat code.
5839	- added util/mini-event.c and .h, a select based alternative used with
5840	  ./configure --with-libevent=no
5841	  It is limited to 1024 file descriptors, and has less features.
5842	- will not create ip6 sockets if ip6 not on the machine.
5843
584415 February 2007: Wouter
5845	- port to FreeBSD 4.11 Dec Alpha. Also works on Solaris 10 sparc64,
5846	  Solaris 9, FreeBSD 6, Linux i386 and OSX powerpc.
5847	- malloc rndstate, so that it is aligned for access.
5848	- fixed rbtree cleanup with postorder traverse.
5849	- fixed pending messages are deleted when handled.
5850	- You can control verbosity; default is not verbose, every -v
5851	  adds more verbosity.
5852
585314 February 2007: Wouter
5854	- Included configure.ac changes from ldns.
5855	- detect (some) headers before the standards check.
5856	- do not use isblank to test c99, since its not available on solaris9.
5857	- review of testcode.
5858		* entries in a RANGE are no longer reversed.
5859		* print name of file with replay entry parse errors.
5860	- port to OSX: cast to int for some prints of sizet.
5861	- Makefile copies ldnstestpkts.c before doing dependencies on it.
5862
586313 February 2007: Wouter
5864	- work on fake events, first fwd replay works.
5865	- events can do timeouts and errors on queries to servers.
5866	- test package that runs replay scenarios.
5867
586812 February 2007: Wouter
5869	- work on fake events.
5870
58719 February 2007: Wouter
5872	- replay file reading.
5873	- fake event setup, it creates fake structures, and teardowns,
5874	  added signal callbacks to reply to be able to fake those,
5875	  and main structure of event replay routines.
5876
58778 February 2007: Wouter
5878	- added tcp test.
5879	- replay storage.
5880	- testcode/fake_event work.
5881
58827 February 2007: Wouter
5883	- return answer with the same ID as query was sent with.
5884	- created udp forwarder test. I've done some effort to make it perform
5885	  quickly. After servers are created, no big sleep statements but
5886	  it checks the logfiles to see if servers have come up. Takes 0.14s.
5887	- set addrlen value when calling recvfrom.
5888	- comparison of addrs more portable.
5889	- LIBEVENT option for testbed to set libevent directory.
5890	- work on tcp input.
5891
58926 February 2007: Wouter
5893	- reviewed code and improved in places.
5894
58955 February 2007: Wouter
5896	- Picked up stdc99 and other define tests from ldns. Improved
5897	  POSIX define test to include getaddrinfo.
5898	- defined constants for netevent callback error code.
5899	- unit test for strisip6.
5900
59012 February 2007: Wouter
5902	- Created udp4 and udp6 port arrays to provide service for both
5903	  address families.
5904	- uses IPV6_USE_MIN_MTU for udp6 ,IPV6_V6ONLY to make ip6 sockets.
5905	- listens on both ip4 and ip6 ports to provide correct return address.
5906	- worker fwder address filled correctly.
5907	- fixup timer code.
5908	- forwards udp queries and sends answer.
5909
59101 February 2007: Wouter
5911	- outside network more UDP work.
5912	- moved * closer to type.
5913	- comm_timer object and events.
5914
591531 January 2007: Wouter
5916	- Added makedist.sh script to make release tarball.
5917	- Removed listen callback layer, did not add anything.
5918	- Added UDP recv to netevent, worker callback for udp.
5919	- netevent communication reply storage structure.
5920	- minimal query header sanity checking for worker.
5921	- copied over rbtree implementation from NSD (BSD licensed too).
5922	- outgoing network query service work.
5923
592430 January 2007: Wouter
5925	- links in example/ldns-testpkts.c and .h for premade packet support.
5926	- added callback argument to listen_dnsport and daemon/worker.
5927
592829 January 2007: Wouter
5929	- unbound.8 a short manpage.
5930
593126 January 2007: Wouter
5932	- fixed memleak.
5933	- make lint works on BSD and Linux (openssl defines).
5934	- make tags works.
5935	- testbound program start.
5936
593725 January 2007: Wouter
5938	- fixed lint so it may work on BSD.
5939	- put license into header of every file.
5940	- created verbosity flag.
5941	- fixed libevent configure flag.
5942	- detects event_base_free() in new libevent 1.2 version.
5943	- getopt in daemon. fatal_exit() and verbose() logging funcs.
5944	- created log_assert, that throws assertions to the logfile.
5945	- listen_dnsport service. Binds ports.
5946
594724  January 2007: Wouter
5948	- cleaned up configure.ac.
5949
595023  January 2007: Wouter
5951	- added libevent to configure to link with.
5952	- util/netevent setup work.
5953	- configure searches for libevent.
5954	- search for libs at end of configure (when other headers and types
5955	  have been found).
5956	- doxygen works with ATTR_UNUSED().
5957	- util/netevent implementation.
5958
595922  January 2007: Wouter
5960	- Designed header file for network communication.
5961
596216  January 2007: Wouter
5963	- added readme.svn and readme.tests.
5964
59654 January 2007: Wouter
5966	- Testbed script (run on multiple platforms the test set).
5967	  Works on Sunos9, Sunos10, FreeBSD 6.1, Fedora core 5.
5968	- added unit test tpkg.
5969
59703 January 2007: Wouter
5971	- committed first set of files into subversion repository.
5972	  svn co svn+ssh://unbound.net/svn/unbound
5973	  You need a ssh login.  There is no https access yet.
5974	- Added LICENSE, the BSD license.
5975	- Added doc/README with compile help.
5976	- main program stub and quiet makefile.
5977	- minimal logging service (to stderr).
5978	- added postcommit hook that serves emails.
5979	- added first test 00-lint. postcommit also checks if build succeeds.
5980	- 01-doc: doxygen doc target added for html docs. And stringent test
5981	  on documented files, functions and parameters.
5982
598315 December 2006: Wouter
5984	- Created Makefile.in and configure.ac.
5985