Create hash image if doesn't exist in veritysetup format.
[platform/upstream/cryptsetup.git] / ChangeLog
index b8d2e04..18cdcd3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,34 @@
+2012-08-12  Milan Broz  <gmazyland@gmail.com>
+       * Allocate loop device late (only when real block device needed).
+       * Rework underlying device/file access functions.
+       * Create hash image if doesn't exist in veritysetup format.
+
+2012-07-10  Milan Broz  <gmazyland@gmail.com>
+       * Version 1.5.0.
+
+2012-06-25  Milan Broz  <gmazyland@gmail.com>
+       * Add --device-size option for reencryption tool.
+       * Switch to use unit suffix for --reduce-device-size option.
+       * Remove open device debugging feature (no longer needed).
+       * Fix library name for FIPS check.
+
+2012-06-20  Milan Broz  <gmazyland@gmail.com>
+       * Version 1.5.0-rc2.
+
+2012-06-18  Milan Broz  <gmazyland@gmail.com>
+       * Introduce cryptsetup-reencrypt - experimental offline LUKS reencryption tool.
+       * Fix luks-header-from-active script (do not use LUKS header on-disk, add UUID).
+       * Add --test-passphrase option for luksOpen (check passphrase only).
+
+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).