From 8a1f6d904b7bdcb0c17e224bc3f274c8380b936d Mon Sep 17 00:00:00 2001
From: Mounir IDRASSI
Date: Wed, 16 Feb 2022 23:20:56 +0100
Subject: Update Release Notes and release date
---
doc/chm/VeraCrypt User Guide.chm | Bin 1919117 -> 1919047 bytes
doc/html/Release Notes.html | 5 +++--
src/Common/Tcdefs.h | 2 +-
3 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/doc/chm/VeraCrypt User Guide.chm b/doc/chm/VeraCrypt User Guide.chm
index 4f07e1c7..80c1a8a4 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 183b3b62..93de1d6e 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 10th, 2022):
+1.25.8 (February 17th, 2022):
- All OSes:
-- Update translations (Chinese, Dutch, German, Turkish).
+- Update translations (Chinese, Dutch, French, German, Turkish).
- Windows:
@@ -65,6 +65,7 @@
- Linux:
- Fix generic Linux installer overwriting /usr/sbin if it is a symlink.
+- Enable building from source without AES-NI support.
diff --git a/src/Common/Tcdefs.h b/src/Common/Tcdefs.h
index e9fa8492..e2db67c5 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 10, 2022"
+#define TC_STR_RELEASE_DATE L"February 17, 2022"
#define TC_RELEASE_DATE_YEAR 2022
#define TC_RELEASE_DATE_MONTH 02
--
cgit v1.2.3