From ed8d890ce044ad5293200e274f981b31a6e3b340 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Mon, 24 Feb 2020 03:24:47 +0000 Subject: [PATCH] scst/ChangeLog: Update the changelog git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@8780 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scst/ChangeLog | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/scst/ChangeLog b/scst/ChangeLog index 140030676..8fb2be4e2 100644 --- a/scst/ChangeLog +++ b/scst/ChangeLog @@ -1,7 +1,12 @@ Summary of changes between versions 3.4 and 3.5 ----------------------------------------------- - Added the forward_src and forward_dst sysfs attributes. Removed - CONFIG_SCST_FORWARD_MODE_PASS_THROUGH. + CONFIG_SCST_FORWARD_MODE_PASS_THROUGH. In other words, forward_src mode + is no longer global but is now configurable per target port. +- Improved forwarding of SCSI commands between H.A. nodes. The relative + target port ID is now correct in the device identification inquiry response. + The REPORT TARGET PORT GROUPS and SET TARGET PORT GROUPS commands are now + processed locally instead of being forwarded. Summary of changes between versions 3.3 and 3.4 -----------------------------------------------