From d0e764bd8b8bc1c4fe3998a18a902668d707fb64 Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Fri, 18 Jun 2010 18:41:04 +0200 Subject: [PATCH] Prepare for a new release. --- Makefile | 2 +- NEWS | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 NEWS diff --git a/Makefile b/Makefile index af7d38d..83a940c 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ KERNEL_DIR = /lib/modules/$(shell uname -r)/build -VERSION = 0.1 +VERSION = 0.2 cryptodev-objs = cryptodev_main.o cryptodev_cipher.o diff --git a/NEWS b/NEWS new file mode 100644 index 0000000..87686e2 --- /dev/null +++ b/NEWS @@ -0,0 +1,7 @@ +Version 0.2 (unreleased) + +* Added compat_ioctl() to allow working on systems where userspace is 32bits +and kernel is operating in 64bit mode (Phil Sutter) + +* Added several sanity checks to input. + -- 2.11.4.GIT