Sybnced to web version
[platform/upstream/cryptsetup.git] / ChangeLog
index 9873ee8..7000963 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,17 @@
+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).