From e1bbe1ecd02afb91789582d6f49b54e89a6b56f2 Mon Sep 17 00:00:00 2001 From: David Schweikert Date: Tue, 19 Aug 2025 10:05:27 +0200 Subject: [PATCH] Fix changelog entry for the new -p lower limit --- .gitignore | 1 + CHANGELOG.md | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) 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) ====================== -- 2.43.0