perluniintro nit
[p5sagit/p5-mst-13.2.git] / lib / Net / Ping / Changes
CommitLineData
505f3f16 1CHANGES
2-------
3
5d20095f 42.20 Jun 20 10:00 2002
5 - Perl 5.8.0 compatibility stuff.
6 Spot by dcd@tc.fluke.com (David Dyck).
7 And patch by jhi@iki.fi (Jarkko Hietaniemi).
8 - Move INSTALL doc into perldoc.
9 - Allow source_verify method to work
10 for icmp protocol as well as udp.
11 Spot by taner@taner.net (Taner Halicioglu)
12
15d96390 132.19 Jun 03 19:00 2002
5d20095f 14 - Add $p->source_verify method to skip source
15d96390 15 endpoint verification of udp protocol pings for
16 those remote destinations with multiple interfaces
17 that may have the "reverse telnet" bug.
5d20095f 18 Spot by dcd@tc.fluke.com (David Dyck)
15d96390 19 - Moved files to more standard locations.
5d20095f 20 - Less common martian used for ping test
21 to reduce conflicts
15d96390 22
564e2e78 232.18 May 06 12:00 2002
24 - More RPM spec generalizations.
25
ef73e1db 262.17 May 03 18:00 2002
27 - RPM spec generalizations.
28 michael.mclagan@linux.org (Michael McLagan)
29 - Win32 compatibility changes.
30 (Didn't compile on Win32 since v2.11.)
31
a5a165b1 322.16 Apr 11 14:00 2002
33 - Documentation changes.
34 - Added INSTALL doc.
35 - Added README to rpm %doc.
36 - Added neat MakeMaker constants routine.
37 - Buttwag around Makefile.PL warnings:
38 o "the following files are missing in your kit"
39 o "is not a known MakeMaker parameter name"
40
412.15 Apr 06 23:00 2002
42 - Added ABSTRACT info.
43 - Allow for smoother upgrade from
44 from older Net::Ping versions.
45 - Change default protocol from udp to tcp
46 so it will work on most default systems
47 without any arguments to new().
48
e82f584b 492.14 Apr 01 14:00 2002
a5a165b1 50 - Added text ip lookup feature.
e82f584b 51 e@arix.com (Erick Calder)
52
532.13 Apr 01 14:00 2002
54 - Added ping time measuring feature.
55 e@arix.com (Erick Calder)
56 - Optionally allow for high resolution
57 precision for timeouts and measuring
58 using the Time::HiRes module (Erick).
59
b757f218 602.12 Feb 17 19:00 2002
61 - More general error determination for
62 better cross platform consistency and
63 foreign language support.
64 Spotted by arnaud@romeconcept.com
65 - Test changes for VMS (Craig Berry)
66
ddbbf559 672.11 Feb 02 12:00 2002
68 - Test changes in case echo port is not available.
69 - Fix 110_icmp_inst.t to use icmp protocol
70 Spotted by craigberry@mac.com (Craig Berry)
71
49afa5f6 722.10 Dec 26 12:00 2001
73 - Added bind() function useful for clients with multiple
74 network interfaces performing the ping check thanks to
75 sethb@clarkhill.com (Seth Blumberg).
76 - Execution optimizations for several constants (Seth).
77 - More test changes in case Socket module is not available
78 (Jarkko Hietaniemi).
79
505f3f16 802.09 Dec 06 19:00 2001
81 - Documental and test changes only.
82 - No functional changes.
83
842.08 Dec 04 13:00 2001
85 - Faster response for Win32 tcp_connect.
86 - Better explanations in test comments.
87
882.07 Nov 28 13:00 2001
89 - Compatibility changes
90 - Works with UNIX and Win32 OS
91 - Works with Perl 5.005 5.6.x 5.7.x 5.8.x
92 - Applied several patches from distro
93 - External protocol added thanks to
94 colinm@cpan.org (Colin McMillen)
95 - Stream protocol added thanks to
96 bronson@trestle.com (Scott Bronson)
97
982.06 Nov 19 12:00 2001
99 - Added Net-Ping.spec for RPM to easily
100 utilize using "rpm -ta Net-Ping*tar.gz"
101 - Moved Copyright section to perldoc
102
1032.05 Nov 18 20:00 2001
104 - Added test suite
105
1062.04 Nov 16 16:00 2001
107 - Added CHANGES and README to tarball.
108 - No functional changes.
109
1102.03 Nov 15 12:00 2001
111 - Portability adjustments to ping_tcp()
112 made by Rob Brown to work with most
113 default systems.
114
1152.02 Sep 27 12:00 1996
116 - Magic version by Russell Mosemann from CPAN