VeraCrypt
aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMounir IDRASSI <mounir.idrassi@idrix.fr>2024-08-17 15:14:33 +0200
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2024-08-17 15:14:33 +0200
commit2ea486e856e133f39e460dd20875e52bbebba7b6 (patch)
tree410a6a306af043833d613eff86f589a04b2186e8
parenta9ac7320cd8cef56cca40fe5425107f54706df75 (diff)
downloadVeraCrypt-2ea486e856e133f39e460dd20875e52bbebba7b6.tar.gz
VeraCrypt-2ea486e856e133f39e460dd20875e52bbebba7b6.zip
Update Release Notes. Set release date to August 17th.
-rw-r--r--doc/chm/VeraCrypt User Guide.chmbin3234323 -> 3237882 bytes
-rw-r--r--doc/html/Release Notes.html3
-rw-r--r--doc/html/ru/Release Notes.html3
-rw-r--r--src/Common/Tcdefs.h2
4 files changed, 5 insertions, 3 deletions
diff --git a/doc/chm/VeraCrypt User Guide.chm b/doc/chm/VeraCrypt User Guide.chm
index 0324c66c..411ef79b 100644
--- a/doc/chm/VeraCrypt User Guide.chm
+++ b/doc/chm/VeraCrypt User Guide.chm
Binary files differ
diff --git a/doc/html/Release Notes.html b/doc/html/Release Notes.html
index 6506f169..64454181 100644
--- a/doc/html/Release Notes.html
+++ b/doc/html/Release Notes.html
@@ -39,7 +39,7 @@
<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 @@
<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>
diff --git a/doc/html/ru/Release Notes.html b/doc/html/ru/Release Notes.html
index 371f319e..1ff1e762 100644
--- a/doc/html/ru/Release Notes.html
+++ b/doc/html/ru/Release Notes.html
@@ -42,7 +42,7 @@
внешние, так и скрытые тома, включая шифрование системы и скрытую ОС, и удалить существующие тома, созданные версией
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 @@ VeraCrypt старее, чем 1.18a.</span></li>
<li>Реализован выбор языка в версиях для операционных систем, отличных от Windows.</li>
<li>Обеспечена совместимость кодовой базы с wxWidgets 3.3 в версиях для операционных систем, отличных от Windows.</li>
<li>Реализовано обнаружение томов, затронутых уязвимостью главного ключа XTS, и предупреждение пользователя об этой уязвимости.</li>
+<li>Обновлены сообщения об ошибках при монтировании с упоминанием удаления поддержки TrueCrypt и старых алгоритмов.</li>
</ul>
</li>
<li><strong>Windows:</strong>
diff --git a/src/Common/Tcdefs.h b/src/Common/Tcdefs.h
index a45cd009..237e4ed6 100644
--- a/src/Common/Tcdefs.h
+++ b/src/Common/Tcdefs.h
@@ -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