Code

bindings/perl: Bumped version to 1.10; Updated Changes. Net-Oping-1.10
authorFlorian Forster <octo@leeloo.lan.home.verplant.org>
Sun, 15 Mar 2009 12:57:32 +0000 (13:57 +0100)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Sun, 15 Mar 2009 13:17:54 +0000 (14:17 +0100)
bindings/perl/Changes
bindings/perl/lib/Net/Oping.pm

index c46c003c804bbd92b6366eedabc290c54d647ec4..286655d63b1350ccfe05934b700718551aff7693 100644 (file)
@@ -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.
index ff86d4bc22a8d25eaf3ec8cae1579b5d77ec3d8b..4b601d18d53e5ce5c41e464e9dad98966222b916 100644 (file)
@@ -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);