diff --git a/iscsi-scst/README b/iscsi-scst/README index 601cc9399..8de2133d2 100644 --- a/iscsi-scst/README +++ b/iscsi-scst/README @@ -1,7 +1,7 @@ iSCSI SCST target driver ======================== -Version 1.0.1.1, 14 August 2009 +Version 1.0.1.2, XX XXXXXX 2009 ------------------------------- This driver is a forked with all respects version of iSCSI Enterprise @@ -21,7 +21,7 @@ simultaneously all the driver's modules and files were renamed: * iscsi-target -> iscsi-scst * iscsi-target.ko -> iscsi-scst.ko -This version is compatible with SCST version 1.0.1.1 and higher. +This version is compatible with SCST version 1.0.1.2 and higher. Installation if your Linux kernel already has iSCSI-SCST built-in diff --git a/iscsi-scst/README_in-tree b/iscsi-scst/README_in-tree index 84b1dbef0..dbab18bc5 100644 --- a/iscsi-scst/README_in-tree +++ b/iscsi-scst/README_in-tree @@ -1,7 +1,7 @@ iSCSI SCST target driver ======================== -Version 1.0.1.1, 14 August 2009 +Version 1.0.1.2, XX XXXXXX 2009 ------------------------------- This driver is a forked with all respects version of iSCSI Enterprise diff --git a/iscsi-scst/include/iscsi_scst_ver.h b/iscsi-scst/include/iscsi_scst_ver.h index 7bf65ee8c..6cada8208 100644 --- a/iscsi-scst/include/iscsi_scst_ver.h +++ b/iscsi-scst/include/iscsi_scst_ver.h @@ -13,4 +13,4 @@ * GNU General Public License for more details. */ -#define ISCSI_VERSION_STRING "1.0.1.1/0.4.17r213" +#define ISCSI_VERSION_STRING "1.0.1.2/0.4.17r213" diff --git a/qla2x00t/qla2x00-target/README b/qla2x00t/qla2x00-target/README index 8d04e7c92..d0e68f1d7 100644 --- a/qla2x00t/qla2x00-target/README +++ b/qla2x00t/qla2x00-target/README @@ -1,7 +1,7 @@ Target driver for Qlogic 22xx/23xx Fibre Channel cards ====================================================== -Version 1.0.1.1, 14 August 2009 +Version 1.0.1.2, XX XXXXXX 2009 ------------------------------- This driver has all required features and looks to be quite stable (for @@ -13,7 +13,7 @@ all necessary callbacks, but it's still capable to work as initiator only. Mode, when a host acts as the initiator and the target simultaneously, is supported as well. -This version is compatible with SCST core version 1.0.1.1 and higher and +This version is compatible with SCST core version 1.0.1.2 and higher and Linux kernel 2.6.26 and higher. If you need to use this driver on kernels prior 2.6.26, you should apply qla_ini_pre-2.6.26.patch. diff --git a/qla2x00t/qla2x00-target/qla2x00t.h b/qla2x00t/qla2x00-target/qla2x00t.h index 6381a0a2b..f95e64a3b 100644 --- a/qla2x00t/qla2x00-target/qla2x00t.h +++ b/qla2x00t/qla2x00-target/qla2x00t.h @@ -30,8 +30,8 @@ /* 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, 1, 0) -#define Q2T_VERSION_STRING "1.0.1.1" +#define Q2T_VERSION_CODE Q2T_VERSION(1, 0, 1, 2) +#define Q2T_VERSION_STRING "1.0.1.2" #define Q2T_MAX_CDB_LEN 16 #define Q2T_TIMEOUT 10 /* in seconds */ diff --git a/scst/README b/scst/README index 20a84f498..d882def07 100644 --- a/scst/README +++ b/scst/README @@ -1,7 +1,7 @@ Generic SCSI target mid-level for Linux (SCST) ============================================== -Version 1.0.1.1, 14 August 2009 +Version 1.0.1.2 XX XXXXXX 2009 ------------------------------- SCST is designed to provide unified, consistent interface between SCSI diff --git a/scst/include/scst.h b/scst/include/scst.h index 5978d10e5..e0c9f83da 100644 --- a/scst/include/scst.h +++ b/scst/include/scst.h @@ -42,9 +42,9 @@ * Changing it don't forget to change SCST_FIO_REV in scst_vdisk.c * and FIO_REV in usr/fileio/common.h as well. */ -#define SCST_VERSION_CODE 0x01000101 +#define SCST_VERSION_CODE 0x01000102 #define SCST_VERSION(a, b, c, d) (((a) << 24) + ((b) << 16) + ((c) << 8) + d) -#define SCST_VERSION_STRING "1.0.1.1" +#define SCST_VERSION_STRING "1.0.1.2" #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 e0ff97c30..cb61ca766 100644 --- a/scst/include/scst_user.h +++ b/scst/include/scst_user.h @@ -26,7 +26,7 @@ #define DEV_USER_NAME "scst_user" #define DEV_USER_PATH "/dev/" -#define DEV_USER_VERSION_NAME "1.0.1.1" +#define DEV_USER_VERSION_NAME "1.0.1.2" #define DEV_USER_VERSION \ DEV_USER_VERSION_NAME "$Revision$" SCST_CONST_VERSION diff --git a/usr/fileio/README b/usr/fileio/README index 47118afa4..fe4f56a13 100644 --- a/usr/fileio/README +++ b/usr/fileio/README @@ -1,7 +1,7 @@ User space FILEIO handler ========================= -Version 1.0.1.1, 14 August 2009 +Version 1.0.1.2, XX XXXXXX 2009 ------------------------------- User space program fileio_tgt uses interface of SCST's scst_user dev diff --git a/usr/fileio/fileio.c b/usr/fileio/fileio.c index 4ab645e30..29d0c2353 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 "1.0.1.1" +#define VERSION_STR "1.0.1.2" #define THREADS 7 struct vdisk_dev dev;