chiark / gitweb /
Missing targets in regress/Makefile.in added.
[adns] / changelog
CommitLineData
763d28b9 1adns (0.2) experimental; urgency=low
2
09a06b84 3 Portability fixes for compilation on various platforms:
763d28b9 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.
b6b3ac61 8 * Include <sys/times.h> in a few more files.
9 * Include <unistd.h> and <sys/time.h> for select.
b6b44132 10 * Look for inet_aton and inet_ntoa (in -lnsl and -lsocket).
22926c98 11 * Regression test doesn't rely on value of fcntl flags eg O_NONBLOCK.
12 * LDLIBS removed from dependency lists (some makes don't support this).
13 * An `ambiguous else' warning from some compilers in types.c is removed.
09a06b84 14
15 Other changes:
68948548 16 * Added COPYING (copy of the GPL).
296f1552 17 * Regression test failure output improved.
c94dad84 18 * Missing targets in regress/Makefile.in added.
763d28b9 19
20 --
21
b6953d1b 22adns (0.1) experimental; urgency=low
23
24 * Initial public alpha release.
25
763d28b9 26 -- Ian Jackson <ian@davenant.greenend.org.uk> Sat, 17 April 1999 17:42:19
b6953d1b 27
28Local variables:
29mode: debian-changelog
30End: