update of ascii version
[platform/upstream/cryptsetup.git] / ChangeLog
index 7ce2b9d..124dbec 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,59 @@
+2011-06-08  Milan Broz  <mbroz@redhat.com>
+       * Fix return code for status command when device doesn't exists.
+
+2011-05-24  Milan Broz  <mbroz@redhat.com>
+       * Version 1.3.1.
+
+2011-05-17  Milan Broz  <mbroz@redhat.com>
+       * Fix keyfile=- processing in create command (1.3.0).
+       * Simplify device path status check.
+
+2011-05-03  Milan Broz  <mbroz@redhat.com>
+       * Do not ignore size argument for create command (1.2.0).
+
+2011-04-18  Milan Broz  <mbroz@redhat.com>
+       * Fix error paths in blockwise code and lseek_write call.
+       * Add Nettle crypto backend support.
+
+2011-04-05  Milan Broz  <mbroz@redhat.com>
+       * Version 1.3.0.
+
+2011-03-22  Milan Broz  <mbroz@redhat.com>
+       * Also support --skip and --hash option for loopaesOpen.
+       * Fix return code when passphrase is read from pipe.
+       * Document cryptsetup exit codes.
+
+2011-03-18  Milan Broz  <mbroz@redhat.com>
+       * Respect maximum keyfile size paramater.
+       * Introduce maximum default keyfile size, add configure option.
+       * Require the whole key read from keyfile in create command (broken in 1.2.0).
+       * Fix offset option for loopaesOpen.
+       * Lock memory also in luksDump command.
+       * Version 1.3.0-rc2.
+
+2011-03-14  Milan Broz  <mbroz@redhat.com>
+       * Version 1.3.0-rc1.
+
+2011-03-11  Milan Broz  <mbroz@redhat.com>
+       * Add loop manipulation code and support mapping of images in file.
+       * Add backing device loop info into status message.
+       * Add luksChangeKey command.
+
+2011-03-05  Milan Broz  <mbroz@redhat.com>
+       * Add exception to COPYING for binary distribution linked with OpenSSL library.
+       * Set secure data flag (wipe all ioclt buffers) if devmapper library supports it.
+
+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).