Switch on retry on device remove for libdevmapper.
[platform/upstream/cryptsetup.git] / ChangeLog
index 68e0d7d..3511fc1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+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.
+
+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)