New version 1.13.0
- Fix UNMAP tests - Build updates - Check residuals also when status != GOOD - Add WSNZ bit to the tests - Various test updates - Fix bug in scsi_create_task so it sets cdb_len correctly - Add a getter function for scsi task status and sense - Fixes and workarounds for Dell Equallogic issues - Be more flexible when allowing for unit attentions during connect time Signed-off-by: Ronnie Sahlberg <ronniesahlberg@gmail.com>
This commit is contained in:
@@ -10,9 +10,9 @@ if !HAVE_LIBGCRYPT
|
|||||||
libiscsi_la_SOURCES += md5.c
|
libiscsi_la_SOURCES += md5.c
|
||||||
endif
|
endif
|
||||||
|
|
||||||
SOCURRENT=4
|
SOCURRENT=5
|
||||||
SOREVISON=11
|
SOREVISON=0
|
||||||
SOAGE=0
|
SOAGE=1
|
||||||
libiscsi_la_LDFLAGS = \
|
libiscsi_la_LDFLAGS = \
|
||||||
-version-info $(SOCURRENT):$(SOREVISON):$(SOAGE) -bindir $(bindir) \
|
-version-info $(SOCURRENT):$(SOREVISON):$(SOAGE) -bindir $(bindir) \
|
||||||
-no-undefined -export-symbols libiscsi.syms
|
-no-undefined -export-symbols libiscsi.syms
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
Name: libiscsi
|
Name: libiscsi
|
||||||
Summary: iSCSI client library
|
Summary: iSCSI client library
|
||||||
Version: 1.12.0
|
Version: 1.13.0
|
||||||
Release: 1GITHASH%{?dist}
|
Release: 1GITHASH%{?dist}
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@@ -109,6 +109,16 @@ Test tool for iSCSI/SCSI targets
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Dec 21 2014 : 1.13.0
|
||||||
|
- Fix UNMAP tests
|
||||||
|
- Build updates
|
||||||
|
- Check residuals also when status != GOOD
|
||||||
|
- Add WSNZ bit to the tests
|
||||||
|
- Various test updates
|
||||||
|
- Fix bug in scsi_create_task so it sets cdb_len correctly
|
||||||
|
- Add a getter function for scsi task status and sense
|
||||||
|
- Fixes and workarounds for Dell Equallogic issues
|
||||||
|
- Be more flexible when allowing for unit attentions during connect time
|
||||||
* Mon Jul 21 2014 : 1.12.0
|
* Mon Jul 21 2014 : 1.12.0
|
||||||
- Fix statsn when wrapping
|
- Fix statsn when wrapping
|
||||||
- Add Async event handling
|
- Add Async event handling
|
||||||
|
|||||||
Reference in New Issue
Block a user