From 1ec934192e2f959cca78b58123f492992d295bf0 Mon Sep 17 00:00:00 2001 Message-Id: <1ec934192e2f959cca78b58123f492992d295bf0.1716275523.git.mdw@distorted.org.uk> From: Mark Wooding Date: Tue, 1 Jul 2003 20:35:33 +0000 Subject: [PATCH] categorise changelog Organization: Straylight/Edgeware From: ian --- changelog | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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. -- [mdw]