Added TODO file.
[adns] / changelog
CommitLineData
71a6ff46 1adns (0.2) experimental; urgency=low
2
73c4c523 3 Portability fixes for compilation on various platforms:
71a6ff46 4 * Include <sys/socket.h> and <netinet/in.h> in files with <arpa/inet.h>.
5 * Don't use GCC union assignment feature (.rrs=0 => .rrs.untyped=0).
6 * Explictly cast things to [const] struct sockaddr* in syscall args.
7 * Check whether we need -lsocket.
0f091044 8 * Include <sys/times.h> in a few more files.
9 * Include <unistd.h> and <sys/time.h> for select.
8b5269f2 10 * Look for inet_aton and inet_ntoa (in -lnsl and -lsocket).
053b9ec6 11 * LDLIBS removed from dependency lists (some makes don't support this).
12 * An `ambiguous else' warning from some compilers in types.c is removed.
73c4c523 13
14 Other changes:
7544c6df 15 * Added COPYING (copy of the GPL).
51e80719 16 * Regression test failure output improved.
81937f1c 17 * Missing targets in regress/Makefile.in added.
f9f23683 18 * Regression test doesn't rely on value of fcntl flags eg O_NONBLOCK.
71a6ff46 19
f9f23683 20 -- Ian Jackson <ian@davenant.greenend.org.uk> Thu, 20 May 1999 00:27:32 +0100
71a6ff46 21
11b35193 22adns (0.1) experimental; urgency=low
23
24 * Initial public alpha release.
25
71a6ff46 26 -- Ian Jackson <ian@davenant.greenend.org.uk> Sat, 17 April 1999 17:42:19
11b35193 27
28Local variables:
29mode: debian-changelog
30End: