From 522a784bfc1460404751b816038a299b86161d4a Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Thu, 4 Jun 2026 21:45:44 +0900 Subject: [PATCH] Update Release Notes. Set release date. --- doc/html/en/Release Notes.html | 110 ++++++++++++++++++++-------- doc/html/ru/Release Notes.html | 114 ++++++++++++++++++++++------- doc/html/zh-cn/Release Notes.html | 116 +++++++++++++++++++++++------- src/Common/Tcdefs.h | 2 +- 4 files changed, 259 insertions(+), 83 deletions(-) diff --git a/doc/html/en/Release Notes.html b/doc/html/en/Release Notes.html index 36f3a478..1bc8de63 100644 --- a/doc/html/en/Release Notes.html +++ b/doc/html/en/Release Notes.html @@ -39,54 +39,102 @@ 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.

-

1.26.28 (May 18th, 2026):

- - -

1.26.27 (September 20th, 2025):

+

1.26.29 (June 4th, 2026):

diff --git a/doc/html/ru/Release Notes.html b/doc/html/ru/Release Notes.html index d74569c0..92364e50 100644 --- a/doc/html/ru/Release Notes.html +++ b/doc/html/ru/Release Notes.html @@ -42,39 +42,103 @@ VeraCrypt старее, чем 1.18a.

-

1.26.27 (20 сентября 2025 года):

+

1.26.29 (4 июня 2026 года):

diff --git a/doc/html/zh-cn/Release Notes.html b/doc/html/zh-cn/Release Notes.html index 3e13bc18..c43350ce 100644 --- a/doc/html/zh-cn/Release Notes.html +++ b/doc/html/zh-cn/Release Notes.html @@ -39,39 +39,103 @@ 为避免暴露您的卷是否包含隐藏卷,或者如果您在使用隐藏卷/操作系统时依赖似是而非的否认能力,那么您必须重新创建外部和隐藏卷,包括系统加密和隐藏操作系统,并丢弃VeraCrypt 1.18a版本之前创建的现有卷。

-

1.26.27 (2025年9月20日):

+

1.26.29 (2026年6月4日):

@@ -1257,4 +1321,4 @@
  • 修复创建隐藏操作系统时的问题。
  • 小改进和漏洞修复。
  • -
    \ No newline at end of file +
    diff --git a/src/Common/Tcdefs.h b/src/Common/Tcdefs.h index 633da5d1..931025bd 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"June 2, 2026" +#define TC_STR_RELEASE_DATE L"June 4, 2026" #define TC_RELEASE_DATE_YEAR 2026 #define TC_RELEASE_DATE_MONTH 6