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