Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-11-21 | Increment version to 1.25-RC2 and update release notes | Mounir IDRASSI | 1 | -2/+2 | |
2021-09-05 | Increment version to 1.25-RC1 | Mounir IDRASSI | 1 | -2/+2 | |
2021-09-04 | Linux: fix rpm installation conflict for /usr/share/mime | Mounir IDRASSI | 1 | -0/+2 | |
2021-08-30 | Increment version to 1.25 | Mounir IDRASSI | 1 | -2/+2 | |
2021-08-30 | Linux: Build .deb packages with Ayatana application indicator support ↵ | Mounir IDRASSI | 1 | -1/+1 | |
(Ubuntu >= 18.04, Debian >= 10) | |||||
2021-08-21 | Linux: Better Linux desktop integration. Add mount.veracrypt script for ↵ | Mounir IDRASSI | 1 | -0/+4 | |
fstab (proposed by unit193 at https://github.com/veracrypt/VeraCrypt/issues/814) | |||||
2021-01-02 | Increment version to 1.24-Update9 | Mounir IDRASSI | 1 | -2/+2 | |
2020-11-29 | Increment version to 1.24-Update8 | Mounir IDRASSI | 1 | -2/+2 | |
2020-08-06 | Increment internal version to 1.24.23 and update release notes | Mounir IDRASSI | 1 | -1/+1 | |
2020-08-06 | Increment internal version to 1.24.22 and update release notes | Mounir IDRASSI | 1 | -1/+1 | |
2020-08-03 | Increment internal version to 1.24.21 and update release notes | Mounir IDRASSI | 1 | -1/+1 | |
2020-07-22 | Increment internal version to 1.24.20 and update release notes | Mounir IDRASSI | 1 | -1/+1 | |
2020-07-04 | Increment internal version to 1.24.19 | Mounir IDRASSI | 1 | -1/+1 | |
2020-06-23 | Increment version to 1.24-Update7 | Mounir IDRASSI | 1 | -2/+2 | |
2020-03-10 | Increment version to 1.24-Update6 | Mounir IDRASSI | 1 | -2/+2 | |
2020-02-11 | Increment version to 1.24-Update5 and update signed Windows drivers. | Mounir IDRASSI | 1 | -2/+2 | |
2020-01-22 | Increment version to 1.24-Update4 and update Release Notes | Mounir IDRASSI | 1 | -2/+2 | |
2019-12-22 | Increment version to 1.24-Update3 for Linux and update Release NotesVeraCrypt_1.24-Update3 | Mounir IDRASSI | 1 | -2/+2 | |
2019-12-22 | Linux: Modify .deb build scripts to link against statically built wxWidgets ↵ | Mounir IDRASSI | 1 | -3/+8 | |
on Ubuntu 14.04, 12.04 and Debian 8 | |||||
2019-12-21 | Linux: Fix building and packaging console-only version to remove dependency ↵ | Mounir IDRASSI | 1 | -19/+28 | |
on GTK | |||||
2019-12-16 | Update version information in preparation for 1.24-Update2 release | Mounir IDRASSI | 1 | -1/+1 | |
2019-12-10 | Increment version to 1.24-Update2 | Mounir IDRASSI | 1 | -2/+2 | |
2019-11-07 | Increment version to 1.24-Hotfix2 | Mounir IDRASSI | 1 | -2/+2 | |
2019-11-03 | Linux: Add sudo as an explicit dependency in .deb and .rpm packages | Mounir IDRASSI | 1 | -5/+5 | |
2019-10-26 | Linux: Add build script for OpenSUSE | Mounir IDRASSI | 1 | -2/+1 | |
2019-10-24 | Increment version to 1.24-Hotfix1 | Mounir IDRASSI | 1 | -2/+2 | |
2019-10-24 | Linux: set version explicitly in CMakeLists.txt instead of relying on ↵ | Mounir IDRASSI | 1 | -15/+5 | |
parsing of Tcdefs.h which can be erroneous | |||||
2019-10-07 | Updated and fixed build and packaging scripts. (#512) | El Mostafa Idrassi | 1 | -26/+36 | |
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-05 | Linux: modifications to cmake files to use GTK3 on CentOS and change ↵ | Mounir IDRASSI | 1 | -8/+8 | |
packages names | |||||
2019-10-04 | Linux: Added CMake script for creating .DEBs and .RPMs for VeraCrypt using ↵ | El Mostafa Idrassi | 1 | -0/+317 | |
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. |