Update Release Notes. Set release date to August 17th.

This commit is contained in:
Mounir IDRASSI 2024-08-17 15:14:33 +02:00
parent a9ac7320cd
commit 2ea486e856
No known key found for this signature in database
GPG Key ID: FC1B00364B3FE937
4 changed files with 5 additions and 3 deletions

Binary file not shown.

View File

@ -39,7 +39,7 @@ <h1>Release Notes</h1>
<strong>Note to users who created volumes with 1.17 version of VeraCrypt or earlier: </strong><br/>
<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.13</strong> (August 4<sup>th</sup>, 2024):</p>
<p><strong style="text-align:left">1.26.13</strong> (August 17<sup>th</sup>, 2024):</p>
<ul>
<li><strong>All OSes:</strong>
<ul>
@ -47,6 +47,7 @@ <h1>Release Notes</h1>
<li>Implement language selection settings in non-Windows versions.</li>
<li>Make codebase compatible with wxWidgets 3.3 in non-Windows versions.</li>
<li>Implement detection of volumes affected by XTS master key vulnerability and warn user about it.</li>
<li>Update mount failure error messages to mention removal of TrueCrypt support and old algorithms.</li>
</ul>
</li>
<li><strong>Windows:</strong>

View File

@ -42,7 +42,7 @@ <h1>История версий</h1>
внешние, так и скрытые тома, включая шифрование системы и скрытую ОС, и удалить существующие тома, созданные версией
VeraCrypt старее, чем 1.18a.</span></li>
</p>
<p><strong style="text-align:left">1.26.13</strong> (4 августа 2024 года):</p>
<p><strong style="text-align:left">1.26.13</strong> (17 августа 2024 года):</p>
<ul>
<li><strong>Все ОС:</strong>
<ul>
@ -50,6 +50,7 @@ <h1>История версий</h1>
<li>Реализован выбор языка в версиях для операционных систем, отличных от Windows.</li>
<li>Обеспечена совместимость кодовой базы с wxWidgets 3.3 в версиях для операционных систем, отличных от Windows.</li>
<li>Реализовано обнаружение томов, затронутых уязвимостью главного ключа XTS, и предупреждение пользователя об этой уязвимости.</li>
<li>Обновлены сообщения об ошибках при монтировании с упоминанием удаления поддержки TrueCrypt и старых алгоритмов.</li>
</ul>
</li>
<li><strong>Windows:</strong>

View File

@ -73,7 +73,7 @@ extern unsigned short _rotl16(unsigned short value, unsigned char shift);
#define VERSION_NUM 0x0126
// Release date
#define TC_STR_RELEASE_DATE L"August 4, 2024"
#define TC_STR_RELEASE_DATE L"August 17, 2024"
#define TC_RELEASE_DATE_YEAR 2024
#define TC_RELEASE_DATE_MONTH 8