diff --git a/iscsi-scst/ChangeLog b/iscsi-scst/ChangeLog index e7031b6d8..062c1585b 100644 --- a/iscsi-scst/ChangeLog +++ b/iscsi-scst/ChangeLog @@ -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 --------------------------------------------------- diff --git a/qla2x00t/qla2x00-target/ChangeLog b/qla2x00t/qla2x00-target/ChangeLog index 980edce14..d7e13b8cc 100644 --- a/qla2x00t/qla2x00-target/ChangeLog +++ b/qla2x00t/qla2x00-target/ChangeLog @@ -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 --------------------------------------------------- diff --git a/scst/ChangeLog b/scst/ChangeLog index c0edaafba..785644d50 100644 --- a/scst/ChangeLog +++ b/scst/ChangeLog @@ -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 diff --git a/scst_local/README b/scst_local/README index 72165e55a..1d2a4ffe9 100644 --- a/scst_local/README +++ b/scst_local/README @@ -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. + diff --git a/scst_local/scst_local.c b/scst_local/scst_local.c index cc24474bd..05a91b308 100644 --- a/scst_local/scst_local.c +++ b/scst_local/scst_local.c @@ -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);