From f9b9a9ca9ff4874b10c1f41c33652cd03be99f93 Mon Sep 17 00:00:00 2001
From: Mounir IDRASSI
Date: Mon, 18 Nov 2024 00:04:26 +0100
Subject: Increment version to 1.26.16. Update Release Notes. Update signed
Windows drivers.
---
doc/html/Release Notes.html | 31 +++++++++++++++++++++++++++++++
doc/html/ru/Release Notes.html | 33 ++++++++++++++++++++++++++++++++-
2 files changed, 63 insertions(+), 1 deletion(-)
(limited to 'doc/html')
diff --git a/doc/html/Release Notes.html b/doc/html/Release Notes.html
index 21317e4a..2cd74202 100644
--- a/doc/html/Release Notes.html
+++ b/doc/html/Release Notes.html
@@ -40,6 +40,37 @@
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.16 (November 17th, 2024):
+
+- All OSes:
+
+- Added support for SHA-256 x86 intrinsic to enhance the performance of PBKDF2-HMAC-SHA256.
+- Updated translations
+
+
+- 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.
+ - Fixed failed EFI detection on some PCs where the BootOrder variable is not defined (proposed by @kriegste, GH #360).
+ - Fixed various issues affecting the EFI system encryption configuration editor.
+ - Replaced the deprecated CryptGenRandom with BCryptGenRandom for generating secure random bytes.
+
+
+- Linux:
+
+ - Fixed an assertion issue with the wxWidgets library included in Ubuntu.
+ - Improved directory-opening logic by prioritizing xdg-open and adding fallback mechanisms.
+
+
+- macOS:
+
+ - Disabled screen capture by default. Added the --allow-screencapture CLI switch to enable it if needed.
+
+
+
+
1.26.15 (September 2nd, 2024):
- Windows:
diff --git a/doc/html/ru/Release Notes.html b/doc/html/ru/Release Notes.html
index d33afb1c..7250bcfb 100644
--- a/doc/html/ru/Release Notes.html
+++ b/doc/html/ru/Release Notes.html
@@ -43,7 +43,38 @@
VeraCrypt старее, чем 1.18a.
-1.26.15 (2 сентября 2024 года):
+1.26.16 (17 ноября 2024 года):
+
+- Все ОС:
+
+ - Добавлена поддержка SHA-256 x86 intrinsic для повышения производительности PBKDF2-HMAC-SHA256.
+ - Обновлены переводы.
+
+
+- Windows:
+
+ - Прекращена поддержка 32-битных версий Windows.
+ - Установлено, что минимально поддерживаемая версия Windows — Windows 10 May 2020 Update (версия 2004).
+ - Исправлена блокировка драйвера при низком уровне памяти, вызванная повторяющимися завершениями IRP.
+ - Исправлено определение EFI на некоторых ПК, где переменная BootOrder не определена (предложено @kriegste, GH #360).
+ - Исправлены различные проблемы, связанные с редактором конфигурации шифрования EFI системы.
+ - Заменён устаревший CryptGenRandom на BCryptGenRandom для генерации безопасных случайных данных.
+
+
+- Linux:
+
+ - Исправлена ошибка утверждения в библиотеке wxWidgets, включённой в Ubuntu.
+ - Улучшена логика открытия каталогов: теперь в первую очередь используется xdg-open с добавлением резервных механизмов.
+
+
+- macOS:
+
+ - Отключён захват экрана по умолчанию. Добавлен параметр командной строки --allow-screencapture для включения этой функции при необходимости.
+
+
+
+
+1.26.16 (2 сентября 2024 года):