New version 1.16.0

- Various test updates.
 - Add tests for ExtendedCopy and ReceiveCopyResults
 - Add support for WRITE_ATOMIC_16 and tests
 - Multipath tests added
 - Persistent Reservation test updates.
 - Make sure to process target NOPs in the tests
 - Fix broken CHAP has handling.

Signed-off-by: Ronnie Sahlberg <ronniesahlberg@gmail.com>
This commit is contained in:
Ronnie Sahlberg
2016-05-01 15:55:58 -07:00
parent a6fc65b4ef
commit 2b9cd64e7c
2 changed files with 10 additions and 2 deletions

View File

@@ -34,7 +34,7 @@ struct iscsi_context;
struct sockaddr;
/* API VERSION */
#define LIBISCSI_API_VERSION (20150621)
#define LIBISCSI_API_VERSION (20160501)
/* FEATURES */
#define LIBISCSI_FEATURE_IOVECTOR (1)