New version 1.18.0
- Various updates to the test utility - Add transport abstraction - Add support for iSER - Add iscsi_discovery_sync() Signed-off-by: Ronnie Sahlberg <ronniesahlberg@gmail.com>
This commit is contained in:
+2
-2
@@ -14,8 +14,8 @@ if HAVE_LINUX_ISER
|
|||||||
libiscsi_la_SOURCES += iser.c
|
libiscsi_la_SOURCES += iser.c
|
||||||
endif
|
endif
|
||||||
|
|
||||||
SOCURRENT=7
|
SOCURRENT=8
|
||||||
SOREVISON=2
|
SOREVISON=0
|
||||||
SOAGE=0
|
SOAGE=0
|
||||||
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.17.0
|
Version: 1.18.0
|
||||||
Release: 1GITHASH%{?dist}
|
Release: 1GITHASH%{?dist}
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@@ -110,6 +110,11 @@ Test tool for iSCSI/SCSI targets
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Oct 9 2016 : 1.18.0
|
||||||
|
- Various updates to the test utility
|
||||||
|
- Add transport abstraction
|
||||||
|
- Add support for iSER
|
||||||
|
- Add iscsi_discovery_sync()
|
||||||
* Sun May 8 2016 : 1.0.17
|
* Sun May 8 2016 : 1.0.17
|
||||||
- Fix a rare bug with DATA-OUT callbacks causing a crash on reconnect/timeout.
|
- Fix a rare bug with DATA-OUT callbacks causing a crash on reconnect/timeout.
|
||||||
* Sun May 1 2016 : 1.0.16
|
* Sun May 1 2016 : 1.0.16
|
||||||
|
|||||||
Reference in New Issue
Block a user