From: ian Date: Wed, 16 Mar 2005 21:10:58 +0000 (+0000) Subject: @@ -6,6 +6,7 @@ X-Git-Tag: wip.base.getaddrinfo~85 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/adns/commitdiff_plain/a1f16e24c8562f0549f793587a8ad986fe95d146 @@ -6,6 +6,7 @@ + * Darwin listed in INSTALL. --- diff --git a/INSTALL b/INSTALL index 1cbbd4f..69f6ded 100644 --- a/INSTALL +++ b/INSTALL @@ -25,6 +25,7 @@ The following work, but only with --disable-dynamic: 1.0 IRIX 6.5 *not* with GCC [1], [2] 1.0 AIX 4.1.5 1.0 HP-UX 10.20, 11.00 + 1.1 Darwin (kernel 7.5.1) Later versions of the same OS should work too. Usually entries in this table mean adns passes its own regression test, when compiled with GCC, and appears to install and run correctly. If you have more diff --git a/changelog b/changelog index ff0c3bc..b36b68f 100644 --- a/changelog +++ b/changelog @@ -6,6 +6,7 @@ adns (1.2); urgency=medium * Allow `;'-comments in resolv.conf (report from Colin Charles). * Added a TODO list item. * Add .PHONY: install to Makefile, to help people with demented fs's. + * Darwin listed in INSTALL. --