diff --git a/doc/chm/VeraCrypt User Guide.chm b/doc/chm/VeraCrypt User Guide.chm
index 4099e06f..e5e7706f 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 c04cae77..830c7f56 100644
--- a/doc/html/Release Notes.html
+++ b/doc/html/Release Notes.html
@@ -39,7 +39,7 @@
Release Notes
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-Update9-Beta-21-08-15 (August 15th, 2021):
+1.25-RC1 (September 5th, 2021):
- All OSes:
@@ -50,9 +50,21 @@ Release Notes
- Windows:
- Add support for Windows on ARM64 (e.g. Microsoft Surface Pro X) but system encryption not yet supported.
-- Add MSI installer for silent mode deployment (ACCEPTLICENSE=YES must be set in msiexec command line).
+- Add MSI installer for silent mode deployment (ACCEPTLICENSE=YES must be set in msiexec command line).
+
+- For now, MSI installer cannot be used if system partition is encrypted with VeraCrypt
+
+
+- Drop support of Windows XP, Windows Vista and Windows 7. Windows 8 is now the minimum supported Windows version.
- Reduce time of mount when PRF auto-detection is selected.
+- Fix potential memory corruption in driver caused by integer overflow in IOCTL_STORAGE_MANAGE_DATA_SET_ATTRIBUTES (reported by Ilja van Sprundel).
- Replace insecure wcscpy/wcscat/strcpy runtime functions with secure equivalents.
+- Changes to EFI bootloader:
+
+- Fix memory leak in some cases caused by wrong check of pointer for calling MEM_FREE
+- Clear bootParams variable that may contain sensitive information when halting the system in case of fatal error
+- Add option "KeyboardInputDelay" in DcsProp to control the minimum delay supported between two key strokes
+
- Fix failure to load local HTML documentation if application running with administrative privileges
- Fix freeze when password dialog displayed in secure desktop and try to access token keyfiles protected by PIN
- Fix failure to launch keyfile generator in secure desktop mode
@@ -64,6 +76,7 @@ Release Notes
- MacOSX:
- Native support of Apple Silicon M1.
+- Drop official support of Mac OS X 10.7 Lion and Mac OS X 10.8 Mountain Lion.
- Add UI language support using installed XML files. Language is automatically detected using "LANG" environment variable
@@ -71,6 +84,7 @@ Release Notes
- Add UI language support using installed XML files. Language is automatically detected using "LANG" environment variable
- Compatiblity with with pam_tmpdir.
+- Display icon in notification area on Ubuntu 18.04 and newer (contibuted by https://unit193.net/).
- FreeBSD: