diff options
-rw-r--r-- | doc/chm/VeraCrypt User Guide.chm | bin | 3238299 -> 3238309 bytes | |||
-rw-r--r-- | doc/html/Release Notes.html | 2 | ||||
-rw-r--r-- | doc/html/ru/Release Notes.html | 2 | ||||
-rw-r--r-- | src/Common/Tcdefs.h | 2 |
4 files changed, 3 insertions, 3 deletions
diff --git a/doc/chm/VeraCrypt User Guide.chm b/doc/chm/VeraCrypt User Guide.chm Binary files differindex d96eb394..11de385d 100644 --- a/doc/chm/VeraCrypt User Guide.chm +++ b/doc/chm/VeraCrypt User Guide.chm diff --git a/doc/html/Release Notes.html b/doc/html/Release Notes.html index fd5f0723..fd893fcc 100644 --- a/doc/html/Release Notes.html +++ b/doc/html/Release Notes.html @@ -39,9 +39,9 @@ <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.17</strong> (November 19<sup>th</sup>, 2024):</p> +<p><strong style="text-align:left">1.26.17</strong> (November 24<sup>th</sup>, 2024):</p> <ul> <li><strong>All OSes:</strong> <ul> <li>Added support for SHA-256 x86 intrinsic to enhance the performance of PBKDF2-HMAC-SHA256.</li> diff --git a/doc/html/ru/Release Notes.html b/doc/html/ru/Release Notes.html index 6d17208f..4664a2e4 100644 --- a/doc/html/ru/Release Notes.html +++ b/doc/html/ru/Release Notes.html @@ -42,9 +42,9 @@ внешние, так и скрытые тома, включая шифрование системы и скрытую ОС, и удалить существующие тома, созданные версией VeraCrypt старее, чем 1.18a.</span></li> </p> -<p><strong style="text-align:left">1.26.17</strong> (19 ноября 2024 года):</p> +<p><strong style="text-align:left">1.26.17</strong> (24 ноября 2024 года):</p> <ul> <li><strong>Все ОС:</strong> <ul> <li>Добавлена поддержка SHA-256 x86 intrinsic для повышения производительности PBKDF2-HMAC-SHA256.</li> diff --git a/src/Common/Tcdefs.h b/src/Common/Tcdefs.h index 1a068023..0051dba2 100644 --- a/src/Common/Tcdefs.h +++ b/src/Common/Tcdefs.h @@ -72,9 +72,9 @@ extern unsigned short _rotl16(unsigned short value, unsigned char shift); // Version number to compare against driver #define VERSION_NUM 0x0126 // Release date -#define TC_STR_RELEASE_DATE L"November 19, 2024" +#define TC_STR_RELEASE_DATE L"November 24, 2024" #define TC_RELEASE_DATE_YEAR 2024 #define TC_RELEASE_DATE_MONTH 11 #define BYTES_PER_KB 1024LL |