From 1ae99f2e67eb5e613ae577714dcf4240d9f232de Mon Sep 17 00:00:00 2001
From: Mounir IDRASSI
Date: Sun, 27 Oct 2019 10:44:47 +0100
Subject: Windows: Update Release Notes and set 1.24-Hotfix1 release date to
October 27th.
---
doc/chm/VeraCrypt User Guide.chm | Bin 1971325 -> 1971353 bytes
doc/html/Release Notes.html | 3 ++-
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
index ca95617f..7315ec21 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 8064a949..09e5d1ed 100644
--- a/doc/html/Release Notes.html
+++ b/doc/html/Release Notes.html
@@ -40,11 +40,12 @@
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-Hotfix1 (October 25rd, 2019):
+1.24-Hotfix1 (October 27rd, 2019):
- Windows:
- Fix 1.24 regression that caused system favorites not to mount at boot if VeraCrypt freshly installed.
+- Fix failure to encrypt system if the current Windows username contains a Unicode non-ASCII character.
- Make VeraCrypt Expander able to resume expansion of volumes whose previous expansion was aborted before it finishes.
- Add "Quick Expand" option to VeraCrypt Expander to accelarate the expansion of large file containers.
- Add several robustness checks and validation in case of system encryption to better handle some corner cases.
diff --git a/src/Common/Tcdefs.h b/src/Common/Tcdefs.h
index 22e8b58a..b9f3756f 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"October 25, 2019"
+#define TC_STR_RELEASE_DATE L"October 27, 2019"
#define TC_RELEASE_DATE_YEAR 2019
#define TC_RELEASE_DATE_MONTH 10
--
cgit v1.2.3