New version 1.17.0

This release contains a bugfix for a rare condition where
if a DATA-OUT PDU has a callback registered, it can cause a crash
on reconnect/timeout.

Signed-off-by: Ronnie Sahlberg <ronniesahlberg@gmail.com>
This commit is contained in:
Ronnie Sahlberg
2016-05-08 12:37:59 -07:00
parent a41f97ad09
commit 8da7b8df3e
2 changed files with 4 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ libiscsi_la_SOURCES += md5.c
endif
SOCURRENT=7
SOREVISON=1
SOREVISON=2
SOAGE=0
libiscsi_la_LDFLAGS = \
-version-info $(SOCURRENT):$(SOREVISON):$(SOAGE) -bindir $(bindir) \