perl

 view release on metacpan or  search on metacpan

dist/Net-Ping/Changes  view on Meta::CPAN

       Features
       - Added icmpv6 test.
       - Added optional local tests hosts for the icmp tests:
         TEST_PING_HOST and TEST_PING6_HOST
       - allow sudo tests with local .git
       - skip sudo test with asan leak detector on linux

2.65  Wed Mar  7 09:38:51 CET 2018 (rurban)
       META Changes
       - strip wrong Text::Template dependency and generation for the README
         https://rt.cpan.org/Public/Bug/Display.html?id=124693
         This is in core.
       - Changed repo name from net-ping to Net-Ping.
       - Changed bugtracker to https://github.com/rurban/Net-Ping/issues
       - Made Makefile.PL more stable for the CPAN release, support older
         perl + EUMM versions.
       - Fixed up TODO for IPv6

2.64  Sat Mar  3 15:56:14 CET 2018 (rurban)
       Bugfixes
        - use NIx_NOSERV flag for windows (PR #6 by chorny)

2.63  Sun Nov 26 18:56:04 CET 2017 (rurban)
       Bugfixes
        - Keep v5.002 - v5.6 support
        - Removed outdated demo/fping from the documentation
          (RT #123750 by Steve Morris)
        - Added t/420_ping_syn_port.t (#4 by Julio Fraire)
          with fixes.
       Features
        - added indices and crosslinks to the documentation

2.62  Tue Sep 12 13:20:25 2017 -0600 (Nicholas R)
       Limitations (not on CPAN)
       - Removed support for v5.002 < v5.6 by introducing our

2.61  Sat Jun 17 13:12:58 CEST 2017 (rurban)
       Bugfixes
        - Fix ping_udp for a started udp echo server (PR#5 by Stephan Loyd)

2.60  Mon Jun 12 20:14:13 CEST 2017 (rurban)
       Bugfixes
        - Fix t/400_ping_syn.t phases
        - Try to handle Windows Socket::getnameinfo errors
        - Improve some tests on missing network connections

2.59  Tue Apr 18 08:46:48 2017 +0200 (rurban)
       Bugfixes
        - skip udp ping tests on more platforms: hpux, irix, aix.
          also pingecho on os390.
          (from perl5 core)
       Features
        - added a make release target

2.58  Wed Feb  1 19:34:03 CET 2017 (rurban)
       Features
        - return the port num as 5th return value with ack (jfraire)

2.57  Wed Feb  1 19:34:03 CET 2017 (rurban)
       Bugfixes
        - Resigned with new gpg key

2.56  Wed Jan 18 16:00:00  2017 -0700 (bbb)
       Bugfixes
        - Stabilize tests

2.55  Thu Oct 20 09:16:06  2016 +0200 (rurban)

       Bugfixes
       - Skip sudo for t/500_ping_icmp.t if a prompt is required
         [RT #118451]

2.54  Thu Oct 20 09:16:06  2016 +0200 (rurban)

       Bugfixes
       - Fixed ping_external argument type, either packed ip or hostname.
         [RT #113825]
       - Fixed wrong skip message in t/020_external.t

2.53  Thu Oct 20 09:16:06  2016 +0200 (rurban)

       Bugfixes
       - Relax icmp tests on local firewalls, eg. as here on windows reported
         by kmx. [RT #118441]

       Internals
       - Enhanced .travis.yml

2.52  Tue Oct 18 16:29:29 2016 +0200 (rurban)
       version in cperl since 5.25.2c

       Bugfixes
       - Fixed _pack_sockaddr_in for a proper 2nd argument type, hash or packed address.
       - Improved 500_ping_icmp.t to try sudo.
       
       Internals
       - Converted all hash string keys to bare.

2.51  Mon Oct 17 16:11:03 2016 +0200 (rurban)
       version in cperl since 5.25.2c
 
       Bugfixes
       - Fixed missing _unpack_sockaddr_in family, which took AF_INET6 for
         a AF_INET addr in t/500_ping_icmp.t and t/500_ping_icmp_ttl.t.
         Use now a proper default.

2.50  Sat Apr 16 11:50:20 2016 +0200 (rurban)
       version in cperl since 5.22.2c

       Features
       - Handle IPv6 addresses and the AF_INET6 family.
       - Added the optional family argument to most methods.
         valid values: 6, "v6", "ip6", "ipv6", AF_INET6
       - new can take now named arguments, a hashref.
       - Added the following named arguments to new:
         gateway host port bind retrans pingstring source_verify econnrefused
         IPV6_USE_MIN_MTU IPV6_RECVPATHMTU IPV6_HOPLIMIT
       - Added a dontfrag option, setting IP_DONTFRAG and on linux
         also IP_MTU_DISCOVER to IP_PMTUDISC_DO. Note that is ignored if
         Socket does not export IP_DONTFRAG.
       - Added the wakeonlan method



( run in 1.173 second using v1.01-cache-2.11-cpan-df04353d9ac )