VeraCrypt
aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMounir IDRASSI <mounir.idrassi@idrix.fr>2019-12-22 12:17:20 +0100
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2019-12-22 16:35:56 +0100
commitf9572ea8f5a1e4200f0ec4b8a131eed7dda6efea (patch)
tree42dcc267bbb88ba2376a96fd1835ed9ea6103ecf
parentcdbe7854e86bac970824c1b8602accf27aff9c2f (diff)
downloadVeraCrypt-f9572ea8f5a1e4200f0ec4b8a131eed7dda6efea.tar.gz
VeraCrypt-f9572ea8f5a1e4200f0ec4b8a131eed7dda6efea.zip
Increment version to 1.24-Update3 for Linux and update Release NotesVeraCrypt_1.24-Update3
-rw-r--r--doc/chm/VeraCrypt User Guide.chmbin1974227 -> 1974167 bytes
-rw-r--r--doc/html/Release Notes.html9
-rw-r--r--src/Build/CMakeLists.txt4
-rw-r--r--src/Common/Tcdefs.h4
4 files changed, 13 insertions, 4 deletions
diff --git a/doc/chm/VeraCrypt User Guide.chm b/doc/chm/VeraCrypt User Guide.chm
index f2f1c5ce..b47d7596 100644
--- a/doc/chm/VeraCrypt User Guide.chm
+++ b/doc/chm/VeraCrypt User Guide.chm
Binary files differ
diff --git a/doc/html/Release Notes.html b/doc/html/Release Notes.html
index 0103d361..22036ddf 100644
--- a/doc/html/Release Notes.html
+++ b/doc/html/Release Notes.html
@@ -40,6 +40,15 @@
<span style="color:#ff0000;">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.</span></li>
</p>
+<p><strong style="text-align:left">1.24-Update3 </strong>(December 21<sup>nd</sup>, 2019):</p>
+<ul>
+<li><strong>Linux:</strong>
+<ul>
+<li>Fix console-only build to remove dependency on GTK that is not wanted on headless servers.</li>
+</ul>
+</li>
+</ul>
+
<p><strong style="text-align:left">1.24-Update2 </strong>(December 16<sup>th</sup>, 2019):</p>
<ul>
<li><strong>All OSes:</strong>
diff --git a/src/Build/CMakeLists.txt b/src/Build/CMakeLists.txt
index 02a8ca2d..a1c34d84 100644
--- a/src/Build/CMakeLists.txt
+++ b/src/Build/CMakeLists.txt
@@ -11,8 +11,8 @@ elseif ( NOT DEFINED NOGUI )
endif()
# - Set version of the package
-set( FULL_VERSION "1.24-Update2" )
-set( VERSION "1.24.10" )
+set( FULL_VERSION "1.24-Update3" )
+set( VERSION "1.24.11" )
set( RELEASE "1" )
# - Set PROJECT_NAME and CONFLICT_PACKAGE values
diff --git a/src/Common/Tcdefs.h b/src/Common/Tcdefs.h
index 0269e398..1d1cdcb9 100644
--- a/src/Common/Tcdefs.h
+++ b/src/Common/Tcdefs.h
@@ -55,7 +55,7 @@ extern unsigned short _rotl16(unsigned short value, unsigned char shift);
#define TC_APP_NAME "VeraCrypt"
// Version displayed to user
-#define VERSION_STRING "1.24-Update2"
+#define VERSION_STRING "1.24-Update3"
#ifdef VC_EFI_CUSTOM_MODE
#define VERSION_STRING_SUFFIX "-CustomEFI"
@@ -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"December 16, 2019"
+#define TC_STR_RELEASE_DATE L"December 21, 2019"
#define TC_RELEASE_DATE_YEAR 2019
#define TC_RELEASE_DATE_MONTH 12