X-Git-Url: https://git.distorted.org.uk/~mdw/adns/blobdiff_plain/ab397b6e821f0c29ad8237e3f538d750b966d215..2b4bbcacf214a83f0dfb4331e116af3563266815:/changelog diff --git a/changelog b/changelog index 2f96f27..31e3046 100644 --- a/changelog +++ b/changelog @@ -1,5 +1,9 @@ adns (0.5) unstable; urgency=medium + New features: + * New adnslogres, ~100x faster replacement for Apache logresolve; + Thanks to Tony Finch for the program and the performance figure. + Incompatible changes: * RRs with mailboxes never rejected due to strange chars if _raw. * Lack of a mailbox produces `.' not `<>'. @@ -11,6 +15,7 @@ adns (0.5) unstable; urgency=medium * Give install the '-c' flag (otherwise some delete the original !). * Reject TXT RRs with no strings. * Don't complain so much about poll(2) tests if not available. + * Do not give -u 0 -g 0 options to install. --