From 699a0a3ca5da5ba3189a4c9257920789a5f07dac Mon Sep 17 00:00:00 2001
From: Mounir IDRASSI
Date: Wed, 22 Jul 2020 17:25:51 +0200
Subject: Increment internal version to 1.24.20 and update release notes
---
doc/chm/VeraCrypt User Guide.chm | Bin 1979259 -> 1979677 bytes
doc/html/Release Notes.html | 6 +++++-
src/Build/CMakeLists.txt | 2 +-
src/Build/Resources/MacOSX/Info.plist.legacy.xml | 2 +-
src/Build/Resources/MacOSX/Info.plist.xml | 2 +-
src/Common/Tcdefs.h | 2 +-
src/Driver/Driver.rc | 4 ++--
src/ExpandVolume/ExpandVolume.rc | 4 ++--
src/Format/Format.rc | 4 ++--
src/Mount/Mount.rc | 4 ++--
src/Release/Setup Files/veracrypt-x64.cat | Bin 10637 -> 10637 bytes
src/Release/Setup Files/veracrypt-x64.sys | Bin 831616 -> 831616 bytes
src/Release/Setup Files/veracrypt.Inf | 2 +-
src/Release/Setup Files/veracrypt.cat | Bin 10577 -> 10570 bytes
src/Release/Setup Files/veracrypt.sys | Bin 798088 -> 798080 bytes
src/Setup/MacOSX/veracrypt.pkgproj | 2 +-
src/Setup/MacOSX/veracrypt_Legacy.pkgproj | 2 +-
src/Setup/Portable.rc | 4 ++--
src/Setup/Setup.rc | 4 ++--
19 files changed, 24 insertions(+), 20 deletions(-)
diff --git a/doc/chm/VeraCrypt User Guide.chm b/doc/chm/VeraCrypt User Guide.chm
index 6812141f..278e58ab 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 1c8681a2..6a712962 100644
--- a/doc/html/Release Notes.html
+++ b/doc/html/Release Notes.html
@@ -39,12 +39,13 @@
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(July 6th, 2020):
+1.24-Update7(July 22nd, 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.
+- Enable FIPS mode in JitterEntropy random generator.
- Minor code cleanup
@@ -58,6 +59,9 @@
- 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.
+- Implement detection of Hibernate and Fast Startup and disable them if RAM encryption is activated.
+- Warn about Fast Startup if it is enabled during VeraCrypt installation/upgrade, when starting system encryption or when creating a volume, and propose to disable it.
+- Add UI options to control the behavior of automatic bootloader fixing when System Encryption used.
- Update translations.
diff --git a/src/Build/CMakeLists.txt b/src/Build/CMakeLists.txt
index ee1f4230..79ea4b87 100644
--- a/src/Build/CMakeLists.txt
+++ b/src/Build/CMakeLists.txt
@@ -12,7 +12,7 @@ endif()
# - Set version of the package
set( FULL_VERSION "1.24-Update7" )
-set( VERSION "1.24.19" )
+set( VERSION "1.24.20" )
set( RELEASE "1" )
# - Set PROJECT_NAME and CONFLICT_PACKAGE values
diff --git a/src/Build/Resources/MacOSX/Info.plist.legacy.xml b/src/Build/Resources/MacOSX/Info.plist.legacy.xml
index 51939487..f5bf2820 100644
--- a/src/Build/Resources/MacOSX/Info.plist.legacy.xml
+++ b/src/Build/Resources/MacOSX/Info.plist.legacy.xml
@@ -74,7 +74,7 @@
TRUE
CFBundleVersion
- 1.24.19
+ 1.24.20
CFBundleShortVersionString
_VERSION_
diff --git a/src/Build/Resources/MacOSX/Info.plist.xml b/src/Build/Resources/MacOSX/Info.plist.xml
index 34927626..b4a824db 100644
--- a/src/Build/Resources/MacOSX/Info.plist.xml
+++ b/src/Build/Resources/MacOSX/Info.plist.xml
@@ -74,7 +74,7 @@
TRUE
CFBundleVersion
- 1.24.19
+ 1.24.20
CFBundleShortVersionString
_VERSION_
diff --git a/src/Common/Tcdefs.h b/src/Common/Tcdefs.h
index 6269e754..080859b1 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"July 6, 2020"
+#define TC_STR_RELEASE_DATE L"July 22, 2020"
#define TC_RELEASE_DATE_YEAR 2020
#define TC_RELEASE_DATE_MONTH 7
diff --git a/src/Driver/Driver.rc b/src/Driver/Driver.rc
index c8161a86..30019349 100644
--- a/src/Driver/Driver.rc
+++ b/src/Driver/Driver.rc
@@ -27,8 +27,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
//
VS_VERSION_INFO VERSIONINFO
- FILEVERSION 1,24,19,0
- PRODUCTVERSION 1,24,19,0
+ FILEVERSION 1,24,20,0
+ PRODUCTVERSION 1,24,20,0
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
diff --git a/src/ExpandVolume/ExpandVolume.rc b/src/ExpandVolume/ExpandVolume.rc
index ca3d7871..b9969c5a 100644
--- a/src/ExpandVolume/ExpandVolume.rc
+++ b/src/ExpandVolume/ExpandVolume.rc
@@ -193,8 +193,8 @@ IDR_MOUNT_RSRC_HEADER HEADER "resource.h"
//
VS_VERSION_INFO VERSIONINFO
- FILEVERSION 1,24,19,0
- PRODUCTVERSION 1,24,19,0
+ FILEVERSION 1,24,20,0
+ PRODUCTVERSION 1,24,20,0
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
diff --git a/src/Format/Format.rc b/src/Format/Format.rc
index 1480ccbc..b8fb87d4 100644
--- a/src/Format/Format.rc
+++ b/src/Format/Format.rc
@@ -28,8 +28,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
//
VS_VERSION_INFO VERSIONINFO
- FILEVERSION 1,24,19,0
- PRODUCTVERSION 1,24,19,0
+ FILEVERSION 1,24,20,0
+ PRODUCTVERSION 1,24,20,0
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
diff --git a/src/Mount/Mount.rc b/src/Mount/Mount.rc
index f63afe5c..f00aab1e 100644
--- a/src/Mount/Mount.rc
+++ b/src/Mount/Mount.rc
@@ -559,8 +559,8 @@ END
//
VS_VERSION_INFO VERSIONINFO
- FILEVERSION 1,24,19,0
- PRODUCTVERSION 1,24,19,0
+ FILEVERSION 1,24,20,0
+ PRODUCTVERSION 1,24,20,0
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
diff --git a/src/Release/Setup Files/veracrypt-x64.cat b/src/Release/Setup Files/veracrypt-x64.cat
index 7ef5c51f..72d28a08 100644
Binary files a/src/Release/Setup Files/veracrypt-x64.cat and b/src/Release/Setup Files/veracrypt-x64.cat differ
diff --git a/src/Release/Setup Files/veracrypt-x64.sys b/src/Release/Setup Files/veracrypt-x64.sys
index 89a34a73..6e871755 100644
Binary files a/src/Release/Setup Files/veracrypt-x64.sys and b/src/Release/Setup Files/veracrypt-x64.sys differ
diff --git a/src/Release/Setup Files/veracrypt.Inf b/src/Release/Setup Files/veracrypt.Inf
index ceaf821b..93300fad 100644
--- a/src/Release/Setup Files/veracrypt.Inf
+++ b/src/Release/Setup Files/veracrypt.Inf
@@ -10,7 +10,7 @@ signature = "$Windows NT$"
Class = "Encryption" ;This is determined by the work this filter driver does
ClassGuid = {a0a701c0-a511-42ff-aa6c-06dc0395576f} ;This value is determined by the Class
Provider = %ProviderString%
-DriverVer = 07/02/2020,1.24.19.0
+DriverVer = 07/22/2020,1.24.20.0
CatalogFile = veracrypt.cat
diff --git a/src/Release/Setup Files/veracrypt.cat b/src/Release/Setup Files/veracrypt.cat
index 85119153..f97192a5 100644
Binary files a/src/Release/Setup Files/veracrypt.cat and b/src/Release/Setup Files/veracrypt.cat differ
diff --git a/src/Release/Setup Files/veracrypt.sys b/src/Release/Setup Files/veracrypt.sys
index 4f281355..8db735ce 100644
Binary files a/src/Release/Setup Files/veracrypt.sys and b/src/Release/Setup Files/veracrypt.sys differ
diff --git a/src/Setup/MacOSX/veracrypt.pkgproj b/src/Setup/MacOSX/veracrypt.pkgproj
index 2777d53d..387fc4ff 100755
--- a/src/Setup/MacOSX/veracrypt.pkgproj
+++ b/src/Setup/MacOSX/veracrypt.pkgproj
@@ -555,7 +555,7 @@
USE_HFS+_COMPRESSION
VERSION
- 1.24.19
+ 1.24.20
TYPE
0
diff --git a/src/Setup/MacOSX/veracrypt_Legacy.pkgproj b/src/Setup/MacOSX/veracrypt_Legacy.pkgproj
index 8cba12ad..8f9a73b4 100755
--- a/src/Setup/MacOSX/veracrypt_Legacy.pkgproj
+++ b/src/Setup/MacOSX/veracrypt_Legacy.pkgproj
@@ -555,7 +555,7 @@
USE_HFS+_COMPRESSION
VERSION
- 1.24.19
+ 1.24.20
TYPE
0
diff --git a/src/Setup/Portable.rc b/src/Setup/Portable.rc
index 21a0265a..d2412008 100644
--- a/src/Setup/Portable.rc
+++ b/src/Setup/Portable.rc
@@ -26,8 +26,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
//
VS_VERSION_INFO VERSIONINFO
- FILEVERSION 1,24,19,0
- PRODUCTVERSION 1,24,19,0
+ FILEVERSION 1,24,20,0
+ PRODUCTVERSION 1,24,20,0
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
diff --git a/src/Setup/Setup.rc b/src/Setup/Setup.rc
index d95dec38..e50fc8e1 100644
--- a/src/Setup/Setup.rc
+++ b/src/Setup/Setup.rc
@@ -28,8 +28,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
//
VS_VERSION_INFO VERSIONINFO
- FILEVERSION 1,24,19,0
- PRODUCTVERSION 1,24,19,0
+ FILEVERSION 1,24,20,0
+ PRODUCTVERSION 1,24,20,0
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
--
cgit v1.2.3