New version 1.17.0
This release contains a bugfix for a rare condition where if a DATA-OUT PDU has a callback registered, it can cause a crash on reconnect/timeout. Signed-off-by: Ronnie Sahlberg <ronniesahlberg@gmail.com>
This commit is contained in:
@@ -11,7 +11,7 @@ libiscsi_la_SOURCES += md5.c
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
SOCURRENT=7
|
SOCURRENT=7
|
||||||
SOREVISON=1
|
SOREVISON=2
|
||||||
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.16.0
|
Version: 1.17.0
|
||||||
Release: 1GITHASH%{?dist}
|
Release: 1GITHASH%{?dist}
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@@ -110,6 +110,8 @@ Test tool for iSCSI/SCSI targets
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun May 8 2016 : 1.0.17
|
||||||
|
- Fix a rare bug with DATA-OUT callbacks causing a crash on reconnect/timeout.
|
||||||
* Sun May 1 2016 : 1.0.16
|
* Sun May 1 2016 : 1.0.16
|
||||||
- Various test updates.
|
- Various test updates.
|
||||||
- Add tests for ExtendedCopy and ReceiveCopyResults
|
- Add tests for ExtendedCopy and ReceiveCopyResults
|
||||||
|
|||||||
Reference in New Issue
Block a user