VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Build
AgeCommit message (Collapse)AuthorFilesLines
2020-08-06Increment internal version to 1.24.22 and update release notesMounir IDRASSI3-3/+3
2020-08-03Increment internal version to 1.24.21 and update release notesMounir IDRASSI3-3/+3
2020-07-25Linux: Update wxWidgets for static builds to version 3.0.5Mounir IDRASSI7-17/+41
2020-07-22Increment internal version to 1.24.20 and update release notesMounir IDRASSI3-3/+3
2020-07-04Increment internal version to 1.24.19Mounir IDRASSI3-3/+3
2020-06-29Increment internal version to 1.24.18 and update signed Windows drivers.Mounir IDRASSI2-2/+2
2020-06-23Increment version to 1.24-Update7Mounir IDRASSI3-4/+4
2020-03-10Increment version to 1.24-Update6Mounir IDRASSI3-4/+4
2020-02-11Increment version to 1.24-Update5 and update signed Windows drivers.Mounir IDRASSI3-4/+4
2020-01-22Increment version to 1.24-Update4 and update Release NotesMounir IDRASSI3-4/+4
2020-01-22Linux: correct OpenSUSE build script to indicate that we link against GTK2 ↵Mounir IDRASSI1-2/+2
and not GTK3
2019-12-22Increment version to 1.24-Update3 for Linux and update Release NotesVeraCrypt_1.24-Update3Mounir IDRASSI1-2/+2
2019-12-22Linux: Modify .deb build scripts to link against statically built wxWidgets ↵Mounir IDRASSI2-7/+29
on Ubuntu 14.04, 12.04 and Debian 8
2019-12-21Linux: Fix building and packaging console-only version to remove dependency ↵Mounir IDRASSI2-23/+41
on GTK
2019-12-17MacOSX: revert to using wxWidgets 3.1.2 following unexplained crash when ↵VeraCrypt_1.24-Update2Mounir IDRASSI1-2/+2
using wxWidgets 3.1.3
2019-12-16Update version information in preparation for 1.24-Update2 releaseMounir IDRASSI3-3/+3
2019-12-10MacOSX: link against latest wxWidgets version 3.1.3Mounir IDRASSI1-3/+3
2019-12-10Increment version to 1.24-Update2Mounir IDRASSI3-4/+4
2019-11-09Linux: during uninstall, output error message to STDERR instead of STDOUT ↵Mounir IDRASSI2-2/+2
for better compatibility with package managers
2019-11-07Increment version to 1.24-Hotfix2Mounir IDRASSI3-4/+4
2019-11-03Linux: Add sudo as an explicit dependency in .deb and .rpm packagesMounir IDRASSI1-5/+5
2019-10-26Linux: Add build script for OpenSUSEMounir IDRASSI2-2/+72
2019-10-26MacOSX: use wxWidgets 3.1.2 for the legacy build which is now done with SDK ↵Mounir IDRASSI1-4/+5
10.9 while still targeting OSX 10.7.
2019-10-24MacOSX: fix typo in MacOSX legacy build scriptMounir IDRASSI1-1/+1
2019-10-24Linux/MacOSX: Better approach to avoid that jitterentropy code is optimized ↵Mounir IDRASSI1-4/+8
by the compiler
2019-10-24Increment version to 1.24-Hotfix1Mounir IDRASSI1-2/+2
2019-10-24Linux: set version explicitly in CMakeLists.txt instead of relying on ↵Mounir IDRASSI1-15/+5
parsing of Tcdefs.h which can be erroneous
2019-10-20Increment version to 1.23-Hotfix1-PreviewMounir IDRASSI2-2/+2
2019-10-15MacOSX: Enhanced Makefile and build script (#519)El Mostafa Idrassi1-7/+7
Added new variable 'VC_OSX_SDK' to differentiate between the OSX minimum target and the SDK to use for building.
2019-10-14MacOSX: Add build scripts and modifications to linking against wxWidgets ↵Mounir IDRASSI4-14/+146
3.1.2 for non legacy build targeting OSX 10.9+
2019-10-07Updated and fixed build and packaging scripts. (#512)El Mostafa Idrassi4-45/+130
Now, under Debian 10+ and Ubuntu 18.04+, we link against the GTK-3 version of wxWidgets (libwxgtk3.0-gtk3-0v5). Under Debian 9- and Ubuntu 16.04, we link against the GTK-2 version of wxWidgets (libwxgtk3.0-0v5) which is the only one available. Also, we now have 2 separate RPM scripts : 'build_cmake_rpm_gtk2.sh' which builds wxWidgets and links it against GTK-2, then links VeraCrypt against 'gtk2' package (typically to be used under CentOS 6) and 'build_cmake_rpm_gtk3' which builds wxWidgets and links it against GTK-3, then links VeraCrypt against 'gtk3' package (typically to be used under CentOS 7+).
2019-10-05Linux: modifications to cmake files to use GTK3 on CentOS and change ↵Mounir IDRASSI3-11/+11
packages names
2019-10-04Linux: Added CMake script for creating .DEBs and .RPMs for VeraCrypt using ↵El Mostafa Idrassi5-0/+441
CPack, and shell scripts which build then package VeraCrypt under CentOS and Debian/Ubuntu. (#511) The DEB script builds VeraCrypt and links it against wxWidgets that comes with the distribution. The RPM script awaits for wxWidgets-3.0.4 source code which it builds then links VeraCrypt statically to it. Both scripts create the corresponding package after the build.
2019-10-02Increment version to 1.24-Beta6Mounir IDRASSI1-1/+1
2019-03-09Increment version to 1.24-Beta5Mounir IDRASSI1-1/+1
2019-03-09Increment version to 1.24-Beta4 and update release notes to clarify that ↵Mounir IDRASSI1-1/+1
password length increase applies only to non-system volumes.
2019-03-03Increment version to 1.24-Beta3. Update Release Notes.Mounir IDRASSI1-1/+1
2019-01-28Increment version to 1.24-Beta2Mounir IDRASSI1-1/+1
2019-01-18MacOSX: update info.plist file to set priority at run-time to 64-bit version ↵Mounir IDRASSI1-0/+9
and to set minimum OSX version to 10.7.
2019-01-14Update Release Notes and language files for version 1.24-Beta1. Add signed ↵Mounir IDRASSI1-1/+1
Windows drivers.
2018-12-19Increment version to 1.24-Beta0Mounir IDRASSI1-1/+1
2018-10-10Increment version to 1.23-Hotfix-2Mounir IDRASSI1-1/+1
2018-09-21Increment version to 1.23-Hotfix-1Mounir IDRASSI1-1/+1
2018-09-03Increment version to 1.23-BETA8 and update release notes.Mounir IDRASSI1-1/+1
2018-09-03Increment version to 1.23-BETA7 and update release notes.Mounir IDRASSI1-1/+1
2018-09-01Linux/FreeBSD: Add 32-bit build configuration targetting legacy CPUs that ↵Mounir IDRASSI1-0/+47
don't support SSE2 instructions.
2018-08-24Increment version to 1.23-BETA6Mounir IDRASSI1-1/+1
2018-08-18Increment version to 1.23-BETA5 and update release notesMounir IDRASSI1-1/+1
2018-08-16Increment version to 1.23-BETA4 and update release notes.Mounir IDRASSI1-1/+1
2018-08-12Increment version to 1.23-BETA3 and update release notes.Mounir IDRASSI1-1/+1