blob: 65b03ed28e07aa6418f9e78cd2b956721651e884 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
|
CHANGES
-------
2.11 Feb 02 12:00 2002
- Test changes in case echo port is not available.
- Fix 110_icmp_inst.t to use icmp protocol
Spotted by craigberry@mac.com (Craig Berry)
2.10 Dec 26 12:00 2001
- Added bind() function useful for clients with multiple
network interfaces performing the ping check thanks to
sethb@clarkhill.com (Seth Blumberg).
- Execution optimizations for several constants (Seth).
- More test changes in case Socket module is not available
(Jarkko Hietaniemi).
2.09 Dec 06 19:00 2001
- Documental and test changes only.
- No functional changes.
2.08 Dec 04 13:00 2001
- Faster response for Win32 tcp_connect.
- Better explanations in test comments.
2.07 Nov 28 13:00 2001
- Compatibility changes
- Works with UNIX and Win32 OS
- Works with Perl 5.005 5.6.x 5.7.x 5.8.x
- Applied several patches from distro
- External protocol added thanks to
colinm@cpan.org (Colin McMillen)
- Stream protocol added thanks to
bronson@trestle.com (Scott Bronson)
2.06 Nov 19 12:00 2001
- Added Net-Ping.spec for RPM to easily
utilize using "rpm -ta Net-Ping*tar.gz"
- Moved Copyright section to perldoc
2.05 Nov 18 20:00 2001
- Added test suite
2.04 Nov 16 16:00 2001
- Added CHANGES and README to tarball.
- No functional changes.
2.03 Nov 15 12:00 2001
- Portability adjustments to ping_tcp()
made by Rob Brown to work with most
default systems.
2.02 Sep 27 12:00 1996
- Magic version by Russell Mosemann from CPAN
|