From d02734dfaa85c583947358cf1ec1d4b426fb67a0 Mon Sep 17 00:00:00 2001
From: Mounir IDRASSI
Date: Thu, 21 Sep 2023 01:31:35 +0200
Subject: Update Release Notes. Increment version to 1.26.6.
---
doc/html/Release Notes.html | 18 +++++++++++++++---
1 file changed, 15 insertions(+), 3 deletions(-)
(limited to 'doc/html')
diff --git a/doc/html/Release Notes.html b/doc/html/Release Notes.html
index 5f955775..bbc070ff 100644
--- a/doc/html/Release Notes.html
+++ b/doc/html/Release Notes.html
@@ -39,7 +39,7 @@
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.26.5 (August 15th, 2023):
+1.26.6 (September 21st, 2023):
- All OSes:
- Windows:
+- Officially, the minimum supported version is now Windows 10. VeraCrypt may still run on Windows 7 and Windows 8/8.1, but no active tests are done on these platforms.
- EFI Bootloader:
- Fix bug in PasswordTimeout value handling that caused it to be limited to 255 seconds.
@@ -77,8 +78,16 @@
- Addition of Blake2s and removal of RIPEMD160 & GOST89
+- Enable memory protection by default. Add option under Performance/Driver Configuration to disable it if needed.
+
+ - Memory protection blocks non-admin processes from reading VeraCrypt memory
+ - It may block Screen Readers (Accessibility support) from reading VeraCrypt UI, in which case it can be disabled
+ - It can be disabled by setting registry value "VeraCryptEnableMemoryProtection" to 0 under "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\veracrypt"
+
+
+- Add process mitigation policy to prevent VeraCrypt from being injected by other processes
- Fix Secure Desktop issues under Windows 11 22H2
-- Implement support for mounting partially encrypted system partitions.
+- Implement support for mounting partially encrypted system partitions.
- Fix false positive detection of new device insertion when Clear Encryption Keys option is enable (System Encryption case only)
- Better implementation of Fast Create when creating file containers that uses UAC to request required privilege if not already held
- Allow choosing Fast Create in Format Wizard UI when creating file containers
@@ -91,9 +100,12 @@
- Display full list of supported cluster sizes for NTFS, ReFS and exFAT filesystems when creating volumes
- Support drag-n-drop of files and keyfiles in Expander.
- Implement translation of Expander UI
+- Replace legacy file/dir selection APIs with modern IFileDialog interface for better Windows 11 compatibility
+- Enhancements to dependency dlls safe loading, including delay loading.
+- remove recommendation of keyfiles files extensions and update documentation to mention risks of third-party file extensions.
- Add support for more language in the setup installer
- Update LZMA library to version 23.01
-- Update libzip to version 1.10.0 and zlib to version 1.2.13.
+- Update libzip to version 1.10.0 and zlib to version 1.3
- Linux:
--
cgit v1.2.3