From: Tobias Brunner Date: Tue, 13 Jul 2021 13:32:05 +0000 (+0200) Subject: android: New release after adding button to install PKCS#12 and SDK update X-Git-Tag: android-2.3.3^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=358d3d0ba1779658fdab79778b49b2092ac81ad5;p=thirdparty%2Fstrongswan.git android: New release after adding button to install PKCS#12 and SDK update It also includes an unreleased change that affects when/how DNS servers are applied to the TUN device. --- diff --git a/src/frontends/android/app/build.gradle b/src/frontends/android/app/build.gradle index beaeb5a172..862f7752af 100644 --- a/src/frontends/android/app/build.gradle +++ b/src/frontends/android/app/build.gradle @@ -7,8 +7,8 @@ android { applicationId "org.strongswan.android" minSdkVersion 15 targetSdkVersion 30 - versionCode 74 - versionName "2.3.2" + versionCode 75 + versionName "2.3.3" } sourceSets.main { diff --git a/src/frontends/android/app/src/main/play/release-notes/de-DE/default.txt b/src/frontends/android/app/src/main/play/release-notes/de-DE/default.txt index 195b9f6bab..d25b162ea3 100644 --- a/src/frontends/android/app/src/main/play/release-notes/de-DE/default.txt +++ b/src/frontends/android/app/src/main/play/release-notes/de-DE/default.txt @@ -1,3 +1,7 @@ +# 2.3.3 # + +- Fügt einen Button zur Installation von Benutzer-Zertifikaten hinzu + # 2.3.2 # - VPN Verbindungen nicht als getaktet markieren (der Default hat mit Android 10 als Ziel-SDK geändert) @@ -5,4 +9,3 @@ # 2.3.1 # - Optionale Verwendung von IPv6 Transport-Adressen für IKE und ESP. Benötigt Unterstützung für UDP Encapsulation für IPv6 auf dem Server (bei Linux erst seit 5.8 der Fall, viele Server bieten also noch keine Unterstützung) -- Zeigt eine Fehlermeldung, wenn die UUID in einem Profil ungültig ist (z.B. eine ohne Bindestriche) \ No newline at end of file diff --git a/src/frontends/android/app/src/main/play/release-notes/en-US/default.txt b/src/frontends/android/app/src/main/play/release-notes/en-US/default.txt index ce41162cd6..971ef10dde 100644 --- a/src/frontends/android/app/src/main/play/release-notes/en-US/default.txt +++ b/src/frontends/android/app/src/main/play/release-notes/en-US/default.txt @@ -1,3 +1,7 @@ +# 2.3.3 # + +- Adds a button to install user certificates + # 2.3.2 # - Don't mark VPN connections as metered (the default changed when targeting Android 10 with the last release) @@ -5,4 +9,3 @@ # 2.3.1 # - Optionally use IPv6 transport addresses for IKE and ESP. Can only be enabled if the server supports UDP encapsulation for IPv6 (the Linux kernel only supports this since 5.8, so many servers will not support it yet) -- Shows an error message if the UUID in a profile is invalid (e.g. contains no dashes) \ No newline at end of file