diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2021-12-20 00:16:51 +0100 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2021-12-20 00:19:10 +0100 |
commit | e373e72cda2a3565fb5efed7c8e444dd92e72c94 (patch) | |
tree | 24e9e8fbbf818f5116912df3d5ddaa7f61e3d861 /doc/html/Release Notes.html | |
parent | 5640de3584aa5d3ab327ecd7345ded2e0096b464 (diff) | |
download | VeraCrypt-e373e72cda2a3565fb5efed7c8e444dd92e72c94.tar.gz VeraCrypt-e373e72cda2a3565fb5efed7c8e444dd92e72c94.zip |
Increment version to 1.25.5 and update release notes
Diffstat (limited to 'doc/html/Release Notes.html')
-rw-r--r-- | doc/html/Release Notes.html | 14 |
1 files changed, 14 insertions, 0 deletions
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 @@ <strong>Note to users who created volumes with 1.17 version of VeraCrypt or earlier: </strong><br/> <span style="color:#ff0000;">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.</span></li> </p> +<p><strong style="text-align:left">1.25.5</strong> (December 19<sup>th</sup>, 2021):</p> +<ul> +<li><strong>Windows:</strong> +<ul> +<li>Add registry settings to control driver internal encryption queue (under HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\veracrypt): +<ul> +<li>VeraCryptEncryptionFragmentSize (REG_DWORD): size of encryption data fragment in KiB. Default is 256.</li> +<li>VeraCryptEncryptionIoRequestCount (REG_DWORD): maximum number of parallel I/O requests. Default is 16.</li> +<li>VeraCryptEncryptionItemCount (REG_DWORD): maximum number of encryption queue items processed in parallel. Default is 8.</li> +</ul> +</li> +</ul> +</li> +</ul> <p><strong style="text-align:left">1.25.4</strong> (December 3<sup>rd</sup>, 2021):</p> <ul> <li><strong>All OSes:</strong> |