From 7d82d6ca05b1a06445724580b4a6b1c85e7a9391 Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Thu, 16 Sep 2010 08:57:32 +0200 Subject: [PATCH] released 0.6. --- AUTHORS | 3 +++ Makefile | 2 +- NEWS | 5 ++++- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/AUTHORS b/AUTHORS index 5a6ced0..6f9408e 100644 --- a/AUTHORS +++ b/AUTHORS @@ -12,5 +12,8 @@ Michael Weiser: Phil Sutter: Implemented a zero copy version of the internal engine. +Dmitry Kasatkin: + Multi-update support for hash calculation. + Maintained by Nikos Mavrogiannopoulos (nmav [at] gnutls [dot] org) diff --git a/Makefile b/Makefile index cd6c8d8..ff28fc4 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ KERNEL_DIR = /lib/modules/$(shell uname -r)/build -VERSION = 0.5 +VERSION = 0.6 cryptodev-objs = cryptodev_main.o cryptodev_cipher.o diff --git a/NEWS b/NEWS index f1ec92c..b284e03 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,7 @@ -Version 0.6 (unreleased) +Version 0.6 (released 2010-09-16) + +* multi-update support for hash calculation using +the new flag COP_FLAG_UPDATE. * Relicensed under GPLv2. -- 2.11.4.GIT