diff --git a/include/iscsi.h b/include/iscsi.h index 6956eb7..dfbfa1d 100644 --- a/include/iscsi.h +++ b/include/iscsi.h @@ -34,7 +34,7 @@ struct iscsi_context; struct sockaddr; /* API VERSION */ -#define LIBISCSI_API_VERSION (20150510) +#define LIBISCSI_API_VERSION (20150621) /* FEATURES */ #define LIBISCSI_FEATURE_IOVECTOR (1) diff --git a/lib/Makefile.am b/lib/Makefile.am index 25db36f..d6b36ff 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -11,7 +11,7 @@ libiscsi_la_SOURCES += md5.c endif SOCURRENT=6 -SOREVISON=0 +SOREVISON=1 SOAGE=2 libiscsi_la_LDFLAGS = \ -version-info $(SOCURRENT):$(SOREVISON):$(SOAGE) -bindir $(bindir) \ diff --git a/packaging/RPM/libiscsi.spec.in b/packaging/RPM/libiscsi.spec.in index 9128f1d..0d359aa 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.14.0 +Version: 1.15.0 Release: 1GITHASH%{?dist} License: LGPLv2+ Group: System Environment/Libraries @@ -110,6 +110,14 @@ Test tool for iSCSI/SCSI targets %changelog +* Sun Jun 21 2015 : 1.0.15 + - Replace some u_int32_t with uint32_t + - Portability fixes to iscsi-perf + - Improved documentation for the tests in README + - Add/fix support for setting task/pdu timeouts and add unit tests for it. + - Add multipath helpers for the test suite and add a simple multipath test + - Skip sending TUR during reconnect, since it can cause the connection to + hang. * Sun May 10 2015 : 1.0.14 - Add support to use /dev/* nodes instead of just iscsi devices. - Create a dedicated test for the FUA/DPO flags