From b5b252107df9134a03da42302f3fb22693809680 Mon Sep 17 00:00:00 2001
From: Mounir IDRASSI
Date: Thu, 10 Feb 2022 23:28:02 +0100
Subject: Update Release Notes and set release date to February 10th.
---
doc/chm/VeraCrypt User Guide.chm | Bin 1919065 -> 1919117 bytes
doc/html/Release Notes.html | 6 ++++--
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
index d6302204..4f07e1c7 100644
Binary files a/doc/chm/VeraCrypt User Guide.chm and b/doc/chm/VeraCrypt User Guide.chm differ
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 @@
Note to users who created volumes with 1.17 version of VeraCrypt or earlier:
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.
-1.25.8 (February 5th, 2022):
+1.25.8 (February 10th, 2022):
- All OSes:
-- Update translations.
+- Update translations (Chinese, Dutch, German, Turkish).
- Windows:
@@ -51,6 +51,8 @@
- Make MSI installer compatible with system encryption.
- Set minimum support for MSI installation to Windows 7.
- Fix failure to create Traveler Disk when VeraCrypt is installed using MSI.
+- Don't cache the outer volume password when mounting with hidden volume protection if wrong hidden volume password was specified.
+- Reduce the size of EXE installers by almost 50% by using LZMA compression instead of DEFLATE.
- Fix double-clicking mounted drive in VeraCrypt UI not working in some special Windows configurations.
- Add registry key to fix BSOD during shutdown/reboot on some machines when using system encryption.
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
--
cgit v1.2.3