From ee575fd19429ec6dc24b49f2ce3822b4a01f57de Mon Sep 17 00:00:00 2001 From: Lee Duncan Date: Mon, 14 Feb 2022 09:19:26 -0800 Subject: Preparing for version 2.1.6 --- Changelog | 42 ++++++++++++++++++++++++++++++++++++++++++ libopeniscsiusr/version.h | 2 +- usr/version.h | 2 +- 3 files changed, 44 insertions(+), 2 deletions(-) diff --git a/Changelog b/Changelog index e017495..6160f56 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,45 @@ +-> open-iscsi-2.1.5 - open-iscsi-2.1.6 + +Chris Leech (1): + libopeniscsiusr: extend sysfs ignore_error to include EINVAL + +Lee Duncan (15): + Fix compiler error introduced with recent IPv6 commit. + Remove dependences from iscsi-init.service + Use "sbindir" for path in systemd service files + Updated README a bit + Finish ability to have binary location configurable. + Fix iscsi-init so that it runs when root writable + remove redundant params in Makefile + Fixing last parts of sbindir configuration + Cosmetic cleanup on recent addition + Update the iscsi-gen-initiatorname script: harden and generalize + change iscsi-gen-initiatorname option -b => -p + Add man page for the iscsi-gen-initiatorname script. + Install new man page for iscsi-gen-initiatorname + Fix issues discovered by gcc12 + Fix more issues discovered by gcc12 + +Mike Christie (4): + iscsi sysfs: check state before onlining devs + iscsistart: fix login timeout handling + iscsid: use infinite timeout if passed in + iscsid: add error code for req timeouts + +Samy Mahmoudi (1): + Improve 'iscsid.conf' + +Wenchao Hao (8): + iscsiadm: Call log_init() first to fix a segmentation fault + iscsi_err: Add iscsid request timed out error messages + Fix wrong install_systemd destination path + actor: add name to struct actor and init it with function name + actor: print thread name in log + actor: enhanced: print error log when init a initilized thread + initiator_common: make set operational parameter log easy to read + iscsid: Check session id before start sync a thread + + open-iscsi-2.1.4 - open-iscsi-2.1.5 Chris Leech (1): diff --git a/libopeniscsiusr/version.h b/libopeniscsiusr/version.h index 8883573..5a7ec53 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.5" +#define ISCSI_VERSION_STR "2.1.6" #endif /* End of __ISCSI_OPEN_USR_VERSION_H__ */ diff --git a/usr/version.h b/usr/version.h index 9af13aa..cc791cd 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.5" +#define ISCSI_VERSION_STR "2.1.6" #define ISCSI_VERSION_FILE "/sys/module/scsi_transport_iscsi/version" #endif -- cgit v1.2.1