diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2020-03-09 12:00:45 +0100 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2020-03-10 10:33:26 +0100 |
commit | 6bda9d1b35be7aaa0e17bdf23320de633d7fb2ac (patch) | |
tree | f70204db8cb94d1a27affe78bfa16b50832c991a | |
parent | 5402fa902e51ecb83f1f5629be62caa968ef31bb (diff) | |
download | VeraCrypt-6bda9d1b35be7aaa0e17bdf23320de633d7fb2ac.tar.gz VeraCrypt-6bda9d1b35be7aaa0e17bdf23320de633d7fb2ac.zip |
Set release date of 1.24-Update5 and update release notes
-rw-r--r-- | doc/chm/VeraCrypt User Guide.chm | bin | 1975631 -> 1977409 bytes | |||
-rw-r--r-- | doc/html/Release Notes.html | 7 | ||||
-rw-r--r-- | src/Common/Tcdefs.h | 4 |
3 files changed, 8 insertions, 3 deletions
diff --git a/doc/chm/VeraCrypt User Guide.chm b/doc/chm/VeraCrypt User Guide.chm Binary files differindex f40f1156..23dc74ed 100644 --- a/doc/chm/VeraCrypt User Guide.chm +++ b/doc/chm/VeraCrypt User Guide.chm diff --git a/doc/html/Release Notes.html b/doc/html/Release Notes.html index 3a0287a9..32e8104d 100644 --- a/doc/html/Release Notes.html +++ b/doc/html/Release Notes.html @@ -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> diff --git a/src/Common/Tcdefs.h b/src/Common/Tcdefs.h index 5a02bc5c..2d6780c3 100644 --- a/src/Common/Tcdefs.h +++ b/src/Common/Tcdefs.h @@ -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 |