Update to the latest IET

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@372 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Vladislav Bolkhovitin
2008-05-15 09:35:20 +00:00
parent cc685733a5
commit 4b7125ddbe
2 changed files with 27 additions and 1 deletions

View File

@@ -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
=================================

View File

@@ -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"