From 646c8b963d87f758c6c8c5cf78c654a9da31e6ad Mon Sep 17 00:00:00 2001 From: Ronnie Sahlberg Date: Sun, 21 Dec 2014 14:58:46 -0800 Subject: [PATCH] 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 --- lib/Makefile.am | 6 +++--- packaging/RPM/libiscsi.spec.in | 12 +++++++++++- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/lib/Makefile.am b/lib/Makefile.am index 828001a..039e3e2 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -10,9 +10,9 @@ if !HAVE_LIBGCRYPT libiscsi_la_SOURCES += md5.c endif -SOCURRENT=4 -SOREVISON=11 -SOAGE=0 +SOCURRENT=5 +SOREVISON=0 +SOAGE=1 libiscsi_la_LDFLAGS = \ -version-info $(SOCURRENT):$(SOREVISON):$(SOAGE) -bindir $(bindir) \ -no-undefined -export-symbols libiscsi.syms diff --git a/packaging/RPM/libiscsi.spec.in b/packaging/RPM/libiscsi.spec.in index 1405db5..b144322 100644 --- a/packaging/RPM/libiscsi.spec.in +++ b/packaging/RPM/libiscsi.spec.in @@ -1,6 +1,6 @@ Name: libiscsi Summary: iSCSI client library -Version: 1.12.0 +Version: 1.13.0 Release: 1GITHASH%{?dist} License: LGPLv2+ Group: System Environment/Libraries @@ -109,6 +109,16 @@ Test tool for iSCSI/SCSI targets %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 - Fix statsn when wrapping - Add Async event handling