Sybnced to web version
[platform/upstream/cryptsetup.git] / ChangeLog
index 5ab22ff..7000963 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,47 @@
+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.
+
+2011-11-13  Milan Broz  <mbroz@redhat.com>
+       * Fix error message for luksClose and detached LUKS header.
+       * Allow --header for status command to get full info with detached header.
+
+2011-11-09  Milan Broz  <mbroz@redhat.com>
+       * Version 1.4.1.
+
+2011-11-05  Milan Broz  <mbroz@redhat.com>
+       * Merge pycryptsetup (Python libcryptsetup bindings).
+       * Fix stupid typo in set_iteration_time API call.
+       * Fix cryptsetup status output if parameter is device path.
+
+2011-10-27  Milan Broz  <mbroz@redhat.com>
+       * Fix crypt_get_volume_key_size() for plain device.
+       * Fix FSF address in license text.
+
+2011-10-25  Milan Broz  <mbroz@redhat.com>
+       * Print informative message in isLuks only in verbose mode.
+       * Version 1.4.0.
+
+2011-10-10  Milan Broz  <mbroz@redhat.com>
+       * Version 1.4.0-rc1.
+
 2011-10-05  Milan Broz  <mbroz@redhat.com>
        * Support Nettle 2.4 crypto backend (for ripemd160).
        * If device is not rotational, do not use Gutmann wipe method.