diff options
author | pacien | 2020-01-20 23:37:48 +0100 |
---|---|---|
committer | pacien | 2020-01-20 23:37:48 +0100 |
commit | 9d72cf6bbf426b9b8fa9f94d98d60f62f6081ed8 (patch) | |
tree | 7dea9e5be42bc6cf98a2a1c738c4b4dedb03424d /changelog.md | |
parent | 8415296fbf0af2e9f46c5260f3fe6c6cba0da462 (diff) | |
download | tincapp-9d72cf6bbf426b9b8fa9f94d98d60f62f6081ed8.tar.gz |
release v0.30v0.30
Hotfix for both Android 5 and 10!
Diffstat (limited to 'changelog.md')
-rw-r--r-- | changelog.md | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/changelog.md b/changelog.md index 280a4ab..adeded0 100644 --- a/changelog.md +++ b/changelog.md | |||
@@ -3,8 +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.30 - 2020-01-20 | ||
7 | - fix missing system logger dependency on Android 10 | ||
8 | - revert back to target API 28 to fix daemon not starting on Android 5 | ||
9 | |||
6 | ## v0.29 - 2020-01-20 | 10 | ## v0.29 - 2020-01-20 |
7 | - fix Android 10 compatibility issue and set target SDK to 29 | 11 | - fix Android 10 compatibility issue and set target API to 29 |
8 | - update tinc to patched snapshot (1.1-f522393) | 12 | - update tinc to patched snapshot (1.1-f522393) |
9 | - update LibreSSL to 3.0.2 | 13 | - update LibreSSL to 3.0.2 |
10 | 14 | ||