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