aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpacien2019-06-13 20:07:06 +0200
committerpacien2019-06-13 20:07:06 +0200
commite5a54a768476d1ea80574a53b118f79825e78a56 (patch)
treeefbbe73629c8fb297a0035347bccd599b1430292
parentc108e36cb28fb6147315908485eeb667dc5e27bf (diff)
downloadtincapp-e5a54a768476d1ea80574a53b118f79825e78a56.tar.gz
release v0.26v0.26
-rw-r--r--app/build.gradle4
-rw-r--r--changelog.md6
2 files changed, 8 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 8938381..4f1b936 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -38,8 +38,8 @@ android {
38 //noinspection OldTargetApi 38 //noinspection OldTargetApi
39 targetSdkVersion 27 39 targetSdkVersion 27
40 multiDexEnabled true 40 multiDexEnabled true
41 versionCode 25 41 versionCode 26
42 versionName '0.25' 42 versionName '0.26'
43 ndk { 43 ndk {
44 abiFilters 'x86', 'x86_64', 'armeabi-v7a', 'arm64-v8a' 44 abiFilters 'x86', 'x86_64', 'armeabi-v7a', 'arm64-v8a'
45 } 45 }
diff --git a/changelog.md b/changelog.md
index 757d4a5..6272cc8 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.26 - 2019-06-13
7- make tinc automatic reconnection on network change optional with new configuration key (`ReconnectOnNetworkChange`)
8- update LibreSSL to 2.9.2
9- update Kotlin to 1.3.31
10- update Gradle to 3.4.1
11
6## v0.25 - 2019-03-25 12## v0.25 - 2019-03-25
7- implement a workaround for broken file permissions on Android-x86 13- implement a workaround for broken file permissions on Android-x86
8- kill any remnant tinc daemon when starting a new connection 14- kill any remnant tinc daemon when starting a new connection