mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-11 11:08:02 -06:00
Update Release Notes and add signed Windows driver.
This commit is contained in:
Binary file not shown.
@@ -52,6 +52,12 @@
|
|||||||
<li>Set minimum support for MSI installation to Windows 7.</li>
|
<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 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>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>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li><strong>Linux:</strong>
|
<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
|
;;; VeraCrypt
|
||||||
;;;
|
;;;
|
||||||
;;;
|
;;;
|
||||||
;;; Copyright (c) 2021, IDRIX
|
;;; Copyright (c) 2022, IDRIX
|
||||||
;;;
|
;;;
|
||||||
|
|
||||||
[Version]
|
[Version]
|
||||||
@@ -10,7 +10,7 @@ signature = "$Windows NT$"
|
|||||||
Class = "Encryption" ;This is determined by the work this filter driver does
|
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
|
ClassGuid = {a0a701c0-a511-42ff-aa6c-06dc0395576f} ;This value is determined by the Class
|
||||||
Provider = %ProviderString%
|
Provider = %ProviderString%
|
||||||
DriverVer = 12/29/2021,1.25.6.1
|
DriverVer = 02/05/2022,1.25.8.0
|
||||||
CatalogFile = veracrypt.cat
|
CatalogFile = veracrypt.cat
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user