text version synced
[platform/upstream/cryptsetup.git] / ChangeLog
index 97abf41..445ee07 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,51 @@
+2012-01-12  Milan Broz  <mbroz@redhat.com>
+       * Fix use of empty keyfile.
+
+2011-11-13  Milan Broz  <mbroz@redhat.com>
+       * Fix error message for luksClose and detached LUKS header.
+       * Allow --header for status command to get full info with detached header.
+
+2011-11-09  Milan Broz  <mbroz@redhat.com>
+       * Version 1.4.1.
+
+2011-11-05  Milan Broz  <mbroz@redhat.com>
+       * Merge pycryptsetup (Python libcryptsetup bindings).
+       * Fix stupid typo in set_iteration_time API call.
+       * Fix cryptsetup status output if parameter is device path.
+
+2011-10-27  Milan Broz  <mbroz@redhat.com>
+       * Fix crypt_get_volume_key_size() for plain device.
+       * Fix FSF address in license text.
+
+2011-10-25  Milan Broz  <mbroz@redhat.com>
+       * Print informative message in isLuks only in verbose mode.
+       * Version 1.4.0.
+
+2011-10-10  Milan Broz  <mbroz@redhat.com>
+       * Version 1.4.0-rc1.
+
+2011-10-05  Milan Broz  <mbroz@redhat.com>
+       * Support Nettle 2.4 crypto backend (for ripemd160).
+       * If device is not rotational, do not use Gutmann wipe method.
+       * Add crypt_last_error() API call.
+       * Fix luksKillSLot exit code if slot is inactive or invalid.
+       * Fix exit code if passphrases do not match in luksAddKey.
+       * Add LUKS on-disk format description into package.
+
+2011-09-22  Milan Broz  <mbroz@redhat.com>
+       * Support key-slot option for luksOpen (use only explicit keyslot).
+
+2011-08-22  Milan Broz  <mbroz@redhat.com>
+       * Add more paranoid checks for LUKS header and keyslot attributes.
+       * Fix crypt_load to properly check device size.
+       * Use new /dev/loop-control (kernel 3.1) if possible.
+       * Enhance check of device size before writing LUKS header.
+       * Do not allow context format of already formatted device.
+
+2011-07-25  Milan Broz  <mbroz@redhat.com>
+       * Remove hash/hmac restart from crypto backend and make it part of hash/hmac final.
+       * Improve check for invalid offset and size values.
+
 2011-07-19  Milan Broz  <mbroz@redhat.com>
        * Revert default initialisation of volume key in crypt_init_by_name().
        * Do not allow key retrieval while suspended (key could be wiped).
        * configure.in (AC_OUTPUT): Add m4/Makefile.
        (AM_GNU_GETTEXT_VERSION): Bump to 0.15.
 
-2006-10-22  David Härdeman  <david@hardeman.nu>
+2006-10-22  David Härdeman  <david@hardeman.nu>
 
        * Allow hashing of keys passed through stdin.
 
 
 2006-08-04  Clemens Fruhwirth  <clemens@endorphin.org>
 
-       * lib/setup.c (get_key): Applied patch from David Härdeman
+       * lib/setup.c (get_key): Applied patch from David Härdeman
        <david@2gen.com> for reading binary keys from stdin using
        the "-" as key file.
 
 
 2006-07-23  Clemens Fruhwirth  <clemens@endorphin.org>
 
-       * Applied patches from David Härdeman <david@2gen.com> to fix 64
+       * Applied patches from David Härdeman <david@2gen.com> to fix 64
        bit compiler warning issues.
 
 2006-05-19  Clemens Fruhwirth  <clemens@endorphin.org>
 
        * configure.in: Release 1.0.3.
 
-       * Applied patch by Johannes Weißl for more meaningful exit codes
+       * Applied patch by Johannes Weißl for more meaningful exit codes
        and password retries
 
 2006-03-30  Clemens Fruhwirth  <clemens@endorphin.org>