X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=changelog;h=ff0c3bc9a7a806e34d73947a443f4b93e991a38c;hb=cc1cc02a92d3330e91ed7f2584688d277350fbba;hp=e14fec347af0280fe305ff6e1f7542b6e837817c;hpb=237ce71042451bd1b4039b01cd769fc187750246;p=adns.git diff --git a/changelog b/changelog index e14fec3..ff0c3bc 100644 --- a/changelog +++ b/changelog @@ -1,19 +1,37 @@ +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. + + -- + 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. - * Some better source code formatting/wrapping in a few places. + * 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