From e373e72cda2a3565fb5efed7c8e444dd92e72c94 Mon Sep 17 00:00:00 2001
From: Mounir IDRASSI
Date: Mon, 20 Dec 2021 00:16:51 +0100
Subject: Increment version to 1.25.5 and update release notes
---
doc/html/Release Notes.html | 14 ++++++++++++++
1 file changed, 14 insertions(+)
(limited to 'doc/html/Release Notes.html')
diff --git a/doc/html/Release Notes.html b/doc/html/Release Notes.html
index 4b1c1aba..eaf4f0de 100644
--- a/doc/html/Release Notes.html
+++ b/doc/html/Release Notes.html
@@ -39,6 +39,20 @@
Note to users who created volumes with 1.17 version of VeraCrypt or earlier:
To avoid hinting whether your volumes contain a hidden volume or not, or if you depend on plausible deniability when using hidden volumes/OS, then you must recreate both the outer and hidden volumes including system encryption and hidden OS, discarding existing volumes created prior to 1.18a version of VeraCrypt.
+1.25.5 (December 19th, 2021):
+
+- Windows:
+
+- Add registry settings to control driver internal encryption queue (under HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\veracrypt):
+
+- VeraCryptEncryptionFragmentSize (REG_DWORD): size of encryption data fragment in KiB. Default is 256.
+- VeraCryptEncryptionIoRequestCount (REG_DWORD): maximum number of parallel I/O requests. Default is 16.
+- VeraCryptEncryptionItemCount (REG_DWORD): maximum number of encryption queue items processed in parallel. Default is 8.
+
+
+
+
+
1.25.4 (December 3rd, 2021):