From fe669580ee71a9017cf0771b6a7bd739a75d88e7 Mon Sep 17 00:00:00 2001 From: Ronnie Sahlberg Date: Sat, 19 Apr 2014 12:06:45 -0700 Subject: [PATCH] New version 1.11.0 This version contains changes for: - Fix memory leaks in persistent reserve out. - Fix various leaks in the testsuite. - Add additional READ16 tests - Better logging when reconnect fails. - Discovery and Login fixes. - Various fixes found by coverity. - WRITESAME test updates. - Add XML oputput support for the testsuite. and various other things. Signed-off-by: Ronnie Sahlberg --- lib/Makefile.am | 4 ++-- packaging/RPM/libiscsi.spec.in | 11 ++++++++++- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/lib/Makefile.am b/lib/Makefile.am index 172bb47..66c02dd 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -11,8 +11,8 @@ libiscsi_la_SOURCES += md5.c endif SOCURRENT=3 -SOREVISON=10 -SOAGE=0 +SOREVISON=11 +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 3905e63..3f36a09 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.10.0 +Version: 1.11.0 Release: 1GITHASH%{?dist} License: LGPLv2+ Group: System Environment/Libraries @@ -109,6 +109,15 @@ Test tool for iSCSI/SCSI targets %changelog +* Sat Apr 19 2014 : 1.11.0 + - Fix memory leaks in persistent reserve out. + - Fix various leaks in the testsuite. + - Add additional READ16 tests + - Better logging when reconnect fails. + - Discovery and Login fixes. + - Various fixes found by coverity. + - WRITESAME test updates. + - Add XML oputput support for the testsuite. * Sun Oct 20 2013 : 1.10.0 - Add manpages for iscsi-ls/iscsi-inq and iscsi-swp - Many new tests and updates to the testsuite.