From f985e6608be62a11e9b13a271246bb79d6712e92 Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Thu, 24 Mar 2022 18:17:27 -0400 Subject: vc 1.25.9 rc1 --- veracrypt/debian/changelog | 13 +++++++++++++ veracrypt/debian/veracrypt+devuan.dsc | 2 +- veracrypt/veracrypt.spec | 5 ++++- 3 files changed, 18 insertions(+), 2 deletions(-) (limited to 'veracrypt') diff --git a/veracrypt/debian/changelog b/veracrypt/debian/changelog index d12b6a8..dc1ecfa 100644 --- a/veracrypt/debian/changelog +++ b/veracrypt/debian/changelog @@ -1,3 +1,16 @@ +veracrypt (1.25.9-1+devuan) obs; urgency=medium + + * All OSes: + * Update translations (Chinese, Dutch, French, German, Turkish). + * Linux: + * Fix hidden volume settings not correctly displayed when enabling + hidden volume protection in mount options window. + * Fix generic Linux installer overwriting /usr/sbin if it is a symlink. + * Fix crash when building with _GLIBCXX_ASSERTIONS defined. + * Enable building from source without AES-NI support. + + -- B. Stack Thu, 24 Mar 2022 18:17:51 -0400 + veracrypt (1.25.7-1+devuan) obs; urgency=medium * All OSes: diff --git a/veracrypt/debian/veracrypt+devuan.dsc b/veracrypt/debian/veracrypt+devuan.dsc index 0d763f6..458981c 100644 --- a/veracrypt/debian/veracrypt+devuan.dsc +++ b/veracrypt/debian/veracrypt+devuan.dsc @@ -2,7 +2,7 @@ Format: 3.0 (quilt) Source: veracrypt Binary: veracrypt Architecture: any -Version: 1.25.4-1+devuan +Version: 1.25.9-1+devuan Maintainer: B. Stack Homepage: https://veracrypt.fr/ Standards-Version: 4.6.0 diff --git a/veracrypt/veracrypt.spec b/veracrypt/veracrypt.spec index f2e57d5..c74f7af 100644 --- a/veracrypt/veracrypt.spec +++ b/veracrypt/veracrypt.spec @@ -74,7 +74,7 @@ %endif %endif -%define upstream_version 1.25.7 +%define upstream_version 1.25.9 Name: veracrypt Version: %( echo %{upstream_version} | tr '-' '_' ) @@ -234,6 +234,9 @@ fi %{_datadir}/icons/hicolor/*/apps/* %changelog +* Thu Mar 24 2022 B. Stack 1.25.9-1 +- version bump + * Thu Feb 10 2022 B. Stack 1.25.7-1 - version bump -- cgit