From 1b35abb191c56fa9890ff3f145fd866bbff361c1 Mon Sep 17 00:00:00 2001
From: Mounir IDRASSI
Date: Tue, 14 Jan 2025 12:26:28 +0100
Subject: Increment version to 1.26.18. Update copyright date. Update Release
Notes. Update Windows drivers.
---
doc/html/Release Notes.html | 15 ++++++++++++---
1 file changed, 12 insertions(+), 3 deletions(-)
(limited to 'doc/html/Release Notes.html')
diff --git a/doc/html/Release Notes.html b/doc/html/Release Notes.html
index 0791e25f..2519dbbc 100644
--- a/doc/html/Release Notes.html
+++ b/doc/html/Release Notes.html
@@ -40,7 +40,7 @@
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.17 (November 24th, 2024):
+1.26.18 (January 13th, 2025):
- All OSes:
@@ -51,23 +51,32 @@
- Windows:
- Dropped support for Windows 32-bit.
- - Set Windows 10 May 2020 Update (version 2004) as the minimum supported version.
- - Fixed driver deadlock under low-memory scenarios caused by re-entrant IRP completions.
+ - Set Windows 10 October 2018 Update (version 1809) as the minimum supported version.
+ - Reduce driver deadlock occurences under low-memory scenarios caused by re-entrant IRP completions.
- Fixed failed EFI detection on some PCs where the BootOrder variable is not defined (proposed by @kriegste, GH #360).
- Fixed "Access Denied" error when updating VeraCrypt using EXE setup following a Windows upgrade.
- Fixed various issues affecting the EFI system encryption configuration editor.
+ - Fixed regression in Traveler Disk creation (GH #886)
- Replaced the deprecated CryptGenRandom with BCryptGenRandom for generating secure random bytes.
+ - Use modern API to gather system entropy for random generation instead of obsolete ones.
+ - Update LZMA SDK to version 24.09
+ - Update libzip to version 1.11.2
- Linux:
- Fixed an assertion issue with the wxWidgets library included in Ubuntu.
- Improved directory-opening logic by prioritizing xdg-open and adding fallback mechanisms.
+ - Ensure that volume exists before starting the mount operation.
+ - Fix "Password too long" error message not expanded to include max length (GH #1456)
+ - Simplify sudo session detection logic.
- macOS:
- Disabled screen capture by default. Added the --allow-screencapture CLI switch to enable it if needed.
+ - Ensure that volume exists before starting the mount operation.
+ - Implement sudo session detection logic
--
cgit v1.2.3