X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=changelog;h=f6c565eda6f73c052a03966544d7e78fb2805f79;hb=d0bed3988cd6205b8e347b963316fac03ef799a9;hp=a408e67a17ccf2c58c919d01631fdf45ca4ab4fc;hpb=fb7fbb6605c88fef770cba4ed4972dbb1212b8d7;p=adns.git diff --git a/changelog b/changelog index a408e67..f6c565e 100644 --- a/changelog +++ b/changelog @@ -1,11 +1,37 @@ -adns (0.6) unstable; urgency=high +adns (0.8) BETA; urgency=low + + * Spurious `server failure on unidentifiable query' warning suppressed. + * install-sh (from autoconf 2.12 Debian r13) included. + + -- + +adns (0.7) BETA; urgency=medium + + * New adns_submit_reverse_any for eg RBL lookups, and corresponding + option to adnshost. + * README updated (from www home page). + + * In answers, quote all except alphanums and - _ / + (and document). + * Don't reject specials in cnames even without adns_qf_quotefail_cname. + * Better checking of long domain names and labels in queries. + * answer->owner may be null on error. Documented, and adnshost copes. + * Better reporting of unexpected or weird replies from nameserver. + * Add test case for recursion (infinite loop) domain compression. + + -- Ian Jackson Thu, 2 Mar 2000 01:55:53 +0000 + +adns (0.6) BETA; urgency=high Core library bugfixes: - * Do not fail assertion if _qf_owner, _qf_search, domain ends in `.'. * Avoid infinite timeouts, causing lockup, when they should be zero ! * TCP handling revamped (avoids undefined behaviour due to reentrancy). + * Do not fail assertion if _qf_owner, _qf_search, domain ends in `.'. * Many memory leaks fixed. + Cool new utility: + * adnsresfilter is like `cat' but converts addresses to names without + delaying the output. Pipe `netstat -n', `tcpdump -ln', etc. into it. + Test and client program bug and portability fixes: * Dynamic library building works properly. * adnshost prints somewhat better messages about some wrong usages. @@ -17,14 +43,13 @@ adns (0.6) unstable; urgency=high * adnstest uninitialised memory bug fixed. General improvements - * New adns_if_logpid option (functionality suggested by Tony Finch). * Better control of adnshost output and error messages (new -F options). + * New adns_if_logpid option (functionality suggested by Tony Finch). * New fanftest test program from Tony Finch (ignored by `make install'). - * Declare flags parameters as enums again, not ints. - * New adnsresfilter general-purpose number->name mapping filter program. * Reads /etc/resolv-adns.conf if it exists. + * Declare flags parameters as enums again, not ints. - -- + -- Ian Jackson Wed, 24 Nov 1999 17:13:03 +0000 adns (0.5) unstable; urgency=high