Blame docs/v1.4.1-ReleaseNotes

Packit 94f725
Cryptsetup 1.4.1 Release Notes
Packit 94f725
==============================
Packit 94f725
Packit 94f725
Changes since version 1.4.0
Packit 94f725
Packit 94f725
* Merge experimental Python cryptsetup (pycryptsetup) binding.
Packit 94f725
Packit 94f725
  This option is disabled by default, you can enable build of Python binding
Packit 94f725
  with --enable--python configure switch.
Packit 94f725
Packit 94f725
  Note that binding currently covers only partial libcryptsetup functions,
Packit 94f725
  mainly LUKS device handling needed for Anaconda installer.
Packit 94f725
  Until now provided separately as python-cryptsetup.
Packit 94f725
  Thanks to Martin Sivak for the code.
Packit 94f725
Packit 94f725
  See python subdirectory for more info.
Packit 94f725
Packit 94f725
  Python binding code is experimental for now, no stable API guarantee.
Packit 94f725
Packit 94f725
* Fix crypt_get_volume_key_size() for plain device.
Packit 94f725
  (cryptsetup status reported zero key size for plain crypt devices).
Packit 94f725
Packit 94f725
* Fix typo in set_iteration_time API call (old name remains for compatibility reasons).
Packit 94f725
Packit 94f725
* Fix FSF address in license and add LGPL license text.