From: ian Date: Thu, 14 Sep 2000 01:23:39 +0000 (+0000) Subject: + Bugfixes: X-Git-Tag: rel-adns-pre-1-0--1~27 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/adns/commitdiff_plain/5a0be2445e09e1d0fc6ae995b6c0296bc28e657d?hp=5a0be2445e09e1d0fc6ae995b6c0296bc28e657d + Bugfixes: @@ -1,10 +1,24 @@ adns (0.10) unstable; urgency=low - * Add list of tested platforms in INSTALL file. + Bugfixes: + * Actually compile shared libraries by default ! + + Portability fixes: * Fix in client/adnsresfilter.c to . - * Kill bogus warning, adh-main.c: `arg2' might be used uninitialized ... * #include and for fcntl in */*.c. + * Cope with compilers that don't do `inline'. + * Do not use variadic macro, use stdarg instead (adnslogres.c). + * #include "config.h" before "adns.h". + * adnstest: setvbuf(stdout,...) before we do first output. + * Cast a sizeof(...) in src/event.c to unsigned long before printing. + * #include if it exists. + + Portability cleanups: + * Add list of tested platforms in INSTALL file. + * Kill bogus warning, adh-main.c: `arg2' might be used uninitialized ... * Add extra {...} near adnslogres.c:167 to kill spurious warning. + * Use `printf' instead of `echo -n'. + -- ---