new version 1.19.0

Minor updates to the library

Signed-off-by: Ronnie Sahlberg <ronniesahlberg@gmail.com>
This commit is contained in:
Ronnie Sahlberg
2019-07-14 08:04:44 +10:00
parent d1e589655b
commit eea5d3ba8e
2 changed files with 9 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ if HAVE_LINUX_ISER
libiscsi_la_SOURCES += iser.c libiscsi_la_SOURCES += iser.c
endif endif
SOCURRENT=8 SOCURRENT=9
SOREVISON=0 SOREVISON=0
SOAGE=0 SOAGE=0
libiscsi_la_LDFLAGS = \ libiscsi_la_LDFLAGS = \

View File

@@ -1,6 +1,6 @@
Name: libiscsi Name: libiscsi
Summary: iSCSI client library Summary: iSCSI client library
Version: 1.18.0 Version: 1.19.0
Release: 1GITHASH%{?dist} Release: 1GITHASH%{?dist}
License: LGPLv2+ License: LGPLv2+
Group: System Environment/Libraries Group: System Environment/Libraries
@@ -110,6 +110,13 @@ Test tool for iSCSI/SCSI targets
%changelog %changelog
* Sun Jul 14 2019 : 1.19.0
- iSER improvements
- Add support to senable/disable digests via URL arguments
- Add XCOPY support to examples/dd
- Add support for EXTENDED_COPY and RECEIVE_COPY_RESULTS
- Performance improvements for reading from the socket.
- Test improvements
* Sun Oct 9 2016 : 1.18.0 * Sun Oct 9 2016 : 1.18.0
- Various updates to the test utility - Various updates to the test utility
- Add transport abstraction - Add transport abstraction