After much rewriting we are now pretty much
[p5sagit/p5-mst-13.2.git] / lib / Net / Ping / CHANGES
CommitLineData
505f3f16 1CHANGES
2-------
3
ddbbf559 42.11 Feb 02 12:00 2002
5 - Test changes in case echo port is not available.
6 - Fix 110_icmp_inst.t to use icmp protocol
7 Spotted by craigberry@mac.com (Craig Berry)
8
49afa5f6 92.10 Dec 26 12:00 2001
10 - Added bind() function useful for clients with multiple
11 network interfaces performing the ping check thanks to
12 sethb@clarkhill.com (Seth Blumberg).
13 - Execution optimizations for several constants (Seth).
14 - More test changes in case Socket module is not available
15 (Jarkko Hietaniemi).
16
505f3f16 172.09 Dec 06 19:00 2001
18 - Documental and test changes only.
19 - No functional changes.
20
212.08 Dec 04 13:00 2001
22 - Faster response for Win32 tcp_connect.
23 - Better explanations in test comments.
24
252.07 Nov 28 13:00 2001
26 - Compatibility changes
27 - Works with UNIX and Win32 OS
28 - Works with Perl 5.005 5.6.x 5.7.x 5.8.x
29 - Applied several patches from distro
30 - External protocol added thanks to
31 colinm@cpan.org (Colin McMillen)
32 - Stream protocol added thanks to
33 bronson@trestle.com (Scott Bronson)
34
352.06 Nov 19 12:00 2001
36 - Added Net-Ping.spec for RPM to easily
37 utilize using "rpm -ta Net-Ping*tar.gz"
38 - Moved Copyright section to perldoc
39
402.05 Nov 18 20:00 2001
41 - Added test suite
42
432.04 Nov 16 16:00 2001
44 - Added CHANGES and README to tarball.
45 - No functional changes.
46
472.03 Nov 15 12:00 2001
48 - Portability adjustments to ping_tcp()
49 made by Rob Brown to work with most
50 default systems.
51
522.02 Sep 27 12:00 1996
53 - Magic version by Russell Mosemann from CPAN