From 20d0aa96f2170339b1967f4be81e9c5042bbce03 Mon Sep 17 00:00:00 2001 From: Lee Duncan Date: Sun, 5 Sep 2021 16:32:54 -0700 Subject: Preparing for version 2.1.5 --- Changelog | 27 +++++++++++++++++++++++++++ libopeniscsiusr/version.h | 2 +- usr/version.h | 2 +- 3 files changed, 29 insertions(+), 2 deletions(-) diff --git a/Changelog b/Changelog index bf18ec7..e017495 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,30 @@ +open-iscsi-2.1.4 - open-iscsi-2.1.5 + +Chris Leech (1): + iscsistart: fix null pointer deref before exit + +Lee Duncan (8): + Add iscsiadm "no wait" option for firmware login. + Set default 'startup' to 'onboot' for FW nodes + Support the "qede" CNA-card driver. + Handle qedi correctly in NPAR mode + Change iscsi IP type from defines to enum. + Update iface.example for ipv6 + Update iscsiadm man page + Handle IPv6 interfaces correctly. + +Manish Rangankar (1): + bnx2x.c: Re-initialize bp->version with baseline version. + +Mike Christie (1): + iscsid: set PR_SET_IO_FLUSHER + +gulams (3): + Log error message when auth debug status is set + Check ISCSI_ERR_ISCSID_NOTCONN in iscsistart login + Handle recv() returning 0 in iscsid_response() + + open-iscsi-2.1.3 - open-iscsi-2.1.4 Abhinav Rajagopalan (1): diff --git a/libopeniscsiusr/version.h b/libopeniscsiusr/version.h index 1c44a78..8883573 100644 --- a/libopeniscsiusr/version.h +++ b/libopeniscsiusr/version.h @@ -25,6 +25,6 @@ * This may not be the same value as the kernel versions because * some other maintainer could merge a patch without going through us */ -#define ISCSI_VERSION_STR "2.1.4" +#define ISCSI_VERSION_STR "2.1.5" #endif /* End of __ISCSI_OPEN_USR_VERSION_H__ */ diff --git a/usr/version.h b/usr/version.h index 3c68989..9af13aa 100644 --- a/usr/version.h +++ b/usr/version.h @@ -6,7 +6,7 @@ * This may not be the same value as the kernel versions because * some other maintainer could merge a patch without going through us */ -#define ISCSI_VERSION_STR "2.1.4" +#define ISCSI_VERSION_STR "2.1.5" #define ISCSI_VERSION_FILE "/sys/module/scsi_transport_iscsi/version" #endif -- cgit v1.2.1