diff --git a/ChangeLog b/ChangeLog index 55c015e1..01568f39 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 3d925fe0..dc6c5a10 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])