mirror of
https://github.com/veracrypt/VeraCrypt
synced 2024-11-27 21:43:29 +01:00
Update Release Notes and add signed Windows driver.
This commit is contained in:
parent
c51a209879
commit
2da115ffb4
Binary file not shown.
@ -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>
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -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
|
||||
|
||||
|
||||
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user