From b390568aa22cc5ce321d373672bb5e05b000cad8 Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Thu, 29 Nov 2012 11:42:41 +0100 Subject: [PATCH] documented updates --- Makefile | 2 +- NEWS | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 702e231..40d784a 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ KBUILD_CFLAGS += -I$(src) KERNEL_DIR = /lib/modules/$(shell uname -r)/build -VERSION = 1.5 +VERSION = 1.6 PREFIX = cryptodev-objs = ioctl.o main.o cryptlib.o authenc.o zc.o util.o diff --git a/NEWS b/NEWS index 138c797..eaf7854 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,11 @@ +Version 1.6 (unreleased) + +* Added modules_install target in Makefile + +* The included eng_cryptodev.c was modified to compile +in OpenSSL 0.9.8. + + Version 1.5 (released 2012-08-04) * Fixes in AEAD support. Patches by Jaren Johnston. -- 2.11.4.GIT