From 7a87141e53b75498a46e816d00c46a91c75ea4d3 Mon Sep 17 00:00:00 2001
From: Mounir IDRASSI
Date: Fri, 3 Jul 2020 16:29:53 +0200
Subject: Increment internal version to 1.24.19
---
doc/chm/VeraCrypt User Guide.chm | Bin 1978333 -> 1979179 bytes
doc/html/Release Notes.html | 10 +++++++++-
2 files changed, 9 insertions(+), 1 deletion(-)
(limited to 'doc')
diff --git a/doc/chm/VeraCrypt User Guide.chm b/doc/chm/VeraCrypt User Guide.chm
index 53ff2125..eb5f2ac5 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 39cb2045..8371f144 100644
--- a/doc/html/Release Notes.html
+++ b/doc/html/Release Notes.html
@@ -39,11 +39,12 @@
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.24-Update7(June 23rd, 2020):
+1.24-Update7(July 2nd, 2020):
- All OSes:
- Don't allow Hidden volume to have the same password, PIM and keyfiles as Outer volume
+- Fix random crash in 32-bit builds when using Streebog.
- Minor code cleanup
@@ -51,12 +52,19 @@
- Fix wrong results in benchmark of encryption algorithms when RAM encryption is enabled
- 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.
+- 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.
+- Avoid displaying waiting dialog when /silent specified for "VeraCrypt Format" during creating of file container using /create switch and a filesystem other than FAT.
+- 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.
+- Don't use API for Processor Groups support if there is only 1 CPU group in the system. This can fix slowness issue observed on some PCs with AMD CPUs.
+- Don't allow to encrypt the system drive if it is already encrypted by BitLocker.
- Update translations.
- Linux/MacOSX:
- Force reading of at least 32 bytes from /dev/random before allowing it to fail gracefully
+- Allow choosing a filesystem other than FAT for Outer volume but display warning about risks of such choice. Implement an estimation of maximum possible size of hidden volume in this case.
+- Erase sensitive memory explicitly instead of relying on the compiler not optimizing calls to method Memory::Erase.
--
cgit v1.2.3