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