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.