diff options
author | Kichan Kwon <k_c.kwon@samsung.com> | 2016-05-10 15:48:59 +0900 |
---|---|---|
committer | Kichan Kwon <k_c.kwon@samsung.com> | 2016-05-10 15:50:11 +0900 |
commit | a3777a6b2cde2c7133141474dd4c428220a3e9cc (patch) | |
tree | fd39c1dfbcbbcd8d6c5e25d835a4e5a9ce486b24 /docs/v1.6.6-ReleaseNotes | |
parent | cdf272315e44f7d811e9cee48d912f9e0c963219 (diff) | |
download | cryptsetup-a3777a6b2cde2c7133141474dd4c428220a3e9cc.tar.gz cryptsetup-a3777a6b2cde2c7133141474dd4c428220a3e9cc.tar.bz2 cryptsetup-a3777a6b2cde2c7133141474dd4c428220a3e9cc.zip |
Imported upstream version 1.6.7
Change-Id: Ibccd9c20d2f467bdafb3eadb136dac955efd8e45
Signed-off-by: Kichan Kwon <k_c.kwon@samsung.com>
Diffstat (limited to 'docs/v1.6.6-ReleaseNotes')
-rw-r--r-- | docs/v1.6.6-ReleaseNotes | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/docs/v1.6.6-ReleaseNotes b/docs/v1.6.6-ReleaseNotes new file mode 100644 index 0000000..9d1fbee --- /dev/null +++ b/docs/v1.6.6-ReleaseNotes @@ -0,0 +1,29 @@ +Cryptsetup 1.6.6 Release Notes +============================== + +Changes since version 1.6.5 + +* LUKS: Fix keyslot device access for devices which + do not support direct IO operations. (Regression in 1.6.5.) + +* LUKS: Fallback to old temporary keyslot device mapping method + if hash (for ESSIV) is not supported by userspace crypto + library. (Regression in 1.6.5.) + +* Properly activate device with discard (TRIM for SSDs) + if requested even if dm_crypt module is not yet loaded. + Only if discard is not supported by the old kernel then + the discard option is ignored. + +* Fix some static analysis build warnings (scan-build). + +* Report crypto lib version only once (and always add kernel + version) in debug output. + +Cryptsetup API NOTE: +The direct terminal handling for passphrase entry will be removed from +libcryptsetup in next major version (application should handle it itself). + +It means that you have to always either provide password in buffer or set +your own password callback function through crypt_set_password_callback(). +See API documentation (or libcryptsetup.h) for more info. |