X-Git-Url: https://git.distorted.org.uk/~mdw/adns/blobdiff_plain/54f4a80a38ddf299e7db2a97c15beeebb9d9989c..d8c062faeda8147546f1e709171f7f0767331954:/changelog diff --git a/changelog b/changelog index a65a148..d5ad12d 100644 --- a/changelog +++ b/changelog @@ -1,7 +1,13 @@ adns (0.4) unstable; urgency=low Bugfixes: + * make _qf_owner work if _qf_search not specified, and test it (oops!) + * timercmp(,,<=) doesn't work - use !timercmp(,,>). + * ads->configerrno now initialised (in setup.c). * adns_s_systemfail is in table of errors (for eg adns_strerror). + * Improvements to install instructions, TODO, etc. + * Changed memory semantics of internal queries to fix bugs. + * Restarting a TCP-using query doesn't abort. --