diff options
Diffstat (limited to 'veracrypt/debian/changelog')
-rw-r--r-- | veracrypt/debian/changelog | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/veracrypt/debian/changelog b/veracrypt/debian/changelog index ce42bbd..89faafa 100644 --- a/veracrypt/debian/changelog +++ b/veracrypt/debian/changelog @@ -1,3 +1,27 @@ +veracrypt (1.26.14-1+stackrpms) obs; urgency=low + + * All OSes: + * Update translations and documentation + * Implement language selection settings in non-Windows versions. + * Make codebase compatible with wxWidgets 3.3 in non-Windows versions. + * Implement detection of volumes affected by XTS master key + vulnerability and warn user about it. + * Update mount failure error messages to mention removal of TrueCrypt + support and old algorithms. + * Linux: + * Focus PIM field when selected (#1239) + * Fix generic installation script on Konsole in Wayland (#1244) + * Added the ability to build using wolfCrypt as the cryptographic + backend. Disabled by default. (Contributed by wolfSSL, GH PR #1227) + * Allows GUI to launch in a Wayland-only environment (GH #1264) + * CLI: Don't initially re-ask PIM if it was already specified (GH #1288) + * CLI: Fix incorrect max hidden volume size for file containers (GH + #1338)) + * Enhance ASLR security of generic installer binaries by adding linked + flag for old GCC version (reported by @morton-f on Sourceforge) + + -- B. Stack <bgstack15@gmail.com> Tue, 03 Sep 2024 11:09:24 -0400 + veracrypt (1.26.7-1+stackrpms) obs; urgency=low * All OSes: |