From 11f1a21652b2509be9b526ef0c0ed575a0fc5908 Mon Sep 17 00:00:00 2001
From: Mounir IDRASSI
Date: Sun, 20 Oct 2019 22:30:37 +0200
Subject: Increment version to 1.23-Hotfix1-Preview
---
doc/html/Release Notes.html | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
(limited to 'doc/html/Release Notes.html')
diff --git a/doc/html/Release Notes.html b/doc/html/Release Notes.html
index be813c6c..54f5f7b7 100644
--- a/doc/html/Release Notes.html
+++ b/doc/html/Release Notes.html
@@ -39,6 +39,35 @@
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-Hotfix1-Preview (October 20th, 2019):
+
+- Windows:
+
+- Fix 1.24 regression that caused system favorites not to mount at boot if VeraCrypt freshly installed.
+- Make VeraCrypt Expander able to resume expansion of volumes whose previous expansion was aborted before it finishes.
+- Add several robustness checks and validation in case of system encryption to better handle some corner cases.
+- Minor UI and documentation changes.
+
+
+- Linux:
+
+- Workaround gcc 4.4.7 bug under CentOS 6 that caused VeraCrypt built under CentOS 6 to crash when Whirlpool hash is used.
+- Fix "incorrect password attempt" written to /var/log/auth.log when mounting volumes.
+- Fix dropping file in UI not showing its correct path , specifically under GTK-3.
+
+
+- MacOSX:
+
+- Fix some devices and partitions not showing in the device selection dialog under OSX 10.13 and newer.
+- Fix keyboard tab navigation between password fields in "Volume Password" page of volume creation wizard.
+- Support APFS filesystem for creation volumes.
+- Support Dark Mode.
+
+
+
+
+
1.24 (October 6th, 2019):