From 2e126318acfebc853a12595eb72d97819fe88100 Mon Sep 17 00:00:00 2001 From: Ronnie Sahlberg Date: Sun, 24 Feb 2013 09:09:02 -0800 Subject: [PATCH] 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 --- packaging/RPM/libiscsi.spec.in | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/packaging/RPM/libiscsi.spec.in b/packaging/RPM/libiscsi.spec.in index 55211fb..2786f6b 100644 --- a/packaging/RPM/libiscsi.spec.in +++ b/packaging/RPM/libiscsi.spec.in @@ -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()