]> git.gsnw.org Git - fping.git/commitdiff
Prepare v5.5-rc1 release
authorDavid Schweikert <david@schweikert.ch>
Sun, 21 Dec 2025 17:12:28 +0000 (18:12 +0100)
committerDavid Schweikert <david@schweikert.ch>
Mon, 22 Dec 2025 14:35:47 +0000 (15:35 +0100)
CHANGELOG.md
configure.ac

index 6cf6f11c83acf1326eecaa26e215b833662886c0..e28651028b235aacfb99a9dddedc6db24c6c0c6e 100644 (file)
@@ -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
index 99a869728b437a7c5aef17495859190c04f6d696..f152520427ba61c69cc591e143601db54c88499f 100644 (file)
@@ -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])