From: <vl...@us...> - 2006-12-15 16:49:16
|
Revision: 65 http://svn.sourceforge.net/scst/?rev=65&view=rev Author: vlnb Date: 2006-12-15 08:49:15 -0800 (Fri, 15 Dec 2006) Log Message: ----------- ChangeLog updated Modified Paths: -------------- trunk/qla2x00t/qla2x00-target/ChangeLog trunk/scst/ChangeLog Modified: trunk/qla2x00t/qla2x00-target/ChangeLog =================================================================== --- trunk/qla2x00t/qla2x00-target/ChangeLog 2006-12-15 16:30:30 UTC (rev 64) +++ trunk/qla2x00t/qla2x00-target/ChangeLog 2006-12-15 16:49:15 UTC (rev 65) @@ -1,8 +1,12 @@ 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 ----------------------------------------------------- Modified: trunk/scst/ChangeLog =================================================================== --- trunk/scst/ChangeLog 2006-12-15 16:30:30 UTC (rev 64) +++ trunk/scst/ChangeLog 2006-12-15 16:49:15 UTC (rev 65) @@ -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 --------------------------------------------------- This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |