From: ian Date: Tue, 1 Jul 2003 20:35:33 +0000 (+0000) Subject: categorise changelog X-Git-Tag: wip.base.getaddrinfo~94 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/adns/commitdiff_plain/1ec934192e2f959cca78b58123f492992d295bf0 categorise changelog --- diff --git a/changelog b/changelog index 506d4e3..e88f5fc 100644 --- a/changelog +++ b/changelog @@ -1,16 +1,20 @@ adns (1.1); urgency=medium - Bugfixes: + Major bugfixes: * Do not spin if connect() fails immediately (!) * Stop searching on a CNAME (even if it's broken). * When search list runs out, _qf_owner sets owner to query domain. * Fix bogus multiple updates to p in transmit.c (!) + + Portability improvements: * Fix up spurious #undef's in hredirect.h. * Don't use any more, it was a mistake made in pre-1.0 (and there doesn't seem to be much explanation why). * Understand and sort of check OpenBSD `lookup' resolv.conf directive. * #include in internal.h (for abort etc). * Always #include before (for FreeBSD 4.6). + + Cosmetic and documentation improvements: * Added wishlist entry re configurable port no. * Problem with SERVFAIL in TODO. * README.html: mentioned Jarle Aase's Windows port, and other fixes.