From 72358be5a37dfe2d2dfdc37ee6bfe2560c05d9a0 Mon Sep 17 00:00:00 2001 From: Ronnie Sahlberg Date: Sun, 25 Dec 2011 07:09:02 +1100 Subject: [PATCH] New version 1.1.0 This fixes a bug with AbortTask/AbortTaskSet sending the command to the wrong LUN --- packaging/RPM/libiscsi.spec.in | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/packaging/RPM/libiscsi.spec.in b/packaging/RPM/libiscsi.spec.in index 170253f..c202fe0 100644 --- a/packaging/RPM/libiscsi.spec.in +++ b/packaging/RPM/libiscsi.spec.in @@ -1,7 +1,7 @@ Name: libiscsi Summary: iSCSI client library -Version: 1.0.0 -Release: 2GITHASH%{?dist} +Version: 1.1.0 +Release: 1GITHASH%{?dist} License: LGPLv2+ Group: System Environment/Libraries URL: https://github.com/sahlberg/libiscsi @@ -91,6 +91,9 @@ The libiscsi-devel package includes the header files for libiscsi. %{_libdir}/libiscsi.so %changelog +* Sun Dec 25 2011 : 1.1.0 +- Fix TaskManagement AbortTask/AbortTaskSet to send to correct LUN + * Fri Oct 28 2011 Paolo Bonzini - 1.0.0-2 - Fixed rpmlint problems