Prepare version 2.3.1.

This commit is contained in:
Milan Broz
2020-03-12 09:39:20 +01:00
parent c59ea422cc
commit 1f7ed87e6c
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
AC_PREREQ([2.67]) AC_PREREQ([2.67])
AC_INIT([cryptsetup],[2.3.1-rc0]) AC_INIT([cryptsetup],[2.3.1])
dnl library version from <major>.<minor>.<release>[-<suffix>] dnl library version from <major>.<minor>.<release>[-<suffix>]
LIBCRYPTSETUP_VERSION=$(echo $PACKAGE_VERSION | cut -f1 -d-) LIBCRYPTSETUP_VERSION=$(echo $PACKAGE_VERSION | cut -f1 -d-)

View File

@@ -39,7 +39,7 @@ Changes since version 2.3.0
* Properly align LUKS2 keyslots area on conversion. * Properly align LUKS2 keyslots area on conversion.
If the LUKS1 payload offset (data offset) is not aligned If the LUKS1 payload offset (data offset) is not aligned
to 4 KiB code, create properly aligned LUKS2 keyslots area. to 4 KiB boundary, new LUKS2 keyslots area in now aligned properly.
* Validate LUKS2 earlier on conversion to not corrupt the device * Validate LUKS2 earlier on conversion to not corrupt the device
if binary keyslots areas metadata are not correct. if binary keyslots areas metadata are not correct.