diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2022-02-10 23:28:02 +0100 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2022-02-11 00:37:17 +0100 |
commit | b5b252107df9134a03da42302f3fb22693809680 (patch) | |
tree | d3821d1776502c0e5bbd5a763c401442794ac59b | |
parent | e925dd2f1a448f2f0f2b4017089d9db38b0a5beb (diff) | |
download | VeraCrypt-b5b252107df9134a03da42302f3fb22693809680.tar.gz VeraCrypt-b5b252107df9134a03da42302f3fb22693809680.zip |
Update Release Notes and set release date to February 10th.
-rw-r--r-- | doc/chm/VeraCrypt User Guide.chm | bin | 1919065 -> 1919117 bytes | |||
-rw-r--r-- | doc/html/Release Notes.html | 6 | ||||
-rw-r--r-- | src/Common/Tcdefs.h | 2 |
3 files changed, 5 insertions, 3 deletions
diff --git a/doc/chm/VeraCrypt User Guide.chm b/doc/chm/VeraCrypt User Guide.chm Binary files differindex d6302204..4f07e1c7 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 aaa8dead..183b3b62 100644 --- a/doc/html/Release Notes.html +++ b/doc/html/Release Notes.html @@ -39,11 +39,11 @@ <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.25.8</strong> (February 5<sup>th</sup>, 2022):</p> +<p><strong style="text-align:left">1.25.8</strong> (February 10<sup>th</sup>, 2022):</p> <ul> <li><strong>All OSes:</strong> <ul> -<li>Update translations.</li> +<li>Update translations (Chinese, Dutch, German, Turkish).</li> </ul> </li> <li><strong>Windows:</strong> @@ -51,6 +51,8 @@ <li>Make MSI installer compatible with system encryption.</li> <li>Set minimum support for MSI installation to Windows 7.</li> <li>Fix failure to create Traveler Disk when VeraCrypt is installed using MSI.</li> +<li>Don't cache the outer volume password when mounting with hidden volume protection if wrong hidden volume password was specified.</li> +<li>Reduce the size of EXE installers by almost 50% by using LZMA compression instead of DEFLATE.</li> <li>Fix double-clicking mounted drive in VeraCrypt UI not working in some special Windows configurations.</li> <li>Add registry key to fix BSOD during shutdown/reboot on some machines when using system encryption. <ul> diff --git a/src/Common/Tcdefs.h b/src/Common/Tcdefs.h index edce6d61..e9fa8492 100644 --- a/src/Common/Tcdefs.h +++ b/src/Common/Tcdefs.h @@ -69,7 +69,7 @@ extern unsigned short _rotl16(unsigned short value, unsigned char shift); #define VERSION_NUM 0x0125 // Release date -#define TC_STR_RELEASE_DATE L"February 5, 2022" +#define TC_STR_RELEASE_DATE L"February 10, 2022" #define TC_RELEASE_DATE_YEAR 2022 #define TC_RELEASE_DATE_MONTH 02 |