Changelogs updated

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@3842 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Vladislav Bolkhovitin
2011-09-01 20:15:42 +00:00
parent 370735f023
commit 43d576aa48
5 changed files with 34 additions and 2 deletions

View File

@@ -1,3 +1,11 @@
Summary of changes between versions 2.1.0 and 3.0
-------------------------------------------------
- Update to kernels up to 3.x
- Bug fixes and other improvements
Summary of changes between versions 2.0.0 and 2.1.0
---------------------------------------------------

View File

@@ -1,3 +1,11 @@
Summary of changes between versions 2.1.0 and 3.0
-------------------------------------------------
- Update to kernels up to 3.x
- Bug fixes and other improvements
Summary of changes between versions 2.0.0 and 2.1.0
---------------------------------------------------

View File

@@ -1,8 +1,22 @@
Summary of changes between versions 2.1.0 and 3.0
-------------------------------------------------
- Update to kernels up to 3.x
- New initialization scripts implemented
- Support for ritational attribute added
- Bug fixes and other improvements
Summary of changes between versions 2.0.0 and 2.1.0
---------------------------------------------------
- Update to kernels up to 3.0
- Support for implicit ALUA added
- Change T10 ID and USN generations to get the random part be CRC32
from the device name in the first 8 characters as many MPIO
implementations expect

View File

@@ -282,3 +282,5 @@ V0.9 30-Nov-2008 (Mtn View) Cleaned up an additional problem with symbols not
V1.0 10-Sep-2010 (Moscow) Sysfs management added. Reviewed and cleaned up.
V2.1 Update for kernels up to 3.0. Cleanups.

View File

@@ -84,8 +84,8 @@ static unsigned long scst_local_trace_flag = SCST_LOCAL_DEFAULT_LOG_FLAGS;
#define scsi_bufflen(cmd) ((cmd)->request_bufflen)
#endif
#define SCST_LOCAL_VERSION "1.0.0"
static const char *scst_local_version_date = "20100910";
#define SCST_LOCAL_VERSION "3.0"
static const char *scst_local_version_date = "20110901";
/* Some statistics */
static atomic_t num_aborts = ATOMIC_INIT(0);