ChangeLog updated

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@65 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Vladislav Bolkhovitin
2006-12-15 16:49:15 +00:00
parent 2348328a45
commit 59fb188c83
2 changed files with 21 additions and 0 deletions

View File

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

View File

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