Skip to content

Commit 02feb66

Browse files
committed
Prepare v5.5-rc1 release
1 parent abc8c09 commit 02feb66

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

CHANGELOG.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Next
2-
====
1+
fping 5.5-rc1 (2025-12-21)
2+
==========================
33

44
## New features
55

@@ -14,8 +14,7 @@ Next
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
@@ -34,9 +33,13 @@ Next
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

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ dnl Process this file with autoconf to produce a configure script.
33
dnl Minimum Autoconf version required.
44
AC_PREREQ(2.59)
55

6-
AC_INIT([fping],[5.3])
6+
AC_INIT([fping],[5.5-rc1])
77

88
m4_ifdef([AC_AUTOCONF_VERSION],[AC_USE_SYSTEM_EXTENSIONS], [AC_GNU_SOURCE])
99

0 commit comments

Comments
 (0)