New version 1.9.0

The main part of this release is the introduction of a new
CUnit based test tool for iscsi and scsi : iscsi-test-cu
This test tool will replace iscsi-test which will remain but will not
be expanded with any new tests.

Other changes include:
 - Add new CUnit based test tool: iscsi-test-cu to replace iscsi-test
 - Add tests for persistent reservation
 - Autotools updates
 - Add pkgconfig
This commit is contained in:
Ronnie Sahlberg
2013-02-24 09:09:02 -08:00
parent 50d1f68ef1
commit 2e126318ac

View File

@@ -1,6 +1,6 @@
Name: libiscsi
Summary: iSCSI client library
Version: 1.8.0
Version: 1.9.0
Release: 1GITHASH%{?dist}
License: LGPLv2+
Group: System Environment/Libraries
@@ -92,6 +92,11 @@ The libiscsi-devel package includes the header files for libiscsi.
%{_libdir}/pkgconfig/libiscsi.pc
%changelog
* Sun Feb 24 2013 : 1.9.0
- Add new CUnit based test tool: iscsi-test-cu to replace iscsi-test
- Add tests for persistent reservation
- Autotools updates
- Add pkgconfig
* Sat Jan 5 2013 : 1.8.0
- Add new debugging/logging subsystem.
- Collapse related structures into one and reduce amount of calls to malloc()/free()