Add experimental LUKS offline reencryption utility.
[platform/upstream/cryptsetup.git] / ChangeLog
index 445ee07..e01a57a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,52 @@
+2012-06-11  Milan Broz  <gmazyland@gmail.com>
+       * Introduce veritysetup for dm-verity target management.
+       * Version 1.5.0-rc1.
+
+2012-06-10  Milan Broz  <gmazyland@gmail.com>
+       * Both data and header device can now be a file.
+       * Loop is automatically allocated in crypt_set_data_device().
+       * Require only up to last keyslot area for header device (ignore data offset).
+       * Fix header backup and restore to work on files with large data offset.
+
+2012-05-27  Milan Broz  <gmazyland@gmail.com>
+       * Fix readonly activation if underlying device is readonly (1.4.0).
+       * Include stddef.h in libdevmapper.h (size_t definition).
+       * Version 1.4.3.
+
+2012-05-21  Milan Broz  <gmazyland@gmail.com>
+       * Add --enable-fips for linking with fipscheck library.
+       * Initialize binary and library selfcheck if running in FIPS mode.
+       * Use FIPS RNG in FIPS mode for KEY and SALT (only gcrypt backend supported).
+
+2012-05-09  Milan Broz  <gmazyland@gmail.com>
+       * Fix keyslot removal (wipe keyslot) for device with 4k hw block (1.4.0).
+       * Allow empty cipher (cipher_null) for testing.
+
+2012-05-02  Milan Broz  <gmazyland@gmail.com>
+       * Fix loop mapping on readonly file.
+       * Relax --shared test, allow mapping even for overlapping segments.
+       * Support shared flag for LUKS devices (dangerous).
+       * Switch on retry on device remove for libdevmapper.
+       * Allow "private" activation (skip some udev global rules) flag.
+
+2012-04-09  Milan Broz  <gmazyland@gmail.com>
+       * Fix header check to support old (cryptsetup 1.0.0) header alignment. (1.4.0)
+       * Version 1.4.2.
+
+2012-03-16  Milan Broz  <gmazyland@gmail.com>
+       * Add --keyfile-offset and --new-keyfile-offset parameters to API and CLI.
+       * Add repair command and crypt_repair() for known LUKS metadata problems repair.
+       * Allow to specify --align-payload only for luksFormat.
+
+2012-03-16  Milan Broz  <mbroz@redhat.com>
+       * Unify password verification option.
+       * Support password verification with quiet flag if possible. (1.2.0)
+       * Fix retry if entered passphrases (with verify option) do not match.
+       * Support UUID=<LUKS_UUID> format for device specification.
+
+2012-02-11  Milan Broz  <mbroz@redhat.com>
+       * Add --master-key-file option to luksOpen (open using volume key).
+
 2012-01-12  Milan Broz  <mbroz@redhat.com>
        * Fix use of empty keyfile.