mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-11 02:58:02 -06:00
Increment version to 1.26.24. Update Release Notes and Windows drivers.
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -40,7 +40,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.23</strong> (May 29<sup>th</sup>, 2025):</p>
|
||||
<p><strong style="text-align:left">1.26.24</strong> (May 30<sup>th</sup>, 2025):</p>
|
||||
<ul>
|
||||
<li><strong>All OSes:</strong>
|
||||
<ul>
|
||||
@@ -62,7 +62,7 @@
|
||||
<li>Introduced command-line options <code>DISABLEMEMORYPROTECTION</code> and <code>DISABLESCREENPROTECTION</code> for the MSI installer to manage these features.</li>
|
||||
<li>Both options accept values <code>0</code> (enabled) or <code>1</code> (disabled).</li>
|
||||
<li>Example usage:<br>
|
||||
<code>msiexec /i VeraCrypt_Setup_x64_1.26.23.msi DISABLESCREENPROTECTION=1 /qn REBOOT=ReallySuppress MSIRESTARTMANAGERCONTROL=Disable ACCEPTLICENSE=YES</code>
|
||||
<code>msiexec /i VeraCrypt_Setup_x64_1.26.24.msi DISABLESCREENPROTECTION=1 /qn REBOOT=ReallySuppress MSIRESTARTMANAGERCONTROL=Disable ACCEPTLICENSE=YES</code>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
@@ -83,6 +83,7 @@
|
||||
<li><strong>macOS:</strong>
|
||||
<ul>
|
||||
<li>Fix absolute path of 'true' command not being used when checking if sudo session is active.</li>
|
||||
<li>Create simlink of VeraCrypt in <code>/usr/local/bin</code> to allow using it from command line.</li>
|
||||
<li>Fix failure to use Hungarian language translations.</li>
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
@@ -43,7 +43,7 @@
|
||||
VeraCrypt старее, чем 1.18a.</span></li>
|
||||
</p>
|
||||
|
||||
<p><strong style="text-align:left">1.26.23</strong> (29 мая 2025 года):</p>
|
||||
<p><strong style="text-align:left">1.26.24</strong> (30 мая 2025 года):</p>
|
||||
<ul>
|
||||
<li><strong>Все ОС:</strong>
|
||||
<ul>
|
||||
@@ -65,7 +65,7 @@ VeraCrypt старее, чем 1.18a.</span></li>
|
||||
<li>Добавлены параметры командной строки <code>DISABLEMEMORYPROTECTION</code> и <code>DISABLESCREENPROTECTION</code> для управления этими функциями в MSI-установщике.</li>
|
||||
<li>Оба параметра принимают значения <code>0</code> (включено) или <code>1</code> (отключено).</li>
|
||||
<li>Пример использования:<br>
|
||||
<code>msiexec /i VeraCrypt_Setup_x64_1.26.23.msi DISABLESCREENPROTECTION=1 /qn REBOOT=ReallySuppress MSIRESTARTMANAGERCONTROL=Disable ACCEPTLICENSE=YES</code>
|
||||
<code>msiexec /i VeraCrypt_Setup_x64_1.26.24.msi DISABLESCREENPROTECTION=1 /qn REBOOT=ReallySuppress MSIRESTARTMANAGERCONTROL=Disable ACCEPTLICENSE=YES</code>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
@@ -86,6 +86,7 @@ VeraCrypt старее, чем 1.18a.</span></li>
|
||||
<li><strong>macOS:</strong>
|
||||
<ul>
|
||||
<li>Исправлено использование абсолютного пути к команде 'true' при проверке активности sudo-сессии.</li>
|
||||
<li>Создан симлинк VeraCrypt в <code>/usr/local/bin</code> для использования из командной строки.</li>
|
||||
<li>Исправлена ошибка, препятствующая использованию венгерских переводов.</li>
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
@@ -40,7 +40,7 @@
|
||||
<span style="color:#ff0000;">为避免暴露您的卷是否包含隐藏卷,或者如果您在使用隐藏卷/操作系统时依赖似是而非的否认能力,那么您必须重新创建外部和隐藏卷,包括系统加密和隐藏操作系统,并丢弃VeraCrypt 1.18a版本之前创建的现有卷。</span></li>
|
||||
</p>
|
||||
|
||||
<p><strong style="text-align:left">1.26.23</strong> (2025年5月29日):</p>
|
||||
<p><strong style="text-align:left">1.26.24</strong> (2025年5月30日):</p>
|
||||
<ul>
|
||||
<li><strong>所有操作系统:</strong>
|
||||
<ul>
|
||||
@@ -62,7 +62,7 @@
|
||||
<li>新增命令行选项 <code>DISABLEMEMORYPROTECTION</code> 和 <code>DISABLESCREENPROTECTION</code>,用于管理上述功能。</li>
|
||||
<li>这两个选项均可接受 <code>0</code>(启用)或 <code>1</code>(禁用)作为取值。</li>
|
||||
<li>示例用法:<br>
|
||||
<code>msiexec /i VeraCrypt_Setup_x64_1.26.23.msi DISABLESCREENPROTECTION=1 /qn REBOOT=ReallySuppress MSIRESTARTMANAGERCONTROL=Disable ACCEPTLICENSE=YES</code>
|
||||
<code>msiexec /i VeraCrypt_Setup_x64_1.26.24.msi DISABLESCREENPROTECTION=1 /qn REBOOT=ReallySuppress MSIRESTARTMANAGERCONTROL=Disable ACCEPTLICENSE=YES</code>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
@@ -83,6 +83,7 @@
|
||||
<li><strong>macOS:</strong>
|
||||
<ul>
|
||||
<li>修复检查sudo会话状态时未使用“true”命令绝对路径的问题。</li>
|
||||
<li>在 /usr/local/bin 目录下创建 VeraCrypt 的符号链接,以便可通过命令行使用。</li>
|
||||
<li>修复无法使用匈牙利语翻译的问题。</li>
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
Reference in New Issue
Block a user