From 151fef931207906675aa4a49a12e495ce3d17616 Mon Sep 17 00:00:00 2001 From: David Schweikert Date: Mon, 27 May 2019 21:19:40 +0200 Subject: [PATCH 1/2] fix internet test that uses a name with multiple a records --- ci/test-14-ping-internet-hosts.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/test-14-ping-internet-hosts.pl b/ci/test-14-ping-internet-hosts.pl index 7e97c82..c7d1f50 100755 --- a/ci/test-14-ping-internet-hosts.pl +++ b/ci/test-14-ping-internet-hosts.pl @@ -81,7 +81,7 @@ SKIP: { # fping -m -A { -my $cmd = Test::Command->new(cmd => "fping -4 -A -m www.github.com"); +my $cmd = Test::Command->new(cmd => "fping -4 -A -m www.cloudflare.com"); $cmd->exit_is_num(0); $cmd->stdout_like(qr{\d+\.\d+\.\d+\.\d+ is alive\n\d+\.\d+\.\d+\.\d+ is alive\n}); $cmd->stderr_is_eq(""); From 54a1321775fe9ccd250680cce3b8c2e88bf10067 Mon Sep 17 00:00:00 2001 From: David Schweikert Date: Mon, 27 May 2019 21:20:55 +0200 Subject: [PATCH 2/2] update changelog --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bd8dfd2..3dd2034 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +UNRELEASED +========== + +## Bugfixes and other changes + +- Corrected long option name of -s to --stats (#148, thanks @wopfel) + fping 4.2 (2019-02-19) ======================