X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=changelog;h=60b0c43cdfd3a15389164c1d4c00feb93dafe032;hb=0ebff22d9b5832b18444f7c680ca71e24fc3734e;hp=78e1c0f34b0f398630d96e378cf64bf4fb309fe7;hpb=5a0be2445e09e1d0fc6ae995b6c0296bc28e657d;p=adns.git 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.