From e5a54a768476d1ea80574a53b118f79825e78a56 Mon Sep 17 00:00:00 2001 From: pacien Date: Thu, 13 Jun 2019 20:07:06 +0200 Subject: release v0.26 --- app/build.gradle | 4 ++-- changelog.md | 6 ++++++ 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 { //noinspection OldTargetApi targetSdkVersion 27 multiDexEnabled true - versionCode 25 - versionName '0.25' + versionCode 26 + versionName '0.26' ndk { abiFilters 'x86', 'x86_64', 'armeabi-v7a', 'arm64-v8a' } diff --git a/changelog.md b/changelog.md index 757d4a5..6272cc8 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.26 - 2019-06-13 +- make tinc automatic reconnection on network change optional with new configuration key (`ReconnectOnNetworkChange`) +- update LibreSSL to 2.9.2 +- update Kotlin to 1.3.31 +- update Gradle to 3.4.1 + ## v0.25 - 2019-03-25 - implement a workaround for broken file permissions on Android-x86 - kill any remnant tinc daemon when starting a new connection -- cgit v1.2.3