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
This commit is contained in:
Bart Van Assche
2015-02-23 13:12:02 +00:00
parent 3964a367cd
commit 1c17224d12
12 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ SCST user space device handler module interface description
<name>Vladislav Bolkhovitin</name>
</author>
<date>Version 3.0.0</date>
<date>Version 3.0.1</date>
<toc>
+1 -1
View File
@@ -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 */
+2 -2
View File
@@ -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:
+1 -1
View File
@@ -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
+2 -2
View File
@@ -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,
+2 -2
View File
@@ -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
+2 -2
View File
@@ -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
+1 -1
View File
@@ -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$"
+1 -1
View File
@@ -1,6 +1,6 @@
#!/usr/bin/perl
$Version = 'SCST Configurator v3.0.0';
$Version = 'SCST Configurator v3.0.1';
# Configures SCST
#
+1 -1
View File
@@ -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. */
+2 -2
View File
@@ -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
+1 -1
View File
@@ -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