From 4b7125ddbedc3cd9bab0d97a21c5fbd8cbae9ad4 Mon Sep 17 00:00:00 2001 From: Vladislav Bolkhovitin Date: Thu, 15 May 2008 09:35:20 +0000 Subject: [PATCH] Update to the latest IET git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@372 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- iscsi-scst/ChangeLog-IET | 26 ++++++++++++++++++++++++++ iscsi-scst/include/iscsi_scst_ver.h | 2 +- 2 files changed, 27 insertions(+), 1 deletion(-) diff --git a/iscsi-scst/ChangeLog-IET b/iscsi-scst/ChangeLog-IET index a9827435d..4353e0d29 100644 --- a/iscsi-scst/ChangeLog-IET +++ b/iscsi-scst/ChangeLog-IET @@ -1,3 +1,29 @@ +Summary of changes from v0.4.15 to v0.4.16 +================================= + +Arne Redlich + o fix overzealous assert() in digest_data() + o add checking on return value of ISCSI_PARAM_GET + o 2.6.22, 2.6.23 and 2.6.24 compile fixes + o add conn->rwsize check + o avoid potential NULL-ptr dereferences in rx and tx buffer + o fix the shell syntax in init scripts + +Dave Jiang + o fix digest endieness on LE archs + +FUJITA Tomonori + o fix SPARC alignement issues (based on a patch from joel.bertrand@systella.fr) + +Ross S. W. Walker + o fix DISTDIR in Makefile for /etc install + o add support to nullio for volumes > 2TB + o remove init.d memory size adjustment + o add error code reporting to blockio_open_path + o blockio gen_scsiid bug fix + o add verbosity to kernel output and task management + + Summary of changes from v0.4.14 to v0.4.15 ================================= diff --git a/iscsi-scst/include/iscsi_scst_ver.h b/iscsi-scst/include/iscsi_scst_ver.h index e1599925d..dc90abb9f 100644 --- a/iscsi-scst/include/iscsi_scst_ver.h +++ b/iscsi-scst/include/iscsi_scst_ver.h @@ -13,4 +13,4 @@ * GNU General Public License for more details. */ -#define ISCSI_VERSION_STRING "0.9.6/0.4.15r148" +#define ISCSI_VERSION_STRING "0.9.6/0.4.16r151"