X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=changelog;h=929b0d9b095c66ae05dfbd30ceb9b56b37201505;hb=e3d42241720a620b3baf051b4185d906d00e3e54;hp=a03e4c7e5d667d165ee3a80c6bf62edf367c2cd1;hpb=0f091044f8998faba2becd0f8c3ad9d5bc5976fb;p=adns.git diff --git a/changelog b/changelog index a03e4c7..929b0d9 100644 --- a/changelog +++ b/changelog @@ -1,14 +1,23 @@ adns (0.2) experimental; urgency=low - Portability fixes: + Portability fixes for compilation on various platforms: * Include and in files with . * Don't use GCC union assignment feature (.rrs=0 => .rrs.untyped=0). * Explictly cast things to [const] struct sockaddr* in syscall args. * Check whether we need -lsocket. * Include in a few more files. * Include and for select. + * Look for inet_aton and inet_ntoa (in -lnsl and -lsocket). + * LDLIBS removed from dependency lists (some makes don't support this). + * An `ambiguous else' warning from some compilers in types.c is removed. - -- + Other changes: + * Added COPYING (copy of the GPL). + * Regression test failure output improved. + * Missing targets in regress/Makefile.in added. + * Regression test doesn't rely on value of fcntl flags eg O_NONBLOCK. + + -- Ian Jackson Thu, 20 May 1999 00:27:32 +0100 adns (0.1) experimental; urgency=low