aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMilan Broz <gmazyland@gmail.com>2024-03-07 15:00:31 +0100
committerMilan Broz <gmazyland@gmail.com>2024-03-07 15:23:15 +0100
commit143a76a5fa3e165849f820d0eeeef7bd628bfaa9 (patch)
treeb29f37962bba1d0c73842f9a08dd44c2564017cf
parent9906bc40e120f6694c59c510cd9a42848f8c708f (diff)
downloadcryptsetup-143a76a5fa3e165849f820d0eeeef7bd628bfaa9.tar.gz
Add 2.7.1 release notes.
-rw-r--r--docs/v2.7.1-ReleaseNotes30
1 files changed, 30 insertions, 0 deletions
diff --git a/docs/v2.7.1-ReleaseNotes b/docs/v2.7.1-ReleaseNotes
new file mode 100644
index 00000000..6ea66536
--- /dev/null
+++ b/docs/v2.7.1-ReleaseNotes
@@ -0,0 +1,30 @@
+Cryptsetup 2.7.1 Release Notes
+==============================
+Stable bug-fix release with minor extensions.
+
+All users of cryptsetup 2.7.0 should upgrade to this version.
+
+Changes since version 2.7.0
+~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+* Fix interrupted LUKS1 decryption resume.
+ With the replacement of the cryptsetup-reencrypt tool by the cryptsetup
+ reencrypt command, resuming the interrupted LUKS1 decryption operation
+ could fail. LUKS2 was not affected.
+
+* Allow --link-vk-to-keyring with --test-passphrase option.
+ This option allows uploading the volume key in a user-specified kernel
+ keyring without activating the device.
+
+* Fix crash when --active-name was used in decryption initialization.
+
+* Updates and changes to man pages, including indentation, sorting options
+ alphabetically, fixing mistakes in crypt_set_keyring_to_link, and fixing
+ some typos.
+
+* Fix compilation with libargon2 when --disable-internal-argon2 was used.
+
+* Do not require installed argon2.h header and never compile internal
+ libargon2 code if the crypto library directly supports Argon2.
+
+* Fixes to regression tests to support older Linux distributions.