From 656b1c5902dbad06f9d07a25b8b6e8aa297faa57 Mon Sep 17 00:00:00 2001
From: Mounir IDRASSI
Date: Thu, 30 Dec 2021 15:33:16 +0100
Subject: Update Release Notes and add signed Windows driver.
---
doc/chm/VeraCrypt User Guide.chm | Bin 1917709 -> 1918277 bytes
doc/html/Release Notes.html | 19 ++++++++++++-------
2 files changed, 12 insertions(+), 7 deletions(-)
(limited to 'doc')
diff --git a/doc/chm/VeraCrypt User Guide.chm b/doc/chm/VeraCrypt User Guide.chm
index 0f780816..b2ed8c3f 100644
Binary files a/doc/chm/VeraCrypt User Guide.chm and b/doc/chm/VeraCrypt User Guide.chm differ
diff --git a/doc/html/Release Notes.html b/doc/html/Release Notes.html
index 2010273d..cb842c5c 100644
--- a/doc/html/Release Notes.html
+++ b/doc/html/Release Notes.html
@@ -39,22 +39,27 @@
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.6 (December 27th, 2021):
+1.25.6 (December 30th, 2021):
- Windows:
-- MSI installation only: Fix double-clicking .hc file container inserting %1 instead of volume name in UI path field.
-- Add registry settings to control driver internal encryption queue (under HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\veracrypt):
+
- MSI installation only: Fix double-clicking .hc file container inserting %1 instead of volume name in path field.
+- Advanced users: Add registry settings to control driver internal encryption queue to allow tuning performance for SSD disks and having better stability under heavy load.
-- 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.
+- Under registry key HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\veracrypt:
+
+- VeraCryptEncryptionFragmentSize (REG_DWORD): size of encryption data fragment in KiB. Default is 256. Maximum is 2048.
+- VeraCryptEncryptionIoRequestCount (REG_DWORD): maximum number of parallel I/O requests. Default is 16. Maximum is 8192.
+- VeraCryptEncryptionItemCount (REG_DWORD): maximum number of encryption queue items processed in parallel. Default as well as maximum is half of VeraCryptEncryptionIoRequestCount.
+
+
+- The triplet (FragmentSize=512, IoRequestCount=128, ItemCount=64) is an example of parameters that enhance sequential read speed on some SSD NVMe systems.
- MacOSX:
-- Fix resource files inside VeraCrypt application bundle (e.g. HTML documentation, languages XML files) being world-writable.
+- Fix resource files inside VeraCrypt application bundle (e.g. HTML documentation, languages XML files) being world-writable. (Reported by Niall O'Reilly)
--
cgit v1.2.3