* 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 <mbroz@redhat.com>
* Version 1.3.0-rc1.
AC_PREREQ([2.67])
-AC_INIT([cryptsetup],[1.3.0-rc1])
+AC_INIT([cryptsetup],[1.3.0-rc2])
dnl library version from <major>.<minor>.<release>[-<suffix>]
LIBCRYPTSETUP_VERSION=$(echo $PACKAGE_VERSION | cut -f1 -d-)
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