diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2008-10-28 20:03:22 +0000 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2008-10-28 20:03:22 +0000 |
commit | a10044e11063121fb7c7ee6788288ed59d2897a4 (patch) | |
tree | 0fde3ff2d223a7a819db4315ed0a702d80a9e7ff /CHANGES | |
parent | 6cdd067fafbc1b18a98948ac4db4869644eef9ab (diff) |
Changed the "resolve" test precheck program to verify that an IPv6 socket
can be created before resolving the IPv6 name. In the context of running
a test, it doesn't make sense to run an IPv6 test when a host is resolvable
but IPv6 isn't usable. This should fix failures of test 1085 on hosts with
library and DNS support for IPv6 but where actual use of IPv6 has been
administratively disabled.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -6,6 +6,14 @@ Changelog +Daniel Fandrich (28 Oct 2008) +- Changed the "resolve" test precheck program to verify that an IPv6 socket + can be created before resolving the IPv6 name. In the context of running + a test, it doesn't make sense to run an IPv6 test when a host is resolvable + but IPv6 isn't usable. This should fix failures of test 1085 on hosts with + library and DNS support for IPv6 but where actual use of IPv6 has been + administratively disabled. + Daniel Fandrich (24 Oct 2008) - Added experimental support for zlib and OpenSSL on Symbian OS. |