From 59fb188c832e50721013f330d0cc1b5e4660b6ea Mon Sep 17 00:00:00 2001 From: Vladislav Bolkhovitin Date: Fri, 15 Dec 2006 16:49:15 +0000 Subject: [PATCH] ChangeLog updated git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@65 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- qla2x00t/qla2x00-target/ChangeLog | 4 ++++ scst/ChangeLog | 17 +++++++++++++++++ 2 files changed, 21 insertions(+) diff --git a/qla2x00t/qla2x00-target/ChangeLog b/qla2x00t/qla2x00-target/ChangeLog index a2b52ac30..272ae3328 100644 --- a/qla2x00t/qla2x00-target/ChangeLog +++ b/qla2x00t/qla2x00-target/ChangeLog @@ -1,7 +1,11 @@ Summary of changes between versions 0.9.5 and 0.9.6 --------------------------------------------------- + - Update to work on 2.6.19.x. + - Updated to work with SCST 0.9.6. + + - Cleanups and minor bug fixes. Summary of changes between versions 0.9.3.8 and 0.9.5 ----------------------------------------------------- diff --git a/scst/ChangeLog b/scst/ChangeLog index da07a8b6f..702bec672 100644 --- a/scst/ChangeLog +++ b/scst/ChangeLog @@ -1,3 +1,20 @@ +Summary of changes between versions 0.9.5 and 0.9.6 +--------------------------------------------------- + + - Updated to work on 2.6.19.x, thanks to Ming Zhang. + + - Internal threads management reimplemented based on kthread*() API, + thanks to Ming Zhang. + + - /proc implementation moved to seq_*() library, thanks to Ming Zhang. + Target drivers need to be updated accordingly. + + - Building from the Linux kernel tree updated, inside kernel building fixed. + + - Support for CPU cache flushing before doing DMA to target devices added. + + - Various cleanups and bug fixes. + Summary of changes between versions 0.9.4 and 0.9.5 ---------------------------------------------------