From: David Schweikert Date: Sun, 21 Dec 2025 17:12:28 +0000 (+0100) Subject: Prepare v5.5-rc1 release X-Git-Tag: v5.5~18 X-Git-Url: https://git.gsnw.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=02feb66811ae0bd33a2ab7b2920fa1c8245fb7ad;p=fping.git Prepare v5.5-rc1 release --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 6cf6f11..e286510 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ -Next -==== +fping 5.5-rc1 (2025-12-21) +========================== ## New features @@ -14,8 +14,7 @@ Next ## Bugfixes and other changes -- Fix OpenBSD warning sprintf() is often misused, please use snprintf() - (#394, thanks @gsnw-sebast) +- Fix OpenBSD sprintf() warning (#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 @@ -34,9 +33,13 @@ Next - Avoid unsigned overflow when determining the memory size to save response times on systems where size\_t is the same as unsigned int (#412 by @auerswal) -- Document the new minimum value for the -p option (#414 by @auerswal) +- Document the new minimum value for the -p option (#414, thanks @auerswal) +- Fix build without IPv6 support (#416, thanks @auerswal) +- Fix debug build use of dbg_printf in fping.c (#415, thanks @auerswal) +- Remove MacOS-specific test for -I option (#407) +- GitHub Actions fixes (thanks @gsnw-sebast) -fping 5.4 (UNRELEASED) +fping 5.4 (2025-04-19) ====================== ## Bugfixes diff --git a/configure.ac b/configure.ac index 99a8697..f152520 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ dnl Process this file with autoconf to produce a configure script. dnl Minimum Autoconf version required. AC_PREREQ(2.59) -AC_INIT([fping],[5.3]) +AC_INIT([fping],[5.5-rc1]) m4_ifdef([AC_AUTOCONF_VERSION],[AC_USE_SYSTEM_EXTENSIONS], [AC_GNU_SOURCE])