X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=adns.git;a=blobdiff_plain;f=changelog;h=31429b0f0f7e25a23e31023be0064f6c64f52145;hp=74b042103ecea578f5527ff850df2cb8182944c5;hb=b69ec3127f1455889f18bac374958a941089e43b;hpb=8b5269f2484d1ab839c3577690dccb2a5bf43b85 diff --git a/changelog b/changelog index 74b0421..31429b0 100644 --- a/changelog +++ b/changelog @@ -1,6 +1,6 @@ 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. @@ -9,6 +9,12 @@ adns (0.2) experimental; urgency=low * 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 and other flags. + + Other changes: + * Added COPYING (copy of the GPL). + -- adns (0.1) experimental; urgency=low