From 52af20a3ed3a972a51922f54907e10c651d99b71 Mon Sep 17 00:00:00 2001 From: David Schweikert Date: Sun, 28 Jun 2020 22:23:09 +0200 Subject: [PATCH] update changelog --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 52128d9..6befa12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,22 @@ UNRELEASED ========== +## New features + +- Linux unprivileged ping support (#173, thanks @tycho) +- Add SIGQUIT summary support similar to ping (#185, thanks @laddp) + ## Bugfixes and other changes - Corrected long option name of -s to --stats (#148, thanks @wopfel) - Do not fail if using fping6 with -6 flag (#149, thanks @stromnet) - Fail if interface binding (-I) does not work (#162, thanks @kbucheli) - Fix using option -4 when fping is compiled IPv4-only (#154, thanks @pbhenson) +- Add Azure pipeline test build (#153 and #170, thanks @gsnw) +- GCC 10 compatibility fixes (#167 and #168, thanks @cranderson) +- Macos build fix (#174, thanks @tycho) +- Fix xmt stats in Netdata output (#172, thanks @vlvkobal) +- Only increase num_alive if response is not a duplicate (#151, thanks @brownowski) fping 4.2 (2019-02-19) ======================