Imported Upstream version 2.3.3
[platform/upstream/cryptsetup.git] / docs / v1.4.0-ReleaseNotes
index 99df203..bef4e74 100644 (file)
@@ -62,14 +62,14 @@ WARNING: This release removes old deprecated API from libcryptsetup
             cannot properly work (there is filesystem allocation layer between
             header and disk).
 
-* Support --enable-discards option to allow discards/TRIM requests.
+* Support --allow-discards option to allow discards/TRIM requests.
 
    Since kernel 3.1, dm-crypt devices optionally (not by default) support
-   block discards (TRIM) comands.
+   block discards (TRIM) commands.
    If you want to enable this operation, you have to enable it manually
-   on every activation using --enable-discards
+   on every activation using --allow-discards
 
-          cryptsetup luksOpen --enable-discards /dev/sdb test_disk
+          cryptsetup luksOpen --allow-discards /dev/sdb test_disk
 
    WARNING: There are several security consequences, please read at least
             http://asalor.blogspot.com/2011/08/trim-dm-crypt-problems.html
@@ -89,7 +89,7 @@ WARNING: This release removes old deprecated API from libcryptsetup
  (It can be used to simulate trivial hidden disk concepts.)
 
 libcryptsetup API changes:
-  * Added options to suport detached metadata device
+  * Added options to support detached metadata device
      crypt_init_by_name_and_header()
      crypt_set_data_device()
   * Add crypt_last_error() API call.
@@ -118,6 +118,7 @@ Other changes
 * Fix luksKillSLot exit code if slot is inactive or invalid.
 * Fix exit code if passphrases do not match in luksAddKey.
 * Fix return code for status command when device doesn't exists.
+* Fix verbose messages in isLuks command.
 * Support Nettle 2.4 crypto backend (supports ripemd160).
 * Add LUKS on-disk format description into package.
 * Enhance check of device size before writing LUKS header.