From 215263170443100a376fb470124f6afd635bdd81 Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Sun, 15 Mar 2009 13:57:32 +0100 Subject: [PATCH] bindings/perl: Bumped version to 1.10; Updated Changes. --- bindings/perl/Changes | 5 +++++ bindings/perl/lib/Net/Oping.pm | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/bindings/perl/Changes b/bindings/perl/Changes index c46c003..286655d 100644 --- a/bindings/perl/Changes +++ b/bindings/perl/Changes @@ -1,5 +1,10 @@ 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. diff --git a/bindings/perl/lib/Net/Oping.pm b/bindings/perl/lib/Net/Oping.pm index ff86d4b..4b601d1 100644 --- a/bindings/perl/lib/Net/Oping.pm +++ b/bindings/perl/lib/Net/Oping.pm @@ -61,7 +61,7 @@ use warnings; use Carp (qw(cluck confess)); -our $VERSION = '1.02'; +our $VERSION = '1.10'; require XSLoader; XSLoader::load ('Net::Oping', $VERSION); -- 2.11.0