summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 7ce3787)
raw | patch | inline | side by side (parent: 7ce3787)
author | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Sun, 15 Mar 2009 12:57:32 +0000 (13:57 +0100) | ||
committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Sun, 15 Mar 2009 13:17:54 +0000 (14:17 +0100) |
bindings/perl/Changes | patch | blob | history | |
bindings/perl/lib/Net/Oping.pm | patch | blob | history |
diff --git a/bindings/perl/Changes b/bindings/perl/Changes
index c46c003c804bbd92b6366eedabc290c54d647ec4..286655d63b1350ccfe05934b700718551aff7693 100644 (file)
--- a/bindings/perl/Changes
+++ b/bindings/perl/Changes
Revision history for Perl extension Net::Oping.
+1.10 Sun Mar 15 13:49:56 2009
+ - The build system has been improved.
+ - The `ttl', `get_recv_ttl', and `get_dropped' methods have been added
+ to support new features in liboping 1.0.0 and 1.1.0.
+
1.02 Tue Feb 17 08:52:25 2009
- Fix a memory leak in _ping_iterator_get_hostname() [fixes RT#37066]
Thanks to "Iceberg" for reporting this issue and providing the patch.
index ff86d4bc22a8d25eaf3ec8cae1579b5d77ec3d8b..4b601d18d53e5ce5c41e464e9dad98966222b916 100644 (file)
use Carp (qw(cluck confess));
-our $VERSION = '1.02';
+our $VERSION = '1.10';
require XSLoader;
XSLoader::load ('Net::Oping', $VERSION);