Introduce cryptsetup-reencrypt - experimental offline LUKS reencryption tool.

This commit is contained in:
Milan Broz
2012-06-18 16:06:14 +02:00
parent b9ae00956d
commit c0a5293435
2 changed files with 4 additions and 1 deletions

View File

@@ -1,3 +1,6 @@
2012-06-18 Milan Broz <gmazyland@gmail.com>
* Introduce cryptsetup-reencrypt - experimental offline LUKS reencryption tool.
2012-06-11 Milan Broz <gmazyland@gmail.com>
* Introduce veritysetup for dm-verity target management.
* Version 1.5.0-rc1.

View File

@@ -1,5 +1,5 @@
AC_PREREQ([2.67])
AC_INIT([cryptsetup],[1.5.0-rc1])
AC_INIT([cryptsetup],[1.5.0-rc2])
dnl library version from <major>.<minor>.<release>[-<suffix>]
LIBCRYPTSETUP_VERSION=$(echo $PACKAGE_VERSION | cut -f1 -d-)