added mailing list archive link
[platform/upstream/cryptsetup.git] / ChangeLog
index bf1cbd6..f7c9282 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,30 @@
+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.
+
 2010-11-13  Milan Broz  <mbroz@redhat.com>
        * Fix password callback call.
        * Fix default plain password entry from terminal in activate_by_passphrase.
@@ -6,6 +33,7 @@
          (format/activate without keyslots active - used for temporary devices).
        * Initialize volume key from active device in crypt_init_by_name()
        * Fix cryptsetup binary exitcodes.
+       * Increase library version (still binary compatible with 1.1.x release).
 
 2010-11-01  Milan Broz  <mbroz@redhat.com>
        * No longer support luksDelKey, reload and --non-exclusive.