mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-18 19:21:26 +00:00
2.0.0.1 is ready for release
git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/2.0.0.x@3217 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
@@ -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
|
||||
---------------------------------------------------
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user