fixes to formatting
[platform/upstream/cryptsetup.git] / ChangeLog
index 9ff38de..5bdfdff 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,18 @@
+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.