From 8c27635c5d62587a3e3797ce2779bb7eafd7f884 Mon Sep 17 00:00:00 2001 From: Ronnie Sahlberg Date: Mon, 21 Jul 2014 07:36:03 -0700 Subject: [PATCH] New version 1.12.0 - Fix bug in statsn wrapping - Add support for async events Signed-off-by: Ronnie Sahlberg --- packaging/RPM/libiscsi.spec.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/packaging/RPM/libiscsi.spec.in b/packaging/RPM/libiscsi.spec.in index 3f36a09..619756c 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.11.0 +Version: 1.12.0 Release: 1GITHASH%{?dist} License: LGPLv2+ Group: System Environment/Libraries @@ -109,6 +109,9 @@ Test tool for iSCSI/SCSI targets %changelog +* mon Jul 21 2014 : 1.12.0 + - Fix statsn when wrapping + - Add Async event handling * Sat Apr 19 2014 : 1.11.0 - Fix memory leaks in persistent reserve out. - Fix various leaks in the testsuite.