X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=changelog;h=d51a02f0c58bb18493fae507deb0f8ea9c2fb087;hb=806b3e0ad953d4c3aa52c47573ea525196191b19;hp=5b54121391eb6eb81ddb33a42514d93e1e4d595e;hpb=4423286d19442eb201eb4b63f7ff1877da665f9e;p=adns.git diff --git a/changelog b/changelog index 5b54121..d51a02f 100644 --- a/changelog +++ b/changelog @@ -16,6 +16,8 @@ adns (0.9) unstable; urgency=high * Move `extern "C" {' to after #include <...>'s. * Pass LDFLAGS from configure on to ld via settings.make.in. * make clean deletes *.so and *.so.* files. + * New --disable-dynamic configure option for non-ELF systems. + * Use AC_PROG_INSTALL (=> perhaps install-sh), to avoid bad `install'. Minor improvements: * Do not print warning if sendto() gives EAGAIN. @@ -23,8 +25,10 @@ adns (0.9) unstable; urgency=high * m1test script can invoke `hrecord' differently. * regress/output-.report file contains more useful info. * TODO list and other docs updated slightly. + * Referrals with RD+RA set, or RCODE=Refused, don't generate warnings, + just debug messages. BIND does this kind of thing all the time. - -- + -- Ian Jackson Wed, 9 Aug 2000 16:59:28 +0100 adns (0.8) BETA; urgency=medium