From: David Schweikert Date: Sun, 17 Aug 2025 21:22:39 +0000 (+0200) Subject: Update changelog X-Git-Tag: v5.5~40 X-Git-Url: https://git.gsnw.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d5a3243ae176a384a970789891c0a7796c9048c5;p=fping.git Update changelog --- diff --git a/CHANGELOG.md b/CHANGELOG.md index b453645..84985f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,9 +27,19 @@ Next - Switch to alpine-based multi-stage Docker build to reduce image size and improve build performance Add OpenContainers-compatible labels (#399) -fping 5.3 (2025-01-02) +fping 5.4 (UNRELEASED) ====================== +## 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