New spec for iterator functions.
[adns] / changelog
CommitLineData
d861b9b7 1adns (0.3) unstable; urgency=low
2
74c94831 3 Incompatible changes:
4 * Low adns_status values (below adns_s_max_tempfail) renumbered to make
5 room for future locally-induced and locally-detected errors.
6 * Event loop functions for use by select(2) renamed and tidied up.
7
c2875680 8 Features / improvements:
9 * New adns_errabbrev() for getting status abbreviation strings.
10 * regress/checkall prints summary list of failed tests, if any.
74c94831 11 * Event loop functions for poll(2), and some raw variants.
4f973eb5 12 * adnstest has ability to use poll(2), and user can set initflags.
13 * checkall prints passed list as well as failed list, if any failed.
c2875680 14
d861b9b7 15 Bugfixes:
c2875680 16 * Non-RFC822 mailbox `domain' formatting now works, and clarified.
17 * Rejection of bad characters in domains (without quoteok) works.
d861b9b7 18 * Clean up parents from adns->childw (otherwise would abort/segfault).
19 * In adnstest, allocate enough space for, and terminate, query types.
c2875680 20 * In adnstest, don't print errno values as adns_status values.
d861b9b7 21
22 * Added TODO file.
c2875680 23
d861b9b7 24 --
25
763d28b9 26adns (0.2) experimental; urgency=low
27
09a06b84 28 Portability fixes for compilation on various platforms:
763d28b9 29 * Include <sys/socket.h> and <netinet/in.h> in files with <arpa/inet.h>.
30 * Don't use GCC union assignment feature (.rrs=0 => .rrs.untyped=0).
31 * Explictly cast things to [const] struct sockaddr* in syscall args.
32 * Check whether we need -lsocket.
b6b3ac61 33 * Include <sys/times.h> in a few more files.
34 * Include <unistd.h> and <sys/time.h> for select.
b6b44132 35 * Look for inet_aton and inet_ntoa (in -lnsl and -lsocket).
22926c98 36 * LDLIBS removed from dependency lists (some makes don't support this).
37 * An `ambiguous else' warning from some compilers in types.c is removed.
09a06b84 38
39 Other changes:
68948548 40 * Added COPYING (copy of the GPL).
296f1552 41 * Regression test failure output improved.
c94dad84 42 * Missing targets in regress/Makefile.in added.
7f019405 43 * Regression test doesn't rely on value of fcntl flags eg O_NONBLOCK.
763d28b9 44
7f019405 45 -- Ian Jackson <ian@davenant.greenend.org.uk> Thu, 20 May 1999 00:27:32 +0100
763d28b9 46
b6953d1b 47adns (0.1) experimental; urgency=low
48
49 * Initial public alpha release.
50
763d28b9 51 -- Ian Jackson <ian@davenant.greenend.org.uk> Sat, 17 April 1999 17:42:19
b6953d1b 52
53Local variables:
54mode: debian-changelog
55End: