diff options
author | pacien | 2019-06-13 20:07:06 +0200 |
---|---|---|
committer | pacien | 2019-06-13 20:07:06 +0200 |
commit | e5a54a768476d1ea80574a53b118f79825e78a56 (patch) | |
tree | efbbe73629c8fb297a0035347bccd599b1430292 /changelog.md | |
parent | c108e36cb28fb6147315908485eeb667dc5e27bf (diff) | |
download | tincapp-e5a54a768476d1ea80574a53b118f79825e78a56.tar.gz |
release v0.26v0.26
Diffstat (limited to 'changelog.md')
-rw-r--r-- | changelog.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md index 757d4a5..6272cc8 100644 --- a/changelog.md +++ b/changelog.md | |||
@@ -3,6 +3,12 @@ | |||
3 | This file lists notable changes that have been made to the application on each release. | 3 | This file lists notable changes that have been made to the application on each release. |
4 | Releases are tracked and referred to using git tags. | 4 | Releases 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 |