mirror of
https://github.com/veracrypt/VeraCrypt
synced 2024-11-24 03:53:29 +01:00
Increment internal version to 1.24.23 and update release notes
This commit is contained in:
parent
cb7fb0a46a
commit
847da0ccdf
Binary file not shown.
@ -39,7 +39,7 @@ <h1>Release Notes</h1>
|
||||
<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.24-Update7</strong> (August 5<sup>th</sup>, 2020):</p>
|
||||
<p><strong style="text-align:left">1.24-Update7</strong> (August 6<sup>th</sup>, 2020):</p>
|
||||
<ul>
|
||||
<li><strong>All OSes:</strong>
|
||||
<ul>
|
||||
@ -69,6 +69,7 @@ <h1>Release Notes</h1>
|
||||
<li>MBR bootloader: fix incorrect compressed data size passed to decompressor in boot sector.</li>
|
||||
<li>Add warning message when typed password reaches maximum length during the system encryption wizard.</li>
|
||||
<li>Fix wrong error message when UTF-8 encoding of entered password exceeds the maximum supported length.</li>
|
||||
<li>Fix crash when using portable 32-bit "VeraCrypt Format.exe" to create hidden volume on a 64-bit machine where VeraCrypt is already installed.</li>
|
||||
<li>Update libzip to latest version 1.7.3.</li>
|
||||
<li>Update translations.</li>
|
||||
</ul>
|
||||
|
@ -12,7 +12,7 @@ endif()
|
||||
|
||||
# - Set version of the package
|
||||
set( FULL_VERSION "1.24-Update7" )
|
||||
set( VERSION "1.24.22" )
|
||||
set( VERSION "1.24.23" )
|
||||
set( RELEASE "1" )
|
||||
|
||||
# - Set PROJECT_NAME and CONFLICT_PACKAGE values
|
||||
|
@ -74,7 +74,7 @@
|
||||
<string>TRUE</string>
|
||||
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1.24.22</string>
|
||||
<string>1.24.23</string>
|
||||
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>_VERSION_</string>
|
||||
|
@ -74,7 +74,7 @@
|
||||
<string>TRUE</string>
|
||||
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1.24.22</string>
|
||||
<string>1.24.23</string>
|
||||
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>_VERSION_</string>
|
||||
|
@ -67,7 +67,7 @@ extern unsigned short _rotl16(unsigned short value, unsigned char shift);
|
||||
#define VERSION_NUM 0x0124
|
||||
|
||||
// Release date
|
||||
#define TC_STR_RELEASE_DATE L"August 5, 2020"
|
||||
#define TC_STR_RELEASE_DATE L"August 6, 2020"
|
||||
#define TC_RELEASE_DATE_YEAR 2020
|
||||
#define TC_RELEASE_DATE_MONTH 8
|
||||
|
||||
|
@ -193,8 +193,8 @@ IDR_MOUNT_RSRC_HEADER HEADER "resource.h"
|
||||
//
|
||||
|
||||
VS_VERSION_INFO VERSIONINFO
|
||||
FILEVERSION 1,24,22,0
|
||||
PRODUCTVERSION 1,24,22,0
|
||||
FILEVERSION 1,24,23,0
|
||||
PRODUCTVERSION 1,24,23,0
|
||||
FILEFLAGSMASK 0x17L
|
||||
#ifdef _DEBUG
|
||||
FILEFLAGS 0x1L
|
||||
|
@ -28,8 +28,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
|
||||
//
|
||||
|
||||
VS_VERSION_INFO VERSIONINFO
|
||||
FILEVERSION 1,24,22,0
|
||||
PRODUCTVERSION 1,24,22,0
|
||||
FILEVERSION 1,24,23,0
|
||||
PRODUCTVERSION 1,24,23,0
|
||||
FILEFLAGSMASK 0x17L
|
||||
#ifdef _DEBUG
|
||||
FILEFLAGS 0x1L
|
||||
|
@ -559,8 +559,8 @@ END
|
||||
//
|
||||
|
||||
VS_VERSION_INFO VERSIONINFO
|
||||
FILEVERSION 1,24,22,0
|
||||
PRODUCTVERSION 1,24,22,0
|
||||
FILEVERSION 1,24,23,0
|
||||
PRODUCTVERSION 1,24,23,0
|
||||
FILEFLAGSMASK 0x17L
|
||||
#ifdef _DEBUG
|
||||
FILEFLAGS 0x1L
|
||||
|
@ -555,7 +555,7 @@
|
||||
<key>USE_HFS+_COMPRESSION</key>
|
||||
<false/>
|
||||
<key>VERSION</key>
|
||||
<string>1.24.22</string>
|
||||
<string>1.24.23</string>
|
||||
</dict>
|
||||
<key>TYPE</key>
|
||||
<integer>0</integer>
|
||||
|
@ -555,7 +555,7 @@
|
||||
<key>USE_HFS+_COMPRESSION</key>
|
||||
<false/>
|
||||
<key>VERSION</key>
|
||||
<string>1.24.22</string>
|
||||
<string>1.24.23</string>
|
||||
</dict>
|
||||
<key>TYPE</key>
|
||||
<integer>0</integer>
|
||||
|
@ -26,8 +26,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
|
||||
//
|
||||
|
||||
VS_VERSION_INFO VERSIONINFO
|
||||
FILEVERSION 1,24,22,0
|
||||
PRODUCTVERSION 1,24,22,0
|
||||
FILEVERSION 1,24,23,0
|
||||
PRODUCTVERSION 1,24,23,0
|
||||
FILEFLAGSMASK 0x17L
|
||||
#ifdef _DEBUG
|
||||
FILEFLAGS 0x1L
|
||||
|
@ -28,8 +28,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
|
||||
//
|
||||
|
||||
VS_VERSION_INFO VERSIONINFO
|
||||
FILEVERSION 1,24,22,0
|
||||
PRODUCTVERSION 1,24,22,0
|
||||
FILEVERSION 1,24,23,0
|
||||
PRODUCTVERSION 1,24,23,0
|
||||
FILEFLAGSMASK 0x17L
|
||||
#ifdef _DEBUG
|
||||
FILEFLAGS 0x1L
|
||||
|
Loading…
Reference in New Issue
Block a user