Imported Upstream version 1.6.7
[platform/upstream/cryptsetup.git] / docs / v1.4.1-ReleaseNotes
1 Cryptsetup 1.4.1 Release Notes
2 ==============================
3
4 Changes since version 1.4.0
5
6 * Merge experimental Python cryptsetup (pycryptsetup) binding.
7
8   This option is disabled by default, you can enable build of Python binding
9   with --enable--python configure switch.
10
11   Note that binding currently covers only partial libcryptsetup functions,
12   mainly LUKS device handling needed for Anaconda installer.
13   Until now provided separately as python-cryptsetup.
14   Thanks to Martin Sivak for the code.
15
16   See python subdirectory for more info.
17
18   Python binding code is experimental for now, no stable API guarantee.
19
20 * Fix crypt_get_volume_key_size() for plain device.
21   (cryptsetup status reported zero key size for plain crypt devices).
22
23 * Fix typo in set_iteration_time API call (old name remains for compatibility reasons).
24
25 * Fix FSF address in license and add LGPL license text.