aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpacien2020-12-17 04:23:27 +0100
committerpacien2020-12-17 04:23:27 +0100
commitea97d15e30dfe23da871e8876929305dce542229 (patch)
treed4681c810c4c37d0bd3ca89484198277502774c0
parent4b4547957adc2ff434835300711f48e22681470c (diff)
downloadtincapp-ea97d15e30dfe23da871e8876929305dce542229.tar.gz
app: release v0.32v0.32
-rw-r--r--app/build.gradle4
-rw-r--r--changelog.md7
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 {
37 minSdkVersion 21 37 minSdkVersion 21
38 targetSdkVersion 30 38 targetSdkVersion 30
39 multiDexEnabled true 39 multiDexEnabled true
40 versionCode 31 40 versionCode 32
41 versionName '0.31' 41 versionName '0.32'
42 ndk { 42 ndk {
43 abiFilters 'x86', 'x86_64', 'armeabi-v7a', 'arm64-v8a' 43 abiFilters 'x86', 'x86_64', 'armeabi-v7a', 'arm64-v8a'
44 } 44 }
diff --git a/changelog.md b/changelog.md
index 4533d92..d93d7eb 100644
--- a/changelog.md
+++ b/changelog.md
@@ -3,6 +3,12 @@
3This file lists notable changes that have been made to the application on each release. 3This file lists notable changes that have been made to the application on each release.
4Releases are tracked and referred to using git tags. 4Releases are tracked and referred to using git tags.
5 5
6## v0.32 - 2020-12-17
7- Android 11 compatibility: expose configuration and log files through an embedded FTP server
8- improve security by moving the configuration, keys and logs to a private location
9- update tinc to latest snapshot (1.1-3ee0d5d)
10- update LibreSSL to 3.2.2
11
6## v0.31 - 2020-09-16 12## v0.31 - 2020-09-16
7- fix app crash when external cache directory isn't available (for compatibility with Android 11) 13- fix app crash when external cache directory isn't available (for compatibility with Android 11)
8- patch tinc for fortified libc checks (for compatibility with Android NDK r21) 14- 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.
146 152
147## v0.1-preview - 2017-05-05 153## v0.1-preview - 2017-05-05
148- basic working proof-of-concept using a patched tinc 1.1pre15 154- basic working proof-of-concept using a patched tinc 1.1pre15
149