Blame docs/v1.6.2-ReleaseNotes

Packit 94f725
Cryptsetup 1.6.2 Release Notes
Packit 94f725
==============================
Packit 94f725
Packit 94f725
Changes since version 1.6.1
Packit 94f725
Packit 94f725
* Print error and fail if more device arguments are present for isLuks command.
Packit 94f725
Packit 94f725
* Fix cipher specification string parsing (found by gcc -fsanitize=address option).
Packit 94f725
Packit 94f725
* Try to map TCRYPT system encryption through partition
Packit 94f725
  (allows to activate mapping when other partition on the same device is mounted).
Packit 94f725
Packit 94f725
* Print a warning if system encryption is used and device is a partition.
Packit 94f725
  (TCRYPT system encryption uses whole device argument.)
Packit 94f725
Packit 94f725
* Disallow explicit small payload offset for LUKS detached header.
Packit 94f725
  LUKS detached header only allows data payload 0 (whole data device is used)
Packit 94f725
  or explicit offset larger than header + keyslots size.
Packit 94f725
Packit 94f725
* Fix boundary condition for verity device that caused failure for certain device sizes.
Packit 94f725
Packit 94f725
* Various fixes to documentation, including update FAQ, default modes
Packit 94f725
  and TCRYPT description.
Packit 94f725
Packit 94f725
* Workaround for some recent changes in automake (serial-tests).