Blame SOURCES/0001-iscsiuio-update-version-to-0.7.8.6.patch

e88930
From fb7e87dbe5bad120c88f7e430dfdc627d247fa4c Mon Sep 17 00:00:00 2001
e88930
From: Nilesh Javali <njavali@marvell.com>
e88930
Date: Thu, 27 Jun 2019 05:39:43 -0400
e88930
Subject: [PATCH 1/1] iscsiuio: update version to 0.7.8.6
e88930
e88930
Signed-off-by: Nilesh Javali <njavali@marvell.com>
e88930
---
e88930
 iscsiuio/README       |  4 ++--
e88930
 iscsiuio/RELEASE.TXT  | 19 +++++++++++++++++--
e88930
 iscsiuio/configure.ac |  4 ++--
e88930
 3 files changed, 21 insertions(+), 6 deletions(-)
e88930
e88930
diff --git a/iscsiuio/README b/iscsiuio/README
e88930
index 1915005..53b700c 100644
e88930
--- a/iscsiuio/README
e88930
+++ b/iscsiuio/README
e88930
@@ -1,6 +1,6 @@
e88930
 Iscsiuio Userspace Tool
e88930
-Version 0.7.8.5
e88930
-Nov 20, 2018
e88930
+Version 0.7.8.6
e88930
+Jun 27, 2019
e88930
 ------------------------------------------------------
e88930
 
e88930
 This tool is to be used in conjunction with the QLogic NetXtreme II Linux
e88930
diff --git a/iscsiuio/RELEASE.TXT b/iscsiuio/RELEASE.TXT
e88930
index 0ebf27f..28e681b 100644
e88930
--- a/iscsiuio/RELEASE.TXT
e88930
+++ b/iscsiuio/RELEASE.TXT
e88930
@@ -1,7 +1,7 @@
e88930
                               Release Notes
e88930
                         QLogic uIP Linux Driver
e88930
-                            Version 0.7.8.5
e88930
-                               11/20/2018
e88930
+                            Version 0.7.8.6
e88930
+                               06/27/2019
e88930
 
e88930
                           QLogic Corporation
e88930
                         26650 Aliso Viejo Pkwy,
e88930
@@ -11,6 +11,21 @@
e88930
                    Copyright (c) 2014, QLogic Corporation
e88930
                            All rights reserved
e88930
 
e88930
+uIP v0.7.8.6 (Jun 27, 2019)
e88930
+=======================================================
e88930
+    Fixes:
e88930
+    -------
e88930
+      1. Problem: OS fails to boot after one path is
e88930
+                  disconnected from iSCSI MPIO config.
e88930
+         Change: In the event of DHCP failure, killing of enable_nic_thread did
e88930
+                 not process any iscsid requests leading to error,
e88930
+                 iscsistart: Could not broadcast to uIP after 5 tries
e88930
+                 and login failure of active path.
e88930
+                 Added fix to not kill enable_nic_thread and allow further
e88930
+                 processing of iscsid requests and performing login
e88930
+                 to next active path.
e88930
+         Impact: All
e88930
+
e88930
 uIP v0.7.8.5 (Nov 20, 2018)
e88930
 =======================================================
e88930
     Fixes:
e88930
diff --git a/iscsiuio/configure.ac b/iscsiuio/configure.ac
e88930
index ae23078..7d53323 100644
e88930
--- a/iscsiuio/configure.ac
e88930
+++ b/iscsiuio/configure.ac
e88930
@@ -12,9 +12,9 @@ dnl             Benjamin Li  (benli@broadcom.com)
e88930
 dnl
e88930
 
e88930
 PACKAGE=iscsiuio
e88930
-VERSION=0.7.8.5
e88930
+VERSION=0.7.8.6
e88930
 
e88930
-AC_INIT([iscsiuio], [0.7.8.5], [QLogic-Storage-Upstream@cavium.com])
e88930
+AC_INIT([iscsiuio], [0.7.8.6], [QLogic-Storage-Upstream@cavium.com])
e88930
 
e88930
 AM_INIT_AUTOMAKE
e88930
 AC_CONFIG_HEADER(config.h)
e88930
-- 
e88930
2.21.0
e88930