X-Git-Url: https://git.distorted.org.uk/~mdw/adns/blobdiff_plain/5f2db417c57d3c73001a5b67bcf1ed314a38ca2e..cbcf84e2e5209b974807646541e4c8121e720e90:/changelog diff --git a/changelog b/changelog index 7d370dd..7eea428 100644 --- a/changelog +++ b/changelog @@ -1,13 +1,15 @@ adns (1.3); urgency=low - Bugfixes: - * In configure.in, quote macro name argument to define() to - suppress spurious autoconf error. (Report from Mihai Ibanescu.) + Portability fixes: * Cast ptrdiff_t to int for %.*s length in adnsheloex and adnslogres, as is required. (Report from Jim Meyering.) - * Use autoconf's values for {bin,lib,include}_dir rather than inventing + * In configure.in, quote macro name argument to define() to + suppress spurious autoconf error. (Report from Mihai Ibanescu.) + * Use autoconf's values for {bin,lib,include}dir rather than inventing our own from @exec_prefix@, making configure --libdir work. (Patch from Mihai Ibanescu.) + * Remove spurious `_' from {bin,lib,include}dir Makefile variables. + (Report from Mihai Ibanescu.) --