mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-11 02:58:02 -06:00
Update Release Notes. Update Windows signed drivers. Update MBR bootloader.
This commit is contained in:
Binary file not shown.
@@ -51,6 +51,7 @@
|
||||
</li>
|
||||
<li><strong>Windows:</strong>
|
||||
<ul>
|
||||
<li>Fix regression in driver that always allowed defragmentation and caused other side effects.</li>
|
||||
<li>Revert to the previous method of gathering system entropy due to stability issues reported by users.</li>
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
@@ -47,26 +47,27 @@ VeraCrypt старее, чем 1.18a.</span></li>
|
||||
<ul>
|
||||
<li><strong>Все ОС:</strong>
|
||||
<ul>
|
||||
<li>Реализовано ускорение SHA-256 на ARM64-платформах с использованием команд процессора.</li>
|
||||
<li>Обновлены переводы.</li>
|
||||
<li>Во всём интерфейсе и документации термин "Dismount" заменён на "Unmount" для соответствия IT-стандартам.</li>
|
||||
<li>Ускорено вычисление SHA-256 на платформах ARM64 с помощью инструкций процессора.</li>
|
||||
<li>Обновлены переводы.</li>
|
||||
<li>Во всём интерфейсе и документации (на английском языке) термин "Dismount" заменён на "Unmount" для соответствия ИТ-стандартам.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><strong>Windows:</strong>
|
||||
<ul>
|
||||
<li>Устранена регрессия в драйвере, приводившая к постоянному разрешению дефрагментации и вызывавшая другие побочные эффекты.</li>
|
||||
<li>Восстановлен предыдущий метод сбора системной энтропии из-за сообщений пользователей о проблемах со стабильностью.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><strong>Linux:</strong>
|
||||
<ul>
|
||||
<li>Исправлена регрессия в Linux Mint, связанная с аутентификацией администратора по паролю (GH #1473).</li>
|
||||
<li>Исправлена регрессия в Linux Mint, влияющая на аутентификацию администратора по паролю (GH #1473).</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><strong>macOS:</strong>
|
||||
<ul>
|
||||
<li>Исправлена регрессия, из-за которой было невозможно размонтировать тома (GH #1467).</li>
|
||||
<li>Исправлена ошибка утверждения wxWidgets 3.2.6, связанная с неопределённым параметром <code>use-dummy-sudo-password</code> (GH #1470).</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>Исправлена регрессия, из-за которой было невозможно размонтировать тома (GH #1467).</li>
|
||||
<li>Исправлена ошибка утверждения wxWidgets 3.2.6, связанная с неопределённым параметром <code>use-dummy-sudo-password</code> (GH #1470).</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -2,7 +2,7 @@
|
||||
;;; VeraCrypt
|
||||
;;;
|
||||
;;;
|
||||
;;; Copyright (c) 2024, IDRIX
|
||||
;;; Copyright (c) 2025, 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 = 01/16/2025,1.26.18.1
|
||||
DriverVer = 02/03/2025,1.26.20.0
|
||||
CatalogFile = veracrypt.cat
|
||||
PnpLockdown = 1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user