From 485ebc33d9d7d25bb19b18cac8ef16eb9311753b Mon Sep 17 00:00:00 2001
From: Mounir IDRASSI
Date: Thu, 6 Aug 2020 00:33:46 +0200
Subject: Increment internal version to 1.24.22 and update release notes
---
doc/chm/VeraCrypt User Guide.chm | Bin 1914532 -> 1914514 bytes
doc/html/Release Notes.html | 5 ++++-
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/ExpandVolume/ExpandVolume.rc | 4 ++--
src/Format/Format.rc | 4 ++--
src/Mount/Mount.rc | 4 ++--
src/Setup/MacOSX/veracrypt.pkgproj | 2 +-
src/Setup/MacOSX/veracrypt_Legacy.pkgproj | 2 +-
src/Setup/Portable.rc | 4 ++--
src/Setup/Setup.rc | 4 ++--
13 files changed, 20 insertions(+), 17 deletions(-)
diff --git a/doc/chm/VeraCrypt User Guide.chm b/doc/chm/VeraCrypt User Guide.chm
index 5816a08e..5899fb5a 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 7781aa0b..c1bf7350 100644
--- a/doc/html/Release Notes.html
+++ b/doc/html/Release Notes.html
@@ -39,7 +39,7 @@
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(August 3rd, 2020):
+1.24-Update7 (August 5rd, 2020):
- All OSes:
@@ -67,6 +67,8 @@
- Don't allow a directory path to be entered for the file container to be created in Format wizard.
- Don't try to use fix for CVE-2019-19501 if Windows Shell has been modified or is not running since there is no reliable way to fix it in such non standard configuation.
- MBR bootloader: fix incorrect compressed data size passed to decompressor in boot sector.
+- Add warning message when typed password reaches maximum length during the system encryption wizard.
+- Add support for Btrfs filesystem when creating volumes.
- Update libzip to latest version 1.7.3.
- Update translations.
@@ -76,6 +78,7 @@
- Force reading of at least 32 bytes from /dev/random before allowing it to fail gracefully
- Allow choosing a filesystem other than FAT for Outer volume but display warning about risks of such choice. Implement an estimation of maximum possible size of hidden volume in this case.
- Erase sensitive memory explicitly instead of relying on the compiler not optimizing calls to method Memory::Erase.
+- Add support for Btrfs filesystem when creating volumes (Linux Only).
- Update wxWidgets for static builds to version 3.0.5.
diff --git a/src/Build/CMakeLists.txt b/src/Build/CMakeLists.txt
index 32e5755d..1e9378f4 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.21" )
+set( VERSION "1.24.22" )
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 6450fadd..8dc3ca48 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.21
+ 1.24.22
CFBundleShortVersionString
_VERSION_
diff --git a/src/Build/Resources/MacOSX/Info.plist.xml b/src/Build/Resources/MacOSX/Info.plist.xml
index e1f886a2..05a5dc76 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.21
+ 1.24.22
CFBundleShortVersionString
_VERSION_
diff --git a/src/Common/Tcdefs.h b/src/Common/Tcdefs.h
index 8d17c381..623ffc6a 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"August 3, 2020"
+#define TC_STR_RELEASE_DATE L"August 5, 2020"
#define TC_RELEASE_DATE_YEAR 2020
#define TC_RELEASE_DATE_MONTH 8
diff --git a/src/ExpandVolume/ExpandVolume.rc b/src/ExpandVolume/ExpandVolume.rc
index 0898865e..796eee11 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,21,0
- PRODUCTVERSION 1,24,21,0
+ FILEVERSION 1,24,22,0
+ PRODUCTVERSION 1,24,22,0
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
diff --git a/src/Format/Format.rc b/src/Format/Format.rc
index e98d84b0..d5285cea 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,21,0
- PRODUCTVERSION 1,24,21,0
+ FILEVERSION 1,24,22,0
+ PRODUCTVERSION 1,24,22,0
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
diff --git a/src/Mount/Mount.rc b/src/Mount/Mount.rc
index d895e48e..c81d5329 100644
--- a/src/Mount/Mount.rc
+++ b/src/Mount/Mount.rc
@@ -559,8 +559,8 @@ END
//
VS_VERSION_INFO VERSIONINFO
- FILEVERSION 1,24,21,0
- PRODUCTVERSION 1,24,21,0
+ FILEVERSION 1,24,22,0
+ PRODUCTVERSION 1,24,22,0
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
diff --git a/src/Setup/MacOSX/veracrypt.pkgproj b/src/Setup/MacOSX/veracrypt.pkgproj
index 2a90c5e3..bf76459f 100755
--- a/src/Setup/MacOSX/veracrypt.pkgproj
+++ b/src/Setup/MacOSX/veracrypt.pkgproj
@@ -555,7 +555,7 @@
USE_HFS+_COMPRESSION
VERSION
- 1.24.21
+ 1.24.22
TYPE
0
diff --git a/src/Setup/MacOSX/veracrypt_Legacy.pkgproj b/src/Setup/MacOSX/veracrypt_Legacy.pkgproj
index 64731a11..0fd13831 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.21
+ 1.24.22
TYPE
0
diff --git a/src/Setup/Portable.rc b/src/Setup/Portable.rc
index e3aa0880..72f572ca 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,21,0
- PRODUCTVERSION 1,24,21,0
+ FILEVERSION 1,24,22,0
+ PRODUCTVERSION 1,24,22,0
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
diff --git a/src/Setup/Setup.rc b/src/Setup/Setup.rc
index c8844ede..415b216c 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,21,0
- PRODUCTVERSION 1,24,21,0
+ FILEVERSION 1,24,22,0
+ PRODUCTVERSION 1,24,22,0
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
--
cgit v1.2.3