New version 1.15.0

- 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.

Signed-off-by: Ronnie Sahlberg <ronniesahlberg@gmail.com>
This commit is contained in:
Ronnie Sahlberg
2015-06-21 08:50:50 -07:00
parent ed17e17f8e
commit 96c00b2178
3 changed files with 11 additions and 3 deletions

View File

@@ -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) \