summaryrefslogtreecommitdiff
path: root/veracrypt/debian/changelog
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2024-09-03 11:31:06 -0400
committerB. Stack <bgstack15@gmail.com>2024-09-03 11:31:06 -0400
commit042772a90daf1620e1cc48abbdaadea7c252d2f6 (patch)
tree49d7511b2d0617ee38f4a46c429f5913b37d0a12 /veracrypt/debian/changelog
parentscite 5.5.2 rc1 (diff)
downloadstackrpms-042772a90daf1620e1cc48abbdaadea7c252d2f6.tar.gz
stackrpms-042772a90daf1620e1cc48abbdaadea7c252d2f6.tar.bz2
stackrpms-042772a90daf1620e1cc48abbdaadea7c252d2f6.zip
veracrypt 1.24.14
Diffstat (limited to 'veracrypt/debian/changelog')
-rw-r--r--veracrypt/debian/changelog24
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:
bgstack15