86060b6098525a1cb135362e45ccece6d4be64de
[p5sagit/p5-mst-13.2.git] / lib / Net / Ping / CHANGES
1 CHANGES
2 -------
3
4 2.17  May 03 18:00 2002
5         - RPM spec generalizations.
6           michael.mclagan@linux.org (Michael McLagan)
7         - Win32 compatibility changes.
8           (Didn't compile on Win32 since v2.11.)
9
10 2.16  Apr 11 14:00 2002
11         - Documentation changes.
12         - Added INSTALL doc.
13         - Added README to rpm %doc.
14         - Added neat MakeMaker constants routine.
15         - Buttwag around Makefile.PL warnings:
16           o "the following files are missing in your kit"
17           o "is not a known MakeMaker parameter name"
18
19 2.15  Apr 06 23:00 2002
20         - Added ABSTRACT info.
21         - Allow for smoother upgrade from
22           from older Net::Ping versions.
23         - Change default protocol from udp to tcp
24           so it will work on most default systems
25           without any arguments to new().
26
27 2.14  Apr 01 14:00 2002
28         - Added text ip lookup feature.
29           e@arix.com (Erick Calder)
30
31 2.13  Apr 01 14:00 2002
32         - Added ping time measuring feature.
33           e@arix.com (Erick Calder)
34         - Optionally allow for high resolution
35           precision for timeouts and measuring
36           using the Time::HiRes module (Erick).
37
38 2.12  Feb 17 19:00 2002
39         - More general error determination for
40           better cross platform consistency and
41           foreign language support.
42           Spotted by arnaud@romeconcept.com
43         - Test changes for VMS (Craig Berry)
44
45 2.11  Feb 02 12:00 2002
46         - Test changes in case echo port is not available.
47         - Fix 110_icmp_inst.t to use icmp protocol
48           Spotted by craigberry@mac.com (Craig Berry)
49
50 2.10  Dec 26 12:00 2001
51         - Added bind() function useful for clients with multiple
52           network interfaces performing the ping check thanks to
53           sethb@clarkhill.com (Seth Blumberg).
54         - Execution optimizations for several constants (Seth).
55         - More test changes in case Socket module is not available
56           (Jarkko Hietaniemi).
57
58 2.09  Dec 06 19:00 2001
59         - Documental and test changes only.
60         - No functional changes.
61
62 2.08  Dec 04 13:00 2001
63         - Faster response for Win32 tcp_connect.
64         - Better explanations in test comments.
65
66 2.07  Nov 28 13:00 2001
67         - Compatibility changes
68         - Works with UNIX and Win32 OS
69         - Works with Perl 5.005 5.6.x 5.7.x 5.8.x
70         - Applied several patches from distro
71         - External protocol added thanks to
72           colinm@cpan.org (Colin McMillen)
73         - Stream protocol added thanks to
74           bronson@trestle.com (Scott Bronson)
75
76 2.06  Nov 19 12:00 2001
77         - Added Net-Ping.spec for RPM to easily
78           utilize using "rpm -ta Net-Ping*tar.gz"
79         - Moved Copyright section to perldoc
80
81 2.05  Nov 18 20:00 2001
82         - Added test suite
83
84 2.04  Nov 16 16:00 2001
85         - Added CHANGES and README to tarball.
86         - No functional changes.
87
88 2.03  Nov 15 12:00 2001
89         - Portability adjustments to ping_tcp()
90           made by Rob Brown to work with most
91           default systems.
92
93 2.02  Sep 27 12:00 1996
94         - Magic version by Russell Mosemann from CPAN