From: Tobias Brunner Date: Fri, 17 Feb 2023 15:36:28 +0000 (+0100) Subject: android: New release after fixing interoperability issue with Zyxel firewalls X-Git-Tag: android-2.4.1^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=27d41a2442b1e09aa780ddd8a4ee97740f894b77;p=thirdparty%2Fstrongswan.git android: New release after fixing interoperability issue with Zyxel firewalls --- diff --git a/src/frontends/android/app/build.gradle b/src/frontends/android/app/build.gradle index d67c53b6f0..6079a71844 100644 --- a/src/frontends/android/app/build.gradle +++ b/src/frontends/android/app/build.gradle @@ -9,8 +9,8 @@ android { applicationId "org.strongswan.android" minSdkVersion 21 targetSdkVersion 32 - versionCode 77 - versionName "2.4.0" + versionCode 78 + versionName "2.4.1" } 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 5cfeafd753..6229e854ee 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.4.1 # + +- Reihenfolge der DH Gruppen geändert, um Probleme mit Zyxel Firewalls zu beheben + # 2.4.0 # - Wechsel von BoringSSL zu OpenSSL 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 44958da2ba..79a62d7ab5 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.4.1 # + +- Changed order of DH groups to avoid issue with Zyxel Firewalls + # 2.4.0 # - Switched from BoringSSL to OpenSSL