Update Release Notes and add signed Windows driver.

This commit is contained in:
Mounir IDRASSI 2022-02-06 09:50:17 +01:00
parent c51a209879
commit 2da115ffb4
No known key found for this signature in database
GPG Key ID: 02C30AE90FAE4A6F
9 changed files with 8 additions and 2 deletions

Binary file not shown.

View File

@ -52,6 +52,12 @@ <h1>Release Notes</h1>
<li>Set minimum support for MSI installation to Windows 7.</li>
<li>Fix failure to create Traveler Disk when VeraCrypt is installed using MSI.</li>
<li>Fix double-clicking mounted drive in VeraCrypt UI not working in some special Windows configurations.</li>
<li>Add registry key to fix BSOD during shutdown/reboot on some machines when using system encryption.
<ul>
<li>Under "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\veracrypt", create a REG_DWORD value named "VeraCryptEraseKeysShutdown".</li>
<li>Setting this registry value to 0 disables erasing system encryption keys which is the cause of BSOD during shutdown on some machines.</li>
</ul>
</li>
</ul>
</li>
<li><strong>Linux:</strong>

View File

@ -2,7 +2,7 @@
;;; VeraCrypt
;;;
;;;
;;; Copyright (c) 2021, IDRIX
;;; Copyright (c) 2022, IDRIX
;;;
[Version]
@ -10,7 +10,7 @@ signature = "$Windows NT$"
Class = "Encryption" ;This is determined by the work this filter driver does
ClassGuid = {a0a701c0-a511-42ff-aa6c-06dc0395576f} ;This value is determined by the Class
Provider = %ProviderString%
DriverVer = 12/29/2021,1.25.6.1
DriverVer = 02/05/2022,1.25.8.0
CatalogFile = veracrypt.cat