bindings/perl: Bumped version to 1.21 and updated Changes.
[liboping.git] / bindings / perl / Changes
1 Revision history for Perl extension Net::Oping.
2
3 1.21  Thu Oct  1 14:28:25 2009
4         - Fix an off-by-one error in `_ping_iterator_get_hostname' which caused
5           the trailing null-byte to be included in the strings that are the
6           keys of the hash returned by Net::Oping::ping. Thanks to Fredrik
7           Soderblom for reporting this issue and providing the patch.
8
9 1.20  Sat Jul 18 14:57:32 2009
10         - The `device' method has been added.
11
12 1.10  Sun Mar 15 13:49:56 2009
13         - The build system has been improved.
14         - The `ttl', `get_recv_ttl', and `get_dropped' methods have been added
15           to support new features in liboping 1.0.0 and 1.1.0.
16
17 1.02  Tue Feb 17 08:52:25 2009
18         - Fix a memory leak in _ping_iterator_get_hostname() [fixes RT#37066]
19           Thanks to "Iceberg" for reporting this issue and providing the patch.
20
21 1.01  Sun Jan 27 16:08:03 2008
22         - Have `Makefile.PL' exit if the header file <oping.h> cannot be found
23           _before_ a Makefile is generated. This is done because
24           `ExtUtils::MakeMaker' doesn't check whether libraries exist and this
25           seems to be the standard way of dealing with this. A (hopefully)
26           informative message is written to STDERR in this case.
27
28 1.00  Sat Jan 26 13:52:11 2008
29         - The module has been renamed from `Oping' to `Net::Oping'.
30         - The XS code has been simplified and a high-level interface has been
31           created in Perl.
32
33 0.01  Wed Oct 24 01:32:19 2007
34         - original version; created by h2xs 1.23.