From 46631b90834d0d8f28ff270a74eb839b973ccd9f Mon Sep 17 00:00:00 2001 From: sahlberg Date: Tue, 15 Jul 2025 19:22:56 +1000 Subject: [PATCH] New version 1.20.3 When queueing the first PDU to an idle socket, immediately try to write it to the socket instead of waiting for the event-loop to timeout/notice there is work to do. Various other small bugfixes. Signed-off-by: sahlberg --- lib/Makefile.am | 2 +- packaging/RPM/libiscsi.spec.in | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/lib/Makefile.am b/lib/Makefile.am index fb04742..e016bf1 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -47,7 +47,7 @@ endif EXTRA_libiscsi_la_DEPENDENCIES = libiscsi.syms SOCURRENT=11 -SOREVISON=1 +SOREVISON=2 SOAGE=0 libiscsi_la_LDFLAGS = \ -version-info $(SOCURRENT):$(SOREVISON):$(SOAGE) -bindir $(bindir) \ diff --git a/packaging/RPM/libiscsi.spec.in b/packaging/RPM/libiscsi.spec.in index 84ac4e0..8941c32 100644 --- a/packaging/RPM/libiscsi.spec.in +++ b/packaging/RPM/libiscsi.spec.in @@ -1,6 +1,6 @@ Name: libiscsi Summary: iSCSI client library -Version: 1.20.2 +Version: 1.20.3 Release: 1GITHASH%{?dist} License: LGPLv2+ Group: System Environment/Libraries @@ -113,6 +113,8 @@ Test tool for iSCSI/SCSI targets %changelog +* Tue Jul 15 2025 : 1.20.3 + - Write the PDU directly to the socket when queued if the socket is idle * Mon May 5 2025 : 1.20.2 - Compile fix for Apple as they don't support spinlocks * Sat May 3 2025 : 1.20.1