]> 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:36:41 +0000 (09:36 +0200)
CHANGELOG.md

index b453645ed15c8d33db88465b673632e3570b88e0..84985f13fe0bd22fbff14aba30a05298b5a665e5 100644 (file)
@@ -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