diff --git a/qla2x00t/qla2x00-target/qla2x00t.h b/qla2x00t/qla2x00-target/qla2x00t.h index c1a74ed97..4583297dc 100644 --- a/qla2x00t/qla2x00-target/qla2x00t.h +++ b/qla2x00t/qla2x00-target/qla2x00t.h @@ -31,7 +31,7 @@ /* 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, 2, 0) +#define Q2T_VERSION_CODE Q2T_VERSION(2, 0, 0, 1) #define Q2T_VERSION_STRING "2.0.0.1-rc1" #define Q2T_PROC_VERSION_NAME "version" diff --git a/scst/ChangeLog b/scst/ChangeLog index 66163f089..505d25745 100644 --- a/scst/ChangeLog +++ b/scst/ChangeLog @@ -1,3 +1,13 @@ +Summary of changes between versions 2.0.0 and 2.0.0.1 +----------------------------------------------------- + + - Fixed critical issue with wrong INQUIRY page 0x80 (r3197) + + - Possible crashes due to incorrect execution context estimations fixed + + - Responsiveness under heavy load improved + + Summary of changes between versions 1.0.1 and 1.0.2 --------------------------------------------------- diff --git a/scst/README b/scst/README index 26207bd2a..ad41f3715 100644 --- a/scst/README +++ b/scst/README @@ -1,8 +1,8 @@ Generic SCSI target mid-level for Linux (SCST) ============================================== -Version 2.0.0, XX XXXXX 2010 ----------------------------- +Version 2.0.0.1, 14 January 2011 +-------------------------------- 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.h b/scst/include/scst.h index 85879b15d..8e30f0b74 100644 --- a/scst/include/scst.h +++ b/scst/include/scst.h @@ -73,7 +73,7 @@ typedef _Bool bool; #else #define SCST_VERSION_STRING_SUFFIX #endif -#define SCST_VERSION_STRING "2.0.0.1-rc1" SCST_VERSION_STRING_SUFFIX +#define SCST_VERSION_STRING "2.0.0.1" SCST_VERSION_STRING_SUFFIX #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 7812192ff..2529dd1a4 100644 --- a/scst/include/scst_user.h +++ b/scst/include/scst_user.h @@ -31,7 +31,7 @@ #define DEV_USER_NAME "scst_user" #define DEV_USER_PATH "/dev/" -#define DEV_USER_VERSION_NAME "2.0.0.1-rc1" +#define DEV_USER_VERSION_NAME "2.0.0.1" #define DEV_USER_VERSION \ DEV_USER_VERSION_NAME "$Revision$" SCST_CONST_VERSION