checkpatch errors and warnings fixed
[cryptodev-linux.git] / NEWS
blobf1ec92c3b3180fa65843bf257de72a8bed305b25
1 Version 0.6 (unreleased)
3 * Relicensed under GPLv2.
5 * Added AES-CTR.
7 * Corrected fallback to non-zero copy when referenced
8 pages were not writable.
10 Version 0.5 (released 2010-07-06)
12 * Corrected issue with zero copy on multiple pages.
14 * Fallback to normal operation if user pages cannot be
15 mapped.
17 Version 0.4 (released 2010-07-03)
19 * Internal engine supports operations with zero copy from
20 user space. 
22 Version 0.3 (released 2010-06-19)
24 * Corrected bug when initializing unsupported algorithms.
26 Version 0.2 (released 2010-06-18)
28 * Added compat_ioctl() to allow working on systems where userspace is 32bits
29 and kernel is operating in 64bit mode (Phil Sutter)
31 * Added several sanity checks to input.