From ea97d15e30dfe23da871e8876929305dce542229 Mon Sep 17 00:00:00 2001 From: pacien Date: Thu, 17 Dec 2020 04:23:27 +0100 Subject: app: release v0.32 --- app/build.gradle | 4 ++-- changelog.md | 7 ++++++- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 41c75ef..3d2c409 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -37,8 +37,8 @@ android { minSdkVersion 21 targetSdkVersion 30 multiDexEnabled true - versionCode 31 - versionName '0.31' + versionCode 32 + versionName '0.32' ndk { abiFilters 'x86', 'x86_64', 'armeabi-v7a', 'arm64-v8a' } diff --git a/changelog.md b/changelog.md index 4533d92..d93d7eb 100644 --- a/changelog.md +++ b/changelog.md @@ -3,6 +3,12 @@ This file lists notable changes that have been made to the application on each release. Releases are tracked and referred to using git tags. +## v0.32 - 2020-12-17 +- Android 11 compatibility: expose configuration and log files through an embedded FTP server +- improve security by moving the configuration, keys and logs to a private location +- update tinc to latest snapshot (1.1-3ee0d5d) +- update LibreSSL to 3.2.2 + ## v0.31 - 2020-09-16 - fix app crash when external cache directory isn't available (for compatibility with Android 11) - patch tinc for fortified libc checks (for compatibility with Android NDK r21) @@ -146,4 +152,3 @@ Releases are tracked and referred to using git tags. ## v0.1-preview - 2017-05-05 - basic working proof-of-concept using a patched tinc 1.1pre15 - -- cgit v1.2.3