aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMilan Broz <gmazyland@gmail.com>2024-04-04 16:17:55 +0200
committerMilan Broz <gmazyland@gmail.com>2024-04-04 18:34:49 +0000
commit4bd64eed821b96f21ca1c6936dcf532f1e72d59c (patch)
treede032fa9873d2d468fa266b268090fc85e2364ef
parent4b0ae54379aa313ffbecd57343d5c2001f71768b (diff)
downloadcryptsetup-4bd64eed821b96f21ca1c6936dcf532f1e72d59c.tar.gz
Add 2.7.2 release notes.
-rw-r--r--docs/v2.7.2-ReleaseNotes23
1 files changed, 23 insertions, 0 deletions
diff --git a/docs/v2.7.2-ReleaseNotes b/docs/v2.7.2-ReleaseNotes
new file mode 100644
index 00000000..73df5e5c
--- /dev/null
+++ b/docs/v2.7.2-ReleaseNotes
@@ -0,0 +1,23 @@
+Cryptsetup 2.7.2 Release Notes
+==============================
+Stable bug-fix release.
+
+All users of cryptsetup 2.7 should upgrade to this version.
+
+Changes since version 2.7.1
+~~~~~~~~~~~~~~~~~~~~~~~~~~~
+* Fix activation of OPAL-only encrypted LUKS device with tokens.
+ The issue was caused by an invalid volume key check (assert)
+ that is impossible without software encryption.
+
+* Fix formatting of OPAL devices with 4096-byte sector size.
+
+* Fix incorrect OPAL locking range alignment calculation if used
+ over an unaligned device partition.
+
+* Add --hw-opal-factory-reset option description to the manual page.
+
+* Do not check the passphrase quality for OPAL Admin PIN,
+ as this passphrase already exists.
+
+* Update license for FAQ document to CC BY-SA 4.0.