chiark / gitweb /
a03e4c7e5d667d165ee3a80c6bf62edf367c2cd1
[adns.git] / changelog
1 adns (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   * Include <sys/times.h> in a few more files.
9   * Include <unistd.h> and <sys/time.h> for select.
10
11  --
12
13 adns (0.1) experimental; urgency=low
14
15   * Initial public alpha release.
16
17  -- Ian Jackson <ian@davenant.greenend.org.uk>  Sat, 17 April 1999 17:42:19
18
19 Local variables:
20 mode: debian-changelog
21 End: