Skip to content

Commit 2ea486e

Browse files
committed
Update Release Notes. Set release date to August 17th.
1 parent a9ac732 commit 2ea486e

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

doc/chm/VeraCrypt User Guide.chm

3.48 KB
Binary file not shown.

doc/html/Release Notes.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,15 @@ <h1>Release Notes</h1>
3939
<strong>Note to users who created volumes with 1.17 version of VeraCrypt or earlier: </strong><br/>
4040
<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>
4141
</p>
42-
<p><strong style="text-align:left">1.26.13</strong> (August 4<sup>th</sup>, 2024):</p>
42+
<p><strong style="text-align:left">1.26.13</strong> (August 17<sup>th</sup>, 2024):</p>
4343
<ul>
4444
<li><strong>All OSes:</strong>
4545
<ul>
4646
<li>Update translations and documentation</li>
4747
<li>Implement language selection settings in non-Windows versions.</li>
4848
<li>Make codebase compatible with wxWidgets 3.3 in non-Windows versions.</li>
4949
<li>Implement detection of volumes affected by XTS master key vulnerability and warn user about it.</li>
50+
<li>Update mount failure error messages to mention removal of TrueCrypt support and old algorithms.</li>
5051
</ul>
5152
</li>
5253
<li><strong>Windows:</strong>

doc/html/ru/Release Notes.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,15 @@ <h1>История версий</h1>
4242
внешние, так и скрытые тома, включая шифрование системы и скрытую ОС, и удалить существующие тома, созданные версией
4343
VeraCrypt старее, чем 1.18a.</span></li>
4444
</p>
45-
<p><strong style="text-align:left">1.26.13</strong> (4 августа 2024 года):</p>
45+
<p><strong style="text-align:left">1.26.13</strong> (17 августа 2024 года):</p>
4646
<ul>
4747
<li><strong>Все ОС:</strong>
4848
<ul>
4949
<li>Обновлены переводы и документация.</li>
5050
<li>Реализован выбор языка в версиях для операционных систем, отличных от Windows.</li>
5151
<li>Обеспечена совместимость кодовой базы с wxWidgets 3.3 в версиях для операционных систем, отличных от Windows.</li>
5252
<li>Реализовано обнаружение томов, затронутых уязвимостью главного ключа XTS, и предупреждение пользователя об этой уязвимости.</li>
53+
<li>Обновлены сообщения об ошибках при монтировании с упоминанием удаления поддержки TrueCrypt и старых алгоритмов.</li>
5354
</ul>
5455
</li>
5556
<li><strong>Windows:</strong>

src/Common/Tcdefs.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ extern unsigned short _rotl16(unsigned short value, unsigned char shift);
7373
#define VERSION_NUM 0x0126
7474

7575
// Release date
76-
#define TC_STR_RELEASE_DATE L"August 4, 2024"
76+
#define TC_STR_RELEASE_DATE L"August 17, 2024"
7777
#define TC_RELEASE_DATE_YEAR 2024
7878
#define TC_RELEASE_DATE_MONTH 8
7979

0 commit comments

Comments
 (0)