Increment internal version to 1.24.22 and update release notes

This commit is contained in:
Mounir IDRASSI 2020-08-06 00:33:46 +02:00
parent 75c13c9b7b
commit 485ebc33d9
No known key found for this signature in database
GPG Key ID: 02C30AE90FAE4A6F
13 changed files with 20 additions and 17 deletions

Binary file not shown.

View File

@ -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.24-Update7</strong>(August 3<sup>rd</sup>, 2020):</p>
<p><strong style="text-align:left">1.24-Update7</strong> (August 5<sup>rd</sup>, 2020):</p>
<ul>
<li><strong>All OSes:</strong>
<ul>
@ -67,6 +67,8 @@
<li>Don't allow a directory path to be entered for the file container to be created in Format wizard.</li>
<li>Don't try to use fix for CVE-2019-19501 if Windows Shell has been modified or is not running since there is no reliable way to fix it in such non standard configuation.</li>
<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>Add support for Btrfs filesystem when creating volumes.</li>
<li>Update libzip to latest version 1.7.3.</li>
<li>Update translations.</li>
</ul>
@ -76,6 +78,7 @@
<li>Force reading of at least 32 bytes from /dev/random before allowing it to fail gracefully</li>
<li>Allow choosing a filesystem other than FAT for Outer volume but display warning about risks of such choice. Implement an estimation of maximum possible size of hidden volume in this case.</li>
<li>Erase sensitive memory explicitly instead of relying on the compiler not optimizing calls to method Memory::Erase.</li>
<li>Add support for Btrfs filesystem when creating volumes (Linux Only).</li>
<li>Update wxWidgets for static builds to version 3.0.5.</li>
</ul>
</li>

View File

@ -12,7 +12,7 @@ endif()
# - Set version of the package
set( FULL_VERSION "1.24-Update7" )
set( VERSION "1.24.21" )
set( VERSION "1.24.22" )
set( RELEASE "1" )
# - Set PROJECT_NAME and CONFLICT_PACKAGE values

View File

@ -74,7 +74,7 @@
<string>TRUE</string>
<key>CFBundleVersion</key>
<string>1.24.21</string>
<string>1.24.22</string>
<key>CFBundleShortVersionString</key>
<string>_VERSION_</string>

View File

@ -74,7 +74,7 @@
<string>TRUE</string>
<key>CFBundleVersion</key>
<string>1.24.21</string>
<string>1.24.22</string>
<key>CFBundleShortVersionString</key>
<string>_VERSION_</string>

View File

@ -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 3, 2020"
#define TC_STR_RELEASE_DATE L"August 5, 2020"
#define TC_RELEASE_DATE_YEAR 2020
#define TC_RELEASE_DATE_MONTH 8

View File

@ -193,8 +193,8 @@ IDR_MOUNT_RSRC_HEADER HEADER "resource.h"
//
VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,24,21,0
PRODUCTVERSION 1,24,21,0
FILEVERSION 1,24,22,0
PRODUCTVERSION 1,24,22,0
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L

View File

@ -28,8 +28,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
//
VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,24,21,0
PRODUCTVERSION 1,24,21,0
FILEVERSION 1,24,22,0
PRODUCTVERSION 1,24,22,0
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L

View File

@ -559,8 +559,8 @@ END
//
VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,24,21,0
PRODUCTVERSION 1,24,21,0
FILEVERSION 1,24,22,0
PRODUCTVERSION 1,24,22,0
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L

View File

@ -555,7 +555,7 @@
<key>USE_HFS+_COMPRESSION</key>
<false/>
<key>VERSION</key>
<string>1.24.21</string>
<string>1.24.22</string>
</dict>
<key>TYPE</key>
<integer>0</integer>

View File

@ -555,7 +555,7 @@
<key>USE_HFS+_COMPRESSION</key>
<false/>
<key>VERSION</key>
<string>1.24.21</string>
<string>1.24.22</string>
</dict>
<key>TYPE</key>
<integer>0</integer>

View File

@ -26,8 +26,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
//
VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,24,21,0
PRODUCTVERSION 1,24,21,0
FILEVERSION 1,24,22,0
PRODUCTVERSION 1,24,22,0
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L

View File

@ -28,8 +28,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
//
VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,24,21,0
PRODUCTVERSION 1,24,21,0
FILEVERSION 1,24,22,0
PRODUCTVERSION 1,24,22,0
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L