New version 1.20.2
- Fix for Apple as their pthreads do not provide spinlock support. Signed-off-by: Ronnie Sahlberg <ronniesahlberg@gmail.com>
This commit is contained in:
@@ -47,7 +47,7 @@ endif
|
|||||||
EXTRA_libiscsi_la_DEPENDENCIES = libiscsi.syms
|
EXTRA_libiscsi_la_DEPENDENCIES = libiscsi.syms
|
||||||
|
|
||||||
SOCURRENT=11
|
SOCURRENT=11
|
||||||
SOREVISON=0
|
SOREVISON=1
|
||||||
SOAGE=0
|
SOAGE=0
|
||||||
libiscsi_la_LDFLAGS = \
|
libiscsi_la_LDFLAGS = \
|
||||||
-version-info $(SOCURRENT):$(SOREVISON):$(SOAGE) -bindir $(bindir) \
|
-version-info $(SOCURRENT):$(SOREVISON):$(SOAGE) -bindir $(bindir) \
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
Name: libiscsi
|
Name: libiscsi
|
||||||
Summary: iSCSI client library
|
Summary: iSCSI client library
|
||||||
Version: 1.20.1
|
Version: 1.20.2
|
||||||
Release: 1GITHASH%{?dist}
|
Release: 1GITHASH%{?dist}
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@@ -113,6 +113,8 @@ Test tool for iSCSI/SCSI targets
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon May 5 2025 : 1.20.2
|
||||||
|
- Compile fix for Apple as they don't support spinlocks
|
||||||
* Sat May 3 2025 : 1.20.1
|
* Sat May 3 2025 : 1.20.1
|
||||||
- Multithreading support
|
- Multithreading support
|
||||||
- SHA1, SHA256 and SHA3 authentication support
|
- SHA1, SHA256 and SHA3 authentication support
|
||||||
|
|||||||
Reference in New Issue
Block a user