Blame docs/v1.6.1-ReleaseNotes

Packit Service a9384c
Cryptsetup 1.6.1 Release Notes
Packit Service a9384c
==============================
Packit Service a9384c
Packit Service a9384c
Changes since version 1.6.0
Packit Service a9384c
Packit Service a9384c
* Fix loop-AES keyfile parsing.
Packit Service a9384c
  Loop-AES keyfile should be text keyfile, reject keyfiles which
Packit Service a9384c
  are not properly terminated.
Packit Service a9384c
Packit Service a9384c
* Fix passphrase pool overflow for too long TCRYPT passphrase.
Packit Service a9384c
 (Maximal TCRYPT passphrase length is 64 characters.)
Packit Service a9384c
Packit Service a9384c
* Return EPERM (translated to exit code 2) for too long TCRYPT passphrase.
Packit Service a9384c
Packit Service a9384c
* Fix deactivation of device when failed underlying node disappeared.
Packit Service a9384c
Packit Service a9384c
* Fix API deactivate call for TCRYPT format and NULL context parameter.
Packit Service a9384c
Packit Service a9384c
* Improve keyslot checker example documentation.
Packit Service a9384c
Packit Service a9384c
* Report error message if deactivation fails and device is still busy.
Packit Service a9384c
Packit Service a9384c
* Make passphrase prompts more consistent (and remove "LUKS" form prompt).
Packit Service a9384c
Packit Service a9384c
* Fix some missing headers (compilation failed with alternative libc).
Packit Service a9384c
Packit Service a9384c
* Remove not functional API UUID support for plain & loopaes devices.
Packit Service a9384c
  (not persistent activation UUID).
Packit Service a9384c
Packit Service a9384c
* Properly cleanup devices on interrupt in api-test.
Packit Service a9384c
Packit Service a9384c
* Support all tests run if kernel is in FIPS mode.