From 1c17224d1277af2f361895c7ed35b83e0e33a026 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Mon, 23 Feb 2015 13:12:02 +0000 Subject: [PATCH] Version: Update from 3.0.0 into 3.0.1 git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/3.0.x@6117 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- doc/scst_user_spec.sgml | 2 +- fcst/fcst.h | 2 +- iscsi-scst/README | 4 ++-- iscsi-scst/include/iscsi_scst_ver.h | 2 +- qla2x00t/qla2x00-target/README | 4 ++-- qla2x00t/qla2x00-target/qla2x00t.h | 4 ++-- scst/README | 4 ++-- scst/include/scst_const.h | 2 +- scstadmin/scstadmin.sysfs/scstadmin | 2 +- srpt/src/ib_srpt.c | 2 +- usr/fileio/README | 4 ++-- usr/fileio/fileio.c | 2 +- 12 files changed, 17 insertions(+), 17 deletions(-) diff --git a/doc/scst_user_spec.sgml b/doc/scst_user_spec.sgml index e50fc92fa..258d6f9b9 100644 --- a/doc/scst_user_spec.sgml +++ b/doc/scst_user_spec.sgml @@ -10,7 +10,7 @@ SCST user space device handler module interface description Vladislav Bolkhovitin -Version 3.0.0 +Version 3.0.1 diff --git a/fcst/fcst.h b/fcst/fcst.h index 8c1ef155f..7d428f266 100644 --- a/fcst/fcst.h +++ b/fcst/fcst.h @@ -26,7 +26,7 @@ #include "scst.h" #endif -#define FT_VERSION "3.0.0" +#define FT_VERSION "3.0.1" #define FT_MODULE "fcst" #define FT_MAX_HW_PENDING_TIME 20 /* max I/O time in seconds */ diff --git a/iscsi-scst/README b/iscsi-scst/README index ca8559766..ad004e1a3 100644 --- a/iscsi-scst/README +++ b/iscsi-scst/README @@ -1,8 +1,8 @@ iSCSI SCST target driver ======================== -Version 3.0.0, 19 September 2014 --------------------------------- +Version 3.0.1, 23 February 2015 +------------------------------- ISCSI-SCST is a deeply reworked fork of iSCSI Enterprise Target (IET) (http://iscsitarget.sourceforge.net). Reasons of the fork were: diff --git a/iscsi-scst/include/iscsi_scst_ver.h b/iscsi-scst/include/iscsi_scst_ver.h index ba24f5ccc..c94886b84 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 "3.0.0" ISCSI_VERSION_STRING_SUFFIX +#define ISCSI_VERSION_STRING "3.0.1" ISCSI_VERSION_STRING_SUFFIX diff --git a/qla2x00t/qla2x00-target/README b/qla2x00t/qla2x00-target/README index 4af82ad4c..5e0aeda0a 100644 --- a/qla2x00t/qla2x00-target/README +++ b/qla2x00t/qla2x00-target/README @@ -1,8 +1,8 @@ Target driver for QLogic 22xx/23xx/24xx/25xx Fibre Channel cards ================================================================ -Version 3.0.0, 19 September 2014 --------------------------------- +Version 3.0.1, 23 February 2015 +------------------------------- This driver consists from two parts: the target mode driver itself and the changed initiator driver from Linux kernel, which is, particularly, diff --git a/qla2x00t/qla2x00-target/qla2x00t.h b/qla2x00t/qla2x00-target/qla2x00t.h index b83ab0468..bf7fa7f69 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(3, 0, 0, 0) -#define Q2T_VERSION_STRING "3.0.0" +#define Q2T_VERSION_CODE Q2T_VERSION(3, 0, 1, 0) +#define Q2T_VERSION_STRING "3.0.1" #define Q2T_PROC_VERSION_NAME "version" #define Q2T_MAX_CDB_LEN 16 diff --git a/scst/README b/scst/README index 92d5c8301..fbd30f380 100644 --- a/scst/README +++ b/scst/README @@ -1,8 +1,8 @@ Generic SCSI target mid-level for Linux (SCST) ============================================== -Version 3.0.0, 19 September 2014 --------------------------------- +Version 3.0.1, 23 February 2015 +------------------------------- SCST is designed to provide unified, consistent interface between SCSI target drivers and Linux kernel and simplify target drivers development diff --git a/scst/include/scst_const.h b/scst/include/scst_const.h index c1b5f4440..0cd0a0aff 100644 --- a/scst/include/scst_const.h +++ b/scst/include/scst_const.h @@ -48,7 +48,7 @@ #else #define SCST_VERSION_STRING_SUFFIX #endif -#define SCST_VERSION_NAME "3.0.0" +#define SCST_VERSION_NAME "3.0.1" #define SCST_VERSION_STRING SCST_VERSION_NAME SCST_VERSION_STRING_SUFFIX #define SCST_CONST_VERSION "$Revision$" diff --git a/scstadmin/scstadmin.sysfs/scstadmin b/scstadmin/scstadmin.sysfs/scstadmin index 5e277259b..d22167ef6 100755 --- a/scstadmin/scstadmin.sysfs/scstadmin +++ b/scstadmin/scstadmin.sysfs/scstadmin @@ -1,6 +1,6 @@ #!/usr/bin/perl -$Version = 'SCST Configurator v3.0.0'; +$Version = 'SCST Configurator v3.0.1'; # Configures SCST # diff --git a/srpt/src/ib_srpt.c b/srpt/src/ib_srpt.c index d6505983c..6327e3efa 100644 --- a/srpt/src/ib_srpt.c +++ b/srpt/src/ib_srpt.c @@ -69,7 +69,7 @@ /* Name of this kernel module. */ #define DRV_NAME "ib_srpt" -#define DRV_VERSION "3.0.0" +#define DRV_VERSION "3.0.1" #define DRV_RELDATE "September 4, 2014" #if defined(CONFIG_SCST_DEBUG) || defined(CONFIG_SCST_TRACING) /* Flags to be used in SCST debug tracing statements. */ diff --git a/usr/fileio/README b/usr/fileio/README index 6e7258fe8..f53e4bd9a 100644 --- a/usr/fileio/README +++ b/usr/fileio/README @@ -1,8 +1,8 @@ User space FILEIO handler ========================= -Version 3.0.0, 19 September 2014 --------------------------------- +Version 3.0.1, 23 February 2015 +------------------------------- User space program fileio_tgt uses interface of SCST's scst_user dev handler and allows to see how it works in various modes. Fileio_tgt diff --git a/usr/fileio/fileio.c b/usr/fileio/fileio.c index ebc2960ce..9e80cb524 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 "3.0.0" +#define VERSION_STR "3.0.1" #define THREADS 7 #define MAX_VDEVS 10