X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;ds=sidebyside;f=changelog;h=fb40fbc001374b3bee2ec61dabc24b77e151824a;hb=ad7e141244b810b3a68c69d86cbc3f4afc39ade0;hp=d1be67e40b87655011f31e615d5824a0312793e8;hpb=e32d0f9ec3413e4781ef9682e360e3c31e41c293;p=adns.git diff --git a/changelog b/changelog index d1be67e..fb40fbc 100644 --- a/changelog +++ b/changelog @@ -1,14 +1,44 @@ -adns (0.10) unstable; urgency=low +adns (1.0); urgency=medium - * Add list of tested platforms in INSTALL file. - * Fix in client/adnsresfilter.c to . + Bugfixes: + * Treat 8-bit characters in email addrs as RFC822 `special' (=> quote). + * Fix incorrect `compressed datagram contains loop' error. + * Actually compile shared libraries by default ! + * Fix adnsresfilter usage message to include correct default timeout. + + General improvements: + * adnshost, adnslogres, adnsresfilter have options for config override. + * adnsresfilter has --debug option. + * Improvements to adnslogres (incl. new -c option) from Tony Finch. + * adnslogres has --help option. + * Documentation improved somewhat, including new GPL-vs-LGPL file. + + Changes for non-BETA release: + * Change shared library soname to 1.0. + * Do not install adnstest test utility. + + Regression test improvements: + * Tests now include adnshost, adnslogres and adnsresfilter. + * Test cancellation both before and after query completion. + + Portability fixes and cleanups: + * adnstest: setvbuf(stdout,...) before we do first output. + * Cope with compilers that don't do `inline'. + * Add and fix various missing system #includes. + * Find install-sh properly when we need to use it, and chmod it +x. + * Do not use variadic macro, use stdarg instead (adnslogres.c). + * Regression tests work even if some syscalls are already macros. + * #include "config.h" before "adns.h". + * Cast a sizeof(...) in src/event.c to unsigned long before printing. + * Add pre-generated versions of m4-generated files in regress/. * Kill bogus warning, adh-main.c: `arg2' might be used uninitialized ... - * #include and for fcntl in */*.c. * Add extra {...} near adnslogres.c:167 to kill spurious warning. + * Use `printf' instead of `echo -n'. + * Add list of tested platforms in INSTALL file. -- -adns (0.9) unstable; urgency=high +adns (0.9) BETA; urgency=high Bug fixes: * Don't make _processany always kill the TCP connection with the message