Introduce cryptsetup-reencrypt - experimental offline LUKS reencryption tool.
authorMilan Broz <gmazyland@gmail.com>
Mon, 18 Jun 2012 14:06:14 +0000 (16:06 +0200)
committerMilan Broz <gmazyland@gmail.com>
Mon, 18 Jun 2012 14:06:14 +0000 (16:06 +0200)
ChangeLog
configure.in

index e01a57a..f9d66df 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index fbc5e3e..8902de4 100644 (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-)