1 Cryptsetup 1.6.2 Release Notes 2 ============================== 3 4 Changes since version 1.6.1 5 6 * Print error and fail if more device arguments are present for isLuks command. 7 8 * Fix cipher specification string parsing (found by gcc -fsanitize=address option). 9 10 * Try to map TCRYPT system encryption through partition 11 (allows to activate mapping when other partition on the same device is mounted). 12 13 * Print a warning if system encryption is used and device is a partition. 14 (TCRYPT system encryption uses whole device argument.) 15 16 * Disallow explicit small payload offset for LUKS detached header. 17 LUKS detached header only allows data payload 0 (whole data device is used) 18 or explicit offset larger than header + keyslots size. 19 20 * Fix boundary condition for verity device that caused failure for certain device sizes. 21 22 * Various fixes to documentation, including update FAQ, default modes 23 and TCRYPT description. 24 25 * Workaround for some recent changes in automake (serial-tests).