Skip to content

Commit 26eb821

Browse files
committed
Update Release Notes and release date. Increment version of Windows binaries
1 parent 98102bb commit 26eb821

File tree

14 files changed

+21
-18
lines changed

14 files changed

+21
-18
lines changed

doc/chm/VeraCrypt User Guide.chm

32 Bytes
Binary file not shown.
-886 Bytes
Binary file not shown.
-130 Bytes
Binary file not shown.

doc/html/en/Release Notes.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ <h1>Release Notes</h1>
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>
4242

43-
<p><strong style="text-align:left">1.26.22</strong> (May 26<sup>th</sup>, 2025):</p>
43+
<p><strong style="text-align:left">1.26.22</strong> (May 27<sup>th</sup>, 2025):</p>
4444
<ul>
4545
<li><strong>All OSes:</strong>
4646
<ul>
@@ -66,6 +66,7 @@ <h1>Release Notes</h1>
6666
</li>
6767
</ul>
6868
</li>
69+
<li>Fix race conditions when multiple instances of veracrypt.exe are started simultaneously.</li>
6970
<li>Updated <code>libzip</code> to version 1.11.3.</li>
7071
</ul>
7172
</li>

doc/html/ru/Release Notes.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ <h1>История версий</h1>
4343
VeraCrypt старее, чем 1.18a.</span></li>
4444
</p>
4545

46-
<p><strong style="text-align:left">1.26.22</strong> (26 мая 2025 года):</p>
46+
<p><strong style="text-align:left">1.26.22</strong> (27 мая 2025 года):</p>
4747
<ul>
4848
<li><strong>Все ОС:</strong>
4949
<ul>
@@ -69,6 +69,7 @@ <h1>История версий</h1>
6969
</li>
7070
</ul>
7171
</li>
72+
<li>Исправлены состояния гонки при одновременном запуске нескольких экземпляров veracrypt.exe.</li>
7273
<li>Библиотека <code>libzip</code> обновлена до версии 1.11.3.</li>
7374
</ul>
7475
</li>

doc/html/zh-cn/Release Notes.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ <h1>发行说明</h1>
4040
<span style="color:#ff0000;">为避免暴露您的卷是否包含隐藏卷,或者如果您在使用隐藏卷/操作系统时依赖似是而非的否认能力,那么您必须重新创建外部和隐藏卷,包括系统加密和隐藏操作系统,并丢弃VeraCrypt 1.18a版本之前创建的现有卷。</span></li>
4141
</p>
4242

43-
<p><strong style="text-align:left">1.26.22</strong> (2025年5月26日):</p>
43+
<p><strong style="text-align:left">1.26.22</strong> (2025年5月27日):</p>
4444
<ul>
4545
<li><strong>所有操作系统:</strong>
4646
<ul>
@@ -66,6 +66,7 @@ <h1>发行说明</h1>
6666
</li>
6767
</ul>
6868
</li>
69+
<li>修复当同时启动多个 veracrypt.exe 实例时出现的竞态条件问题。</li>
6970
<li>将libzip更新至1.11.3版本。</li>
7071
</ul>
7172
</li>

src/COMReg/COMReg.rc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
2727
//
2828

2929
VS_VERSION_INFO VERSIONINFO
30-
FILEVERSION 1,26,22,0
31-
PRODUCTVERSION 1,26,22,0
30+
FILEVERSION 1,26,22,1
31+
PRODUCTVERSION 1,26,22,1
3232
FILEFLAGSMASK 0x17L
3333
#ifdef _DEBUG
3434
FILEFLAGS 0x1L

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"May 26, 2025"
76+
#define TC_STR_RELEASE_DATE L"May 27, 2025"
7777
#define TC_RELEASE_DATE_YEAR 2025
7878
#define TC_RELEASE_DATE_MONTH 5
7979

src/ExpandVolume/ExpandVolume.rc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,8 +192,8 @@ IDR_MOUNT_RSRC_HEADER HEADER "resource.h"
192192
//
193193

194194
VS_VERSION_INFO VERSIONINFO
195-
FILEVERSION 1,26,22,0
196-
PRODUCTVERSION 1,26,22,0
195+
FILEVERSION 1,26,22,1
196+
PRODUCTVERSION 1,26,22,1
197197
FILEFLAGSMASK 0x17L
198198
#ifdef _DEBUG
199199
FILEFLAGS 0x1L

src/Format/Format.rc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
2828
//
2929

3030
VS_VERSION_INFO VERSIONINFO
31-
FILEVERSION 1,26,22,0
32-
PRODUCTVERSION 1,26,22,0
31+
FILEVERSION 1,26,22,1
32+
PRODUCTVERSION 1,26,22,1
3333
FILEFLAGSMASK 0x17L
3434
#ifdef _DEBUG
3535
FILEFLAGS 0x1L

0 commit comments

Comments
 (0)