Imported Upstream version 1.6.7
[platform/upstream/cryptsetup.git] / docs / v1.6.1-ReleaseNotes
1 Cryptsetup 1.6.1 Release Notes
2 ==============================
3
4 Changes since version 1.6.0
5
6 * Fix loop-AES keyfile parsing.
7   Loop-AES keyfile should be text keyfile, reject keyfiles which
8   are not properly terminated.
9
10 * Fix passphrase pool overflow for too long TCRYPT passphrase.
11  (Maximal TCRYPT passphrase length is 64 characters.)
12
13 * Return EPERM (translated to exit code 2) for too long TCRYPT passphrase.
14
15 * Fix deactivation of device when failed underlying node disappeared.
16
17 * Fix API deactivate call for TCRYPT format and NULL context parameter.
18
19 * Improve keyslot checker example documentation.
20
21 * Report error message if deactivation fails and device is still busy.
22
23 * Make passphrase prompts more consistent (and remove "LUKS" form prompt).
24
25 * Fix some missing headers (compilation failed with alternative libc).
26
27 * Remove not functional API UUID support for plain & loopaes devices.
28   (not persistent activation UUID).
29
30 * Properly cleanup devices on interrupt in api-test.
31
32 * Support all tests run if kernel is in FIPS mode.