Portability fixes (missing struct in_addr, INADDR_LOOPBACK defs, rrs=0
[adns] / changelog
CommitLineData
71a6ff46 1adns (0.2) experimental; urgency=low
2
3 Portability fixes:
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.
8
9 --
10
11b35193 11adns (0.1) experimental; urgency=low
12
13 * Initial public alpha release.
14
71a6ff46 15 -- Ian Jackson <ian@davenant.greenend.org.uk> Sat, 17 April 1999 17:42:19
11b35193 16
17Local variables:
18mode: debian-changelog
19End: