]> git.gsnw.org Git - fping.git/commitdiff
Update changelog
authorDavid Schweikert <david@schweikert.ch>
Sun, 17 Aug 2025 21:22:39 +0000 (23:22 +0200)
committerDavid Schweikert <david@schweikert.ch>
Tue, 19 Aug 2025 07:47:30 +0000 (09:47 +0200)
CHANGELOG.md

index 880e7e59f2b29c0280c9ab7bfddf20b213d0f2f9..7cd88bc478926d018c2566f60acad99b367662c9 100644 (file)
@@ -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