]> git.gsnw.org Git - fping.git/commitdiff
Fix changelog entry for the new -p lower limit
authorDavid Schweikert <david@schweikert.ch>
Tue, 19 Aug 2025 08:05:27 +0000 (10:05 +0200)
committerDavid Schweikert <david@schweikert.ch>
Tue, 19 Aug 2025 08:19:42 +0000 (10:19 +0200)
.gitignore
CHANGELOG.md

index 71291f92f9fa77b21bf061b7922fa1ecd713faa7..7380d6d530ec4b23972f2a6b7d1d6e386e9debeb 100644 (file)
@@ -8,6 +8,7 @@ Makefile.in
 aclocal.m4
 autom4te.cache
 ci/build
+ci/tmp*
 compile
 compile_commands.json
 config.guess
index 84985f13fe0bd22fbff14aba30a05298b5a665e5..ed1bd74b2a3759881e2223167947d537714e4214 100644 (file)
@@ -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)
 ======================