Upgrade to CGI.pm 2.81.
[p5sagit/p5-mst-13.2.git] / lib / Net / Ping / CHANGES
CommitLineData
505f3f16 1CHANGES
2-------
3
e82f584b 42.14 Apr 01 14:00 2002
5 - Added reverse lookup feature.
6 e@arix.com (Erick Calder)
7
82.13 Apr 01 14:00 2002
9 - Added ping time measuring feature.
10 e@arix.com (Erick Calder)
11 - Optionally allow for high resolution
12 precision for timeouts and measuring
13 using the Time::HiRes module (Erick).
14
b757f218 152.12 Feb 17 19:00 2002
16 - More general error determination for
17 better cross platform consistency and
18 foreign language support.
19 Spotted by arnaud@romeconcept.com
20 - Test changes for VMS (Craig Berry)
21
ddbbf559 222.11 Feb 02 12:00 2002
23 - Test changes in case echo port is not available.
24 - Fix 110_icmp_inst.t to use icmp protocol
25 Spotted by craigberry@mac.com (Craig Berry)
26
49afa5f6 272.10 Dec 26 12:00 2001
28 - Added bind() function useful for clients with multiple
29 network interfaces performing the ping check thanks to
30 sethb@clarkhill.com (Seth Blumberg).
31 - Execution optimizations for several constants (Seth).
32 - More test changes in case Socket module is not available
33 (Jarkko Hietaniemi).
34
505f3f16 352.09 Dec 06 19:00 2001
36 - Documental and test changes only.
37 - No functional changes.
38
392.08 Dec 04 13:00 2001
40 - Faster response for Win32 tcp_connect.
41 - Better explanations in test comments.
42
432.07 Nov 28 13:00 2001
44 - Compatibility changes
45 - Works with UNIX and Win32 OS
46 - Works with Perl 5.005 5.6.x 5.7.x 5.8.x
47 - Applied several patches from distro
48 - External protocol added thanks to
49 colinm@cpan.org (Colin McMillen)
50 - Stream protocol added thanks to
51 bronson@trestle.com (Scott Bronson)
52
532.06 Nov 19 12:00 2001
54 - Added Net-Ping.spec for RPM to easily
55 utilize using "rpm -ta Net-Ping*tar.gz"
56 - Moved Copyright section to perldoc
57
582.05 Nov 18 20:00 2001
59 - Added test suite
60
612.04 Nov 16 16:00 2001
62 - Added CHANGES and README to tarball.
63 - No functional changes.
64
652.03 Nov 15 12:00 2001
66 - Portability adjustments to ping_tcp()
67 made by Rob Brown to work with most
68 default systems.
69
702.02 Sep 27 12:00 1996
71 - Magic version by Russell Mosemann from CPAN