diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2020-07-06 18:17:13 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2020-07-06 18:19:01 +0200 |
commit | 4c6b5df80be4de5a7f3cd5854d17053eec75b3e4 (patch) | |
tree | 3dd553a32c00e7b3e4d670b3448706466e9ad6be | |
parent | 3daaae0d4895b6d4f37499ec75f42ed8359a4d74 (diff) | |
download | VeraCrypt-4c6b5df80be4de5a7f3cd5854d17053eec75b3e4.tar.gz VeraCrypt-4c6b5df80be4de5a7f3cd5854d17053eec75b3e4.zip |
Update Release Notes with latest Windows change (password drag-n-drop support)
-rw-r--r-- | doc/chm/VeraCrypt User Guide.chm | bin | 1979179 -> 1979259 bytes | |||
-rw-r--r-- | doc/html/Release Notes.html | 3 | ||||
-rw-r--r-- | src/Common/Tcdefs.h | 2 |
3 files changed, 3 insertions, 2 deletions
diff --git a/doc/chm/VeraCrypt User Guide.chm b/doc/chm/VeraCrypt User Guide.chm Binary files differindex eb5f2ac5..6812141f 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 8371f144..1c8681a2 100644 --- a/doc/html/Release Notes.html +++ b/doc/html/Release Notes.html @@ -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>(July 2<sup>nd</sup>, 2020):</p> +<p><strong style="text-align:left">1.24-Update7</strong>(July 6<sup>th</sup>, 2020):</p> <ul> <li><strong>All OSes:</strong> <ul> @@ -52,6 +52,7 @@ <ul> <li>Fix wrong results in benchmark of encryption algorithms when RAM encryption is enabled</li> <li>Fix issue when RAM encryption used, AES selected and AES-NI not supported by CPU that caused the free space of newly created volumes not filled with random data even if "quick format" is not selected.</li> +<li>Support password drag-n-drop from external applications (e.g. KeePass) to password UI fields which is more secure than using clipboard.</li> <li>Implements compatibility with Windows 10 Modern Standby and Windows 8.1 Connected Standby power model. This makes detection of entring power saving mode more reliable.</li> <li>Avoid displaying waiting dialog when /silent specified for "VeraCrypt Format" during creating of file container using /create switch and a filesystem other than FAT.</li> <li>Use native Windows format program to perform formatting of volume since it is more reliable and only fallback to FormatEx function from fmifs.dll in case of issue.</li> diff --git a/src/Common/Tcdefs.h b/src/Common/Tcdefs.h index b84e29cb..6269e754 100644 --- a/src/Common/Tcdefs.h +++ b/src/Common/Tcdefs.h @@ -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"July 2, 2020" +#define TC_STR_RELEASE_DATE L"July 6, 2020" #define TC_RELEASE_DATE_YEAR 2020 #define TC_RELEASE_DATE_MONTH 7 |