1 Cryptsetup 1.4.1 Release Notes
2 ==============================
4 Changes since version 1.4.0
6 * Merge experimental Python cryptsetup (pycryptsetup) binding.
8 This option is disabled by default, you can enable build of Python binding
9 with --enable--python configure switch.
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.
16 See python subdirectory for more info.
18 Python binding code is experimental for now, no stable API guarantee.
20 * Fix crypt_get_volume_key_size() for plain device.
21 (cryptsetup status reported zero key size for plain crypt devices).
23 * Fix typo in set_iteration_time API call (old name remains for compatibility reasons).
25 * Fix FSF address in license and add LGPL license text.