X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=changelog;h=e4ab0240fa26bd2cd399ea9b3f8fb5d338790373;hb=30d78b941d65919bc802d70bb264a86b705f6e20;hp=3818085db40ab7e52b8c7e1720562e488a8dfe7c;hpb=4fde3e92bbd8c905b46f460d696066eda52eb73b;p=adns.git diff --git a/changelog b/changelog index 3818085..e4ab024 100644 --- a/changelog +++ b/changelog @@ -1,17 +1,41 @@ +adns (1.2); urgency=medium + + * Fix error in prototype in definition of adns__parse_domain. + * New LICENCE.WAIVERS file for GPL-incompatility workarounds. + * Clarified GPL-vs-LGPL: a bit less hostile and a bit more mercenary. + * Allow `;'-comments in resolv.conf (report from Colin Charles). + * Added a TODO list item. + * Add .PHONY: install to Makefile, to help people with demented fs's. + * Darwin listed in INSTALL. + * New adnsheloex client courtesy of Tony Finch (and copyright notices + updated). + * Add documentation comment by definition of adns_r_ptr_raw type enum. + + -- + 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. - * Mentioned Jarle Aase's Windows port in README.html. + * README.html: mentioned Jarle Aase's Windows port, and other fixes. + * Some better source code formatting/wrapping. - -- + -- Ian Jackson Tue, 1 Jul 2003 22:55:29 +0100 adns (1.0); urgency=medium