Upgrade to Getopt::Long 2.31.
[p5sagit/p5-mst-13.2.git] / lib / Net / Ping / CHANGES
CommitLineData
505f3f16 1CHANGES
2-------
3
a5a165b1 42.16 Apr 11 14:00 2002
5 - Documentation changes.
6 - Added INSTALL doc.
7 - Added README to rpm %doc.
8 - Added neat MakeMaker constants routine.
9 - Buttwag around Makefile.PL warnings:
10 o "the following files are missing in your kit"
11 o "is not a known MakeMaker parameter name"
12
132.15 Apr 06 23:00 2002
14 - Added ABSTRACT info.
15 - Allow for smoother upgrade from
16 from older Net::Ping versions.
17 - Change default protocol from udp to tcp
18 so it will work on most default systems
19 without any arguments to new().
20
e82f584b 212.14 Apr 01 14:00 2002
a5a165b1 22 - Added text ip lookup feature.
e82f584b 23 e@arix.com (Erick Calder)
24
252.13 Apr 01 14:00 2002
26 - Added ping time measuring feature.
27 e@arix.com (Erick Calder)
28 - Optionally allow for high resolution
29 precision for timeouts and measuring
30 using the Time::HiRes module (Erick).
31
b757f218 322.12 Feb 17 19:00 2002
33 - More general error determination for
34 better cross platform consistency and
35 foreign language support.
36 Spotted by arnaud@romeconcept.com
37 - Test changes for VMS (Craig Berry)
38
ddbbf559 392.11 Feb 02 12:00 2002
40 - Test changes in case echo port is not available.
41 - Fix 110_icmp_inst.t to use icmp protocol
42 Spotted by craigberry@mac.com (Craig Berry)
43
49afa5f6 442.10 Dec 26 12:00 2001
45 - Added bind() function useful for clients with multiple
46 network interfaces performing the ping check thanks to
47 sethb@clarkhill.com (Seth Blumberg).
48 - Execution optimizations for several constants (Seth).
49 - More test changes in case Socket module is not available
50 (Jarkko Hietaniemi).
51
505f3f16 522.09 Dec 06 19:00 2001
53 - Documental and test changes only.
54 - No functional changes.
55
562.08 Dec 04 13:00 2001
57 - Faster response for Win32 tcp_connect.
58 - Better explanations in test comments.
59
602.07 Nov 28 13:00 2001
61 - Compatibility changes
62 - Works with UNIX and Win32 OS
63 - Works with Perl 5.005 5.6.x 5.7.x 5.8.x
64 - Applied several patches from distro
65 - External protocol added thanks to
66 colinm@cpan.org (Colin McMillen)
67 - Stream protocol added thanks to
68 bronson@trestle.com (Scott Bronson)
69
702.06 Nov 19 12:00 2001
71 - Added Net-Ping.spec for RPM to easily
72 utilize using "rpm -ta Net-Ping*tar.gz"
73 - Moved Copyright section to perldoc
74
752.05 Nov 18 20:00 2001
76 - Added test suite
77
782.04 Nov 16 16:00 2001
79 - Added CHANGES and README to tarball.
80 - No functional changes.
81
822.03 Nov 15 12:00 2001
83 - Portability adjustments to ping_tcp()
84 made by Rob Brown to work with most
85 default systems.
86
872.02 Sep 27 12:00 1996
88 - Magic version by Russell Mosemann from CPAN