From cf43613c8679ce4bd04a2a1594b131f115fb788f Mon Sep 17 00:00:00 2001 From: Michael Davidsaver Date: Tue, 7 Oct 2025 07:25:12 -0700 Subject: [PATCH] 1.4.1 --- configure/CONFIG_PVXS_VERSION | 5 +++-- documentation/releasenotes.rst | 4 ++-- src/servermon.cpp | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/configure/CONFIG_PVXS_VERSION b/configure/CONFIG_PVXS_VERSION index 31e5936..5d2fcd2 100644 --- a/configure/CONFIG_PVXS_VERSION +++ b/configure/CONFIG_PVXS_VERSION @@ -1,6 +1,6 @@ PVXS_MAJOR_VERSION = 1 PVXS_MINOR_VERSION = 4 -PVXS_MAINTENANCE_VERSION = 0 +PVXS_MAINTENANCE_VERSION = 1 # Version range conditions in Makefiles # @@ -12,7 +12,8 @@ PVXS_MAINTENANCE_VERSION = 0 # # ifneq ($(PVXS_X_Y_Z),YES) # PVXS != X.Y.Z # -PVXS_1_4_0 = YES +PVXS_1_4_1 = YES +PVXS_1_4_0 = NO PVXS_1_3_3 = NO PVXS_1_3_2 = NO PVXS_1_3_1 = NO diff --git a/documentation/releasenotes.rst b/documentation/releasenotes.rst index fa7244b..0fd4b83 100644 --- a/documentation/releasenotes.rst +++ b/documentation/releasenotes.rst @@ -3,8 +3,8 @@ Release Notes ============= -1.4.1 (UNRELEASED) ------------------- +1.4.1 (Aug 2025) +---------------- * Restore lookup of host names in address lists (regression introduced with 1.4.0). * Fix builds where ``$(INSTALL_LOCATION) != $(TOP)``. diff --git a/src/servermon.cpp b/src/servermon.cpp index 19024c7..dae40c7 100644 --- a/src/servermon.cpp +++ b/src/servermon.cpp @@ -542,7 +542,7 @@ void ServerConn::handle_MONITOR() if(op->pipeline) { if(!nack) { - // before UNRELEASED initial nack=0 clamped the window size to zero! + // before 1.4.0 initial nack=0 clamped the window size to zero! log_err_printf(connsetup, "Client %s \"%s\" pipeline monitor w/o initial nack incompatible\n", peerName.c_str(), chan->name.c_str());