X-Git-Url: https://git.distorted.org.uk/~mdw/adns/blobdiff_plain/e7e89cca5508610855256cd2add668cfc3481da6..1be24aefb650dc38c9121dc7a3e1de2fceb900fa:/changelog?ds=sidebyside diff --git a/changelog b/changelog index a65a148..07f4371 100644 --- a/changelog +++ b/changelog @@ -1,7 +1,11 @@ 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. --