From: David Schweikert Date: Tue, 19 Aug 2025 08:05:27 +0000 (+0200) Subject: Fix changelog entry for the new -p lower limit X-Git-Tag: v5.5~39 X-Git-Url: https://git.gsnw.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e1bbe1ecd02afb91789582d6f49b54e89a6b56f2;p=fping.git Fix changelog entry for the new -p lower limit --- diff --git a/.gitignore b/.gitignore index 71291f9..7380d6d 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,7 @@ Makefile.in aclocal.m4 autom4te.cache ci/build +ci/tmp* compile compile_commands.json config.guess diff --git a/CHANGELOG.md b/CHANGELOG.md index 84985f1..ed1bd74 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -34,9 +34,9 @@ fping 5.4 (UNRELEASED) - 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. +- The minimum value for the period (-p flag) is now 0.001 milliseconds, + since it probably never makes sense to use a smaller value, and to avoid doing + a very large memory allocation for event storage. fping 5.3 (2025-01-02) ======================