New version 1.20.1

Add sha1/sha256/sha3 authentication
Add multithreading support

Signed-off-by: Ronnie Sahlberg <ronniesahlberg@gmail.com>
This commit is contained in:
Ronnie Sahlberg
2025-05-03 10:02:42 +10:00
parent eb19863f77
commit 8cd2381476
2 changed files with 5 additions and 2 deletions

View File

@@ -46,7 +46,7 @@ endif
EXTRA_libiscsi_la_DEPENDENCIES = libiscsi.syms
SOCURRENT=10
SOCURRENT=11
SOREVISON=0
SOAGE=0
libiscsi_la_LDFLAGS = \

View File

@@ -1,6 +1,6 @@
Name: libiscsi
Summary: iSCSI client library
Version: 1.20.0
Version: 1.20.1
Release: 1GITHASH%{?dist}
License: LGPLv2+
Group: System Environment/Libraries
@@ -113,6 +113,9 @@ Test tool for iSCSI/SCSI targets
%changelog
* Sat May 3 2025 : 1.20.1
- Multithreading support
- SHA1, SHA256 and SHA3 authentication support
* Mon Feb 5 2024 : 1.20.0
- Various updates to the test tool
* Sun Jul 14 2019 : 1.19.0