diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-01-22 12:21:23 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-01-22 12:21:23 +0000 |
commit | 35b47b7ac998560696d7db012a7c8852ff091e41 (patch) | |
tree | f73a0e46da24f295e9cec70ad0d372ff72b9cee6 /doc/CHANGES | |
parent | 10b6e5216a415a20b0b78cb336ce40cf21ae65c2 (diff) | |
download | pkgsrc-35b47b7ac998560696d7db012a7c8852ff091e41.tar.gz |
Update adns to 1.1, provided by Min Sik Kim in PR pkg/24177.
Changes:
Major bugfixes:
* Do not spin if connect() fails immediately (!)
* Stop searching on a CNAME (even if it's broken).
* When search list runs out, _qf_owner sets owner to query domain.
* Fix bogus multiple updates to p in transmit.c (!)
Portability improvements:
* Fix up spurious #undef's in hredirect.h.
* Don't use <sys/select.h> any more, it was a mistake made in pre-1.0
(and there doesn't seem to be much explanation why).
* Understand and sort of check OpenBSD `lookup' resolv.conf directive.
* #include <stdlib.h> in internal.h (for abort etc).
* Always #include <sys/types.h> before <sys/socket.h> (for FreeBSD 4.6).
Cosmetic and documentation improvements:
* Added wishlist entry re configurable port no.
* Problem with SERVFAIL in TODO.
* README.html: mentioned Jarle Aase's Windows port, and other fixes.
* Some better source code formatting/wrapping.
Diffstat (limited to 'doc/CHANGES')
-rw-r--r-- | doc/CHANGES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index 072c364707a..bcfa8b46318 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.4546 2004/01/22 12:04:38 xtraeme Exp $ +$NetBSD: CHANGES,v 1.4547 2004/01/22 12:21:23 xtraeme Exp $ Changes to the packages collection and infrastructure in 2004: @@ -389,3 +389,4 @@ Changes to the packages collection and infrastructure in 2004: Updated nmap to 3.50 [salo 2004-01-22] Added wv2-0.2.1 [markd 2004-01-22] Added quake3server-excessive-003 [xtraeme 2004-01-22] + Updated adns to 1.1 [xtraeme 2004-01-22] |