1.05 Sat Aug 12 17:28:41 EDT 2006
Run correctly on Windows platforms under Perl 5.8.8.
1.03-1.04 Fri Dec 2 10:44:35 EST 2005
Various fixes to compile cleanly on Windows platforms.
1.02 Thu Nov 17 12:04:21 EST 2005
Skip regression test #4 (mcast_drop) because it always fails
on windows platforms. This
should not affect functionality, as the test asks
mcast_drop() to return a false value when dropping
an address twice.
1.01 July 5, 2005
All symbols now in IO::Socket::Multicast package
(some were in IO::Socket in previous versions)
Incorporates patches to compile cleanly on Win32 systems,
contributed by Thomas Kratz.
1.00 April 9, 2005
Reconstructed module after CVS server crash.
Fixed documentation errors
module directory has changed (eg. "darwin-2level" vs.
"darwin-thread-multi-2level").
binary packages of perl modules need to be distinguishable between
being built against threaded perl and unthreaded perl, so bump the
PKGREVISION of all perl module packages and introduce
BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct
dependencies are registered and the binary packages are distinct.
addresses PR pkg/28619 from H. Todd Fujinaka.