Version 1.1.0-rc4.

git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@162 36d66b0a-2a48-0410-832c-cd162a569da5
This commit is contained in:
Milan Broz
2009-12-30 20:26:36 +00:00
parent 550c38dd78
commit 107ce07914
2 changed files with 2 additions and 1 deletions

View File

@@ -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 <mbroz@redhat.com>
* Fix error handling during reading passhrase.

View File

@@ -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])