Version 1.1.0-rc4.
authorMilan Broz <gmazyland@gmail.com>
Wed, 30 Dec 2009 20:26:36 +0000 (20:26 +0000)
committerMilan Broz <gmazyland@gmail.com>
Wed, 30 Dec 2009 20:26:36 +0000 (20:26 +0000)
git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@162 36d66b0a-2a48-0410-832c-cd162a569da5

ChangeLog
configure.in

index 55c015e..01568f3 100644 (file)
--- 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  <mbroz@redhat.com>
        * Fix error handling during reading passhrase.
index 3d925fe..dc6c5a1 100644 (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])