X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=changelog;h=09c803e4f9703e1c7eda96fa46c6041b2a5bce9c;hb=73c4c523c0fc436ed51e7d473e016d36e9a4b6bd;hp=386c190931644975ace5a846406f6b83bb37b433;hpb=71a6ff46a019b9f9fdeefac45037ac6d68571d01;p=adns.git diff --git a/changelog b/changelog index 386c190..09c803e 100644 --- a/changelog +++ b/changelog @@ -1,10 +1,19 @@ 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). + + Portability fixes to regression test: + * Regression test doesn't rely on value of O_NONBLOCK. + + Other changes: + * Added COPYING (copy of the GPL). --