From f18a010df6419bb4908823ca4d713835d1adb0c1 Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Thu, 1 Oct 2009 14:33:02 +0200 Subject: [PATCH] bindings/perl: Bumped version to 1.21 and updated Changes. --- bindings/perl/Changes | 6 ++++++ bindings/perl/META.yml | 2 +- bindings/perl/lib/Net/Oping.pm | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/bindings/perl/Changes b/bindings/perl/Changes index 0795651..1f8e616 100644 --- a/bindings/perl/Changes +++ b/bindings/perl/Changes @@ -1,5 +1,11 @@ Revision history for Perl extension Net::Oping. +1.21 Thu Oct 1 14:28:25 2009 + - Fix an off-by-one error in `_ping_iterator_get_hostname' which caused + the trailing null-byte to be included in the strings that are the + keys of the hash returned by Net::Oping::ping. Thanks to Fredrik + Soderblom for reporting this issue and providing the patch. + 1.20 Sat Jul 18 14:57:32 2009 - The `device' method has been added. diff --git a/bindings/perl/META.yml b/bindings/perl/META.yml index a8704fc..74766ae 100644 --- a/bindings/perl/META.yml +++ b/bindings/perl/META.yml @@ -1,7 +1,7 @@ # http://module-build.sourceforge.net/META-spec.html #XXXXXXX This is a prototype!!! It will change in the future!!! XXXXX# name: Net-Oping -version: 1.20 +version: 1.21 version_from: lib/Net/Oping.pm installdirs: site requires: diff --git a/bindings/perl/lib/Net/Oping.pm b/bindings/perl/lib/Net/Oping.pm index 47993dc..bc109dc 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.20'; +our $VERSION = '1.21'; require XSLoader; XSLoader::load ('Net::Oping', $VERSION); -- 2.11.0