]> git.gsnw.org Git - fping.git/commitdiff
adjust current CHANGELOG.md entries
authorErik Auerswald <auerswal@unix-ag.uni-kl.de>
Sat, 2 Aug 2025 12:29:24 +0000 (14:29 +0200)
committerErik Auerswald <auerswal@unix-ag.uni-kl.de>
Tue, 26 Aug 2025 18:47:04 +0000 (20:47 +0200)
* add thanks to @hoodadt for the merged pull request
* adjust line lengths using `fmt -c`

CHANGELOG.md

index 06cd6f4b193fa785c6e8ad406fc355d3f81cd0e3..2e51aa126f899e5a5b0dd78210b87ef87542f241 100644 (file)
@@ -7,12 +7,13 @@ Next
   @JoshIPT, @sebast-gsnw and @auerswal)
 - The -g, --generate option now also supports IPv6 addresses (#376,
   thanks @auerswal)
-- New option --seqmap-timeout to control the time after which sequence numbers
-  can be used again (#388, thanks @auerswal)
+- New option --seqmap-timeout to control the time after which sequence
+  numbers can be used again (#388, thanks @auerswal)
 
 ## Bugfixes and other changes
 
-- Fix OpenBSD warning sprintf() is often misused, please use snprintf() (#394, thanks @gsnw-sebast)
+- Fix OpenBSD warning sprintf() is often misused, please use snprintf()
+  (#394, thanks @gsnw-sebast)
 - Fix fallback to SO\_TIMESTAMP if SO\_TIMESTAMPNS is not available (#375,
   thanks @auerswal)
 - When reading target names from file or standard input, lines longer
@@ -24,8 +25,9 @@ Next
 - Report received ICMPv6 error messages (#391, thanks @auerswal)
 - Suppress duplicate reports in count mode with -q, --quiet or -Q, --squiet
   (#392, thanks @gsnw-sebast and @auerswal)
-- Switch to alpine-based multi-stage Docker build to reduce image size and improve build performance
-  Add OpenContainers-compatible labels (#399)
+- Switch to alpine-based multi-stage Docker build to reduce image size
+  and improve build performance; add OpenContainers-compatible labels
+  (#399, thanks @hoodadt)
 - Print receive ping moved to new functions (#400, thanks @gsnw-sebast)
 - Avoid unsigned overflow when determining the memory size to save
   response times on systems where size\_t is the same as unsigned int