updated
[platform/upstream/cryptsetup.git] / ChangeLog
index 5ccd91b..65732ec 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,50 @@
+2010-08-05  Milan Broz  <mbroz@redhat.com>
+       * Wipe iteration and salt after KillSlot in LUKS header.
+       * Rewrite file differ test to C (and fix it to really work).
+       * Switch to 1MiB default alignment of data.
+         For more info see https://bugzilla.redhat.com/show_bug.cgi?id=621684
+       * Do not query non-existent device twice (cryptsetup status /dev/nonexistent).
+       * Check if requested hash is supported before writing LUKS header.
+
+2010-07-28  Arno Wagner <arno@wagner.name>
+       * Add FAQ (Frequently Asked Questions) file to distribution.
+
+2010-07-03  Milan Broz  <mbroz@redhat.com>
+       * Fix udev support for old libdevmapper with not compatible definition.
+       * Version 1.1.3.
+
+2010-06-01  Milan Broz  <mbroz@redhat.com>
+       * Fix device alignment ioctl calls parameters.
+       * Fix activate_by_* API calls to handle NULL device name as documented.
+
+2010-05-30  Milan Broz  <mbroz@redhat.com>
+       * Version 1.1.2.
+
+2010-05-27  Milan Broz  <mbroz@redhat.com>
+       * Fix luksFormat/luksOpen reading passphrase from stdin and "-" keyfile.
+       * Support --key-file/-d option for luksFormat.
+       * Fix description of --key-file and add --verbose and --debug options to man page.
+       * Add verbose log level and move unlocking message there.
+       * Remove device even if underlying device disappeared.
+       * Fix (deprecated) reload device command to accept new device argument.
+
+2010-05-23  Milan Broz  <mbroz@redhat.com>
+       * Fix luksClose operation for stacked DM devices.
+       * Version 1.1.1.
+
+2010-05-03  Milan Broz  <mbroz@redhat.com>
+       * Fix automatic dm-crypt module loading.
+       * Escape hyphens in man page.
+       * Version 1.1.1-rc2.
+
 2010-04-30  Milan Broz  <mbroz@redhat.com>
        * Try to use pkgconfig for device mapper library.
        * Detect old dm-crypt module and disable LUKS suspend/resume.
        * Fix apitest to work on older systems.
+       * Allow no hash specification in plain device constructor.
+       * Fix luksOpen reading of passphrase on stdin (if "-" keyfile specified).
+       * Fix isLuks to initialise crypto backend (blkid instead is suggested anyway).
+       * Version 1.1.1-rc1.
 
 2010-04-12  Milan Broz  <mbroz@redhat.com>
        * Fix package config to use proper package version.