From 107ce07914990680da3e2bca714a324648827b7c Mon Sep 17 00:00:00 2001 From: Milan Broz Date: Wed, 30 Dec 2009 20:26:36 +0000 Subject: [PATCH] Version 1.1.0-rc4. git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@162 36d66b0a-2a48-0410-832c-cd162a569da5 --- ChangeLog | 1 + configure.in | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 55c015e..01568f3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,7 @@ * Fix key slot iteration count calculation (small -i value was the same as default). * The slot and key digest iteration minimun is now 1000. * The key digest iteration # is calculated from iteration time (approx 1/8 of that). + * Version 1.1.0-rc4. 2009-12-11 Milan Broz * Fix error handling during reading passhrase. diff --git a/configure.in b/configure.in index 3d925fe..dc6c5a1 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ AC_PREREQ(2.57) -AC_INIT(cryptsetup,1.1.0-rc3) +AC_INIT(cryptsetup,1.1.0-rc4) AC_CONFIG_SRCDIR(src/cryptsetup.c) AC_CONFIG_MACRO_DIR([m4]) -- 2.7.4