mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-11 02:58:02 -06:00
Increment version to 1.26.27. Update Release notes, Windows driver, bootloader
This commit is contained in:
@@ -39,7 +39,7 @@
|
||||
<span style="color:#ff0000;">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.</span></li>
|
||||
</p>
|
||||
|
||||
<p><strong style="text-align:left">1.26.26</strong> (June 29<sup>th</sup>, 2025):</p>
|
||||
<p><strong style="text-align:left">1.26.27</strong> (September 20<sup>th</sup>, 2025):</p>
|
||||
<ul>
|
||||
<li><strong>All OSes:</strong>
|
||||
<ul>
|
||||
@@ -50,10 +50,14 @@
|
||||
</li>
|
||||
<li><strong>Windows:</strong>
|
||||
<ul>
|
||||
<li>Fix rare BSOD (Blue Screen of Death) issue affecting VeraCrypt driver.</li>
|
||||
<li>Enhancements to the driver crash dump filter (GH PR #1590).</li>
|
||||
<li>Enhancement to I/O request handling in the driver.</li>
|
||||
<li>Add support of Argon2id password hashing algorithm.</li>
|
||||
<li>Speedup mounting when PRF autodetection is selected.</li>
|
||||
<li>Add CLI switch /protectScreen to allow disabling screen protection in portable mode (cf documentation)</li>
|
||||
<li>Add argument to CLI switch /protectMemory to allow disabling memory protection in portable mode (cf documentation)</li>
|
||||
<li>Add setting and CLI switch /enableIME to allow enabling Input Method Editor (IME) in Secure Desktop</li>
|
||||
<li>Provide VeraCrypt C/C++ SDK for creating volumes (https://github.com/veracrypt/VeraCrypt-SDK)</li>
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
@@ -42,7 +42,7 @@
|
||||
VeraCrypt старее, чем 1.18a.</span></li>
|
||||
</p>
|
||||
|
||||
<p><strong style="text-align:left">1.26.26</strong> (29 июня 2025 года):</p>
|
||||
<p><strong style="text-align:left">1.26.27</strong> (20 сентября 2025 года):</p>
|
||||
<ul>
|
||||
<li><strong>Все ОС:</strong>
|
||||
<ul>
|
||||
@@ -53,10 +53,14 @@ VeraCrypt старее, чем 1.18a.</span></li>
|
||||
</li>
|
||||
<li><strong>Windows:</strong>
|
||||
<ul>
|
||||
<li>Исправлена редкая ошибка BSOD (Blue Screen of Death), затрагивавшая драйвер VeraCrypt.</li>
|
||||
<li>Внесены улучшения в фильтр дампов аварийного завершения работы драйвера (GH PR #1590).</li>
|
||||
<li>В драйвере улучшена обработка I/O-запросов.</li>
|
||||
<li>Добавлена поддержка алгоритма Argon2id для хеширования паролей.</li>
|
||||
<li>Ускорено монтирование при выборе автодетекции PRF.</li>
|
||||
<li>Добавлен параметр командной строки <code>/protectScreen</code> для отключения защиты экрана в портативном режиме (см. документацию).</li>
|
||||
<li>Добавлен дополнительный аргумент для параметра <code>/protectMemory</code> — теперь можно отключать защиту памяти в портативном режиме (см. документацию).</li>
|
||||
<li>Добавлена настройка и параметр командной строки <code>/enableIME</code>, позволяющие включать редактор методов ввода (IME) на защищённом рабочем столе.</li>
|
||||
<li>Предоставлен SDK VeraCrypt на C/C++ для создания томов: <a href="https://github.com/veracrypt/VeraCrypt-SDK">https://github.com/veracrypt/VeraCrypt-SDK</a>.</li>
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
@@ -39,7 +39,7 @@
|
||||
<span style="color:#ff0000;">为避免暴露您的卷是否包含隐藏卷,或者如果您在使用隐藏卷/操作系统时依赖似是而非的否认能力,那么您必须重新创建外部和隐藏卷,包括系统加密和隐藏操作系统,并丢弃VeraCrypt 1.18a版本之前创建的现有卷。</span></li>
|
||||
</p>
|
||||
|
||||
<p><strong style="text-align:left">1.26.26</strong> (2025年6月29日):</p>
|
||||
<p><strong style="text-align:left">1.26.27</strong> (2025年9月20日):</p>
|
||||
<ul>
|
||||
<li><strong>所有操作系统:</strong>
|
||||
<ul>
|
||||
@@ -50,10 +50,14 @@
|
||||
</li>
|
||||
<li><strong>Windows:</strong>
|
||||
<ul>
|
||||
<li>修复影响VeraCrypt驱动程序的罕见蓝屏(BSOD)问题。</li>
|
||||
<li>增强驱动程序崩溃转储过滤功能(GH PR #1590)。</li>
|
||||
<li>优化驱动中的I/O请求处理流程。</li>
|
||||
<li>新增对Argon2id密码哈希算法的支持。</li>
|
||||
<li>加快了在选择自动检测伪随机函数(PRF)时的挂载速度。</li>
|
||||
<li>新增命令行参数 <code>/protectScreen</code>,可在便携模式下禁用屏幕保护功能(详见文档)。</li>
|
||||
<li>为命令行参数 <code>/protectMemory</code> 新增选项,可在便携模式下禁用内存保护功能(详见文档)。</li>
|
||||
<li>新增设置项及命令行参数 <code>/enableIME</code>,可在安全桌面下启用输入法(IME)功能。</li>
|
||||
<li>提供VeraCrypt C/C++ SDK,用于创建加密卷(<a href="https://github.com/veracrypt/VeraCrypt-SDK">https://github.com/veracrypt/VeraCrypt-SDK</a>)。</li>
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
Reference in New Issue
Block a user