File tree Expand file tree Collapse file tree 2 files changed +10
-7
lines changed
Expand file tree Collapse file tree 2 files changed +10
-7
lines changed Original file line number Diff line number Diff line change 1- Next
2- ====
1+ fping 5.5-rc1 (2025-12-21)
2+ ==========================
33
44## New features
55
1414
1515## Bugfixes and other changes
1616
17- - Fix OpenBSD warning sprintf() is often misused, please use snprintf()
18- (#394 , thanks @gsnw-sebast )
17+ - Fix OpenBSD sprintf() warning (#394 , thanks @gsnw-sebast )
1918- Fix fallback to SO\_ TIMESTAMP if SO\_ TIMESTAMPNS is not available (#375 ,
2019 thanks @auerswal )
2120- When reading target names from file or standard input, lines longer
3433- Avoid unsigned overflow when determining the memory size to save
3534 response times on systems where size\_ t is the same as unsigned int
3635 (#412 by @auerswal )
37- - Document the new minimum value for the -p option (#414 by @auerswal )
36+ - Document the new minimum value for the -p option (#414 , thanks @auerswal )
37+ - Fix build without IPv6 support (#416 , thanks @auerswal )
38+ - Fix debug build use of dbg_printf in fping.c (#415 , thanks @auerswal )
39+ - Remove MacOS-specific test for -I option (#407 )
40+ - GitHub Actions fixes (thanks @gsnw-sebast )
3841
39- fping 5.4 (UNRELEASED )
42+ fping 5.4 (2025-04-19 )
4043======================
4144
4245## Bugfixes
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ dnl Process this file with autoconf to produce a configure script.
33dnl Minimum Autoconf version required.
44AC_PREREQ ( 2.59 )
55
6- AC_INIT ( [ fping] ,[ 5.3 ] )
6+ AC_INIT ( [ fping] ,[ 5.5-rc1 ] )
77
88m4_ifdef ( [ AC_AUTOCONF_VERSION ] ,[ AC_USE_SYSTEM_EXTENSIONS ] , [ AC_GNU_SOURCE ] )
99
You can’t perform that action at this time.
0 commit comments