From 51469f6d2f45d731ba441cc5987ca939f0066488 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Sun, 15 Sep 2019 00:48:19 +0000 Subject: [PATCH 1/2] www/downloads.html: Update SCST git mirror URL Replace the URL of a no longer maintained git mirror by the URL of a maintained git mirror. git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@8583 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- www/downloads.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/downloads.html b/www/downloads.html index 61c7fe809..fd40f4bb6 100644 --- a/www/downloads.html +++ b/www/downloads.html @@ -72,7 +72,7 @@

Download released versions SCST SVN Repository - Unofficial git mirror + Official git mirror

From 6b80bb4ca69530dda7c81daaec81c40e2e3c73c7 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Sun, 15 Sep 2019 01:10:50 +0000 Subject: [PATCH 2/2] scst/ChangeLog: Document changes included in SCST v3.2 git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@8584 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scst/ChangeLog | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/scst/ChangeLog b/scst/ChangeLog index c0e7bc2d5..8176681bd 100644 --- a/scst/ChangeLog +++ b/scst/ChangeLog @@ -30,7 +30,15 @@ Summary of changes between versions 3.2 and 3.3 Summary of changes between versions 3.1 and 3.2 ----------------------------------------------- -[ ... ] +- Updated SCST to SPC-4. +- Added the CONFIG_SCST_FORWARD_MODE_PASS_THROUGH mode. +- Added support for command polling. See also the poll_us attribute. +- ib_srpt: Added link_layer and port_id sysfs attributes. +- ib_srpt: Reduced CPU load caused by stopping a large number of sessions. +- isert: Fixed multiple bugs. +- scstadmin gained support for saving and restoring copy manager attributes. +- scstadmin -attributes behavior for multiple attributes has been fixed. +- scstadmin no longer tries to save the dif_checks_failed counter. Summary of changes between versions 3.0 and 3.1 -----------------------------------------------