From 6b11f4f3bb5b9ceff2be54194495c55bc15fe7a7 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Mon, 24 Feb 2020 03:38:12 +0000 Subject: [PATCH] scst/ChangeLog: Update the changelog git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@8781 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scst/ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scst/ChangeLog b/scst/ChangeLog index 8fb2be4e2..5bc0acba2 100644 --- a/scst/ChangeLog +++ b/scst/ChangeLog @@ -7,6 +7,8 @@ Summary of changes between versions 3.4 and 3.5 target port ID is now correct in the device identification inquiry response. The REPORT TARGET PORT GROUPS and SET TARGET PORT GROUPS commands are now processed locally instead of being forwarded. +- Fixed a hard to trigger race condition in the iSCSI connection shutdown code. +- Added support for unaligned buffers in vdisk_blockio. Summary of changes between versions 3.3 and 3.4 -----------------------------------------------