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:
+1
-1
@@ -34,7 +34,7 @@ struct iscsi_context;
|
|||||||
struct sockaddr;
|
struct sockaddr;
|
||||||
|
|
||||||
/* API VERSION */
|
/* API VERSION */
|
||||||
#define LIBISCSI_API_VERSION (20150510)
|
#define LIBISCSI_API_VERSION (20150621)
|
||||||
|
|
||||||
/* FEATURES */
|
/* FEATURES */
|
||||||
#define LIBISCSI_FEATURE_IOVECTOR (1)
|
#define LIBISCSI_FEATURE_IOVECTOR (1)
|
||||||
|
|||||||
+1
-1
@@ -11,7 +11,7 @@ libiscsi_la_SOURCES += md5.c
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
SOCURRENT=6
|
SOCURRENT=6
|
||||||
SOREVISON=0
|
SOREVISON=1
|
||||||
SOAGE=2
|
SOAGE=2
|
||||||
libiscsi_la_LDFLAGS = \
|
libiscsi_la_LDFLAGS = \
|
||||||
-version-info $(SOCURRENT):$(SOREVISON):$(SOAGE) -bindir $(bindir) \
|
-version-info $(SOCURRENT):$(SOREVISON):$(SOAGE) -bindir $(bindir) \
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
Name: libiscsi
|
Name: libiscsi
|
||||||
Summary: iSCSI client library
|
Summary: iSCSI client library
|
||||||
Version: 1.14.0
|
Version: 1.15.0
|
||||||
Release: 1GITHASH%{?dist}
|
Release: 1GITHASH%{?dist}
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@@ -110,6 +110,14 @@ Test tool for iSCSI/SCSI targets
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sun May 10 2015 : 1.0.14
|
||||||
- Add support to use /dev/* nodes instead of just iscsi devices.
|
- Add support to use /dev/* nodes instead of just iscsi devices.
|
||||||
- Create a dedicated test for the FUA/DPO flags
|
- Create a dedicated test for the FUA/DPO flags
|
||||||
|
|||||||
Reference in New Issue
Block a user