more formatting fixes
[platform/upstream/cryptsetup.git] / ChangeLog
index 9500cfe..5bdfdff 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+2010-11-25  Milan Broz  <mbroz@redhat.com>
+       * Fix crypt_activate_by_keyfile() to work with PLAIN devices.
+
+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.
+       * Add --dump-master-key option for luksDump to allow volume key dump.
+       * Allow to activate by internally cached volume key
+         (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.
        * Remove some obsolete info from man page.
@@ -7,6 +23,8 @@
        * Fix luksRemoveKey to behave as documented (do not ask
        for remaining keyslot passphrase).
        * Add more regression tests for commands.
+       * Disallow mapping of device which is already in use (mapped or mounted).
+       * Disallow luksFormat on device in use.
 
 2010-10-27  Milan Broz  <mbroz@redhat.com>
        * Rewrite cryptsetup luksFormat, luksOpen, luksAddKey to use new API