mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-11 02:58:02 -06:00
Set release date of 1.24-Update5 and update release notes
This commit is contained in:
Binary file not shown.
@@ -40,11 +40,16 @@
|
||||
<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-Update5 </strong>(XXXXXX XX<sup>XX</sup>, 2020):</p>
|
||||
<p><strong style="text-align:left">1.24-Update5 </strong>(March 9<sup>th</sup>, 2020):</p>
|
||||
<ul>
|
||||
<li><strong>Windows:</strong>
|
||||
<ul>
|
||||
<li>Optimize performance for CPUs that have more than 64 logical processors (contributed by Sachin Keswani from AMD)</li>
|
||||
<li>Support specifying keyfiles (both in tokens and in filesystem) when creating file containers using command line (switches /keyfile, /tokenlib and /tokenpin supported in VeraCrypt Format)</li>
|
||||
<li>Fix leak of keyfiles path and name after VeraCrypt process exits.</li>
|
||||
<li>Add CLI switch /secureDesktop to VeraCrypt Format.</li>
|
||||
<li>Update libzip to version 1.6.1</li>
|
||||
<li>Minor UI fixes</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
@@ -67,9 +67,9 @@ extern unsigned short _rotl16(unsigned short value, unsigned char shift);
|
||||
#define VERSION_NUM 0x0124
|
||||
|
||||
// Release date
|
||||
#define TC_STR_RELEASE_DATE L"February 11, 2020"
|
||||
#define TC_STR_RELEASE_DATE L"March 9, 2020"
|
||||
#define TC_RELEASE_DATE_YEAR 2020
|
||||
#define TC_RELEASE_DATE_MONTH 2
|
||||
#define TC_RELEASE_DATE_MONTH 3
|
||||
|
||||
#define BYTES_PER_KB 1024LL
|
||||
#define BYTES_PER_MB 1048576LL
|
||||
|
||||
Reference in New Issue
Block a user