mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2025-12-11 10:50:01 +01:00
Prepare version 1.6.5.
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
AC_PREREQ([2.67])
|
AC_PREREQ([2.67])
|
||||||
AC_INIT([cryptsetup],[1.7.0-git])
|
AC_INIT([cryptsetup],[1.6.5])
|
||||||
|
|
||||||
dnl library version from <major>.<minor>.<release>[-<suffix>]
|
dnl library version from <major>.<minor>.<release>[-<suffix>]
|
||||||
LIBCRYPTSETUP_VERSION=$(echo $PACKAGE_VERSION | cut -f1 -d-)
|
LIBCRYPTSETUP_VERSION=$(echo $PACKAGE_VERSION | cut -f1 -d-)
|
||||||
|
|||||||
@@ -28,7 +28,8 @@ Changes since version 1.6.4
|
|||||||
used instead.)
|
used instead.)
|
||||||
|
|
||||||
* Support for Python3 for simple Python binding.
|
* Support for Python3 for simple Python binding.
|
||||||
Python >= 2.6 is now required.
|
Python >= 2.6 is now required. You can set Python compiled version by setting
|
||||||
|
--with-python_version configure option (together with --enable-python).
|
||||||
|
|
||||||
* Use internal PBKDF2 in Nettle library for Nettle crypto backend.
|
* Use internal PBKDF2 in Nettle library for Nettle crypto backend.
|
||||||
Cryptsetup compilation requires Nettle >= 2.6 (if using Nettle crypto backend).
|
Cryptsetup compilation requires Nettle >= 2.6 (if using Nettle crypto backend).
|
||||||
|
|||||||
Reference in New Issue
Block a user