From d8fcc078d189676f57e02ac59f811362e527045d Mon Sep 17 00:00:00 2001 From: Vladislav Bolkhovitin Date: Fri, 14 Aug 2009 19:18:05 +0000 Subject: [PATCH] 1.0.1.1 release git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/1.0.1.x@1050 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- iscsi-scst/ChangeLog | 11 +++++++++++ iscsi-scst/README | 4 ++-- iscsi-scst/README_in-tree | 4 ++-- qla2x00t/qla2x00-target/ChangeLog | 7 +++++++ qla2x00t/qla2x00-target/README | 4 ++-- scst/ChangeLog | 22 ++++++++++++++++++++++ scst/README | 4 ++-- usr/fileio/ChangeLog | 8 ++++++++ usr/fileio/README | 4 ++-- 9 files changed, 58 insertions(+), 10 deletions(-) diff --git a/iscsi-scst/ChangeLog b/iscsi-scst/ChangeLog index f1a91bcfb..97233799f 100644 --- a/iscsi-scst/ChangeLog +++ b/iscsi-scst/ChangeLog @@ -1,3 +1,14 @@ +Summary of changes in iSCSI-SCST between versions 1.0.0 and 1.0.1.1 +------------------------------------------------------------------- + + - Fixes in handling of initiators.allow and initiators.deny files + + - Wrong usage of parent request's fields in the response fixed. + + - Unneeded mutex_lock(&scst_mutex) removed, because it can be done on + atomic or SIRQ context + + Summary of changes in iSCSI-SCST between versions 1.0.0 and 1.0.1 ----------------------------------------------------------------- diff --git a/iscsi-scst/README b/iscsi-scst/README index b6bf32c69..601cc9399 100644 --- a/iscsi-scst/README +++ b/iscsi-scst/README @@ -1,8 +1,8 @@ iSCSI SCST target driver ======================== -Version 1.0.1.1, XX XXXXX 2009 ------------------------------- +Version 1.0.1.1, 14 August 2009 +------------------------------- This driver is a forked with all respects version of iSCSI Enterprise Target (IET) (http://iscsitarget.sourceforge.net/) with updates to work diff --git a/iscsi-scst/README_in-tree b/iscsi-scst/README_in-tree index fe2a4b4eb..84b1dbef0 100644 --- a/iscsi-scst/README_in-tree +++ b/iscsi-scst/README_in-tree @@ -1,8 +1,8 @@ iSCSI SCST target driver ======================== -Version 1.0.1.1, XX XXXXX 2009 ------------------------------- +Version 1.0.1.1, 14 August 2009 +------------------------------- This driver is a forked with all respects version of iSCSI Enterprise Target (IET) (http://iscsitarget.sourceforge.net/) with updates to work diff --git a/qla2x00t/qla2x00-target/ChangeLog b/qla2x00t/qla2x00-target/ChangeLog index aa9de5b02..0a58058cf 100644 --- a/qla2x00t/qla2x00-target/ChangeLog +++ b/qla2x00t/qla2x00-target/ChangeLog @@ -1,3 +1,10 @@ +Summary of changes between versions 1.0.0 and 1.0.1.1 +----------------------------------------------------- + + - Fix possible crash with too fast target mode enabling/disabling or + module unload + + Summary of changes between versions 1.0.0 and 1.0.1 --------------------------------------------------- diff --git a/qla2x00t/qla2x00-target/README b/qla2x00t/qla2x00-target/README index 24d3d5a9e..8d04e7c92 100644 --- a/qla2x00t/qla2x00-target/README +++ b/qla2x00t/qla2x00-target/README @@ -1,8 +1,8 @@ Target driver for Qlogic 22xx/23xx Fibre Channel cards ====================================================== -Version 1.0.1.1, XX XXXXX 2009 ------------------------------- +Version 1.0.1.1, 14 August 2009 +------------------------------- This driver has all required features and looks to be quite stable (for beta) and useful. It consists from two parts: the target mode driver diff --git a/scst/ChangeLog b/scst/ChangeLog index b48ea37d0..efdef2206 100644 --- a/scst/ChangeLog +++ b/scst/ChangeLog @@ -1,3 +1,25 @@ +Summary of changes between versions 1.0.0 and 1.0.1.1 +----------------------------------------------------- + + - Issues cased by change of cdb_len to unsigned fixed + + - INIT ELEMENT STATUS WRANGE added to the list of known commands + + - Possible miss of UCMD_STATE_ON_FREEING event in scst_user fixed + + - Fix possible crash in scst_copy_sg() + + - Races on scst_user devices cleanup fixed + + - Incorrect errors reporting on scst_user devices unregistration fixed + + - Possible double free in scst_user fixed + + - 64-bit cleanups + + - Other monor fixes and cleanups + + Summary of changes between versions 1.0.0 and 1.0.1 --------------------------------------------------- diff --git a/scst/README b/scst/README index ebb26282c..20a84f498 100644 --- a/scst/README +++ b/scst/README @@ -1,8 +1,8 @@ Generic SCSI target mid-level for Linux (SCST) ============================================== -Version 1.0.1.1, XX XXXXX 2009 ------------------------------- +Version 1.0.1.1, 14 August 2009 +------------------------------- SCST is designed to provide unified, consistent interface between SCSI target drivers and Linux kernel and simplify target drivers development diff --git a/usr/fileio/ChangeLog b/usr/fileio/ChangeLog index 1815fdd01..140315590 100644 --- a/usr/fileio/ChangeLog +++ b/usr/fileio/ChangeLog @@ -1,3 +1,11 @@ +Summary of changes between versions 1.0.0 and 1.0.1.1 +----------------------------------------------------- + + - 64-bit cleanups + + - Other minor fixes and cleanups + + Summary of changes between versions 1.0.0 and 1.0.1 --------------------------------------------------- diff --git a/usr/fileio/README b/usr/fileio/README index 6132a6b22..47118afa4 100644 --- a/usr/fileio/README +++ b/usr/fileio/README @@ -1,8 +1,8 @@ User space FILEIO handler ========================= -Version 1.0.1.1, XX XXXXX 2009 ------------------------------- +Version 1.0.1.1, 14 August 2009 +------------------------------- 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