From: David Schweikert Date: Sun, 17 Aug 2025 21:22:39 +0000 (+0200) Subject: Update changelog X-Git-Tag: v5.4~2 X-Git-Url: https://git.gsnw.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b6d074594b68e0b2b9df0a90afb8e0f15e29259;p=fping.git Update changelog --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 880e7e5..7cd88bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,16 @@ -fping 5.3 (2025-01-02) +fping 5.4 (2025-08-19) ====================== +## Bugfixes + +- Memory allocation safety checks for event storage (thanks David.A for bug report) +- Fix off-by-one boundary check in seqmap code (thanks David.A for bug report) +- The minimum value for the per-host interval (-i flag) is now 0.001 (milliseconds), + since it probably never makes sense to use a smaller value, and to avoid trying + to do a too large memory allocation. + +fping 5.3 (2025-01-02) +====================== ## New features