X-Git-Url: https://git.distorted.org.uk/~mdw/adns/blobdiff_plain/5a0be2445e09e1d0fc6ae995b6c0296bc28e657d..0ebff22d9b5832b18444f7c680ca71e24fc3734e:/changelog diff --git a/changelog b/changelog index 78e1c0f..60b0c43 100644 --- a/changelog +++ b/changelog @@ -3,6 +3,11 @@ adns (0.10) unstable; urgency=low Bugfixes: * Actually compile shared libraries by default ! + General Improvements: + * adnshost has --config option for overriding configuration. + * Regression tests now include `adnshost' invocations. + * Test cancellation both before and after query completion. + Portability fixes: * Fix in client/adnsresfilter.c to . * #include and for fcntl in */*.c. @@ -12,6 +17,7 @@ adns (0.10) unstable; urgency=low * adnstest: setvbuf(stdout,...) before we do first output. * Cast a sizeof(...) in src/event.c to unsigned long before printing. * #include if it exists. + * Regression tests work better if some syscalls are already macros. Portability cleanups: * Add list of tested platforms in INSTALL file.