diff --git a/doc/scst_user_spec.txt b/doc/scst_user_spec.txt index dc41631cc..893b4acac 100644 --- a/doc/scst_user_spec.txt +++ b/doc/scst_user_spec.txt @@ -80,7 +80,9 @@ where: - license_str - license of this module, for instance, "GPL", "GPL v2", or "Proprietary". This field serves the same purpose as macroses - EXPORT_SYMBOL/EXPORT_SYMBOL_GPL of the Linux kernel. + EXPORT_SYMBOL/EXPORT_SYMBOL_GPL of the Linux kernel. You can find + more info about it, if you ask at license@scst-tgt.com e-mail + address. - type - SCSI type of the device. diff --git a/iscsi-scst/include/iscsi_scst_ver.h b/iscsi-scst/include/iscsi_scst_ver.h index 854271341..9273d6a20 100644 --- a/iscsi-scst/include/iscsi_scst_ver.h +++ b/iscsi-scst/include/iscsi_scst_ver.h @@ -21,4 +21,4 @@ #define ISCSI_VERSION_STRING_SUFFIX #endif -#define ISCSI_VERSION_STRING "2.0.0-rc2" ISCSI_VERSION_STRING_SUFFIX +#define ISCSI_VERSION_STRING "2.0.0-rc3" ISCSI_VERSION_STRING_SUFFIX diff --git a/qla2x00t/qla2x00-target/qla2x00t.h b/qla2x00t/qla2x00-target/qla2x00t.h index 7116e1c4e..589ed2238 100644 --- a/qla2x00t/qla2x00-target/qla2x00t.h +++ b/qla2x00t/qla2x00-target/qla2x00t.h @@ -31,7 +31,7 @@ /* Version numbers, the same as for the kernel */ #define Q2T_VERSION(a, b, c, d) (((a) << 030) + ((b) << 020) + (c) << 010 + (d)) #define Q2T_VERSION_CODE Q2T_VERSION(1, 0, 2, 0) -#define Q2T_VERSION_STRING "2.0.0-rc2" +#define Q2T_VERSION_STRING "2.0.0-rc3" #define Q2T_PROC_VERSION_NAME "version" #define Q2T_MAX_CDB_LEN 16 diff --git a/scst/include/scst.h b/scst/include/scst.h index 2fed0eb56..8a80f88c9 100644 --- a/scst/include/scst.h +++ b/scst/include/scst.h @@ -72,7 +72,7 @@ typedef _Bool bool; #else #define SCST_VERSION_STRING_SUFFIX #endif -#define SCST_VERSION_STRING "2.0.0-rc2" SCST_VERSION_STRING_SUFFIX +#define SCST_VERSION_STRING "2.0.0-rc3" SCST_VERSION_STRING_SUFFIX #define SCST_INTERFACE_VERSION \ SCST_VERSION_STRING "$Revision$" SCST_CONST_VERSION diff --git a/scst/include/scst_user.h b/scst/include/scst_user.h index ebe64e9d4..050cb8167 100644 --- a/scst/include/scst_user.h +++ b/scst/include/scst_user.h @@ -30,7 +30,7 @@ #define DEV_USER_NAME "scst_user" #define DEV_USER_PATH "/dev/" -#define DEV_USER_VERSION_NAME "2.0.0-rc2" +#define DEV_USER_VERSION_NAME "2.0.0-rc3" #define DEV_USER_VERSION \ DEV_USER_VERSION_NAME "$Revision$" SCST_CONST_VERSION diff --git a/scst/src/dev_handlers/scst_user.c b/scst/src/dev_handlers/scst_user.c index 576a5f635..95bbaf7d4 100644 --- a/scst/src/dev_handlers/scst_user.c +++ b/scst/src/dev_handlers/scst_user.c @@ -2791,7 +2791,8 @@ static int dev_user_check_version(const struct scst_user_dev_desc *dev_desc) (strcmp(str, "Dual MIT/GPL") != 0) && (strcmp(str, "Dual MPL/GPL") != 0)) { /* ->name already 0-terminated in dev_user_ioctl() */ - PRINT_ERROR("Unsupported license of user device %s (%s)", + PRINT_ERROR("Unsupported license of user device %s (%s). " + "Ask license@scst-tgt.com for more info.", dev_desc->name, str); res = -EPERM; goto out; diff --git a/usr/fileio/fileio.c b/usr/fileio/fileio.c index b5bd3b27b..f6014ac19 100644 --- a/usr/fileio/fileio.c +++ b/usr/fileio/fileio.c @@ -66,7 +66,7 @@ unsigned long trace_flag = DEFAULT_LOG_FLAGS; #endif /* defined(DEBUG) || defined(TRACING) */ #define DEF_BLOCK_SHIFT 9 -#define VERSION_STR "2.0.0-rc2" +#define VERSION_STR "2.0.0-rc3" #define THREADS 7 #define MAX_VDEVS 10 diff --git a/www/comparison.html b/www/comparison.html index 1bd36c95c..9acfab962 100644 --- a/www/comparison.html +++ b/www/comparison.html @@ -218,6 +218,10 @@ to allocate too much memory for buffers and go into OOM state
The latest stable released version of SCST core is 1.0.1.1. It requires Linux kernel 2.6.16 or higher. More detail information you could find in its README file.
-But at the moment it is recommended to use instead version 2.0-rcX, which you can find in the SCST SVN. +
But at the moment it is recommended to use instead version 2.0-rc3, which you can find in the 2.0.0.x + branch in the SCST SVN. It has a lot of new features and generally should be more stable. Final 2.0 should be released in the next few weeks.
You can also download prebuilt SCST modules for diff --git a/www/index.html b/www/index.html index 2090bb140..cc34f9df4 100644 --- a/www/index.html +++ b/www/index.html @@ -151,7 +151,6 @@
HOWTO For QLogic Target Driver
HOWTO For Emulex lpfc Target Driver
-SCST User Interface Description