From 49ea1b69fe4b53777e4c3ac35151f7fcaa0400e6 Mon Sep 17 00:00:00 2001 From: Milan Broz Date: Tue, 22 Mar 2011 12:22:44 +0000 Subject: [PATCH] Version 1.3.0-rc2. git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@479 36d66b0a-2a48-0410-832c-cd162a569da5 --- ChangeLog | 1 + configure.in | 2 +- docs/v1.3.0-ReleaseNotes | 13 +++++++++++++ po/POTFILES.in | 1 + 4 files changed, 16 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 099f340..d73ea81 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,6 +4,7 @@ * Require the whole key read from keyfile in create command (broken in 1.2.0). * Fix offset option for loopaesOpen. * Lock memory also in luksDump command. + * Version 1.3.0-rc2. 2011-04-14 Milan Broz * Version 1.3.0-rc1. diff --git a/configure.in b/configure.in index fa57355..67e9392 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ AC_PREREQ([2.67]) -AC_INIT([cryptsetup],[1.3.0-rc1]) +AC_INIT([cryptsetup],[1.3.0-rc2]) dnl library version from ..[-] LIBCRYPTSETUP_VERSION=$(echo $PACKAGE_VERSION | cut -f1 -d-) diff --git a/docs/v1.3.0-ReleaseNotes b/docs/v1.3.0-ReleaseNotes index de2baa6..ad13140 100644 --- a/docs/v1.3.0-ReleaseNotes +++ b/docs/v1.3.0-ReleaseNotes @@ -1,6 +1,19 @@ Cryptsetup 1.3.0 Release Notes ============================== +Changes since version 1.3.0-rc1 + + * Introduce maximum default keyfile size, add configure option, visible in --help. + + Cryptsetup now fails if read from keyfile exceeds internal limit. + You can always specify keyfile size (overrides limit) by using --keyfile-size option. + + * Require the whole key read from keyfile in create command (regression in 1.2.0). + + * Fix offset option for loopaesOpen. + + * Lock memory in luksDump command. + Changes since version 1.2.0 Important changes diff --git a/po/POTFILES.in b/po/POTFILES.in index 037a8ef..c91607a 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -4,6 +4,7 @@ lib/setup.c lib/utils.c lib/crypt_plain.c lib/utils_crypt.c +lib/utils_loop.c lib/utils_debug.c lib/luks1/af.c lib/luks1/keyencryption.c -- 2.7.4