added mailing list archive link
[platform/upstream/cryptsetup.git] / ChangeLog
index 421f000..f7c9282 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,27 @@
+2011-01-29  Milan Broz  <mbroz@redhat.com>
+       * Fix mapping removal if device disappeared but node still exists.
+       * Fix luksAddKey return code if master key is used.
+
+2011-01-25  Milan Broz  <mbroz@redhat.com>
+       * Add loop-AES handling (loopaesOpen and loopaesClose commands).
+        (requires kernel 2.6.38 and above)
+
+2011-01-05  Milan Broz  <mbroz@redhat.com>
+       * Fix static build (--disable-static-cryptsetup now works properly).
+
+2010-12-30  Milan Broz  <mbroz@redhat.com>
+       * Add compile time crypto backends implementation
+         (gcrypt, OpenSSL, NSS and userspace Linux kernel crypto api).
+       * Currently NSS is lacking ripemd160, cannot provide full plain compatibility.
+       * Use --with-crypto_backend=[gcrypt|openssl|nss|kernel] to configure.
+
+2010-12-20  Milan Broz  <mbroz@redhat.com>
+       * Version 1.2.0.
+
+2010-11-25  Milan Broz  <mbroz@redhat.com>
+       * Fix crypt_activate_by_keyfile() to work with PLAIN devices.
+       * Fix create command to properly handle keyfile size.
+
 2010-11-16  Milan Broz  <mbroz@redhat.com>
        * Version 1.2.0-rc1.